[ Feb 25 21:41:13 Enabled. ] [ Feb 25 21:41:13 Rereading configuration. ] [ Feb 25 21:41:14 Rereading configuration. ] [ Feb 25 21:41:19 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] + set -o errexit + set -o pipefail + . /lib/svc/share/smf_include.sh ++ SMF_EXIT_OK=0 ++ SMF_EXIT_NODAEMON=94 ++ SMF_EXIT_ERR_FATAL=95 ++ SMF_EXIT_ERR_CONFIG=96 ++ SMF_EXIT_MON_DEGRADE=97 ++ SMF_EXIT_MON_OFFLINE=98 ++ SMF_EXIT_ERR_NOSMF=99 ++ SMF_EXIT_ERR_PERM=100 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default + LISTEN_ADDR=fd00:1122:3344:101::e ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default + LISTEN_PORT=8123 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default + DATASTORE=/data + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") + 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 [ Feb 25 21:41:19 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2026.02.25 21:41:21.237816 [ 1 ] {} Application: Will watch for the process with pid 24026 2026.02.25 21:41:21.238213 [ 1 ] {} Application: Forked a child process to watch 2026.02.25 21:41:21.723527 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24026 2026.02.25 21:41:21.724341 [ 1 ] {} Application: starting up 2026.02.25 21:41:21.724510 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.02.25 21:41:21.840778 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.02.25 21:41:21.873348 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.02.25 21:41:21.873443 [ 1 ] {} Application: Initializing DateLUT. 2026.02.25 21:41:21.873462 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.02.25 21:41:21.873539 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.02.25 21:41:21.874507 [ 1 ] {} Application: Initializing interserver credentials. 2026.02.25 21:41:21.877054 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.02.25 21:41:21.877963 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.02.25 21:41:21.879023 [ 1 ] {} 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) 2026.02.25 21:41:21.879072 [ 1 ] {} 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) 2026.02.25 21:41:21.879112 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.02.25 21:41:21.879848 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.02.25 21:41:21.881329 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.02.25 21:41:21.888261 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.02.25 21:41:21.889067 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.02.25 21:41:21.890643 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.02.25 21:41:21.890753 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.02.25 21:41:21.891902 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.02.25 21:41:21.892373 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.02.25 21:41:21.897094 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.02.25 21:41:21.897517 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.02.25 21:41:21.903027 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.02.25 21:41:21.903550 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.02.25 21:41:21.904008 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.02.25 21:41:21.904444 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.02.25 21:41:21.906087 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.02.25 21:41:21.906119 [ 1 ] {} Application: Loading metadata from /data/ 2026.02.25 21:41:21.906215 [ 152 ] {} DNSResolver: Updating DNS cache 2026.02.25 21:41:21.906304 [ 152 ] {} DNSResolver: Updated DNS cache 2026.02.25 21:41:21.915942 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.02.25 21:41:21.915970 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000176011 sec 2026.02.25 21:41:21.916029 [ 1 ] {} ReferentialDeps: No tables 2026.02.25 21:41:21.916073 [ 1 ] {} LoadingDeps: No tables 2026.02.25 21:41:21.916907 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.02.25 21:41:21.917565 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.02.25 21:41:21.934227 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.02.25 21:41:21.934283 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.02.25 21:41:21.934383 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.02.25 21:41:21.934397 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.02.25 21:41:21.934435 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.02.25 21:41:21.934514 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.02.25 21:41:21.938684 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.02.25 21:41:21.938739 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.02.25 21:41:21.938786 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.02.25 21:41:21.938984 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.02.25 21:41:21.939035 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.02.25 21:41:21.939056 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.02.25 21:41:21.939163 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.02.25 21:41:21.939194 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.02.25 21:41:21.939249 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.02.25 21:41:21.939342 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.02.25 21:41:21.963476 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.02.25 21:41:21.966918 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.02.25 21:41:21.967031 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000137871 sec 2026.02.25 21:41:21.967051 [ 1 ] {} ReferentialDeps: No tables 2026.02.25 21:41:21.967066 [ 1 ] {} LoadingDeps: No tables 2026.02.25 21:41:21.967104 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.02.25 21:41:21.967377 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.02.25 21:41:21.967513 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.02.25 21:41:21.967532 [ 1 ] {} Application: Loaded metadata. 2026.02.25 21:41:21.967548 [ 1 ] {} 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). 2026.02.25 21:41:21.967563 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.02.25 21:41:21.983920 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.02.25 21:41:21.984134 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.76 MiB (RSS), difference: 91.98 MiB 2026.02.25 21:41:21.985601 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.223e-05 sec. 2026.02.25 21:41:21.986088 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.02.25 21:41:21.987545 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.02.25 21:41:21.987567 [ 1 ] {} Application: Ready for connections. 2026.02.25 21:41:22.000154 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 116.77 MiB, peak 116.77 MiB, free memory in arenas 0.00 B, will set to 118.29 MiB (RSS), difference: 1.52 MiB 2026.02.25 21:41:22.700927 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33725 2026.02.25 21:41:22.703200 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:41:22.703261 [ 3 ] {} TCP-Session: 65f50460-f97d-4c78-8163-b4f9c086c70b Authenticating user 'default' from [fd00:1122:3344:101::b]:33725 2026.02.25 21:41:22.703356 [ 3 ] {} TCP-Session: 65f50460-f97d-4c78-8163-b4f9c086c70b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:22.703397 [ 3 ] {} TCP-Session: 65f50460-f97d-4c78-8163-b4f9c086c70b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:22.703503 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.02.25 21:41:22.703616 [ 3 ] {} 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 2026.02.25 21:41:22.703632 [ 3 ] {} 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 2026.02.25 21:41:22.704213 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52347 2026.02.25 21:41:22.704213 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46706 2026.02.25 21:41:22.704400 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45957 2026.02.25 21:41:22.704444 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:41:22.704481 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:41:22.704502 [ 5 ] {} TCP-Session: c6ac6c97-924c-468f-9b6f-4aa3c1a90941 Authenticating user 'default' from [fd00:1122:3344:101::b]:52347 2026.02.25 21:41:22.704553 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60797 2026.02.25 21:41:22.704569 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:65201 2026.02.25 21:41:22.704515 [ 254 ] {} TCP-Session: a62e4a81-170c-4dd3-92e0-59b0b341504d Authenticating user 'default' from [fd00:1122:3344:101::b]:46706 2026.02.25 21:41:22.704636 [ 5 ] {} TCP-Session: c6ac6c97-924c-468f-9b6f-4aa3c1a90941 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:22.704629 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:41:22.704669 [ 254 ] {} TCP-Session: a62e4a81-170c-4dd3-92e0-59b0b341504d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:22.704758 [ 5 ] {} TCP-Session: c6ac6c97-924c-468f-9b6f-4aa3c1a90941 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:22.704805 [ 4 ] {} TCP-Session: 34c2e22f-e0c7-431a-98ae-5aea1db3681a Authenticating user 'default' from [fd00:1122:3344:101::b]:45957 2026.02.25 21:41:22.704784 [ 254 ] {} TCP-Session: a62e4a81-170c-4dd3-92e0-59b0b341504d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:22.704870 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46011 2026.02.25 21:41:22.704913 [ 4 ] {} TCP-Session: 34c2e22f-e0c7-431a-98ae-5aea1db3681a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:22.704877 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:41:22.704881 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:41:22.704672 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52256 2026.02.25 21:41:22.705097 [ 4 ] {} TCP-Session: 34c2e22f-e0c7-431a-98ae-5aea1db3681a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:22.705134 [ 255 ] {} TCP-Session: 31ea365e-589f-495f-85f8-1755d905c07d Authenticating user 'default' from [fd00:1122:3344:101::b]:65201 2026.02.25 21:41:22.705076 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:41:22.705228 [ 256 ] {} TCP-Session: 5d9ad2c1-9b6e-4934-82a1-faffef11fded Authenticating user 'default' from [fd00:1122:3344:101::b]:60797 2026.02.25 21:41:22.705230 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:41:22.705268 [ 258 ] {} TCP-Session: efe5609f-4027-42b2-8047-bdd6d0ad30f2 Authenticating user 'default' from [fd00:1122:3344:101::b]:46011 2026.02.25 21:41:22.705318 [ 255 ] {} TCP-Session: 31ea365e-589f-495f-85f8-1755d905c07d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:22.705353 [ 256 ] {} TCP-Session: 5d9ad2c1-9b6e-4934-82a1-faffef11fded Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:22.705343 [ 257 ] {} TCP-Session: 40af7242-e877-4ee9-aaed-0aa8344ddf22 Authenticating user 'default' from [fd00:1122:3344:101::b]:52256 2026.02.25 21:41:22.705320 [ 258 ] {} TCP-Session: efe5609f-4027-42b2-8047-bdd6d0ad30f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:22.705459 [ 256 ] {} TCP-Session: 5d9ad2c1-9b6e-4934-82a1-faffef11fded Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:22.705449 [ 257 ] {} TCP-Session: 40af7242-e877-4ee9-aaed-0aa8344ddf22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:22.705527 [ 258 ] {} TCP-Session: efe5609f-4027-42b2-8047-bdd6d0ad30f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:22.705548 [ 257 ] {} TCP-Session: 40af7242-e877-4ee9-aaed-0aa8344ddf22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:22.705435 [ 255 ] {} TCP-Session: 31ea365e-589f-495f-85f8-1755d905c07d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:23.934165 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62480 2026.02.25 21:41:23.936161 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:41:23.936217 [ 259 ] {} TCP-Session: 87695a96-ffd7-46be-a138-5f81fc3d30bf Authenticating user 'default' from [fd00:1122:3344:101::c]:62480 2026.02.25 21:41:23.936240 [ 259 ] {} TCP-Session: 87695a96-ffd7-46be-a138-5f81fc3d30bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:23.936312 [ 259 ] {} TCP-Session: 87695a96-ffd7-46be-a138-5f81fc3d30bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:23.936427 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.02.25 21:41:23.936468 [ 259 ] {} 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 2026.02.25 21:41:23.936561 [ 259 ] {} 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 2026.02.25 21:41:23.937070 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39583 2026.02.25 21:41:23.937266 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:41:23.937315 [ 260 ] {} TCP-Session: f77ccbb1-f72f-4591-803a-08df689ae076 Authenticating user 'default' from [fd00:1122:3344:101::c]:39583 2026.02.25 21:41:23.937321 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49562 2026.02.25 21:41:23.937320 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54827 2026.02.25 21:41:23.937441 [ 260 ] {} TCP-Session: f77ccbb1-f72f-4591-803a-08df689ae076 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:23.937456 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41118 2026.02.25 21:41:23.937475 [ 260 ] {} TCP-Session: f77ccbb1-f72f-4591-803a-08df689ae076 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:23.937558 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52528 2026.02.25 21:41:23.937460 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51230 2026.02.25 21:41:23.937739 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37789 2026.02.25 21:41:23.937805 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:41:23.937881 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:41:23.937887 [ 262 ] {} TCP-Session: a17a666a-5dd2-4067-848e-bbf17fa949d3 Authenticating user 'default' from [fd00:1122:3344:101::c]:49562 2026.02.25 21:41:23.937959 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:41:23.937924 [ 265 ] {} TCP-Session: a066054d-97c7-4935-9369-2d309b66c39a Authenticating user 'default' from [fd00:1122:3344:101::c]:52528 2026.02.25 21:41:23.938040 [ 263 ] {} TCP-Session: df74414e-ab9e-4c40-85fd-654bd93478f5 Authenticating user 'default' from [fd00:1122:3344:101::c]:51230 2026.02.25 21:41:23.938114 [ 262 ] {} TCP-Session: a17a666a-5dd2-4067-848e-bbf17fa949d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:23.938165 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:41:23.938167 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:41:23.938121 [ 263 ] {} TCP-Session: df74414e-ab9e-4c40-85fd-654bd93478f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:23.938274 [ 266 ] {} TCP-Session: bbfd0d17-93fd-431f-b29e-7c5b50d70f0c Authenticating user 'default' from [fd00:1122:3344:101::c]:37789 2026.02.25 21:41:23.938256 [ 264 ] {} TCP-Session: 6d65bbbb-12ef-49ff-9fe4-20a8f84e6b62 Authenticating user 'default' from [fd00:1122:3344:101::c]:41118 2026.02.25 21:41:23.938118 [ 265 ] {} TCP-Session: a066054d-97c7-4935-9369-2d309b66c39a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:23.938364 [ 266 ] {} TCP-Session: bbfd0d17-93fd-431f-b29e-7c5b50d70f0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:23.938351 [ 264 ] {} TCP-Session: 6d65bbbb-12ef-49ff-9fe4-20a8f84e6b62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:23.938333 [ 263 ] {} TCP-Session: df74414e-ab9e-4c40-85fd-654bd93478f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:23.938437 [ 266 ] {} TCP-Session: bbfd0d17-93fd-431f-b29e-7c5b50d70f0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:23.938423 [ 264 ] {} TCP-Session: 6d65bbbb-12ef-49ff-9fe4-20a8f84e6b62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:23.938415 [ 265 ] {} TCP-Session: a066054d-97c7-4935-9369-2d309b66c39a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:23.938118 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:41:23.938227 [ 262 ] {} TCP-Session: a17a666a-5dd2-4067-848e-bbf17fa949d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:23.938706 [ 261 ] {} TCP-Session: 724e551b-4399-452d-80a5-c233d8ce24dd Authenticating user 'default' from [fd00:1122:3344:101::c]:54827 2026.02.25 21:41:23.938822 [ 261 ] {} TCP-Session: 724e551b-4399-452d-80a5-c233d8ce24dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:23.938836 [ 261 ] {} TCP-Session: 724e551b-4399-452d-80a5-c233d8ce24dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:23.983372 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41352 2026.02.25 21:41:23.985322 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:41:23.985393 [ 267 ] {} TCP-Session: ef14e316-c247-4615-9dcb-ba7b23a10165 Authenticating user 'default' from [fd00:1122:3344:101::a]:41352 2026.02.25 21:41:23.985414 [ 267 ] {} TCP-Session: ef14e316-c247-4615-9dcb-ba7b23a10165 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:23.985427 [ 267 ] {} TCP-Session: ef14e316-c247-4615-9dcb-ba7b23a10165 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:23.985592 [ 267 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.02.25 21:41:23.985626 [ 267 ] {} 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 2026.02.25 21:41:23.985730 [ 267 ] {} 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 2026.02.25 21:41:23.986210 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48441 2026.02.25 21:41:23.986335 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48297 2026.02.25 21:41:23.986349 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:41:23.986401 [ 268 ] {} TCP-Session: 7a278710-8802-4b6a-91ad-c04514ab0995 Authenticating user 'default' from [fd00:1122:3344:101::a]:48441 2026.02.25 21:41:23.986550 [ 268 ] {} TCP-Session: 7a278710-8802-4b6a-91ad-c04514ab0995 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:23.986571 [ 268 ] {} TCP-Session: 7a278710-8802-4b6a-91ad-c04514ab0995 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:23.986578 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:41:23.986612 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46119 2026.02.25 21:41:23.986608 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47055 2026.02.25 21:41:23.986693 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41027 2026.02.25 21:41:23.986724 [ 269 ] {} TCP-Session: 3bf130a1-afe1-4072-ad33-74849dbbb255 Authenticating user 'default' from [fd00:1122:3344:101::a]:48297 2026.02.25 21:41:23.986787 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40249 2026.02.25 21:41:23.986854 [ 269 ] {} TCP-Session: 3bf130a1-afe1-4072-ad33-74849dbbb255 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:23.986878 [ 269 ] {} TCP-Session: 3bf130a1-afe1-4072-ad33-74849dbbb255 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:23.987013 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59616 2026.02.25 21:41:23.987187 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:41:23.987193 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:41:23.987222 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:41:23.987255 [ 271 ] {} TCP-Session: c16944df-ef5b-45cd-9e78-1c7ea06a22ec Authenticating user 'default' from [fd00:1122:3344:101::a]:47055 2026.02.25 21:41:23.987310 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:41:23.987228 [ 270 ] {} TCP-Session: f58f763c-db1d-4f92-aff8-b79c9f883bb1 Authenticating user 'default' from [fd00:1122:3344:101::a]:46119 2026.02.25 21:41:23.987331 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:41:23.987393 [ 270 ] {} TCP-Session: f58f763c-db1d-4f92-aff8-b79c9f883bb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:23.987377 [ 271 ] {} TCP-Session: c16944df-ef5b-45cd-9e78-1c7ea06a22ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:23.987359 [ 273 ] {} TCP-Session: ef21cfdb-d93f-4769-9d68-e2250908d53f Authenticating user 'default' from [fd00:1122:3344:101::a]:40249 2026.02.25 21:41:23.987481 [ 270 ] {} TCP-Session: f58f763c-db1d-4f92-aff8-b79c9f883bb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:23.987480 [ 274 ] {} TCP-Session: ed0d4a75-d17a-410e-8c80-8ae19f6b8cd6 Authenticating user 'default' from [fd00:1122:3344:101::a]:59616 2026.02.25 21:41:23.987465 [ 271 ] {} TCP-Session: c16944df-ef5b-45cd-9e78-1c7ea06a22ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:23.987592 [ 274 ] {} TCP-Session: ed0d4a75-d17a-410e-8c80-8ae19f6b8cd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:23.987577 [ 273 ] {} TCP-Session: ef21cfdb-d93f-4769-9d68-e2250908d53f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:23.987348 [ 272 ] {} TCP-Session: 54a029a8-0744-467a-a008-b6f55dba0ed1 Authenticating user 'default' from [fd00:1122:3344:101::a]:41027 2026.02.25 21:41:23.987741 [ 274 ] {} TCP-Session: ed0d4a75-d17a-410e-8c80-8ae19f6b8cd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:23.987724 [ 273 ] {} TCP-Session: ef21cfdb-d93f-4769-9d68-e2250908d53f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:23.987824 [ 272 ] {} TCP-Session: 54a029a8-0744-467a-a008-b6f55dba0ed1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:23.987932 [ 272 ] {} TCP-Session: 54a029a8-0744-467a-a008-b6f55dba0ed1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:28.551780 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34437 2026.02.25 21:41:28.555128 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:41:28.555578 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Authenticating user 'default' from [fd00:1122:3344:101::d]:34437 2026.02.25 21:41:28.555623 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:28.555643 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:28.555867 [ 275 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.02.25 21:41:28.555927 [ 275 ] {} 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 2026.02.25 21:41:28.556072 [ 275 ] {} 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 2026.02.25 21:41:28.558853 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33892 2026.02.25 21:41:28.559061 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60325 2026.02.25 21:41:28.559105 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63898 2026.02.25 21:41:28.559214 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39487 2026.02.25 21:41:28.559311 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:41:28.559455 [ 276 ] {} TCP-Session: 85c88437-51f7-4b2b-9e43-771b1c2307e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33892 2026.02.25 21:41:28.559485 [ 276 ] {} TCP-Session: 85c88437-51f7-4b2b-9e43-771b1c2307e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:28.559502 [ 276 ] {} TCP-Session: 85c88437-51f7-4b2b-9e43-771b1c2307e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:28.559498 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39764 2026.02.25 21:41:28.559525 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:41:28.559628 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:41:28.559682 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47986 2026.02.25 21:41:28.559792 [ 279 ] {} TCP-Session: e8333309-cbdf-4fe7-a800-95cab8f1ea12 Authenticating user 'default' from [fd00:1122:3344:101::d]:39487 2026.02.25 21:41:28.559791 [ 278 ] {} TCP-Session: 30a63cae-9f35-4eab-8281-b5e760b87636 Authenticating user 'default' from [fd00:1122:3344:101::d]:60325 2026.02.25 21:41:28.559781 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42407 2026.02.25 21:41:28.559683 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:41:28.559950 [ 278 ] {} TCP-Session: 30a63cae-9f35-4eab-8281-b5e760b87636 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:28.559925 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:41:28.560025 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52707 2026.02.25 21:41:28.560101 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Authenticating user 'default' from [fd00:1122:3344:101::d]:63898 2026.02.25 21:41:28.560114 [ 278 ] {} TCP-Session: 30a63cae-9f35-4eab-8281-b5e760b87636 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:28.560158 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:28.560277 [ 280 ] {} TCP-Session: 9b905d0b-934c-4c7e-b39b-ba0ceec1e419 Authenticating user 'default' from [fd00:1122:3344:101::d]:39764 2026.02.25 21:41:28.560303 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:28.560394 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:41:28.560398 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:41:28.560413 [ 280 ] {} TCP-Session: 9b905d0b-934c-4c7e-b39b-ba0ceec1e419 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:28.560438 [ 282 ] {} TCP-Session: c7d08454-e651-4a33-9eb1-6c1b03c1d8db Authenticating user 'default' from [fd00:1122:3344:101::d]:42407 2026.02.25 21:41:28.560411 [ 279 ] {} TCP-Session: e8333309-cbdf-4fe7-a800-95cab8f1ea12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:28.560586 [ 280 ] {} TCP-Session: 9b905d0b-934c-4c7e-b39b-ba0ceec1e419 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:28.560575 [ 282 ] {} TCP-Session: c7d08454-e651-4a33-9eb1-6c1b03c1d8db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:28.560564 [ 283 ] {} TCP-Session: 86a96d97-10a8-452a-97ad-b7f2a8549415 Authenticating user 'default' from [fd00:1122:3344:101::d]:52707 2026.02.25 21:41:28.560789 [ 282 ] {} TCP-Session: c7d08454-e651-4a33-9eb1-6c1b03c1d8db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:28.560777 [ 279 ] {} TCP-Session: e8333309-cbdf-4fe7-a800-95cab8f1ea12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:28.560936 [ 283 ] {} TCP-Session: 86a96d97-10a8-452a-97ad-b7f2a8549415 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:28.561098 [ 283 ] {} TCP-Session: 86a96d97-10a8-452a-97ad-b7f2a8549415 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:28.562172 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:41:28.562220 [ 281 ] {} TCP-Session: e328dc11-3ce9-4744-9449-2b9e3d1d2023 Authenticating user 'default' from [fd00:1122:3344:101::d]:47986 2026.02.25 21:41:28.562418 [ 281 ] {} TCP-Session: e328dc11-3ce9-4744-9449-2b9e3d1d2023 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:28.562449 [ 281 ] {} TCP-Session: e328dc11-3ce9-4744-9449-2b9e3d1d2023 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:41:28.570483 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.584702 [ 275 ] {64d7a599-0b10-4552-90b7-8baa041ba9f5} executeQuery: (from [fd00:1122:3344:101::d]:34437) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.25 21:41:28.732959 [ 275 ] {64d7a599-0b10-4552-90b7-8baa041ba9f5} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:34437) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.02.25 21:41:28.736537 [ 275 ] {64d7a599-0b10-4552-90b7-8baa041ba9f5} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.02.25 21:41:28.736829 [ 275 ] {64d7a599-0b10-4552-90b7-8baa041ba9f5} TCPHandler: Processed in 0.174530586 sec. 2026.02.25 21:41:28.737859 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.738132 [ 277 ] {84a7dca5-31b3-49ff-8c9e-17ca8f06f6a6} executeQuery: (from [fd00:1122:3344:101::d]:63898) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.25 21:41:28.738709 [ 277 ] {84a7dca5-31b3-49ff-8c9e-17ca8f06f6a6} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:63898) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.02.25 21:41:28.739191 [ 277 ] {84a7dca5-31b3-49ff-8c9e-17ca8f06f6a6} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.02.25 21:41:28.739568 [ 277 ] {84a7dca5-31b3-49ff-8c9e-17ca8f06f6a6} TCPHandler: Processed in 0.001946635 sec. 2026.02.25 21:41:28.743388 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.744346 [ 275 ] {3e314e38-6ad9-4954-a249-c3aa71ee9c45} executeQuery: (from [fd00:1122:3344:101::d]:34437) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.02.25 21:41:28.745085 [ 275 ] {3e314e38-6ad9-4954-a249-c3aa71ee9c45} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.02.25 21:41:28.749930 [ 275 ] {3e314e38-6ad9-4954-a249-c3aa71ee9c45} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.02.25 21:41:28.750033 [ 275 ] {3e314e38-6ad9-4954-a249-c3aa71ee9c45} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000138851 sec 2026.02.25 21:41:28.750048 [ 275 ] {3e314e38-6ad9-4954-a249-c3aa71ee9c45} ReferentialDeps: No tables 2026.02.25 21:41:28.750059 [ 275 ] {3e314e38-6ad9-4954-a249-c3aa71ee9c45} LoadingDeps: No tables 2026.02.25 21:41:28.750126 [ 275 ] {3e314e38-6ad9-4954-a249-c3aa71ee9c45} DatabaseAtomic (oximeter): Starting up tables. 2026.02.25 21:41:28.750937 [ 275 ] {3e314e38-6ad9-4954-a249-c3aa71ee9c45} TCPHandler: Processed in 0.007676599 sec. 2026.02.25 21:41:28.751118 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.751285 [ 275 ] {824d6445-94d2-46fe-a32f-3bd3538287ae} executeQuery: (from [fd00:1122:3344:101::d]:34437) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2026.02.25 21:41:28.751461 [ 275 ] {824d6445-94d2-46fe-a32f-3bd3538287ae} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.02.25 21:41:28.787295 [ 275 ] {824d6445-94d2-46fe-a32f-3bd3538287ae} StoragePolicy (default): Storage policy default created, total volumes 1 2026.02.25 21:41:28.789719 [ 275 ] {824d6445-94d2-46fe-a32f-3bd3538287ae} oximeter.version (ac487c47-ef48-4f37-ab71-738eedb6c21a): Loading data parts 2026.02.25 21:41:28.790994 [ 275 ] {824d6445-94d2-46fe-a32f-3bd3538287ae} oximeter.version (ac487c47-ef48-4f37-ab71-738eedb6c21a): There are no data parts 2026.02.25 21:41:28.794293 [ 275 ] {824d6445-94d2-46fe-a32f-3bd3538287ae} TCPHandler: Processed in 0.043231544 sec. 2026.02.25 21:41:28.794686 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.794903 [ 275 ] {f8cd53a4-5ffa-416b-b299-c517218335f4} executeQuery: (from [fd00:1122:3344:101::d]:34437) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ 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) 2026.02.25 21:41:28.795087 [ 275 ] {f8cd53a4-5ffa-416b-b299-c517218335f4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.02.25 21:41:28.810097 [ 275 ] {f8cd53a4-5ffa-416b-b299-c517218335f4} oximeter.measurements_bool (56df8f31-1f20-4ab1-90ac-a009fe2a26a9): Loading data parts 2026.02.25 21:41:28.810467 [ 275 ] {f8cd53a4-5ffa-416b-b299-c517218335f4} oximeter.measurements_bool (56df8f31-1f20-4ab1-90ac-a009fe2a26a9): There are no data parts 2026.02.25 21:41:28.813906 [ 275 ] {f8cd53a4-5ffa-416b-b299-c517218335f4} TCPHandler: Processed in 0.019333919 sec. 2026.02.25 21:41:28.814179 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.814493 [ 275 ] {6585834a-9378-4ce8-a648-b36503eccea1} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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) 2026.02.25 21:41:28.814545 [ 275 ] {6585834a-9378-4ce8-a648-b36503eccea1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.02.25 21:41:28.818929 [ 275 ] {6585834a-9378-4ce8-a648-b36503eccea1} oximeter.measurements_i8 (01336e42-59a8-4bb9-aa77-598d00fae5d1): Loading data parts 2026.02.25 21:41:28.819062 [ 275 ] {6585834a-9378-4ce8-a648-b36503eccea1} oximeter.measurements_i8 (01336e42-59a8-4bb9-aa77-598d00fae5d1): There are no data parts 2026.02.25 21:41:28.822937 [ 275 ] {6585834a-9378-4ce8-a648-b36503eccea1} TCPHandler: Processed in 0.008851939 sec. 2026.02.25 21:41:28.823209 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.823384 [ 275 ] {60be3f56-ffb6-4685-85f6-82b58d667b29} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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) 2026.02.25 21:41:28.823533 [ 275 ] {60be3f56-ffb6-4685-85f6-82b58d667b29} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.02.25 21:41:28.826081 [ 275 ] {60be3f56-ffb6-4685-85f6-82b58d667b29} oximeter.measurements_u8 (a46d09cf-3006-4573-afba-95777fd59f6a): Loading data parts 2026.02.25 21:41:28.826319 [ 275 ] {60be3f56-ffb6-4685-85f6-82b58d667b29} oximeter.measurements_u8 (a46d09cf-3006-4573-afba-95777fd59f6a): There are no data parts 2026.02.25 21:41:28.828870 [ 275 ] {60be3f56-ffb6-4685-85f6-82b58d667b29} TCPHandler: Processed in 0.005711375 sec. 2026.02.25 21:41:28.829056 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.829321 [ 275 ] {bb66f6e6-0f24-4a85-9e36-af2a1e8b65d9} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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) 2026.02.25 21:41:28.829367 [ 275 ] {bb66f6e6-0f24-4a85-9e36-af2a1e8b65d9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.02.25 21:41:28.835085 [ 275 ] {bb66f6e6-0f24-4a85-9e36-af2a1e8b65d9} oximeter.measurements_i16 (3de2990b-c7a2-4f21-91c5-e9b529b9a0bf): Loading data parts 2026.02.25 21:41:28.835232 [ 275 ] {bb66f6e6-0f24-4a85-9e36-af2a1e8b65d9} oximeter.measurements_i16 (3de2990b-c7a2-4f21-91c5-e9b529b9a0bf): There are no data parts 2026.02.25 21:41:28.838299 [ 275 ] {bb66f6e6-0f24-4a85-9e36-af2a1e8b65d9} TCPHandler: Processed in 0.009307831 sec. 2026.02.25 21:41:28.838585 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.838753 [ 275 ] {35475a7c-b670-4122-822f-9f8a4a924a29} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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) 2026.02.25 21:41:28.838881 [ 275 ] {35475a7c-b670-4122-822f-9f8a4a924a29} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.02.25 21:41:28.841035 [ 275 ] {35475a7c-b670-4122-822f-9f8a4a924a29} oximeter.measurements_u16 (8a511f24-b2cb-45c1-9e82-84f4e919100b): Loading data parts 2026.02.25 21:41:28.841298 [ 275 ] {35475a7c-b670-4122-822f-9f8a4a924a29} oximeter.measurements_u16 (8a511f24-b2cb-45c1-9e82-84f4e919100b): There are no data parts 2026.02.25 21:41:28.843117 [ 275 ] {35475a7c-b670-4122-822f-9f8a4a924a29} TCPHandler: Processed in 0.004591215 sec. 2026.02.25 21:41:28.843290 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.843510 [ 275 ] {618f888f-098e-4c43-b922-816112cdf96e} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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) 2026.02.25 21:41:28.843583 [ 275 ] {618f888f-098e-4c43-b922-816112cdf96e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.02.25 21:41:28.845403 [ 275 ] {618f888f-098e-4c43-b922-816112cdf96e} oximeter.measurements_i32 (495e4d2b-d82f-4570-9877-f0fd4e3c4dee): Loading data parts 2026.02.25 21:41:28.845669 [ 275 ] {618f888f-098e-4c43-b922-816112cdf96e} oximeter.measurements_i32 (495e4d2b-d82f-4570-9877-f0fd4e3c4dee): There are no data parts 2026.02.25 21:41:28.847286 [ 275 ] {618f888f-098e-4c43-b922-816112cdf96e} TCPHandler: Processed in 0.004051382 sec. 2026.02.25 21:41:28.847609 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.847767 [ 275 ] {cee74f5a-8bb0-4ebb-a1b8-596720b81bb9} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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) 2026.02.25 21:41:28.848255 [ 275 ] {cee74f5a-8bb0-4ebb-a1b8-596720b81bb9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.02.25 21:41:28.850722 [ 275 ] {cee74f5a-8bb0-4ebb-a1b8-596720b81bb9} oximeter.measurements_u32 (c5cdaf82-3c5c-4ae5-8780-56a59a67b0ba): Loading data parts 2026.02.25 21:41:28.850962 [ 275 ] {cee74f5a-8bb0-4ebb-a1b8-596720b81bb9} oximeter.measurements_u32 (c5cdaf82-3c5c-4ae5-8780-56a59a67b0ba): There are no data parts 2026.02.25 21:41:28.852780 [ 275 ] {cee74f5a-8bb0-4ebb-a1b8-596720b81bb9} TCPHandler: Processed in 0.00521946 sec. 2026.02.25 21:41:28.852959 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.853340 [ 275 ] {8e8f9dec-b98d-4a85-8109-1dbe27ebe582} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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) 2026.02.25 21:41:28.853437 [ 275 ] {8e8f9dec-b98d-4a85-8109-1dbe27ebe582} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.02.25 21:41:28.856043 [ 275 ] {8e8f9dec-b98d-4a85-8109-1dbe27ebe582} oximeter.measurements_i64 (91934986-4462-4f91-9bac-94438ec85331): Loading data parts 2026.02.25 21:41:28.856182 [ 275 ] {8e8f9dec-b98d-4a85-8109-1dbe27ebe582} oximeter.measurements_i64 (91934986-4462-4f91-9bac-94438ec85331): There are no data parts 2026.02.25 21:41:28.857762 [ 275 ] {8e8f9dec-b98d-4a85-8109-1dbe27ebe582} TCPHandler: Processed in 0.004859247 sec. 2026.02.25 21:41:28.857988 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.858145 [ 275 ] {bb381922-e2bd-4050-a26a-86a21c79ff6c} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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) 2026.02.25 21:41:28.858271 [ 275 ] {bb381922-e2bd-4050-a26a-86a21c79ff6c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.02.25 21:41:28.860212 [ 275 ] {bb381922-e2bd-4050-a26a-86a21c79ff6c} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Loading data parts 2026.02.25 21:41:28.860331 [ 275 ] {bb381922-e2bd-4050-a26a-86a21c79ff6c} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): There are no data parts 2026.02.25 21:41:28.863398 [ 275 ] {bb381922-e2bd-4050-a26a-86a21c79ff6c} TCPHandler: Processed in 0.005463902 sec. 2026.02.25 21:41:28.863550 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.863702 [ 275 ] {ab297be2-8f00-4daf-aeb6-5fed46c993ab} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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) 2026.02.25 21:41:28.863816 [ 275 ] {ab297be2-8f00-4daf-aeb6-5fed46c993ab} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.02.25 21:41:28.867319 [ 275 ] {ab297be2-8f00-4daf-aeb6-5fed46c993ab} oximeter.measurements_f32 (c866769e-6396-49f8-bb33-989b17811a42): Loading data parts 2026.02.25 21:41:28.867573 [ 275 ] {ab297be2-8f00-4daf-aeb6-5fed46c993ab} oximeter.measurements_f32 (c866769e-6396-49f8-bb33-989b17811a42): There are no data parts 2026.02.25 21:41:28.869054 [ 275 ] {ab297be2-8f00-4daf-aeb6-5fed46c993ab} TCPHandler: Processed in 0.005552303 sec. 2026.02.25 21:41:28.869291 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.869445 [ 275 ] {e8217e35-0685-47b8-bd6d-4363c58958f5} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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) 2026.02.25 21:41:28.869561 [ 275 ] {e8217e35-0685-47b8-bd6d-4363c58958f5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.02.25 21:41:28.871300 [ 275 ] {e8217e35-0685-47b8-bd6d-4363c58958f5} oximeter.measurements_f64 (760b9128-f55b-4821-acd8-e74f0010e1c7): Loading data parts 2026.02.25 21:41:28.871504 [ 275 ] {e8217e35-0685-47b8-bd6d-4363c58958f5} oximeter.measurements_f64 (760b9128-f55b-4821-acd8-e74f0010e1c7): There are no data parts 2026.02.25 21:41:28.872990 [ 275 ] {e8217e35-0685-47b8-bd6d-4363c58958f5} TCPHandler: Processed in 0.003746829 sec. 2026.02.25 21:41:28.873516 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.873706 [ 275 ] {f4f5697e-4281-4b09-8421-70cb9a5cc67d} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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) 2026.02.25 21:41:28.873832 [ 275 ] {f4f5697e-4281-4b09-8421-70cb9a5cc67d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.02.25 21:41:28.875580 [ 275 ] {f4f5697e-4281-4b09-8421-70cb9a5cc67d} oximeter.measurements_string (307de1eb-a7e6-4f54-b8b1-894ad8e8ad8e): Loading data parts 2026.02.25 21:41:28.875716 [ 275 ] {f4f5697e-4281-4b09-8421-70cb9a5cc67d} oximeter.measurements_string (307de1eb-a7e6-4f54-b8b1-894ad8e8ad8e): There are no data parts 2026.02.25 21:41:28.877017 [ 275 ] {f4f5697e-4281-4b09-8421-70cb9a5cc67d} TCPHandler: Processed in 0.003571478 sec. 2026.02.25 21:41:28.877294 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.877452 [ 275 ] {5934f32d-7d04-4a17-95de-64125907962b} executeQuery: (from [fd00:1122:3344:101::d]:34437) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.25 21:41:28.877564 [ 275 ] {5934f32d-7d04-4a17-95de-64125907962b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.02.25 21:41:28.879349 [ 275 ] {5934f32d-7d04-4a17-95de-64125907962b} oximeter.measurements_bytes (41d17a01-5330-4a0a-949a-e808961db450): Loading data parts 2026.02.25 21:41:28.879482 [ 275 ] {5934f32d-7d04-4a17-95de-64125907962b} oximeter.measurements_bytes (41d17a01-5330-4a0a-949a-e808961db450): There are no data parts 2026.02.25 21:41:28.880681 [ 275 ] {5934f32d-7d04-4a17-95de-64125907962b} TCPHandler: Processed in 0.003435456 sec. 2026.02.25 21:41:28.880939 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.881130 [ 275 ] {5cedec0b-4fe7-4a6d-b830-44ddc0fbcc64} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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) 2026.02.25 21:41:28.881258 [ 275 ] {5cedec0b-4fe7-4a6d-b830-44ddc0fbcc64} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.02.25 21:41:28.883766 [ 275 ] {5cedec0b-4fe7-4a6d-b830-44ddc0fbcc64} oximeter.measurements_cumulativei64 (d35dbf9d-f564-4930-abcb-d112d0f5b10b): Loading data parts 2026.02.25 21:41:28.883972 [ 275 ] {5cedec0b-4fe7-4a6d-b830-44ddc0fbcc64} oximeter.measurements_cumulativei64 (d35dbf9d-f564-4930-abcb-d112d0f5b10b): There are no data parts 2026.02.25 21:41:28.886714 [ 275 ] {5cedec0b-4fe7-4a6d-b830-44ddc0fbcc64} TCPHandler: Processed in 0.005833985 sec. 2026.02.25 21:41:28.886881 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.887158 [ 275 ] {5bc4ee9e-3429-4bdb-a4aa-f4125b796b3b} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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) 2026.02.25 21:41:28.887298 [ 275 ] {5bc4ee9e-3429-4bdb-a4aa-f4125b796b3b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.02.25 21:41:28.889151 [ 275 ] {5bc4ee9e-3429-4bdb-a4aa-f4125b796b3b} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Loading data parts 2026.02.25 21:41:28.889318 [ 275 ] {5bc4ee9e-3429-4bdb-a4aa-f4125b796b3b} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): There are no data parts 2026.02.25 21:41:28.890727 [ 275 ] {5bc4ee9e-3429-4bdb-a4aa-f4125b796b3b} TCPHandler: Processed in 0.00389583 sec. 2026.02.25 21:41:28.890891 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.891057 [ 275 ] {84ae6407-a446-4e43-9b8b-a53d08fe65a1} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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) 2026.02.25 21:41:28.891191 [ 275 ] {84ae6407-a446-4e43-9b8b-a53d08fe65a1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.02.25 21:41:28.892949 [ 275 ] {84ae6407-a446-4e43-9b8b-a53d08fe65a1} oximeter.measurements_cumulativef32 (35bc6318-02d4-4729-8655-a41a20a1de5f): Loading data parts 2026.02.25 21:41:28.893074 [ 275 ] {84ae6407-a446-4e43-9b8b-a53d08fe65a1} oximeter.measurements_cumulativef32 (35bc6318-02d4-4729-8655-a41a20a1de5f): There are no data parts 2026.02.25 21:41:28.894349 [ 275 ] {84ae6407-a446-4e43-9b8b-a53d08fe65a1} TCPHandler: Processed in 0.003505417 sec. 2026.02.25 21:41:28.894562 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.894722 [ 275 ] {2e3bb4ea-1694-4383-ab88-7990546cf734} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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) 2026.02.25 21:41:28.894845 [ 275 ] {2e3bb4ea-1694-4383-ab88-7990546cf734} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.02.25 21:41:28.896518 [ 275 ] {2e3bb4ea-1694-4383-ab88-7990546cf734} oximeter.measurements_cumulativef64 (ba46d64d-b4c8-4907-b1de-9fe18d5af323): Loading data parts 2026.02.25 21:41:28.896717 [ 275 ] {2e3bb4ea-1694-4383-ab88-7990546cf734} oximeter.measurements_cumulativef64 (ba46d64d-b4c8-4907-b1de-9fe18d5af323): There are no data parts 2026.02.25 21:41:28.897911 [ 275 ] {2e3bb4ea-1694-4383-ab88-7990546cf734} TCPHandler: Processed in 0.003396526 sec. 2026.02.25 21:41:28.898068 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.898443 [ 275 ] {98f34fbf-f8e4-492e-8c71-e0f94c51fc5d} executeQuery: (from [fd00:1122:3344:101::d]:34437) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ 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) 2026.02.25 21:41:28.898572 [ 275 ] {98f34fbf-f8e4-492e-8c71-e0f94c51fc5d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.02.25 21:41:28.900648 [ 275 ] {98f34fbf-f8e4-492e-8c71-e0f94c51fc5d} oximeter.measurements_histogrami8 (df96dc6b-7d5a-4f5e-9136-6d1cb44a7d08): Loading data parts 2026.02.25 21:41:28.900886 [ 275 ] {98f34fbf-f8e4-492e-8c71-e0f94c51fc5d} oximeter.measurements_histogrami8 (df96dc6b-7d5a-4f5e-9136-6d1cb44a7d08): There are no data parts 2026.02.25 21:41:28.902852 [ 275 ] {98f34fbf-f8e4-492e-8c71-e0f94c51fc5d} TCPHandler: Processed in 0.004839117 sec. 2026.02.25 21:41:28.903092 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.903295 [ 275 ] {06a93f8d-5e91-463b-a4c4-83ac3bac81bd} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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) 2026.02.25 21:41:28.903426 [ 275 ] {06a93f8d-5e91-463b-a4c4-83ac3bac81bd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.02.25 21:41:28.905436 [ 275 ] {06a93f8d-5e91-463b-a4c4-83ac3bac81bd} oximeter.measurements_histogramu8 (3f140764-60a6-4e5d-b534-7e9e8b053624): Loading data parts 2026.02.25 21:41:28.905669 [ 275 ] {06a93f8d-5e91-463b-a4c4-83ac3bac81bd} oximeter.measurements_histogramu8 (3f140764-60a6-4e5d-b534-7e9e8b053624): There are no data parts 2026.02.25 21:41:28.908226 [ 275 ] {06a93f8d-5e91-463b-a4c4-83ac3bac81bd} TCPHandler: Processed in 0.0051819 sec. 2026.02.25 21:41:28.908385 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.908693 [ 275 ] {55149e8b-f514-438d-a1ac-efd112665cdd} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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) 2026.02.25 21:41:28.908839 [ 275 ] {55149e8b-f514-438d-a1ac-efd112665cdd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.02.25 21:41:28.910835 [ 275 ] {55149e8b-f514-438d-a1ac-efd112665cdd} oximeter.measurements_histogrami16 (527fe8f5-83bd-4005-b454-4ae6f9a8ade0): Loading data parts 2026.02.25 21:41:28.911041 [ 275 ] {55149e8b-f514-438d-a1ac-efd112665cdd} oximeter.measurements_histogrami16 (527fe8f5-83bd-4005-b454-4ae6f9a8ade0): There are no data parts 2026.02.25 21:41:28.912410 [ 275 ] {55149e8b-f514-438d-a1ac-efd112665cdd} TCPHandler: Processed in 0.004076492 sec. 2026.02.25 21:41:28.912761 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.912992 [ 275 ] {b37df08a-b530-435d-a69e-94247df44c9a} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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) 2026.02.25 21:41:28.913198 [ 275 ] {b37df08a-b530-435d-a69e-94247df44c9a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.02.25 21:41:28.915546 [ 275 ] {b37df08a-b530-435d-a69e-94247df44c9a} oximeter.measurements_histogramu16 (c8092479-7bf0-4fb5-b28a-cf8f9ddbd49d): Loading data parts 2026.02.25 21:41:28.915721 [ 275 ] {b37df08a-b530-435d-a69e-94247df44c9a} oximeter.measurements_histogramu16 (c8092479-7bf0-4fb5-b28a-cf8f9ddbd49d): There are no data parts 2026.02.25 21:41:28.917143 [ 275 ] {b37df08a-b530-435d-a69e-94247df44c9a} TCPHandler: Processed in 0.004440344 sec. 2026.02.25 21:41:28.917297 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.917630 [ 275 ] {a9433e34-1ba0-482a-b02a-f2a02a52d2c5} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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) 2026.02.25 21:41:28.917748 [ 275 ] {a9433e34-1ba0-482a-b02a-f2a02a52d2c5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.02.25 21:41:28.919638 [ 275 ] {a9433e34-1ba0-482a-b02a-f2a02a52d2c5} oximeter.measurements_histogrami32 (41f1608e-ceee-4bad-a488-ec7327ebaeda): Loading data parts 2026.02.25 21:41:28.919765 [ 275 ] {a9433e34-1ba0-482a-b02a-f2a02a52d2c5} oximeter.measurements_histogrami32 (41f1608e-ceee-4bad-a488-ec7327ebaeda): There are no data parts 2026.02.25 21:41:28.921007 [ 275 ] {a9433e34-1ba0-482a-b02a-f2a02a52d2c5} TCPHandler: Processed in 0.003758639 sec. 2026.02.25 21:41:28.921243 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.921513 [ 275 ] {8ee244fe-d1fc-4a92-a8d3-2fd9a2e31cd5} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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) 2026.02.25 21:41:28.921663 [ 275 ] {8ee244fe-d1fc-4a92-a8d3-2fd9a2e31cd5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.02.25 21:41:28.926180 [ 275 ] {8ee244fe-d1fc-4a92-a8d3-2fd9a2e31cd5} oximeter.measurements_histogramu32 (2fab658f-d6d7-43f2-974a-f9a3b95f4aae): Loading data parts 2026.02.25 21:41:28.926418 [ 275 ] {8ee244fe-d1fc-4a92-a8d3-2fd9a2e31cd5} oximeter.measurements_histogramu32 (2fab658f-d6d7-43f2-974a-f9a3b95f4aae): There are no data parts 2026.02.25 21:41:28.931747 [ 275 ] {8ee244fe-d1fc-4a92-a8d3-2fd9a2e31cd5} TCPHandler: Processed in 0.010560141 sec. 2026.02.25 21:41:28.931907 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.932167 [ 275 ] {e5d3a3a5-73b3-44a0-867a-032302f1c9fe} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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) 2026.02.25 21:41:28.932298 [ 275 ] {e5d3a3a5-73b3-44a0-867a-032302f1c9fe} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.02.25 21:41:28.935201 [ 275 ] {e5d3a3a5-73b3-44a0-867a-032302f1c9fe} oximeter.measurements_histogrami64 (12658bc9-2898-42af-a630-5b801b5c99fc): Loading data parts 2026.02.25 21:41:28.935329 [ 275 ] {e5d3a3a5-73b3-44a0-867a-032302f1c9fe} oximeter.measurements_histogrami64 (12658bc9-2898-42af-a630-5b801b5c99fc): There are no data parts 2026.02.25 21:41:28.936557 [ 275 ] {e5d3a3a5-73b3-44a0-867a-032302f1c9fe} TCPHandler: Processed in 0.004706046 sec. 2026.02.25 21:41:28.936784 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.936997 [ 275 ] {a5dc049d-d2c0-46f8-b106-b83e29f01017} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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) 2026.02.25 21:41:28.937129 [ 275 ] {a5dc049d-d2c0-46f8-b106-b83e29f01017} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.02.25 21:41:28.939138 [ 275 ] {a5dc049d-d2c0-46f8-b106-b83e29f01017} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Loading data parts 2026.02.25 21:41:28.939298 [ 275 ] {a5dc049d-d2c0-46f8-b106-b83e29f01017} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): There are no data parts 2026.02.25 21:41:28.940571 [ 275 ] {a5dc049d-d2c0-46f8-b106-b83e29f01017} TCPHandler: Processed in 0.003836519 sec. 2026.02.25 21:41:28.940721 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.940982 [ 275 ] {b3d59a85-8cea-444b-bb44-8cabed9c6c85} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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) 2026.02.25 21:41:28.941122 [ 275 ] {b3d59a85-8cea-444b-bb44-8cabed9c6c85} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.02.25 21:41:28.943274 [ 275 ] {b3d59a85-8cea-444b-bb44-8cabed9c6c85} oximeter.measurements_histogramf32 (ffc7e9d9-767a-44f8-a6f9-fd00e5dccb92): Loading data parts 2026.02.25 21:41:28.943404 [ 275 ] {b3d59a85-8cea-444b-bb44-8cabed9c6c85} oximeter.measurements_histogramf32 (ffc7e9d9-767a-44f8-a6f9-fd00e5dccb92): There are no data parts 2026.02.25 21:41:28.944604 [ 275 ] {b3d59a85-8cea-444b-bb44-8cabed9c6c85} TCPHandler: Processed in 0.003931571 sec. 2026.02.25 21:41:28.944870 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.945086 [ 275 ] {db17e118-2b22-481f-9a3e-8be10f3c5080} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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) 2026.02.25 21:41:28.945249 [ 275 ] {db17e118-2b22-481f-9a3e-8be10f3c5080} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.02.25 21:41:28.947017 [ 275 ] {db17e118-2b22-481f-9a3e-8be10f3c5080} oximeter.measurements_histogramf64 (470ec2ad-c6d3-409c-a72d-d92c15a9f2dd): Loading data parts 2026.02.25 21:41:28.947253 [ 275 ] {db17e118-2b22-481f-9a3e-8be10f3c5080} oximeter.measurements_histogramf64 (470ec2ad-c6d3-409c-a72d-d92c15a9f2dd): There are no data parts 2026.02.25 21:41:28.948482 [ 275 ] {db17e118-2b22-481f-9a3e-8be10f3c5080} TCPHandler: Processed in 0.003663718 sec. 2026.02.25 21:41:28.948670 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.948962 [ 275 ] {4e422ab5-5305-40a0-bebc-e920c7c41e8d} executeQuery: (from [fd00:1122:3344:101::d]:34437) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. * * TTL: We use a materialized column to expire old field table records. This * column is generated automatically by the database whenever a new row is * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` * query. Since these tables are `ReplacingMergeTree`s, that means the last * record will remain during a deduplication, which will have the last * timestamp. ClickHouse will then expire old data for us, similar to the * measurement tables. */ 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) 2026.02.25 21:41:28.949124 [ 275 ] {4e422ab5-5305-40a0-bebc-e920c7c41e8d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.02.25 21:41:28.953827 [ 275 ] {4e422ab5-5305-40a0-bebc-e920c7c41e8d} oximeter.fields_bool (e20adacb-bbe2-452e-b46b-e32b45362cab): Loading data parts 2026.02.25 21:41:28.954091 [ 275 ] {4e422ab5-5305-40a0-bebc-e920c7c41e8d} oximeter.fields_bool (e20adacb-bbe2-452e-b46b-e32b45362cab): There are no data parts 2026.02.25 21:41:28.955672 [ 275 ] {4e422ab5-5305-40a0-bebc-e920c7c41e8d} TCPHandler: Processed in 0.007064035 sec. 2026.02.25 21:41:28.955858 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.956107 [ 275 ] {2a5d888f-c614-4f85-885d-3cc169ccb4ae} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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) 2026.02.25 21:41:28.956250 [ 275 ] {2a5d888f-c614-4f85-885d-3cc169ccb4ae} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.02.25 21:41:28.958205 [ 275 ] {2a5d888f-c614-4f85-885d-3cc169ccb4ae} oximeter.fields_i8 (2ca16278-c3a9-484e-aabd-60f49eeb9e8d): Loading data parts 2026.02.25 21:41:28.958346 [ 275 ] {2a5d888f-c614-4f85-885d-3cc169ccb4ae} oximeter.fields_i8 (2ca16278-c3a9-484e-aabd-60f49eeb9e8d): There are no data parts 2026.02.25 21:41:28.960329 [ 275 ] {2a5d888f-c614-4f85-885d-3cc169ccb4ae} TCPHandler: Processed in 0.004538635 sec. 2026.02.25 21:41:28.960487 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.960649 [ 275 ] {b56b601c-5582-4165-ba82-720c0f4ab72a} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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) 2026.02.25 21:41:28.960763 [ 275 ] {b56b601c-5582-4165-ba82-720c0f4ab72a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.02.25 21:41:28.963028 [ 275 ] {b56b601c-5582-4165-ba82-720c0f4ab72a} oximeter.fields_u8 (0c034aba-187c-4a21-bc08-4ff6715ead94): Loading data parts 2026.02.25 21:41:28.963165 [ 275 ] {b56b601c-5582-4165-ba82-720c0f4ab72a} oximeter.fields_u8 (0c034aba-187c-4a21-bc08-4ff6715ead94): There are no data parts 2026.02.25 21:41:28.965450 [ 275 ] {b56b601c-5582-4165-ba82-720c0f4ab72a} TCPHandler: Processed in 0.005012728 sec. 2026.02.25 21:41:28.965608 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.965839 [ 275 ] {e7b771b1-bce2-4bd8-aa98-1859404b9e73} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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) 2026.02.25 21:41:28.965944 [ 275 ] {e7b771b1-bce2-4bd8-aa98-1859404b9e73} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.02.25 21:41:28.967768 [ 275 ] {e7b771b1-bce2-4bd8-aa98-1859404b9e73} oximeter.fields_i16 (5b8cb844-b05e-4fc3-bc08-c8de9a1883e6): Loading data parts 2026.02.25 21:41:28.967965 [ 275 ] {e7b771b1-bce2-4bd8-aa98-1859404b9e73} oximeter.fields_i16 (5b8cb844-b05e-4fc3-bc08-c8de9a1883e6): There are no data parts 2026.02.25 21:41:28.969160 [ 275 ] {e7b771b1-bce2-4bd8-aa98-1859404b9e73} TCPHandler: Processed in 0.003601358 sec. 2026.02.25 21:41:28.969312 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.969474 [ 275 ] {78dd9b43-6d1c-48b3-a0d3-7069293079ba} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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) 2026.02.25 21:41:28.969655 [ 275 ] {78dd9b43-6d1c-48b3-a0d3-7069293079ba} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.02.25 21:41:28.971971 [ 275 ] {78dd9b43-6d1c-48b3-a0d3-7069293079ba} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Loading data parts 2026.02.25 21:41:28.972130 [ 275 ] {78dd9b43-6d1c-48b3-a0d3-7069293079ba} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): There are no data parts 2026.02.25 21:41:28.974218 [ 275 ] {78dd9b43-6d1c-48b3-a0d3-7069293079ba} TCPHandler: Processed in 0.004955598 sec. 2026.02.25 21:41:28.974590 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.974780 [ 275 ] {6083ec00-ad69-4c35-8a28-c8262b4870c8} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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) 2026.02.25 21:41:28.974922 [ 275 ] {6083ec00-ad69-4c35-8a28-c8262b4870c8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.02.25 21:41:28.977795 [ 275 ] {6083ec00-ad69-4c35-8a28-c8262b4870c8} oximeter.fields_i32 (edcec434-ac0c-450d-aa78-68b24d617287): Loading data parts 2026.02.25 21:41:28.978054 [ 275 ] {6083ec00-ad69-4c35-8a28-c8262b4870c8} oximeter.fields_i32 (edcec434-ac0c-450d-aa78-68b24d617287): There are no data parts 2026.02.25 21:41:28.979659 [ 275 ] {6083ec00-ad69-4c35-8a28-c8262b4870c8} TCPHandler: Processed in 0.00511914 sec. 2026.02.25 21:41:28.979816 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.979976 [ 275 ] {5453f5d5-a860-4d1f-8e83-f706c78bf919} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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) 2026.02.25 21:41:28.980112 [ 275 ] {5453f5d5-a860-4d1f-8e83-f706c78bf919} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.02.25 21:41:28.982016 [ 275 ] {5453f5d5-a860-4d1f-8e83-f706c78bf919} oximeter.fields_u32 (908bf044-80c4-4aff-a2d0-2b9c977956ba): Loading data parts 2026.02.25 21:41:28.982144 [ 275 ] {5453f5d5-a860-4d1f-8e83-f706c78bf919} oximeter.fields_u32 (908bf044-80c4-4aff-a2d0-2b9c977956ba): There are no data parts 2026.02.25 21:41:28.983635 [ 275 ] {5453f5d5-a860-4d1f-8e83-f706c78bf919} TCPHandler: Processed in 0.003872509 sec. 2026.02.25 21:41:28.983872 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.984028 [ 275 ] {70226164-cc26-4ead-8cbc-b5fb10c628fb} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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) 2026.02.25 21:41:28.984160 [ 275 ] {70226164-cc26-4ead-8cbc-b5fb10c628fb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.02.25 21:41:28.985897 [ 275 ] {70226164-cc26-4ead-8cbc-b5fb10c628fb} oximeter.fields_i64 (007effe8-e53e-4d04-af66-97cd4b97b1c4): Loading data parts 2026.02.25 21:41:28.986106 [ 275 ] {70226164-cc26-4ead-8cbc-b5fb10c628fb} oximeter.fields_i64 (007effe8-e53e-4d04-af66-97cd4b97b1c4): There are no data parts 2026.02.25 21:41:28.987515 [ 275 ] {70226164-cc26-4ead-8cbc-b5fb10c628fb} TCPHandler: Processed in 0.003690238 sec. 2026.02.25 21:41:28.987668 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.987888 [ 275 ] {9db0869d-5bb6-42a0-81b4-981d40f226df} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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) 2026.02.25 21:41:28.987976 [ 275 ] {9db0869d-5bb6-42a0-81b4-981d40f226df} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.02.25 21:41:28.990111 [ 275 ] {9db0869d-5bb6-42a0-81b4-981d40f226df} oximeter.fields_u64 (cad2698a-84b9-4c45-854c-2c7d2ef2494f): Loading data parts 2026.02.25 21:41:28.990234 [ 275 ] {9db0869d-5bb6-42a0-81b4-981d40f226df} oximeter.fields_u64 (cad2698a-84b9-4c45-854c-2c7d2ef2494f): There are no data parts 2026.02.25 21:41:28.991440 [ 275 ] {9db0869d-5bb6-42a0-81b4-981d40f226df} TCPHandler: Processed in 0.00382113 sec. 2026.02.25 21:41:28.991645 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.991799 [ 275 ] {d11a77bd-fb40-46b4-9721-dca87559f0cd} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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) 2026.02.25 21:41:28.991899 [ 275 ] {d11a77bd-fb40-46b4-9721-dca87559f0cd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.02.25 21:41:28.993729 [ 275 ] {d11a77bd-fb40-46b4-9721-dca87559f0cd} oximeter.fields_ipaddr (9d816c18-633c-4844-8e74-bf82544c842d): Loading data parts 2026.02.25 21:41:28.993905 [ 275 ] {d11a77bd-fb40-46b4-9721-dca87559f0cd} oximeter.fields_ipaddr (9d816c18-633c-4844-8e74-bf82544c842d): There are no data parts 2026.02.25 21:41:28.995169 [ 275 ] {d11a77bd-fb40-46b4-9721-dca87559f0cd} TCPHandler: Processed in 0.003572707 sec. 2026.02.25 21:41:28.995317 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.995538 [ 275 ] {b37a8580-9143-47df-8df5-f50dfbf1421b} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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) 2026.02.25 21:41:28.995623 [ 275 ] {b37a8580-9143-47df-8df5-f50dfbf1421b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.02.25 21:41:28.997390 [ 275 ] {b37a8580-9143-47df-8df5-f50dfbf1421b} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Loading data parts 2026.02.25 21:41:28.997544 [ 275 ] {b37a8580-9143-47df-8df5-f50dfbf1421b} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): There are no data parts 2026.02.25 21:41:28.999047 [ 275 ] {b37a8580-9143-47df-8df5-f50dfbf1421b} TCPHandler: Processed in 0.00377853 sec. 2026.02.25 21:41:28.999258 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:28.999420 [ 275 ] {e2673f0b-6e0b-4ded-9e09-5017ec143b24} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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) 2026.02.25 21:41:28.999529 [ 275 ] {e2673f0b-6e0b-4ded-9e09-5017ec143b24} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.02.25 21:41:29.000205 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 127.20 MiB, peak 127.20 MiB, free memory in arenas 0.00 B, will set to 135.77 MiB (RSS), difference: 8.57 MiB 2026.02.25 21:41:29.001523 [ 275 ] {e2673f0b-6e0b-4ded-9e09-5017ec143b24} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Loading data parts 2026.02.25 21:41:29.001656 [ 275 ] {e2673f0b-6e0b-4ded-9e09-5017ec143b24} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): There are no data parts 2026.02.25 21:41:29.003152 [ 275 ] {e2673f0b-6e0b-4ded-9e09-5017ec143b24} TCPHandler: Processed in 0.00394767 sec. 2026.02.25 21:41:29.003419 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:29.003678 [ 275 ] {808a7c53-d348-47c9-8bca-ad53208de225} executeQuery: (from [fd00:1122:3344:101::d]:34437) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ 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) 2026.02.25 21:41:29.003818 [ 275 ] {808a7c53-d348-47c9-8bca-ad53208de225} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.02.25 21:41:29.006028 [ 275 ] {808a7c53-d348-47c9-8bca-ad53208de225} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc): Loading data parts 2026.02.25 21:41:29.006158 [ 275 ] {808a7c53-d348-47c9-8bca-ad53208de225} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc): There are no data parts 2026.02.25 21:41:29.008896 [ 275 ] {808a7c53-d348-47c9-8bca-ad53208de225} TCPHandler: Processed in 0.005580893 sec. 2026.02.25 21:41:29.013826 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:29.020260 [ 277 ] {d63846b4-75a5-41b3-ac6d-a2eb9f6b8bd2} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.02.25 21:41:29.023953 [ 277 ] {d63846b4-75a5-41b3-ac6d-a2eb9f6b8bd2} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.02.25 21:41:29.062269 [ 284 ] {d63846b4-75a5-41b3-ac6d-a2eb9f6b8bd2} oximeter.version (ac487c47-ef48-4f37-ab71-738eedb6c21a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:29.062337 [ 284 ] {d63846b4-75a5-41b3-ac6d-a2eb9f6b8bd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.02.25 21:41:29.085597 [ 284 ] {d63846b4-75a5-41b3-ac6d-a2eb9f6b8bd2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.25 21:41:29.090600 [ 284 ] {d63846b4-75a5-41b3-ac6d-a2eb9f6b8bd2} oximeter.version (ac487c47-ef48-4f37-ab71-738eedb6c21a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:29.092863 [ 277 ] {d63846b4-75a5-41b3-ac6d-a2eb9f6b8bd2} executeQuery: Read 1 rows, 16.00 B in 0.076828 sec., 13.016087884625398 rows/sec., 208.26 B/sec. 2026.02.25 21:41:29.093314 [ 277 ] {d63846b4-75a5-41b3-ac6d-a2eb9f6b8bd2} TCPHandler: Processed in 0.079676045 sec. 2026.02.25 21:41:29.439807 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.02.25 21:41:29.439885 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2026.02.25 21:41:29.439927 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.02.25 21:41:29.439984 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.02.25 21:41:29.443189 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Loading data parts 2026.02.25 21:41:29.443417 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): There are no data parts 2026.02.25 21:41:29.449308 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:29.449463 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.02.25 21:41:29.455992 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.25 21:41:29.456531 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:29.456793 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2026.02.25 21:41:29.460090 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Loading data parts 2026.02.25 21:41:29.460365 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): There are no data parts 2026.02.25 21:41:29.491005 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:29.491211 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.02.25 21:41:29.499178 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.25 21:41:29.500906 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:29.505333 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.02.25 21:41:30.000273 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 140.86 MiB, peak 144.86 MiB, free memory in arenas 0.00 B, will set to 153.60 MiB (RSS), difference: 12.74 MiB 2026.02.25 21:41:31.939836 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.02.25 21:41:31.940058 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.02.25 21:41:31.945155 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Loading data parts 2026.02.25 21:41:31.945352 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): There are no data parts 2026.02.25 21:41:31.951418 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:31.951543 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.02.25 21:41:31.955701 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.25 21:41:31.956317 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:31.956672 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.02.25 21:41:32.000184 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 157.83 MiB, peak 157.83 MiB, free memory in arenas 0.00 B, will set to 154.84 MiB (RSS), difference: -2.99 MiB 2026.02.25 21:41:36.906340 [ 104 ] {} DNSResolver: Updating DNS cache 2026.02.25 21:41:36.906409 [ 104 ] {} DNSResolver: Updated DNS cache 2026.02.25 21:41:36.957020 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2026.02.25 21:41:36.962746 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:36.962792 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.02.25 21:41:36.963615 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.25 21:41:36.964188 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:36.964346 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2026.02.25 21:41:37.005558 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.02.25 21:41:37.023505 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:37.023664 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.02.25 21:41:37.030251 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.25 21:41:37.031468 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:37.035380 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.02.25 21:41:38.000265 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.83 MiB, peak 159.83 MiB, free memory in arenas 0.00 B, will set to 157.60 MiB (RSS), difference: 1.77 MiB 2026.02.25 21:41:42.000155 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 153.65 MiB, peak 159.83 MiB, free memory in arenas 0.00 B, will set to 157.67 MiB (RSS), difference: 4.02 MiB 2026.02.25 21:41:44.464565 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 2026.02.25 21:41:44.465041 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:44.465081 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.02.25 21:41:44.465640 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.25 21:41:44.465866 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:44.465990 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 2026.02.25 21:41:44.535596 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.02.25 21:41:44.552460 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:44.552527 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.02.25 21:41:44.558614 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.25 21:41:44.559333 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:44.562575 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.02.25 21:41:49.111105 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.111303 [ 275 ] {d49f0824-1cbd-4de0-b1d2-00ea21f61150} executeQuery: (from [fd00:1122:3344:101::d]:34437) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.02.25 21:41:49.115557 [ 275 ] {d49f0824-1cbd-4de0-b1d2-00ea21f61150} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:41:49.121565 [ 275 ] {d49f0824-1cbd-4de0-b1d2-00ea21f61150} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:41:49.125982 [ 275 ] {d49f0824-1cbd-4de0-b1d2-00ea21f61150} TCPHandler: Processed in 0.015009055 sec. 2026.02.25 21:41:49.135836 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.135976 [ 275 ] {1681d1a7-e08b-44bc-9343-d1fffa5039ad} executeQuery: (from [fd00:1122:3344:101::d]:34437) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.25 21:41:49.145663 [ 275 ] {1681d1a7-e08b-44bc-9343-d1fffa5039ad} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:41:49.145715 [ 275 ] {1681d1a7-e08b-44bc-9343-d1fffa5039ad} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:41:49.147989 [ 275 ] {1681d1a7-e08b-44bc-9343-d1fffa5039ad} TCPHandler: Processed in 0.012206074 sec. 2026.02.25 21:41:49.148228 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.148354 [ 275 ] {37a7624d-45c2-466a-8c1f-163aa25b7848} executeQuery: (from [fd00:1122:3344:101::d]:34437) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.02.25 21:41:49.150561 [ 275 ] {37a7624d-45c2-466a-8c1f-163aa25b7848} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:41:49.150608 [ 275 ] {37a7624d-45c2-466a-8c1f-163aa25b7848} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:41:49.150984 [ 275 ] {37a7624d-45c2-466a-8c1f-163aa25b7848} TCPHandler: Processed in 0.002806231 sec. 2026.02.25 21:41:49.151230 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.151347 [ 275 ] {ebb19303-1497-454c-861f-d2e6fa66f649} executeQuery: (from [fd00:1122:3344:101::d]:34437) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.02.25 21:41:49.151588 [ 275 ] {ebb19303-1497-454c-861f-d2e6fa66f649} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:41:49.151633 [ 275 ] {ebb19303-1497-454c-861f-d2e6fa66f649} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:41:49.151964 [ 275 ] {ebb19303-1497-454c-861f-d2e6fa66f649} TCPHandler: Processed in 0.000783306 sec. 2026.02.25 21:41:49.152171 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.152286 [ 275 ] {7fc59dd7-f4bd-4367-9132-bae4fa07d328} executeQuery: (from [fd00:1122:3344:101::d]:34437) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.25 21:41:49.152519 [ 275 ] {7fc59dd7-f4bd-4367-9132-bae4fa07d328} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:41:49.152562 [ 275 ] {7fc59dd7-f4bd-4367-9132-bae4fa07d328} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:41:49.152866 [ 275 ] {7fc59dd7-f4bd-4367-9132-bae4fa07d328} TCPHandler: Processed in 0.000743406 sec. 2026.02.25 21:41:49.153084 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.153212 [ 275 ] {49a07b4e-3754-4809-a9ed-36111ea07c07} executeQuery: (from [fd00:1122:3344:101::d]:34437) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.25 21:41:49.153484 [ 275 ] {49a07b4e-3754-4809-a9ed-36111ea07c07} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:41:49.153528 [ 275 ] {49a07b4e-3754-4809-a9ed-36111ea07c07} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:41:49.153838 [ 275 ] {49a07b4e-3754-4809-a9ed-36111ea07c07} TCPHandler: Processed in 0.000801896 sec. 2026.02.25 21:41:49.154060 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.154173 [ 275 ] {47412c99-0729-4872-a34e-ff5a99bd2664} executeQuery: (from [fd00:1122:3344:101::d]:34437) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.25 21:41:49.154434 [ 275 ] {47412c99-0729-4872-a34e-ff5a99bd2664} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:41:49.154486 [ 275 ] {47412c99-0729-4872-a34e-ff5a99bd2664} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:41:49.154799 [ 275 ] {47412c99-0729-4872-a34e-ff5a99bd2664} TCPHandler: Processed in 0.000786656 sec. 2026.02.25 21:41:49.155021 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.155137 [ 275 ] {3fecbcd3-ed3b-41ec-9628-046d943e3eaf} executeQuery: (from [fd00:1122:3344:101::d]:34437) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.25 21:41:49.155375 [ 275 ] {3fecbcd3-ed3b-41ec-9628-046d943e3eaf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:41:49.155419 [ 275 ] {3fecbcd3-ed3b-41ec-9628-046d943e3eaf} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:41:49.155709 [ 275 ] {3fecbcd3-ed3b-41ec-9628-046d943e3eaf} TCPHandler: Processed in 0.000736336 sec. 2026.02.25 21:41:49.155919 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.156034 [ 275 ] {43a0dab1-e102-4e60-89af-fac50e4f17d5} executeQuery: (from [fd00:1122:3344:101::d]:34437) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.25 21:41:49.156268 [ 275 ] {43a0dab1-e102-4e60-89af-fac50e4f17d5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:41:49.156310 [ 275 ] {43a0dab1-e102-4e60-89af-fac50e4f17d5} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:41:49.156627 [ 275 ] {43a0dab1-e102-4e60-89af-fac50e4f17d5} TCPHandler: Processed in 0.000756246 sec. 2026.02.25 21:41:49.156828 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.156945 [ 275 ] {e2500612-d7a0-4a58-858e-b9f3ef9e9c80} executeQuery: (from [fd00:1122:3344:101::d]:34437) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.25 21:41:49.157182 [ 275 ] {e2500612-d7a0-4a58-858e-b9f3ef9e9c80} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:41:49.157225 [ 275 ] {e2500612-d7a0-4a58-858e-b9f3ef9e9c80} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:41:49.157522 [ 275 ] {e2500612-d7a0-4a58-858e-b9f3ef9e9c80} TCPHandler: Processed in 0.000741776 sec. 2026.02.25 21:41:49.157741 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.157856 [ 275 ] {57a5b1ab-6ff8-4418-b5e6-cae67274a44a} executeQuery: (from [fd00:1122:3344:101::d]:34437) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.25 21:41:49.158093 [ 275 ] {57a5b1ab-6ff8-4418-b5e6-cae67274a44a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:41:49.158134 [ 275 ] {57a5b1ab-6ff8-4418-b5e6-cae67274a44a} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:41:49.158421 [ 275 ] {57a5b1ab-6ff8-4418-b5e6-cae67274a44a} TCPHandler: Processed in 0.000727536 sec. 2026.02.25 21:41:49.158633 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.158764 [ 275 ] {d6e6ce4e-16f1-49d7-af10-cb5fd97412aa} executeQuery: (from [fd00:1122:3344:101::d]:34437) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.25 21:41:49.159011 [ 275 ] {d6e6ce4e-16f1-49d7-af10-cb5fd97412aa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:41:49.159054 [ 275 ] {d6e6ce4e-16f1-49d7-af10-cb5fd97412aa} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:41:49.159374 [ 275 ] {d6e6ce4e-16f1-49d7-af10-cb5fd97412aa} TCPHandler: Processed in 0.000789196 sec. 2026.02.25 21:41:49.159590 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.159707 [ 275 ] {b6e540be-447c-4438-90aa-1c28062275a1} executeQuery: (from [fd00:1122:3344:101::d]:34437) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.25 21:41:49.159951 [ 275 ] {b6e540be-447c-4438-90aa-1c28062275a1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:41:49.159993 [ 275 ] {b6e540be-447c-4438-90aa-1c28062275a1} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:41:49.160323 [ 275 ] {b6e540be-447c-4438-90aa-1c28062275a1} TCPHandler: Processed in 0.000780926 sec. 2026.02.25 21:41:49.160539 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.160670 [ 275 ] {21ea77a9-df74-422f-adcc-8531c392af9b} executeQuery: (from [fd00:1122:3344:101::d]:34437) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.25 21:41:49.160941 [ 275 ] {21ea77a9-df74-422f-adcc-8531c392af9b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:41:49.160987 [ 275 ] {21ea77a9-df74-422f-adcc-8531c392af9b} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:41:49.161325 [ 275 ] {21ea77a9-df74-422f-adcc-8531c392af9b} TCPHandler: Processed in 0.000837436 sec. 2026.02.25 21:41:49.161522 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.161644 [ 275 ] {3b3c85f6-8844-4aab-a96d-9c4eff417dc0} executeQuery: (from [fd00:1122:3344:101::d]:34437) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.25 21:41:49.161906 [ 275 ] {3b3c85f6-8844-4aab-a96d-9c4eff417dc0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:41:49.161949 [ 275 ] {3b3c85f6-8844-4aab-a96d-9c4eff417dc0} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:41:49.162256 [ 275 ] {3b3c85f6-8844-4aab-a96d-9c4eff417dc0} TCPHandler: Processed in 0.000781636 sec. 2026.02.25 21:41:49.162466 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.162587 [ 275 ] {5cb05860-3607-4e0c-bf34-ed2a8d306854} executeQuery: (from [fd00:1122:3344:101::d]:34437) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.25 21:41:49.162844 [ 275 ] {5cb05860-3607-4e0c-bf34-ed2a8d306854} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:41:49.162887 [ 275 ] {5cb05860-3607-4e0c-bf34-ed2a8d306854} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:41:49.163191 [ 275 ] {5cb05860-3607-4e0c-bf34-ed2a8d306854} TCPHandler: Processed in 0.000772786 sec. 2026.02.25 21:41:49.163386 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.163508 [ 275 ] {e6793856-902e-4397-bbea-96c4fb2a450e} executeQuery: (from [fd00:1122:3344:101::d]:34437) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.25 21:41:49.163767 [ 275 ] {e6793856-902e-4397-bbea-96c4fb2a450e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:41:49.163809 [ 275 ] {e6793856-902e-4397-bbea-96c4fb2a450e} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:41:49.164101 [ 275 ] {e6793856-902e-4397-bbea-96c4fb2a450e} TCPHandler: Processed in 0.000762006 sec. 2026.02.25 21:41:49.164310 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.164436 [ 275 ] {fed6039e-5f1d-489d-9f47-6e9c0b53773b} executeQuery: (from [fd00:1122:3344:101::d]:34437) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.25 21:41:49.164716 [ 275 ] {fed6039e-5f1d-489d-9f47-6e9c0b53773b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:41:49.164759 [ 275 ] {fed6039e-5f1d-489d-9f47-6e9c0b53773b} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:41:49.165060 [ 275 ] {fed6039e-5f1d-489d-9f47-6e9c0b53773b} TCPHandler: Processed in 0.000796066 sec. 2026.02.25 21:41:49.165264 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.165382 [ 275 ] {5795e5fa-9929-437a-8281-4a9291a541e3} executeQuery: (from [fd00:1122:3344:101::d]:34437) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.25 21:41:49.165639 [ 275 ] {5795e5fa-9929-437a-8281-4a9291a541e3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:41:49.165682 [ 275 ] {5795e5fa-9929-437a-8281-4a9291a541e3} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:41:49.165977 [ 275 ] {5795e5fa-9929-437a-8281-4a9291a541e3} TCPHandler: Processed in 0.000759706 sec. 2026.02.25 21:41:49.166186 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.166305 [ 275 ] {0b19aeef-62f8-4309-ad6c-fb65cec0f9b7} executeQuery: (from [fd00:1122:3344:101::d]:34437) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.25 21:41:49.166562 [ 275 ] {0b19aeef-62f8-4309-ad6c-fb65cec0f9b7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:41:49.166605 [ 275 ] {0b19aeef-62f8-4309-ad6c-fb65cec0f9b7} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:41:49.166947 [ 275 ] {0b19aeef-62f8-4309-ad6c-fb65cec0f9b7} TCPHandler: Processed in 0.000808586 sec. 2026.02.25 21:41:49.167249 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.167369 [ 275 ] {27b2a994-fae0-4e66-9b73-e9e3dd467587} executeQuery: (from [fd00:1122:3344:101::d]:34437) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.25 21:41:49.167628 [ 275 ] {27b2a994-fae0-4e66-9b73-e9e3dd467587} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:41:49.167670 [ 275 ] {27b2a994-fae0-4e66-9b73-e9e3dd467587} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:41:49.167992 [ 275 ] {27b2a994-fae0-4e66-9b73-e9e3dd467587} TCPHandler: Processed in 0.000789446 sec. 2026.02.25 21:41:49.168527 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.168640 [ 275 ] {d398cdc0-e693-48ec-9ab2-ec340b067245} executeQuery: (from [fd00:1122:3344:101::d]:34437) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.25 21:41:49.168883 [ 275 ] {d398cdc0-e693-48ec-9ab2-ec340b067245} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:41:49.168923 [ 275 ] {d398cdc0-e693-48ec-9ab2-ec340b067245} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:41:49.169213 [ 275 ] {d398cdc0-e693-48ec-9ab2-ec340b067245} TCPHandler: Processed in 0.000779737 sec. 2026.02.25 21:41:49.169497 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.169618 [ 275 ] {222a9bd0-673d-400a-bae9-d7025c2d894e} executeQuery: (from [fd00:1122:3344:101::d]:34437) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2026.02.25 21:41:49.169881 [ 275 ] {222a9bd0-673d-400a-bae9-d7025c2d894e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:41:49.169923 [ 275 ] {222a9bd0-673d-400a-bae9-d7025c2d894e} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:41:49.170256 [ 275 ] {222a9bd0-673d-400a-bae9-d7025c2d894e} TCPHandler: Processed in 0.000804196 sec. 2026.02.25 21:41:49.170522 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.170642 [ 275 ] {88590add-c798-4494-81e3-f55fe390ba99} executeQuery: (from [fd00:1122:3344:101::d]:34437) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.02.25 21:41:49.170908 [ 275 ] {88590add-c798-4494-81e3-f55fe390ba99} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:41:49.170950 [ 275 ] {88590add-c798-4494-81e3-f55fe390ba99} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:41:49.171273 [ 275 ] {88590add-c798-4494-81e3-f55fe390ba99} TCPHandler: Processed in 0.000797836 sec. 2026.02.25 21:41:49.171512 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.171642 [ 275 ] {3477b8fe-06b7-4358-9218-28ffee806c69} executeQuery: (from [fd00:1122:3344:101::d]:34437) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.02.25 21:41:49.171908 [ 275 ] {3477b8fe-06b7-4358-9218-28ffee806c69} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:41:49.171950 [ 275 ] {3477b8fe-06b7-4358-9218-28ffee806c69} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:41:49.172264 [ 275 ] {3477b8fe-06b7-4358-9218-28ffee806c69} TCPHandler: Processed in 0.000799067 sec. 2026.02.25 21:41:49.172502 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.172624 [ 275 ] {5153c40b-ea6d-4442-becd-d39d6ebecf88} executeQuery: (from [fd00:1122:3344:101::d]:34437) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.02.25 21:41:49.172901 [ 275 ] {5153c40b-ea6d-4442-becd-d39d6ebecf88} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:41:49.172943 [ 275 ] {5153c40b-ea6d-4442-becd-d39d6ebecf88} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:41:49.173269 [ 275 ] {5153c40b-ea6d-4442-becd-d39d6ebecf88} TCPHandler: Processed in 0.000814546 sec. 2026.02.25 21:41:49.173524 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.173647 [ 275 ] {421959a8-0fe1-4ca1-9888-b8292a448e8e} executeQuery: (from [fd00:1122:3344:101::d]:34437) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.25 21:41:49.173914 [ 275 ] {421959a8-0fe1-4ca1-9888-b8292a448e8e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:41:49.173956 [ 275 ] {421959a8-0fe1-4ca1-9888-b8292a448e8e} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:41:49.174284 [ 275 ] {421959a8-0fe1-4ca1-9888-b8292a448e8e} TCPHandler: Processed in 0.000806866 sec. 2026.02.25 21:41:49.174526 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.174649 [ 275 ] {ab63d179-5f3c-4f79-a0e4-87f91b263da9} executeQuery: (from [fd00:1122:3344:101::d]:34437) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.25 21:41:49.174918 [ 275 ] {ab63d179-5f3c-4f79-a0e4-87f91b263da9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:41:49.174961 [ 275 ] {ab63d179-5f3c-4f79-a0e4-87f91b263da9} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:41:49.175279 [ 275 ] {ab63d179-5f3c-4f79-a0e4-87f91b263da9} TCPHandler: Processed in 0.000800446 sec. 2026.02.25 21:41:49.175533 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.175660 [ 275 ] {18369dd9-c311-4809-894c-71af069ac23a} executeQuery: (from [fd00:1122:3344:101::d]:34437) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.25 21:41:49.175935 [ 275 ] {18369dd9-c311-4809-894c-71af069ac23a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:41:49.175978 [ 275 ] {18369dd9-c311-4809-894c-71af069ac23a} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:41:49.176312 [ 275 ] {18369dd9-c311-4809-894c-71af069ac23a} TCPHandler: Processed in 0.000829757 sec. 2026.02.25 21:41:49.176554 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.176679 [ 275 ] {9323868d-30bf-47b4-a447-a5c8be7b0e7a} executeQuery: (from [fd00:1122:3344:101::d]:34437) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.25 21:41:49.176955 [ 275 ] {9323868d-30bf-47b4-a447-a5c8be7b0e7a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:41:49.176998 [ 275 ] {9323868d-30bf-47b4-a447-a5c8be7b0e7a} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:41:49.177324 [ 275 ] {9323868d-30bf-47b4-a447-a5c8be7b0e7a} TCPHandler: Processed in 0.000818457 sec. 2026.02.25 21:41:49.185072 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.185202 [ 275 ] {4d8610e9-fc43-42ab-80d5-9af244dc57ac} executeQuery: (from [fd00:1122:3344:101::d]:34437) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.25 21:41:49.185488 [ 275 ] {4d8610e9-fc43-42ab-80d5-9af244dc57ac} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:41:49.185531 [ 275 ] {4d8610e9-fc43-42ab-80d5-9af244dc57ac} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:41:49.185876 [ 275 ] {4d8610e9-fc43-42ab-80d5-9af244dc57ac} TCPHandler: Processed in 0.000854497 sec. 2026.02.25 21:41:49.186130 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.186258 [ 275 ] {1fbe221b-6df0-4a12-a968-1cca2eb1a6b5} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.25 21:41:49.186538 [ 275 ] {1fbe221b-6df0-4a12-a968-1cca2eb1a6b5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:41:49.186581 [ 275 ] {1fbe221b-6df0-4a12-a968-1cca2eb1a6b5} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:41:49.186926 [ 275 ] {1fbe221b-6df0-4a12-a968-1cca2eb1a6b5} TCPHandler: Processed in 0.000843307 sec. 2026.02.25 21:41:49.195271 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.195379 [ 275 ] {0dfe3df2-747a-49a0-913e-9b9cd6b7ec47} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.02.25 21:41:49.195447 [ 275 ] {0dfe3df2-747a-49a0-913e-9b9cd6b7ec47} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:41:49.201710 [ 275 ] {0dfe3df2-747a-49a0-913e-9b9cd6b7ec47} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:49.201754 [ 275 ] {0dfe3df2-747a-49a0-913e-9b9cd6b7ec47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.02.25 21:41:49.202268 [ 275 ] {0dfe3df2-747a-49a0-913e-9b9cd6b7ec47} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.25 21:41:49.202475 [ 275 ] {0dfe3df2-747a-49a0-913e-9b9cd6b7ec47} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:49.202618 [ 275 ] {0dfe3df2-747a-49a0-913e-9b9cd6b7ec47} executeQuery: Read 32 rows, 7.26 KiB in 0.00727 sec., 4401.650618982118 rows/sec., 999.26 KiB/sec. 2026.02.25 21:41:49.202655 [ 275 ] {0dfe3df2-747a-49a0-913e-9b9cd6b7ec47} TCPHandler: Processed in 0.007433647 sec. 2026.02.25 21:41:49.202804 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.202898 [ 275 ] {57f76bf5-40f9-45db-a722-c81cc5e8dcd1} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.25 21:41:49.202938 [ 275 ] {57f76bf5-40f9-45db-a722-c81cc5e8dcd1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.25 21:41:49.205997 [ 275 ] {57f76bf5-40f9-45db-a722-c81cc5e8dcd1} oximeter.fields_i16 (5b8cb844-b05e-4fc3-bc08-c8de9a1883e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:49.206031 [ 275 ] {57f76bf5-40f9-45db-a722-c81cc5e8dcd1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.02.25 21:41:49.208553 [ 275 ] {57f76bf5-40f9-45db-a722-c81cc5e8dcd1} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.25 21:41:49.208780 [ 275 ] {57f76bf5-40f9-45db-a722-c81cc5e8dcd1} oximeter.fields_i16 (5b8cb844-b05e-4fc3-bc08-c8de9a1883e6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:49.208909 [ 275 ] {57f76bf5-40f9-45db-a722-c81cc5e8dcd1} executeQuery: Read 284 rows, 18.47 KiB in 0.006029 sec., 47105.655996019246 rows/sec., 2.99 MiB/sec. 2026.02.25 21:41:49.208946 [ 275 ] {57f76bf5-40f9-45db-a722-c81cc5e8dcd1} TCPHandler: Processed in 0.006190797 sec. 2026.02.25 21:41:49.209070 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.209164 [ 275 ] {b8196f17-4fac-4736-9e54-4dcf7a809c6e} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.25 21:41:49.209205 [ 275 ] {b8196f17-4fac-4736-9e54-4dcf7a809c6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.25 21:41:49.209599 [ 275 ] {b8196f17-4fac-4736-9e54-4dcf7a809c6e} oximeter.fields_ipaddr (9d816c18-633c-4844-8e74-bf82544c842d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:49.209636 [ 275 ] {b8196f17-4fac-4736-9e54-4dcf7a809c6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.02.25 21:41:49.209929 [ 275 ] {b8196f17-4fac-4736-9e54-4dcf7a809c6e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.25 21:41:49.210156 [ 275 ] {b8196f17-4fac-4736-9e54-4dcf7a809c6e} oximeter.fields_ipaddr (9d816c18-633c-4844-8e74-bf82544c842d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:49.210283 [ 275 ] {b8196f17-4fac-4736-9e54-4dcf7a809c6e} executeQuery: Read 10 rows, 835.00 B in 0.001138 sec., 8787.346221441125 rows/sec., 716.55 KiB/sec. 2026.02.25 21:41:49.210325 [ 275 ] {b8196f17-4fac-4736-9e54-4dcf7a809c6e} TCPHandler: Processed in 0.00130534 sec. 2026.02.25 21:41:49.210450 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.210552 [ 275 ] {d20f8e53-0c1e-43ac-acc5-40639cdc211e} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:41:49.210594 [ 275 ] {d20f8e53-0c1e-43ac-acc5-40639cdc211e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:41:49.211484 [ 275 ] {d20f8e53-0c1e-43ac-acc5-40639cdc211e} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:49.211519 [ 275 ] {d20f8e53-0c1e-43ac-acc5-40639cdc211e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.02.25 21:41:49.211888 [ 275 ] {d20f8e53-0c1e-43ac-acc5-40639cdc211e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.25 21:41:49.212111 [ 275 ] {d20f8e53-0c1e-43ac-acc5-40639cdc211e} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:49.212247 [ 275 ] {d20f8e53-0c1e-43ac-acc5-40639cdc211e} executeQuery: Read 822 rows, 66.56 KiB in 0.001712 sec., 480140.18691588787 rows/sec., 37.97 MiB/sec. 2026.02.25 21:41:49.212285 [ 275 ] {d20f8e53-0c1e-43ac-acc5-40639cdc211e} TCPHandler: Processed in 0.001888094 sec. 2026.02.25 21:41:49.212417 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.212512 [ 275 ] {30a3d993-a3ef-45f3-80d9-e378ea6dd2ab} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.25 21:41:49.212552 [ 275 ] {30a3d993-a3ef-45f3-80d9-e378ea6dd2ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.25 21:41:49.213002 [ 275 ] {30a3d993-a3ef-45f3-80d9-e378ea6dd2ab} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:49.213037 [ 275 ] {30a3d993-a3ef-45f3-80d9-e378ea6dd2ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.02.25 21:41:49.213350 [ 275 ] {30a3d993-a3ef-45f3-80d9-e378ea6dd2ab} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.25 21:41:49.213561 [ 275 ] {30a3d993-a3ef-45f3-80d9-e378ea6dd2ab} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:49.213686 [ 275 ] {30a3d993-a3ef-45f3-80d9-e378ea6dd2ab} executeQuery: Read 162 rows, 9.99 KiB in 0.001193 sec., 135792.12070410728 rows/sec., 8.18 MiB/sec. 2026.02.25 21:41:49.213722 [ 275 ] {30a3d993-a3ef-45f3-80d9-e378ea6dd2ab} TCPHandler: Processed in 0.00135433 sec. 2026.02.25 21:41:49.213839 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.213933 [ 275 ] {f911481e-7d64-4ed5-9a60-bf66bb1a7b1c} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.25 21:41:49.213973 [ 275 ] {f911481e-7d64-4ed5-9a60-bf66bb1a7b1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.25 21:41:49.214474 [ 275 ] {f911481e-7d64-4ed5-9a60-bf66bb1a7b1c} oximeter.fields_u32 (908bf044-80c4-4aff-a2d0-2b9c977956ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:49.214509 [ 275 ] {f911481e-7d64-4ed5-9a60-bf66bb1a7b1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.02.25 21:41:49.214823 [ 275 ] {f911481e-7d64-4ed5-9a60-bf66bb1a7b1c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.25 21:41:49.215038 [ 275 ] {f911481e-7d64-4ed5-9a60-bf66bb1a7b1c} oximeter.fields_u32 (908bf044-80c4-4aff-a2d0-2b9c977956ba): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:49.215163 [ 275 ] {f911481e-7d64-4ed5-9a60-bf66bb1a7b1c} executeQuery: Read 149 rows, 9.86 KiB in 0.001248 sec., 119391.02564102564 rows/sec., 7.71 MiB/sec. 2026.02.25 21:41:49.215200 [ 275 ] {f911481e-7d64-4ed5-9a60-bf66bb1a7b1c} TCPHandler: Processed in 0.001409931 sec. 2026.02.25 21:41:49.215316 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.215410 [ 275 ] {8d7cb0d5-e1a8-4e71-b294-3ef7598556f6} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.25 21:41:49.215450 [ 275 ] {8d7cb0d5-e1a8-4e71-b294-3ef7598556f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.25 21:41:49.215877 [ 275 ] {8d7cb0d5-e1a8-4e71-b294-3ef7598556f6} oximeter.fields_u8 (0c034aba-187c-4a21-bc08-4ff6715ead94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:49.215912 [ 275 ] {8d7cb0d5-e1a8-4e71-b294-3ef7598556f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.02.25 21:41:49.216231 [ 275 ] {8d7cb0d5-e1a8-4e71-b294-3ef7598556f6} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.25 21:41:49.216457 [ 275 ] {8d7cb0d5-e1a8-4e71-b294-3ef7598556f6} oximeter.fields_u8 (0c034aba-187c-4a21-bc08-4ff6715ead94): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:49.216579 [ 275 ] {8d7cb0d5-e1a8-4e71-b294-3ef7598556f6} executeQuery: Read 148 rows, 8.62 KiB in 0.001187 sec., 124684.07750631846 rows/sec., 7.09 MiB/sec. 2026.02.25 21:41:49.216615 [ 275 ] {8d7cb0d5-e1a8-4e71-b294-3ef7598556f6} TCPHandler: Processed in 0.001347491 sec. 2026.02.25 21:41:49.216737 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.216831 [ 275 ] {ed60f334-65f6-4f3b-a7cc-15b42cd0db5c} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:41:49.216872 [ 275 ] {ed60f334-65f6-4f3b-a7cc-15b42cd0db5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:41:49.217460 [ 275 ] {ed60f334-65f6-4f3b-a7cc-15b42cd0db5c} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:49.217496 [ 275 ] {ed60f334-65f6-4f3b-a7cc-15b42cd0db5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.02.25 21:41:49.217821 [ 275 ] {ed60f334-65f6-4f3b-a7cc-15b42cd0db5c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.25 21:41:49.218033 [ 275 ] {ed60f334-65f6-4f3b-a7cc-15b42cd0db5c} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:49.218158 [ 275 ] {ed60f334-65f6-4f3b-a7cc-15b42cd0db5c} executeQuery: Read 510 rows, 36.79 KiB in 0.001344 sec., 379464.28571428574 rows/sec., 26.74 MiB/sec. 2026.02.25 21:41:49.218194 [ 275 ] {ed60f334-65f6-4f3b-a7cc-15b42cd0db5c} TCPHandler: Processed in 0.001506312 sec. 2026.02.25 21:41:49.218302 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.218397 [ 275 ] {5d2d3478-284b-4e9f-aac4-6a550e36f2a3} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.25 21:41:49.218442 [ 275 ] {5d2d3478-284b-4e9f-aac4-6a550e36f2a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.25 21:41:49.218796 [ 275 ] {5d2d3478-284b-4e9f-aac4-6a550e36f2a3} oximeter.measurements_bool (56df8f31-1f20-4ab1-90ac-a009fe2a26a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:49.218831 [ 275 ] {5d2d3478-284b-4e9f-aac4-6a550e36f2a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.02.25 21:41:49.224658 [ 275 ] {5d2d3478-284b-4e9f-aac4-6a550e36f2a3} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.25 21:41:49.224875 [ 275 ] {5d2d3478-284b-4e9f-aac4-6a550e36f2a3} oximeter.measurements_bool (56df8f31-1f20-4ab1-90ac-a009fe2a26a9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:49.225001 [ 275 ] {5d2d3478-284b-4e9f-aac4-6a550e36f2a3} executeQuery: Read 6 rows, 321.00 B in 0.006622 sec., 906.070673512534 rows/sec., 47.34 KiB/sec. 2026.02.25 21:41:49.225038 [ 275 ] {5d2d3478-284b-4e9f-aac4-6a550e36f2a3} TCPHandler: Processed in 0.006784433 sec. 2026.02.25 21:41:49.225156 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.225249 [ 275 ] {918b7382-9539-47f3-949c-5867cff3fe16} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:41:49.225292 [ 275 ] {918b7382-9539-47f3-949c-5867cff3fe16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:41:49.225737 [ 275 ] {918b7382-9539-47f3-949c-5867cff3fe16} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:49.225768 [ 275 ] {918b7382-9539-47f3-949c-5867cff3fe16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.02.25 21:41:49.226094 [ 275 ] {918b7382-9539-47f3-949c-5867cff3fe16} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.25 21:41:49.226309 [ 275 ] {918b7382-9539-47f3-949c-5867cff3fe16} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:49.226431 [ 275 ] {918b7382-9539-47f3-949c-5867cff3fe16} executeQuery: Read 270 rows, 18.38 KiB in 0.0012 sec., 225000.00000000003 rows/sec., 14.96 MiB/sec. 2026.02.25 21:41:49.226467 [ 275 ] {918b7382-9539-47f3-949c-5867cff3fe16} TCPHandler: Processed in 0.001361491 sec. 2026.02.25 21:41:49.226582 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.226676 [ 275 ] {196cd262-6d36-4f2c-8b20-018713b14375} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.25 21:41:49.226718 [ 275 ] {196cd262-6d36-4f2c-8b20-018713b14375} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.25 21:41:49.227032 [ 275 ] {196cd262-6d36-4f2c-8b20-018713b14375} oximeter.measurements_f64 (760b9128-f55b-4821-acd8-e74f0010e1c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:49.227067 [ 275 ] {196cd262-6d36-4f2c-8b20-018713b14375} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.02.25 21:41:49.227353 [ 275 ] {196cd262-6d36-4f2c-8b20-018713b14375} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.25 21:41:49.227569 [ 275 ] {196cd262-6d36-4f2c-8b20-018713b14375} oximeter.measurements_f64 (760b9128-f55b-4821-acd8-e74f0010e1c7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:49.227692 [ 275 ] {196cd262-6d36-4f2c-8b20-018713b14375} executeQuery: Read 1 rows, 69.00 B in 0.001035 sec., 966.1835748792272 rows/sec., 65.10 KiB/sec. 2026.02.25 21:41:49.227727 [ 275 ] {196cd262-6d36-4f2c-8b20-018713b14375} TCPHandler: Processed in 0.00119373 sec. 2026.02.25 21:41:49.227848 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.227941 [ 275 ] {9223ca36-5f06-4653-a5fb-52b245568f1c} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.25 21:41:49.227994 [ 275 ] {9223ca36-5f06-4653-a5fb-52b245568f1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.25 21:41:49.228748 [ 275 ] {9223ca36-5f06-4653-a5fb-52b245568f1c} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:49.228785 [ 275 ] {9223ca36-5f06-4653-a5fb-52b245568f1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.02.25 21:41:49.234259 [ 275 ] {9223ca36-5f06-4653-a5fb-52b245568f1c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.25 21:41:49.234491 [ 275 ] {9223ca36-5f06-4653-a5fb-52b245568f1c} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:49.234624 [ 275 ] {9223ca36-5f06-4653-a5fb-52b245568f1c} executeQuery: Read 10 rows, 18.35 KiB in 0.0067 sec., 1492.5373134328358 rows/sec., 2.67 MiB/sec. 2026.02.25 21:41:49.234677 [ 275 ] {9223ca36-5f06-4653-a5fb-52b245568f1c} TCPHandler: Processed in 0.006877173 sec. 2026.02.25 21:41:49.234792 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:49.234887 [ 275 ] {dae0ae83-5fae-4a5c-9d30-f44e847f2324} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:41:49.234933 [ 275 ] {dae0ae83-5fae-4a5c-9d30-f44e847f2324} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:41:49.235272 [ 275 ] {dae0ae83-5fae-4a5c-9d30-f44e847f2324} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:49.235307 [ 275 ] {dae0ae83-5fae-4a5c-9d30-f44e847f2324} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.02.25 21:41:49.235605 [ 275 ] {dae0ae83-5fae-4a5c-9d30-f44e847f2324} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.25 21:41:49.235814 [ 275 ] {dae0ae83-5fae-4a5c-9d30-f44e847f2324} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:49.235936 [ 275 ] {dae0ae83-5fae-4a5c-9d30-f44e847f2324} executeQuery: Read 90 rows, 5.77 KiB in 0.001067 sec., 84348.64104967198 rows/sec., 5.28 MiB/sec. 2026.02.25 21:41:49.235972 [ 275 ] {dae0ae83-5fae-4a5c-9d30-f44e847f2324} TCPHandler: Processed in 0.00123001 sec. 2026.02.25 21:41:51.906462 [ 99 ] {} DNSResolver: Updating DNS cache 2026.02.25 21:41:51.906525 [ 99 ] {} DNSResolver: Updated DNS cache 2026.02.25 21:41:51.959262 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 178 2026.02.25 21:41:51.963183 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:51.963236 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.02.25 21:41:51.964467 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.25 21:41:51.964730 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:51.965032 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 178 2026.02.25 21:41:51.966293 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 2026.02.25 21:41:51.966771 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:51.966814 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.02.25 21:41:51.967327 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.25 21:41:51.967563 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:51.967690 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2026.02.25 21:41:52.062868 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.02.25 21:41:52.079402 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:52.079456 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.02.25 21:41:52.085762 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.25 21:41:52.086483 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:52.089372 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.02.25 21:41:53.000191 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 161.07 MiB, peak 165.07 MiB, free memory in arenas 0.00 B, will set to 162.51 MiB (RSS), difference: 1.44 MiB 2026.02.25 21:41:54.119952 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:54.120151 [ 275 ] {a3ee396e-4575-402b-8737-41bb09ecfa05} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:41:54.120225 [ 275 ] {a3ee396e-4575-402b-8737-41bb09ecfa05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:41:54.120913 [ 275 ] {a3ee396e-4575-402b-8737-41bb09ecfa05} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:54.120960 [ 275 ] {a3ee396e-4575-402b-8737-41bb09ecfa05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.02.25 21:41:54.121363 [ 275 ] {a3ee396e-4575-402b-8737-41bb09ecfa05} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.25 21:41:54.121591 [ 275 ] {a3ee396e-4575-402b-8737-41bb09ecfa05} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:54.121743 [ 275 ] {a3ee396e-4575-402b-8737-41bb09ecfa05} executeQuery: Read 56 rows, 4.41 KiB in 0.001648 sec., 33980.58252427185 rows/sec., 2.61 MiB/sec. 2026.02.25 21:41:54.121787 [ 275 ] {a3ee396e-4575-402b-8737-41bb09ecfa05} TCPHandler: Processed in 0.001979115 sec. 2026.02.25 21:41:54.121904 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:54.121999 [ 275 ] {41133173-e45e-4c28-a21f-7c7bec104807} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:41:54.122041 [ 275 ] {41133173-e45e-4c28-a21f-7c7bec104807} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:41:54.122471 [ 275 ] {41133173-e45e-4c28-a21f-7c7bec104807} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:54.122508 [ 275 ] {41133173-e45e-4c28-a21f-7c7bec104807} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.02.25 21:41:54.122808 [ 275 ] {41133173-e45e-4c28-a21f-7c7bec104807} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.25 21:41:54.123029 [ 275 ] {41133173-e45e-4c28-a21f-7c7bec104807} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:54.123153 [ 275 ] {41133173-e45e-4c28-a21f-7c7bec104807} executeQuery: Read 64 rows, 5.12 KiB in 0.001172 sec., 54607.508532423206 rows/sec., 4.26 MiB/sec. 2026.02.25 21:41:54.123189 [ 275 ] {41133173-e45e-4c28-a21f-7c7bec104807} TCPHandler: Processed in 0.00133429 sec. 2026.02.25 21:41:54.123300 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:54.123396 [ 275 ] {696afd1a-fd21-4286-8a04-f334e6e70ab5} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:41:54.123441 [ 275 ] {696afd1a-fd21-4286-8a04-f334e6e70ab5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:41:54.123879 [ 275 ] {696afd1a-fd21-4286-8a04-f334e6e70ab5} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:54.123916 [ 275 ] {696afd1a-fd21-4286-8a04-f334e6e70ab5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.02.25 21:41:54.124235 [ 275 ] {696afd1a-fd21-4286-8a04-f334e6e70ab5} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.25 21:41:54.124445 [ 275 ] {696afd1a-fd21-4286-8a04-f334e6e70ab5} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:54.124571 [ 275 ] {696afd1a-fd21-4286-8a04-f334e6e70ab5} executeQuery: Read 160 rows, 11.41 KiB in 0.001193 sec., 134115.6747694887 rows/sec., 9.34 MiB/sec. 2026.02.25 21:41:54.124606 [ 275 ] {696afd1a-fd21-4286-8a04-f334e6e70ab5} TCPHandler: Processed in 0.00135589 sec. 2026.02.25 21:41:54.124705 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:54.124798 [ 275 ] {d03e81b1-2d36-4b95-8989-54bc6e1cee40} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:41:54.124840 [ 275 ] {d03e81b1-2d36-4b95-8989-54bc6e1cee40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:41:54.125164 [ 275 ] {d03e81b1-2d36-4b95-8989-54bc6e1cee40} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:54.125201 [ 275 ] {d03e81b1-2d36-4b95-8989-54bc6e1cee40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.02.25 21:41:54.125507 [ 275 ] {d03e81b1-2d36-4b95-8989-54bc6e1cee40} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.25 21:41:54.125716 [ 275 ] {d03e81b1-2d36-4b95-8989-54bc6e1cee40} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:54.125844 [ 275 ] {d03e81b1-2d36-4b95-8989-54bc6e1cee40} executeQuery: Read 60 rows, 4.14 KiB in 0.001063 sec., 56444.02634054563 rows/sec., 3.80 MiB/sec. 2026.02.25 21:41:54.125879 [ 275 ] {d03e81b1-2d36-4b95-8989-54bc6e1cee40} TCPHandler: Processed in 0.0012223 sec. 2026.02.25 21:41:59.137098 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:59.137389 [ 275 ] {11c49647-5ab5-4fd3-a9ed-b7ec815fdbc5} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.25 21:41:59.137489 [ 275 ] {11c49647-5ab5-4fd3-a9ed-b7ec815fdbc5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.25 21:41:59.138674 [ 275 ] {11c49647-5ab5-4fd3-a9ed-b7ec815fdbc5} oximeter.fields_i16 (5b8cb844-b05e-4fc3-bc08-c8de9a1883e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:59.138737 [ 275 ] {11c49647-5ab5-4fd3-a9ed-b7ec815fdbc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:41:59.139396 [ 275 ] {11c49647-5ab5-4fd3-a9ed-b7ec815fdbc5} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.25 21:41:59.139728 [ 275 ] {11c49647-5ab5-4fd3-a9ed-b7ec815fdbc5} oximeter.fields_i16 (5b8cb844-b05e-4fc3-bc08-c8de9a1883e6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:59.139957 [ 275 ] {11c49647-5ab5-4fd3-a9ed-b7ec815fdbc5} executeQuery: Read 284 rows, 18.47 KiB in 0.002646 sec., 107331.82161753591 rows/sec., 6.82 MiB/sec. 2026.02.25 21:41:59.140020 [ 275 ] {11c49647-5ab5-4fd3-a9ed-b7ec815fdbc5} TCPHandler: Processed in 0.003120214 sec. 2026.02.25 21:41:59.140204 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:59.140354 [ 275 ] {13617b9b-e82c-4787-b9bd-8f74459b7110} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:41:59.140423 [ 275 ] {13617b9b-e82c-4787-b9bd-8f74459b7110} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:41:59.141562 [ 275 ] {13617b9b-e82c-4787-b9bd-8f74459b7110} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:59.141618 [ 275 ] {13617b9b-e82c-4787-b9bd-8f74459b7110} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:41:59.142186 [ 275 ] {13617b9b-e82c-4787-b9bd-8f74459b7110} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.25 21:41:59.142493 [ 275 ] {13617b9b-e82c-4787-b9bd-8f74459b7110} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:59.142697 [ 275 ] {13617b9b-e82c-4787-b9bd-8f74459b7110} executeQuery: Read 817 rows, 66.20 KiB in 0.002377 sec., 343710.55952881783 rows/sec., 27.20 MiB/sec. 2026.02.25 21:41:59.142750 [ 275 ] {13617b9b-e82c-4787-b9bd-8f74459b7110} TCPHandler: Processed in 0.0026214 sec. 2026.02.25 21:41:59.142916 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:59.143061 [ 275 ] {9c40dde6-4002-4f33-b1b7-3ca8b43dbcca} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.25 21:41:59.143122 [ 275 ] {9c40dde6-4002-4f33-b1b7-3ca8b43dbcca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.25 21:41:59.143780 [ 275 ] {9c40dde6-4002-4f33-b1b7-3ca8b43dbcca} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:59.143848 [ 275 ] {9c40dde6-4002-4f33-b1b7-3ca8b43dbcca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:41:59.144533 [ 275 ] {9c40dde6-4002-4f33-b1b7-3ca8b43dbcca} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.25 21:41:59.144973 [ 275 ] {9c40dde6-4002-4f33-b1b7-3ca8b43dbcca} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:59.145255 [ 275 ] {9c40dde6-4002-4f33-b1b7-3ca8b43dbcca} executeQuery: Read 152 rows, 9.29 KiB in 0.002222 sec., 68406.8406840684 rows/sec., 4.08 MiB/sec. 2026.02.25 21:41:59.145356 [ 275 ] {9c40dde6-4002-4f33-b1b7-3ca8b43dbcca} TCPHandler: Processed in 0.002509339 sec. 2026.02.25 21:41:59.145571 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:59.145732 [ 275 ] {b8d8bca2-3c18-4d7d-b5bb-8e6a68e10ae3} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.25 21:41:59.145803 [ 275 ] {b8d8bca2-3c18-4d7d-b5bb-8e6a68e10ae3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.25 21:41:59.146732 [ 275 ] {b8d8bca2-3c18-4d7d-b5bb-8e6a68e10ae3} oximeter.fields_u32 (908bf044-80c4-4aff-a2d0-2b9c977956ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:59.146807 [ 275 ] {b8d8bca2-3c18-4d7d-b5bb-8e6a68e10ae3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:41:59.147319 [ 275 ] {b8d8bca2-3c18-4d7d-b5bb-8e6a68e10ae3} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.25 21:41:59.147667 [ 275 ] {b8d8bca2-3c18-4d7d-b5bb-8e6a68e10ae3} oximeter.fields_u32 (908bf044-80c4-4aff-a2d0-2b9c977956ba): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:59.147857 [ 275 ] {b8d8bca2-3c18-4d7d-b5bb-8e6a68e10ae3} executeQuery: Read 149 rows, 9.86 KiB in 0.002154 sec., 69173.6304549675 rows/sec., 4.47 MiB/sec. 2026.02.25 21:41:59.147925 [ 275 ] {b8d8bca2-3c18-4d7d-b5bb-8e6a68e10ae3} TCPHandler: Processed in 0.002442409 sec. 2026.02.25 21:41:59.148100 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:59.148229 [ 275 ] {6ca6c32b-85aa-45d4-bc9b-79b667b7ee0e} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.25 21:41:59.148280 [ 275 ] {6ca6c32b-85aa-45d4-bc9b-79b667b7ee0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.25 21:41:59.148968 [ 275 ] {6ca6c32b-85aa-45d4-bc9b-79b667b7ee0e} oximeter.fields_u8 (0c034aba-187c-4a21-bc08-4ff6715ead94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:59.149027 [ 275 ] {6ca6c32b-85aa-45d4-bc9b-79b667b7ee0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:41:59.149511 [ 275 ] {6ca6c32b-85aa-45d4-bc9b-79b667b7ee0e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.25 21:41:59.149822 [ 275 ] {6ca6c32b-85aa-45d4-bc9b-79b667b7ee0e} oximeter.fields_u8 (0c034aba-187c-4a21-bc08-4ff6715ead94): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:59.150022 [ 275 ] {6ca6c32b-85aa-45d4-bc9b-79b667b7ee0e} executeQuery: Read 148 rows, 8.62 KiB in 0.001814 sec., 81587.65159867695 rows/sec., 4.64 MiB/sec. 2026.02.25 21:41:59.150081 [ 275 ] {6ca6c32b-85aa-45d4-bc9b-79b667b7ee0e} TCPHandler: Processed in 0.002052086 sec. 2026.02.25 21:41:59.150252 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:59.150387 [ 275 ] {475cfe85-65ea-4b8d-854b-4f5af30f396d} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:41:59.150443 [ 275 ] {475cfe85-65ea-4b8d-854b-4f5af30f396d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:41:59.151280 [ 275 ] {475cfe85-65ea-4b8d-854b-4f5af30f396d} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:59.151338 [ 275 ] {475cfe85-65ea-4b8d-854b-4f5af30f396d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:41:59.151832 [ 275 ] {475cfe85-65ea-4b8d-854b-4f5af30f396d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.25 21:41:59.152180 [ 275 ] {475cfe85-65ea-4b8d-854b-4f5af30f396d} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:59.152362 [ 275 ] {475cfe85-65ea-4b8d-854b-4f5af30f396d} executeQuery: Read 500 rows, 35.98 KiB in 0.002002 sec., 249750.24975024976 rows/sec., 17.55 MiB/sec. 2026.02.25 21:41:59.152414 [ 275 ] {475cfe85-65ea-4b8d-854b-4f5af30f396d} TCPHandler: Processed in 0.002232617 sec. 2026.02.25 21:41:59.152586 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:59.152731 [ 275 ] {c8cf3b14-8e20-4b2c-892a-87a757f5d7b2} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.25 21:41:59.152791 [ 275 ] {c8cf3b14-8e20-4b2c-892a-87a757f5d7b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.25 21:41:59.153324 [ 275 ] {c8cf3b14-8e20-4b2c-892a-87a757f5d7b2} oximeter.measurements_bool (56df8f31-1f20-4ab1-90ac-a009fe2a26a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:59.153369 [ 275 ] {c8cf3b14-8e20-4b2c-892a-87a757f5d7b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:41:59.153822 [ 275 ] {c8cf3b14-8e20-4b2c-892a-87a757f5d7b2} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.25 21:41:59.154127 [ 275 ] {c8cf3b14-8e20-4b2c-892a-87a757f5d7b2} oximeter.measurements_bool (56df8f31-1f20-4ab1-90ac-a009fe2a26a9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:59.154317 [ 275 ] {c8cf3b14-8e20-4b2c-892a-87a757f5d7b2} executeQuery: Read 6 rows, 321.00 B in 0.00162 sec., 3703.703703703704 rows/sec., 193.50 KiB/sec. 2026.02.25 21:41:59.154371 [ 275 ] {c8cf3b14-8e20-4b2c-892a-87a757f5d7b2} TCPHandler: Processed in 0.001860255 sec. 2026.02.25 21:41:59.154517 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:59.154648 [ 275 ] {a9c514c0-b8c9-49b6-8c81-1566e6382e8b} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:41:59.154714 [ 275 ] {a9c514c0-b8c9-49b6-8c81-1566e6382e8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:41:59.155325 [ 275 ] {a9c514c0-b8c9-49b6-8c81-1566e6382e8b} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:59.155366 [ 275 ] {a9c514c0-b8c9-49b6-8c81-1566e6382e8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:41:59.155797 [ 275 ] {a9c514c0-b8c9-49b6-8c81-1566e6382e8b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.25 21:41:59.156104 [ 275 ] {a9c514c0-b8c9-49b6-8c81-1566e6382e8b} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:59.156287 [ 275 ] {a9c514c0-b8c9-49b6-8c81-1566e6382e8b} executeQuery: Read 265 rows, 18.03 KiB in 0.001667 sec., 158968.20635872826 rows/sec., 10.56 MiB/sec. 2026.02.25 21:41:59.156340 [ 275 ] {a9c514c0-b8c9-49b6-8c81-1566e6382e8b} TCPHandler: Processed in 0.001882815 sec. 2026.02.25 21:41:59.156517 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:59.156639 [ 275 ] {6ca2d8da-bded-42c9-a60b-cba3f919bc39} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.25 21:41:59.156689 [ 275 ] {6ca2d8da-bded-42c9-a60b-cba3f919bc39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.25 21:41:59.157161 [ 275 ] {6ca2d8da-bded-42c9-a60b-cba3f919bc39} oximeter.measurements_f64 (760b9128-f55b-4821-acd8-e74f0010e1c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:59.157214 [ 275 ] {6ca2d8da-bded-42c9-a60b-cba3f919bc39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:41:59.157662 [ 275 ] {6ca2d8da-bded-42c9-a60b-cba3f919bc39} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.25 21:41:59.157926 [ 275 ] {6ca2d8da-bded-42c9-a60b-cba3f919bc39} oximeter.measurements_f64 (760b9128-f55b-4821-acd8-e74f0010e1c7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:59.158097 [ 275 ] {6ca2d8da-bded-42c9-a60b-cba3f919bc39} executeQuery: Read 1 rows, 69.00 B in 0.001482 sec., 674.7638326585695 rows/sec., 45.47 KiB/sec. 2026.02.25 21:41:59.158147 [ 275 ] {6ca2d8da-bded-42c9-a60b-cba3f919bc39} TCPHandler: Processed in 0.001707753 sec. 2026.02.25 21:41:59.158315 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:59.158452 [ 275 ] {93f05575-5e48-45c8-9008-b4f8b122c059} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.25 21:41:59.158537 [ 275 ] {93f05575-5e48-45c8-9008-b4f8b122c059} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.25 21:41:59.159638 [ 275 ] {93f05575-5e48-45c8-9008-b4f8b122c059} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:59.159691 [ 275 ] {93f05575-5e48-45c8-9008-b4f8b122c059} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:41:59.160394 [ 275 ] {93f05575-5e48-45c8-9008-b4f8b122c059} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.25 21:41:59.160726 [ 275 ] {93f05575-5e48-45c8-9008-b4f8b122c059} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:59.160913 [ 275 ] {93f05575-5e48-45c8-9008-b4f8b122c059} executeQuery: Read 10 rows, 18.35 KiB in 0.002487 sec., 4020.908725371934 rows/sec., 7.21 MiB/sec. 2026.02.25 21:41:59.160974 [ 275 ] {93f05575-5e48-45c8-9008-b4f8b122c059} TCPHandler: Processed in 0.002730811 sec. 2026.02.25 21:41:59.161126 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:41:59.161253 [ 275 ] {ca8c0706-5f7f-4c59-9c70-49d4b4d0e314} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:41:59.161311 [ 275 ] {ca8c0706-5f7f-4c59-9c70-49d4b4d0e314} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:41:59.161839 [ 275 ] {ca8c0706-5f7f-4c59-9c70-49d4b4d0e314} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:59.161888 [ 275 ] {ca8c0706-5f7f-4c59-9c70-49d4b4d0e314} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:41:59.162301 [ 275 ] {ca8c0706-5f7f-4c59-9c70-49d4b4d0e314} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.25 21:41:59.162558 [ 275 ] {ca8c0706-5f7f-4c59-9c70-49d4b4d0e314} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:59.162713 [ 275 ] {ca8c0706-5f7f-4c59-9c70-49d4b4d0e314} executeQuery: Read 90 rows, 5.77 KiB in 0.001486 sec., 60565.27590847914 rows/sec., 3.79 MiB/sec. 2026.02.25 21:41:59.162758 [ 275 ] {ca8c0706-5f7f-4c59-9c70-49d4b4d0e314} TCPHandler: Processed in 0.001694282 sec. 2026.02.25 21:41:59.467987 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 2026.02.25 21:41:59.468682 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:59.468741 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:41:59.469486 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.25 21:41:59.469788 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:59.469954 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 2026.02.25 21:41:59.589654 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.02.25 21:41:59.612583 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:41:59.612672 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:41:59.621212 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.25 21:41:59.622228 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:41:59.627361 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.02.25 21:42:01.965596 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 208 2026.02.25 21:42:01.967750 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:01.967809 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:01.968950 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.25 21:42:01.969216 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:01.969526 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 208 2026.02.25 21:42:04.111575 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:04.111891 [ 275 ] {709ffccf-9ca0-4bb0-b2fb-7201f315a631} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.25 21:42:04.114363 [ 275 ] {709ffccf-9ca0-4bb0-b2fb-7201f315a631} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.25 21:42:04.116780 [ 275 ] {709ffccf-9ca0-4bb0-b2fb-7201f315a631} 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.02.25 21:42:04.117093 [ 275 ] {709ffccf-9ca0-4bb0-b2fb-7201f315a631} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:42:04.121643 [ 275 ] {709ffccf-9ca0-4bb0-b2fb-7201f315a631} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:42:04.125883 [ 275 ] {709ffccf-9ca0-4bb0-b2fb-7201f315a631} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2026.02.25 21:42:04.130546 [ 275 ] {709ffccf-9ca0-4bb0-b2fb-7201f315a631} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.25 21:42:04.132452 [ 275 ] {709ffccf-9ca0-4bb0-b2fb-7201f315a631} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (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 2026.02.25 21:42:04.132476 [ 275 ] {709ffccf-9ca0-4bb0-b2fb-7201f315a631} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.25 21:42:04.137185 [ 275 ] {709ffccf-9ca0-4bb0-b2fb-7201f315a631} 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.25 21:42:04.137219 [ 275 ] {709ffccf-9ca0-4bb0-b2fb-7201f315a631} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.02.25 21:42:04.162899 [ 275 ] {709ffccf-9ca0-4bb0-b2fb-7201f315a631} executeQuery: Read 32 rows, 1.21 KiB in 0.05111 sec., 626.1005674036392 rows/sec., 23.64 KiB/sec. 2026.02.25 21:42:04.163027 [ 275 ] {709ffccf-9ca0-4bb0-b2fb-7201f315a631} TCPHandler: Processed in 0.051647299 sec. 2026.02.25 21:42:04.163457 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:04.163655 [ 275 ] {dd37fdb6-9050-44dc-a608-7334ff1c88c8} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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', 'oximeter_collector:collections', '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) 2026.02.25 21:42:04.163939 [ 275 ] {dd37fdb6-9050-44dc-a608-7334ff1c88c8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.25 21:42:04.163977 [ 275 ] {dd37fdb6-9050-44dc-a608-7334ff1c88c8} 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', 'oximeter_collector:collections', '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 2026.02.25 21:42:04.164204 [ 275 ] {dd37fdb6-9050-44dc-a608-7334ff1c88c8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:42:04.164267 [ 275 ] {dd37fdb6-9050-44dc-a608-7334ff1c88c8} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:42:04.164387 [ 275 ] {dd37fdb6-9050-44dc-a608-7334ff1c88c8} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2026.02.25 21:42:04.164419 [ 275 ] {dd37fdb6-9050-44dc-a608-7334ff1c88c8} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.25 21:42:04.164440 [ 275 ] {dd37fdb6-9050-44dc-a608-7334ff1c88c8} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (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 2026.02.25 21:42:04.164455 [ 275 ] {dd37fdb6-9050-44dc-a608-7334ff1c88c8} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.25 21:42:04.164492 [ 275 ] {dd37fdb6-9050-44dc-a608-7334ff1c88c8} 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', 'oximeter_collector:collections', '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'))" 2026.02.25 21:42:04.164511 [ 275 ] {dd37fdb6-9050-44dc-a608-7334ff1c88c8} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.02.25 21:42:04.165006 [ 275 ] {dd37fdb6-9050-44dc-a608-7334ff1c88c8} executeQuery: Read 32 rows, 1.21 KiB in 0.001447 sec., 22114.720110573602 rows/sec., 834.84 KiB/sec. 2026.02.25 21:42:04.165097 [ 275 ] {dd37fdb6-9050-44dc-a608-7334ff1c88c8} TCPHandler: Processed in 0.001731504 sec. 2026.02.25 21:42:04.165381 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:04.165524 [ 275 ] {93e69bd2-f501-4dfc-a24e-e83d3cecd2bb} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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', 'oximeter_collector:collections', '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) 2026.02.25 21:42:04.165749 [ 275 ] {93e69bd2-f501-4dfc-a24e-e83d3cecd2bb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.25 21:42:04.165784 [ 275 ] {93e69bd2-f501-4dfc-a24e-e83d3cecd2bb} 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', 'oximeter_collector:collections', '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 2026.02.25 21:42:04.165986 [ 275 ] {93e69bd2-f501-4dfc-a24e-e83d3cecd2bb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:42:04.166040 [ 275 ] {93e69bd2-f501-4dfc-a24e-e83d3cecd2bb} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:42:04.166144 [ 275 ] {93e69bd2-f501-4dfc-a24e-e83d3cecd2bb} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2026.02.25 21:42:04.166174 [ 275 ] {93e69bd2-f501-4dfc-a24e-e83d3cecd2bb} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.25 21:42:04.166193 [ 275 ] {93e69bd2-f501-4dfc-a24e-e83d3cecd2bb} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (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 2026.02.25 21:42:04.166207 [ 275 ] {93e69bd2-f501-4dfc-a24e-e83d3cecd2bb} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.25 21:42:04.166242 [ 275 ] {93e69bd2-f501-4dfc-a24e-e83d3cecd2bb} 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', 'oximeter_collector:collections', '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'))" 2026.02.25 21:42:04.166260 [ 275 ] {93e69bd2-f501-4dfc-a24e-e83d3cecd2bb} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.02.25 21:42:04.166694 [ 275 ] {93e69bd2-f501-4dfc-a24e-e83d3cecd2bb} executeQuery: Read 32 rows, 1.21 KiB in 0.001233 sec., 25952.960259529606 rows/sec., 979.73 KiB/sec. 2026.02.25 21:42:04.166781 [ 275 ] {93e69bd2-f501-4dfc-a24e-e83d3cecd2bb} TCPHandler: Processed in 0.001450682 sec. 2026.02.25 21:42:04.167022 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:04.167160 [ 275 ] {88e793a2-20b7-402b-abc3-4032742b0fcd} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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', 'oximeter_collector:collections', '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) 2026.02.25 21:42:04.167375 [ 275 ] {88e793a2-20b7-402b-abc3-4032742b0fcd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.25 21:42:04.167410 [ 275 ] {88e793a2-20b7-402b-abc3-4032742b0fcd} 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', 'oximeter_collector:collections', '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 2026.02.25 21:42:04.167607 [ 275 ] {88e793a2-20b7-402b-abc3-4032742b0fcd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:42:04.167661 [ 275 ] {88e793a2-20b7-402b-abc3-4032742b0fcd} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:42:04.167762 [ 275 ] {88e793a2-20b7-402b-abc3-4032742b0fcd} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2026.02.25 21:42:04.167790 [ 275 ] {88e793a2-20b7-402b-abc3-4032742b0fcd} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.25 21:42:04.167808 [ 275 ] {88e793a2-20b7-402b-abc3-4032742b0fcd} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (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 2026.02.25 21:42:04.167822 [ 275 ] {88e793a2-20b7-402b-abc3-4032742b0fcd} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.25 21:42:04.167856 [ 275 ] {88e793a2-20b7-402b-abc3-4032742b0fcd} 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', 'oximeter_collector:collections', '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'))" 2026.02.25 21:42:04.167874 [ 275 ] {88e793a2-20b7-402b-abc3-4032742b0fcd} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.02.25 21:42:04.168313 [ 275 ] {88e793a2-20b7-402b-abc3-4032742b0fcd} executeQuery: Read 32 rows, 1.21 KiB in 0.001211 sec., 26424.442609413705 rows/sec., 997.53 KiB/sec. 2026.02.25 21:42:04.168399 [ 275 ] {88e793a2-20b7-402b-abc3-4032742b0fcd} TCPHandler: Processed in 0.001426541 sec. 2026.02.25 21:42:04.168665 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:04.168809 [ 275 ] {7b4dae47-0a4c-4253-b38b-9c65d7a1b192} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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', 'oximeter_collector:collections', '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) 2026.02.25 21:42:04.169061 [ 275 ] {7b4dae47-0a4c-4253-b38b-9c65d7a1b192} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.25 21:42:04.169103 [ 275 ] {7b4dae47-0a4c-4253-b38b-9c65d7a1b192} 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', 'oximeter_collector:collections', '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 2026.02.25 21:42:04.169344 [ 275 ] {7b4dae47-0a4c-4253-b38b-9c65d7a1b192} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:42:04.169398 [ 275 ] {7b4dae47-0a4c-4253-b38b-9c65d7a1b192} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:42:04.169499 [ 275 ] {7b4dae47-0a4c-4253-b38b-9c65d7a1b192} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2026.02.25 21:42:04.169528 [ 275 ] {7b4dae47-0a4c-4253-b38b-9c65d7a1b192} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.25 21:42:04.169547 [ 275 ] {7b4dae47-0a4c-4253-b38b-9c65d7a1b192} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (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 2026.02.25 21:42:04.169561 [ 275 ] {7b4dae47-0a4c-4253-b38b-9c65d7a1b192} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.25 21:42:04.169595 [ 275 ] {7b4dae47-0a4c-4253-b38b-9c65d7a1b192} 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', 'oximeter_collector:collections', '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'))" 2026.02.25 21:42:04.169614 [ 275 ] {7b4dae47-0a4c-4253-b38b-9c65d7a1b192} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.02.25 21:42:04.170114 [ 275 ] {7b4dae47-0a4c-4253-b38b-9c65d7a1b192} executeQuery: Read 32 rows, 1.21 KiB in 0.001362 sec., 23494.860499265786 rows/sec., 886.94 KiB/sec. 2026.02.25 21:42:04.170199 [ 275 ] {7b4dae47-0a4c-4253-b38b-9c65d7a1b192} TCPHandler: Processed in 0.001585202 sec. 2026.02.25 21:42:04.170436 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:04.170572 [ 275 ] {567a1337-e7ae-4b8d-bb60-64a4052c9a24} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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', 'oximeter_collector:collections', '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) 2026.02.25 21:42:04.170778 [ 275 ] {567a1337-e7ae-4b8d-bb60-64a4052c9a24} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.25 21:42:04.170812 [ 275 ] {567a1337-e7ae-4b8d-bb60-64a4052c9a24} 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', 'oximeter_collector:collections', '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 2026.02.25 21:42:04.171023 [ 275 ] {567a1337-e7ae-4b8d-bb60-64a4052c9a24} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:42:04.171091 [ 275 ] {567a1337-e7ae-4b8d-bb60-64a4052c9a24} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:42:04.171196 [ 275 ] {567a1337-e7ae-4b8d-bb60-64a4052c9a24} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2026.02.25 21:42:04.171230 [ 275 ] {567a1337-e7ae-4b8d-bb60-64a4052c9a24} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.25 21:42:04.171250 [ 275 ] {567a1337-e7ae-4b8d-bb60-64a4052c9a24} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (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 2026.02.25 21:42:04.171264 [ 275 ] {567a1337-e7ae-4b8d-bb60-64a4052c9a24} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.25 21:42:04.171297 [ 275 ] {567a1337-e7ae-4b8d-bb60-64a4052c9a24} 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', 'oximeter_collector:collections', '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'))" 2026.02.25 21:42:04.171315 [ 275 ] {567a1337-e7ae-4b8d-bb60-64a4052c9a24} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.02.25 21:42:04.171765 [ 275 ] {567a1337-e7ae-4b8d-bb60-64a4052c9a24} executeQuery: Read 32 rows, 1.21 KiB in 0.00125 sec., 25600 rows/sec., 966.41 KiB/sec. 2026.02.25 21:42:04.171846 [ 275 ] {567a1337-e7ae-4b8d-bb60-64a4052c9a24} TCPHandler: Processed in 0.001457752 sec. 2026.02.25 21:42:04.187067 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:04.187180 [ 275 ] {8c1ac624-9c35-4999-9a4f-99fce5deeaab} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.02.25 21:42:04.187224 [ 275 ] {8c1ac624-9c35-4999-9a4f-99fce5deeaab} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:42:04.187781 [ 275 ] {8c1ac624-9c35-4999-9a4f-99fce5deeaab} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:04.187826 [ 275 ] {8c1ac624-9c35-4999-9a4f-99fce5deeaab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:04.188266 [ 275 ] {8c1ac624-9c35-4999-9a4f-99fce5deeaab} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.25 21:42:04.188481 [ 275 ] {8c1ac624-9c35-4999-9a4f-99fce5deeaab} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:04.188630 [ 275 ] {8c1ac624-9c35-4999-9a4f-99fce5deeaab} executeQuery: Read 6 rows, 2.84 KiB in 0.001483 sec., 4045.853000674309 rows/sec., 1.87 MiB/sec. 2026.02.25 21:42:04.188670 [ 275 ] {8c1ac624-9c35-4999-9a4f-99fce5deeaab} TCPHandler: Processed in 0.001658183 sec. 2026.02.25 21:42:04.188808 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:04.188930 [ 275 ] {619da115-1f30-48c4-b2c6-6817bfc248ec} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.25 21:42:04.188981 [ 275 ] {619da115-1f30-48c4-b2c6-6817bfc248ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.25 21:42:04.189472 [ 275 ] {619da115-1f30-48c4-b2c6-6817bfc248ec} oximeter.fields_i16 (5b8cb844-b05e-4fc3-bc08-c8de9a1883e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:04.189517 [ 275 ] {619da115-1f30-48c4-b2c6-6817bfc248ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:04.189867 [ 275 ] {619da115-1f30-48c4-b2c6-6817bfc248ec} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.25 21:42:04.190099 [ 275 ] {619da115-1f30-48c4-b2c6-6817bfc248ec} oximeter.fields_i16 (5b8cb844-b05e-4fc3-bc08-c8de9a1883e6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:04.190231 [ 275 ] {619da115-1f30-48c4-b2c6-6817bfc248ec} executeQuery: Read 24 rows, 2.04 KiB in 0.001326 sec., 18099.54751131222 rows/sec., 1.50 MiB/sec. 2026.02.25 21:42:04.190268 [ 275 ] {619da115-1f30-48c4-b2c6-6817bfc248ec} TCPHandler: Processed in 0.001521652 sec. 2026.02.25 21:42:04.190380 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:04.190475 [ 275 ] {469f91bf-25dd-4cf1-a40d-63e45ac33280} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:42:04.190515 [ 275 ] {469f91bf-25dd-4cf1-a40d-63e45ac33280} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:42:04.191000 [ 275 ] {469f91bf-25dd-4cf1-a40d-63e45ac33280} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:04.191037 [ 275 ] {469f91bf-25dd-4cf1-a40d-63e45ac33280} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:04.191354 [ 275 ] {469f91bf-25dd-4cf1-a40d-63e45ac33280} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.25 21:42:04.191566 [ 275 ] {469f91bf-25dd-4cf1-a40d-63e45ac33280} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:04.191693 [ 275 ] {469f91bf-25dd-4cf1-a40d-63e45ac33280} executeQuery: Read 176 rows, 15.87 KiB in 0.001236 sec., 142394.8220064725 rows/sec., 12.54 MiB/sec. 2026.02.25 21:42:04.191730 [ 275 ] {469f91bf-25dd-4cf1-a40d-63e45ac33280} TCPHandler: Processed in 0.001399121 sec. 2026.02.25 21:42:04.191835 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:04.191928 [ 275 ] {b52267c8-d736-4d54-ac21-a88264304cb6} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.25 21:42:04.191968 [ 275 ] {b52267c8-d736-4d54-ac21-a88264304cb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.25 21:42:04.192350 [ 275 ] {b52267c8-d736-4d54-ac21-a88264304cb6} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:04.192386 [ 275 ] {b52267c8-d736-4d54-ac21-a88264304cb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:04.192677 [ 275 ] {b52267c8-d736-4d54-ac21-a88264304cb6} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.25 21:42:04.192895 [ 275 ] {b52267c8-d736-4d54-ac21-a88264304cb6} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:04.193023 [ 275 ] {b52267c8-d736-4d54-ac21-a88264304cb6} executeQuery: Read 12 rows, 984.00 B in 0.001112 sec., 10791.366906474821 rows/sec., 864.15 KiB/sec. 2026.02.25 21:42:04.193060 [ 275 ] {b52267c8-d736-4d54-ac21-a88264304cb6} TCPHandler: Processed in 0.00127388 sec. 2026.02.25 21:42:04.193175 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:04.193289 [ 275 ] {d86f4aeb-afd7-4eaa-9c72-8a133976e646} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.25 21:42:04.193336 [ 275 ] {d86f4aeb-afd7-4eaa-9c72-8a133976e646} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.25 21:42:04.193791 [ 275 ] {d86f4aeb-afd7-4eaa-9c72-8a133976e646} oximeter.fields_u32 (908bf044-80c4-4aff-a2d0-2b9c977956ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:04.193829 [ 275 ] {d86f4aeb-afd7-4eaa-9c72-8a133976e646} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:04.194125 [ 275 ] {d86f4aeb-afd7-4eaa-9c72-8a133976e646} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.25 21:42:04.194340 [ 275 ] {d86f4aeb-afd7-4eaa-9c72-8a133976e646} oximeter.fields_u32 (908bf044-80c4-4aff-a2d0-2b9c977956ba): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:04.194468 [ 275 ] {d86f4aeb-afd7-4eaa-9c72-8a133976e646} executeQuery: Read 24 rows, 2.04 KiB in 0.001202 sec., 19966.722129783695 rows/sec., 1.66 MiB/sec. 2026.02.25 21:42:04.194506 [ 275 ] {d86f4aeb-afd7-4eaa-9c72-8a133976e646} TCPHandler: Processed in 0.001390261 sec. 2026.02.25 21:42:04.194610 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:04.194703 [ 275 ] {47c43fcd-22a5-4d52-804f-92346492db38} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.25 21:42:04.194743 [ 275 ] {47c43fcd-22a5-4d52-804f-92346492db38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.25 21:42:04.195129 [ 275 ] {47c43fcd-22a5-4d52-804f-92346492db38} oximeter.fields_u8 (0c034aba-187c-4a21-bc08-4ff6715ead94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:04.195166 [ 275 ] {47c43fcd-22a5-4d52-804f-92346492db38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:04.195460 [ 275 ] {47c43fcd-22a5-4d52-804f-92346492db38} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.25 21:42:04.195675 [ 275 ] {47c43fcd-22a5-4d52-804f-92346492db38} oximeter.fields_u8 (0c034aba-187c-4a21-bc08-4ff6715ead94): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:04.195804 [ 275 ] {47c43fcd-22a5-4d52-804f-92346492db38} executeQuery: Read 12 rows, 960.00 B in 0.001118 sec., 10733.45259391771 rows/sec., 838.55 KiB/sec. 2026.02.25 21:42:04.195841 [ 275 ] {47c43fcd-22a5-4d52-804f-92346492db38} TCPHandler: Processed in 0.00127829 sec. 2026.02.25 21:42:04.195942 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:04.196035 [ 275 ] {5441a2b8-91da-40cf-a2ae-c24e6bc89c8f} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:42:04.196074 [ 275 ] {5441a2b8-91da-40cf-a2ae-c24e6bc89c8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:42:04.196485 [ 275 ] {5441a2b8-91da-40cf-a2ae-c24e6bc89c8f} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:04.196521 [ 275 ] {5441a2b8-91da-40cf-a2ae-c24e6bc89c8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:04.196821 [ 275 ] {5441a2b8-91da-40cf-a2ae-c24e6bc89c8f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.25 21:42:04.197050 [ 275 ] {5441a2b8-91da-40cf-a2ae-c24e6bc89c8f} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:04.197173 [ 275 ] {5441a2b8-91da-40cf-a2ae-c24e6bc89c8f} executeQuery: Read 100 rows, 8.37 KiB in 0.001156 sec., 86505.19031141869 rows/sec., 7.07 MiB/sec. 2026.02.25 21:42:04.197210 [ 275 ] {5441a2b8-91da-40cf-a2ae-c24e6bc89c8f} TCPHandler: Processed in 0.00131561 sec. 2026.02.25 21:42:04.197330 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:04.197425 [ 275 ] {7287a69e-fd3c-4854-9c49-a344f4f735a3} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:42:04.197468 [ 275 ] {7287a69e-fd3c-4854-9c49-a344f4f735a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:42:04.197918 [ 275 ] {7287a69e-fd3c-4854-9c49-a344f4f735a3} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:04.197954 [ 275 ] {7287a69e-fd3c-4854-9c49-a344f4f735a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:04.198280 [ 275 ] {7287a69e-fd3c-4854-9c49-a344f4f735a3} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.25 21:42:04.198489 [ 275 ] {7287a69e-fd3c-4854-9c49-a344f4f735a3} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:04.198616 [ 275 ] {7287a69e-fd3c-4854-9c49-a344f4f735a3} executeQuery: Read 316 rows, 24.36 KiB in 0.00121 sec., 261157.02479338844 rows/sec., 19.66 MiB/sec. 2026.02.25 21:42:04.198653 [ 275 ] {7287a69e-fd3c-4854-9c49-a344f4f735a3} TCPHandler: Processed in 0.001372311 sec. 2026.02.25 21:42:04.198771 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:04.198865 [ 275 ] {03f08da0-940c-4a7f-8c91-ba8fe068d899} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:42:04.198906 [ 275 ] {03f08da0-940c-4a7f-8c91-ba8fe068d899} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:42:04.199251 [ 275 ] {03f08da0-940c-4a7f-8c91-ba8fe068d899} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:04.199286 [ 275 ] {03f08da0-940c-4a7f-8c91-ba8fe068d899} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:04.199587 [ 275 ] {03f08da0-940c-4a7f-8c91-ba8fe068d899} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.25 21:42:04.199807 [ 275 ] {03f08da0-940c-4a7f-8c91-ba8fe068d899} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:04.199934 [ 275 ] {03f08da0-940c-4a7f-8c91-ba8fe068d899} executeQuery: Read 60 rows, 4.14 KiB in 0.001086 sec., 55248.61878453039 rows/sec., 3.72 MiB/sec. 2026.02.25 21:42:04.199970 [ 275 ] {03f08da0-940c-4a7f-8c91-ba8fe068d899} TCPHandler: Processed in 0.0012504 sec. 2026.02.25 21:42:06.906570 [ 79 ] {} DNSResolver: Updating DNS cache 2026.02.25 21:42:06.906644 [ 79 ] {} DNSResolver: Updated DNS cache 2026.02.25 21:42:06.970147 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 2026.02.25 21:42:06.970662 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:06.970703 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:06.971233 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.25 21:42:06.971462 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:06.971581 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 2026.02.25 21:42:06.971593 [ 79 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.25 21:42:06.971666 [ 79 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:06.971687 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:06.971955 [ 202 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.02.25 21:42:06.972116 [ 202 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:42:06.972225 [ 202 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part 2026.02.25 21:42:06.972328 [ 202 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part 2026.02.25 21:42:06.972415 [ 202 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part 2026.02.25 21:42:06.972460 [ 202 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part 2026.02.25 21:42:06.972499 [ 202 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part 2026.02.25 21:42:06.972547 [ 202 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part 2026.02.25 21:42:07.037976 [ 191 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.066153631 sec., 42416.41702176559 rows/sec., 621.33 KiB/sec. 2026.02.25 21:42:07.038850 [ 186 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.25 21:42:07.039172 [ 186 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_6_1} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:07.039245 [ 186 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_6_1} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.25 21:42:07.039343 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. 2026.02.25 21:42:07.128354 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.02.25 21:42:07.145940 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:07.146003 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:07.152409 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.25 21:42:07.153121 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:07.153427 [ 79 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.25 21:42:07.153510 [ 79 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:07.153545 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:07.153703 [ 186 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.02.25 21:42:07.156792 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.02.25 21:42:07.158291 [ 186 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:42:07.159646 [ 186 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2026.02.25 21:42:07.164063 [ 186 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2026.02.25 21:42:07.168307 [ 186 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part 2026.02.25 21:42:07.172362 [ 186 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2026.02.25 21:42:07.179606 [ 186 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2026.02.25 21:42:07.183937 [ 186 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2026.02.25 21:42:07.250085 [ 191 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.096454524 sec., 476.90868289392006 rows/sec., 2.47 MiB/sec. 2026.02.25 21:42:07.251714 [ 190 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.25 21:42:07.253493 [ 190 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_6_1} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:07.253592 [ 190 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_6_1} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.25 21:42:07.254735 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.02.25 21:42:08.000206 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 166.74 MiB, peak 176.28 MiB, free memory in arenas 0.00 B, will set to 176.75 MiB (RSS), difference: 10.00 MiB 2026.02.25 21:42:09.120605 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:09.120807 [ 275 ] {6d53881e-4feb-4b58-9b65-80c6f1440f12} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:42:09.120879 [ 275 ] {6d53881e-4feb-4b58-9b65-80c6f1440f12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:42:09.121574 [ 275 ] {6d53881e-4feb-4b58-9b65-80c6f1440f12} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:09.121626 [ 275 ] {6d53881e-4feb-4b58-9b65-80c6f1440f12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:09.122065 [ 275 ] {6d53881e-4feb-4b58-9b65-80c6f1440f12} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.25 21:42:09.122315 [ 275 ] {6d53881e-4feb-4b58-9b65-80c6f1440f12} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:09.122495 [ 275 ] {6d53881e-4feb-4b58-9b65-80c6f1440f12} executeQuery: Read 76 rows, 6.41 KiB in 0.001738 sec., 43728.42347525892 rows/sec., 3.60 MiB/sec. 2026.02.25 21:42:09.122546 [ 275 ] {6d53881e-4feb-4b58-9b65-80c6f1440f12} TCPHandler: Processed in 0.002076476 sec. 2026.02.25 21:42:09.122691 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:09.122803 [ 275 ] {ecc7529e-05e2-4404-82dd-562160e975b5} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.25 21:42:09.122853 [ 275 ] {ecc7529e-05e2-4404-82dd-562160e975b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.25 21:42:09.123287 [ 275 ] {ecc7529e-05e2-4404-82dd-562160e975b5} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:09.123327 [ 275 ] {ecc7529e-05e2-4404-82dd-562160e975b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:09.123659 [ 275 ] {ecc7529e-05e2-4404-82dd-562160e975b5} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.25 21:42:09.123895 [ 275 ] {ecc7529e-05e2-4404-82dd-562160e975b5} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:09.124045 [ 275 ] {ecc7529e-05e2-4404-82dd-562160e975b5} executeQuery: Read 10 rows, 770.00 B in 0.001269 sec., 7880.220646178093 rows/sec., 592.56 KiB/sec. 2026.02.25 21:42:09.124086 [ 275 ] {ecc7529e-05e2-4404-82dd-562160e975b5} TCPHandler: Processed in 0.001451781 sec. 2026.02.25 21:42:09.124202 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:09.124302 [ 275 ] {216d705c-2db6-4422-aef3-909036dbd41c} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:42:09.124345 [ 275 ] {216d705c-2db6-4422-aef3-909036dbd41c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:42:09.124779 [ 275 ] {216d705c-2db6-4422-aef3-909036dbd41c} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:09.124820 [ 275 ] {216d705c-2db6-4422-aef3-909036dbd41c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:09.125150 [ 275 ] {216d705c-2db6-4422-aef3-909036dbd41c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.25 21:42:09.125379 [ 275 ] {216d705c-2db6-4422-aef3-909036dbd41c} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:09.125516 [ 275 ] {216d705c-2db6-4422-aef3-909036dbd41c} executeQuery: Read 74 rows, 5.92 KiB in 0.001235 sec., 59919.02834008097 rows/sec., 4.68 MiB/sec. 2026.02.25 21:42:09.125557 [ 275 ] {216d705c-2db6-4422-aef3-909036dbd41c} TCPHandler: Processed in 0.001406421 sec. 2026.02.25 21:42:09.125678 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:09.125774 [ 275 ] {4f57e72b-6cbc-4849-8a44-e7ba38999262} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:42:09.125824 [ 275 ] {4f57e72b-6cbc-4849-8a44-e7ba38999262} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:42:09.126252 [ 275 ] {4f57e72b-6cbc-4849-8a44-e7ba38999262} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:09.126290 [ 275 ] {4f57e72b-6cbc-4849-8a44-e7ba38999262} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:09.126641 [ 275 ] {4f57e72b-6cbc-4849-8a44-e7ba38999262} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.25 21:42:09.126863 [ 275 ] {4f57e72b-6cbc-4849-8a44-e7ba38999262} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:09.126994 [ 275 ] {4f57e72b-6cbc-4849-8a44-e7ba38999262} executeQuery: Read 160 rows, 11.41 KiB in 0.00124 sec., 129032.25806451614 rows/sec., 8.99 MiB/sec. 2026.02.25 21:42:09.127031 [ 275 ] {4f57e72b-6cbc-4849-8a44-e7ba38999262} TCPHandler: Processed in 0.001401381 sec. 2026.02.25 21:42:09.127165 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:09.127273 [ 275 ] {754fe090-a234-4e92-944f-9bf5c33193b9} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.25 21:42:09.127331 [ 275 ] {754fe090-a234-4e92-944f-9bf5c33193b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.25 21:42:09.128086 [ 275 ] {754fe090-a234-4e92-944f-9bf5c33193b9} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:09.128128 [ 275 ] {754fe090-a234-4e92-944f-9bf5c33193b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:09.128670 [ 275 ] {754fe090-a234-4e92-944f-9bf5c33193b9} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.25 21:42:09.128911 [ 275 ] {754fe090-a234-4e92-944f-9bf5c33193b9} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:09.129048 [ 275 ] {754fe090-a234-4e92-944f-9bf5c33193b9} executeQuery: Read 10 rows, 18.35 KiB in 0.001793 sec., 5577.244841048521 rows/sec., 9.99 MiB/sec. 2026.02.25 21:42:09.129098 [ 275 ] {754fe090-a234-4e92-944f-9bf5c33193b9} TCPHandler: Processed in 0.001981645 sec. 2026.02.25 21:42:09.129213 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:09.129307 [ 275 ] {bd72ce93-0d24-4570-a393-4c173bd68206} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:42:09.129349 [ 275 ] {bd72ce93-0d24-4570-a393-4c173bd68206} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:42:09.129721 [ 275 ] {bd72ce93-0d24-4570-a393-4c173bd68206} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:09.129757 [ 275 ] {bd72ce93-0d24-4570-a393-4c173bd68206} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:09.130137 [ 275 ] {bd72ce93-0d24-4570-a393-4c173bd68206} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.25 21:42:09.130371 [ 275 ] {bd72ce93-0d24-4570-a393-4c173bd68206} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:09.130495 [ 275 ] {bd72ce93-0d24-4570-a393-4c173bd68206} executeQuery: Read 60 rows, 4.14 KiB in 0.001252 sec., 47923.322683706065 rows/sec., 3.23 MiB/sec. 2026.02.25 21:42:09.130529 [ 275 ] {bd72ce93-0d24-4570-a393-4c173bd68206} TCPHandler: Processed in 0.00141364 sec. 2026.02.25 21:42:10.134196 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52249 2026.02.25 21:42:10.136322 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:10.136363 [ 287 ] {} TCP-Session: 9a6e68b8-c1ef-4850-94ee-53a57818f1c0 Authenticating user 'default' from [fd00:1122:3344:101::e]:52249 2026.02.25 21:42:10.136386 [ 287 ] {} TCP-Session: 9a6e68b8-c1ef-4850-94ee-53a57818f1c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:10.136398 [ 287 ] {} TCP-Session: 9a6e68b8-c1ef-4850-94ee-53a57818f1c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:10.136449 [ 287 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.02.25 21:42:10.136473 [ 287 ] {} 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 2026.02.25 21:42:10.136490 [ 287 ] {} 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 2026.02.25 21:42:10.136844 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44493 2026.02.25 21:42:10.137028 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58846 2026.02.25 21:42:10.137069 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45867 2026.02.25 21:42:10.137140 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62092 2026.02.25 21:42:10.137400 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38919 2026.02.25 21:42:10.137569 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52677 2026.02.25 21:42:10.137645 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39049 2026.02.25 21:42:10.138573 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:10.138580 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:10.138632 [ 288 ] {} TCP-Session: 2c2e4c5e-7abf-4f57-8fa8-2814a64f714b Authenticating user 'default' from [fd00:1122:3344:101::e]:44493 2026.02.25 21:42:10.138635 [ 294 ] {} TCP-Session: fe36badd-29f2-4581-893c-8c67e90f78d9 Authenticating user 'default' from [fd00:1122:3344:101::e]:39049 2026.02.25 21:42:10.138667 [ 288 ] {} TCP-Session: 2c2e4c5e-7abf-4f57-8fa8-2814a64f714b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:10.138676 [ 294 ] {} TCP-Session: fe36badd-29f2-4581-893c-8c67e90f78d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:10.138687 [ 288 ] {} TCP-Session: 2c2e4c5e-7abf-4f57-8fa8-2814a64f714b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:10.138699 [ 294 ] {} TCP-Session: fe36badd-29f2-4581-893c-8c67e90f78d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:10.138698 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42355 2026.02.25 21:42:10.138914 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:10.138940 [ 295 ] {} TCP-Session: f0b42e64-a3ab-43b3-a476-55b8c9333546 Authenticating user 'default' from [fd00:1122:3344:101::e]:42355 2026.02.25 21:42:10.138959 [ 295 ] {} TCP-Session: f0b42e64-a3ab-43b3-a476-55b8c9333546 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:10.138970 [ 295 ] {} TCP-Session: f0b42e64-a3ab-43b3-a476-55b8c9333546 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:10.140700 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:10.140731 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:10.140744 [ 293 ] {} TCP-Session: a868cd5c-afce-44df-bf15-ee0b2dd20410 Authenticating user 'default' from [fd00:1122:3344:101::e]:52677 2026.02.25 21:42:10.140763 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:10.140776 [ 293 ] {} TCP-Session: a868cd5c-afce-44df-bf15-ee0b2dd20410 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:10.140766 [ 292 ] {} TCP-Session: e6acb4e2-04d4-46e4-a468-f38fc126079e Authenticating user 'default' from [fd00:1122:3344:101::e]:38919 2026.02.25 21:42:10.140801 [ 289 ] {} TCP-Session: d8dc16df-a940-4d48-a8a6-5b1d9749a9ec Authenticating user 'default' from [fd00:1122:3344:101::e]:45867 2026.02.25 21:42:10.140808 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:10.140822 [ 292 ] {} TCP-Session: e6acb4e2-04d4-46e4-a468-f38fc126079e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:10.140834 [ 289 ] {} TCP-Session: d8dc16df-a940-4d48-a8a6-5b1d9749a9ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:10.140856 [ 290 ] {} TCP-Session: 77d2453e-2142-4962-bbec-0f743e0be314 Authenticating user 'default' from [fd00:1122:3344:101::e]:58846 2026.02.25 21:42:10.140869 [ 292 ] {} TCP-Session: e6acb4e2-04d4-46e4-a468-f38fc126079e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:10.140915 [ 290 ] {} TCP-Session: 77d2453e-2142-4962-bbec-0f743e0be314 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:10.140800 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:10.140942 [ 290 ] {} TCP-Session: 77d2453e-2142-4962-bbec-0f743e0be314 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:10.140799 [ 293 ] {} TCP-Session: a868cd5c-afce-44df-bf15-ee0b2dd20410 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:10.140986 [ 291 ] {} TCP-Session: 82bb2bcf-7d0d-4a1b-8647-7c3d0016cbca Authenticating user 'default' from [fd00:1122:3344:101::e]:62092 2026.02.25 21:42:10.140879 [ 289 ] {} TCP-Session: d8dc16df-a940-4d48-a8a6-5b1d9749a9ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:10.141027 [ 291 ] {} TCP-Session: 82bb2bcf-7d0d-4a1b-8647-7c3d0016cbca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:10.141026 [ 287 ] {} TCP-Session: 9a6e68b8-c1ef-4850-94ee-53a57818f1c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:10.141053 [ 291 ] {} TCP-Session: 82bb2bcf-7d0d-4a1b-8647-7c3d0016cbca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:10.141229 [ 287 ] {36510ae8-f373-4872-8622-a002ed9d45ea} executeQuery: (from [fd00:1122:3344:101::e]:52249) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.25 21:42:10.141542 [ 287 ] {36510ae8-f373-4872-8622-a002ed9d45ea} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.25 21:42:10.141601 [ 287 ] {36510ae8-f373-4872-8622-a002ed9d45ea} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:42:10.142014 [ 287 ] {36510ae8-f373-4872-8622-a002ed9d45ea} oximeter.version (ac487c47-ef48-4f37-ab71-738eedb6c21a) (SelectExecutor): Key condition: unknown 2026.02.25 21:42:10.166223 [ 301 ] {36510ae8-f373-4872-8622-a002ed9d45ea} AggregatingTransform: Aggregating 2026.02.25 21:42:10.168314 [ 301 ] {36510ae8-f373-4872-8622-a002ed9d45ea} Aggregator: Aggregation method: without_key 2026.02.25 21:42:10.168992 [ 301 ] {36510ae8-f373-4872-8622-a002ed9d45ea} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00656458 sec. (152.333 rows/sec., 5.95 KiB/sec.) 2026.02.25 21:42:10.169018 [ 301 ] {36510ae8-f373-4872-8622-a002ed9d45ea} Aggregator: Merging aggregated data 2026.02.25 21:42:10.169052 [ 301 ] {36510ae8-f373-4872-8622-a002ed9d45ea} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.02.25 21:42:10.172288 [ 287 ] {36510ae8-f373-4872-8622-a002ed9d45ea} executeQuery: Read 1 rows, 40.00 B in 0.03111 sec., 32.14400514304082 rows/sec., 1.26 KiB/sec. 2026.02.25 21:42:10.172455 [ 287 ] {36510ae8-f373-4872-8622-a002ed9d45ea} TCPHandler: Processed in 0.031573003 sec. 2026.02.25 21:42:10.186474 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:10.186514 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:10.186535 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:10.186548 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:10.186584 [ 288 ] {} TCP-Session: 2c2e4c5e-7abf-4f57-8fa8-2814a64f714b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:10.186590 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:10.186612 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:10.186658 [ 292 ] {} TCP-Session: e6acb4e2-04d4-46e4-a468-f38fc126079e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:10.186664 [ 295 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:10.186693 [ 293 ] {} TCP-Session: a868cd5c-afce-44df-bf15-ee0b2dd20410 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:10.186623 [ 291 ] {} TCP-Session: 82bb2bcf-7d0d-4a1b-8647-7c3d0016cbca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:10.186730 [ 295 ] {} TCP-Session: f0b42e64-a3ab-43b3-a476-55b8c9333546 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:10.186633 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:10.186570 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:10.186611 [ 289 ] {} TCP-Session: d8dc16df-a940-4d48-a8a6-5b1d9749a9ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:10.186814 [ 290 ] {} TCP-Session: 77d2453e-2142-4962-bbec-0f743e0be314 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:10.186835 [ 294 ] {} TCP-Session: fe36badd-29f2-4581-893c-8c67e90f78d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:10.186540 [ 287 ] {} TCP-Session: 9a6e68b8-c1ef-4850-94ee-53a57818f1c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:11.000456 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 177.01 MiB, peak 185.14 MiB, free memory in arenas 0.00 B, will set to 179.52 MiB (RSS), difference: 2.51 MiB 2026.02.25 21:42:11.066284 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45333 2026.02.25 21:42:11.066401 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:11.066432 [ 287 ] {} TCP-Session: faa92820-cc31-4d88-8d0b-fe3e957cfdc8 Authenticating user 'default' from [fd00:1122:3344:101::e]:45333 2026.02.25 21:42:11.066457 [ 287 ] {} TCP-Session: faa92820-cc31-4d88-8d0b-fe3e957cfdc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:11.066472 [ 287 ] {} TCP-Session: faa92820-cc31-4d88-8d0b-fe3e957cfdc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:11.066695 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46362 2026.02.25 21:42:11.066713 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33863 2026.02.25 21:42:11.066773 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47859 2026.02.25 21:42:11.066781 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43278 2026.02.25 21:42:11.066815 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:11.066809 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36171 2026.02.25 21:42:11.066854 [ 288 ] {} TCP-Session: d882b3d5-90fe-497b-8a24-9fabbb55bdf0 Authenticating user 'default' from [fd00:1122:3344:101::e]:46362 2026.02.25 21:42:11.066872 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:11.066886 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:11.066896 [ 288 ] {} TCP-Session: d882b3d5-90fe-497b-8a24-9fabbb55bdf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:11.066910 [ 291 ] {} TCP-Session: 87453592-1b6d-4394-80e0-2c624332342f Authenticating user 'default' from [fd00:1122:3344:101::e]:47859 2026.02.25 21:42:11.066930 [ 288 ] {} TCP-Session: d882b3d5-90fe-497b-8a24-9fabbb55bdf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:11.066932 [ 292 ] {} TCP-Session: 8b11c413-e936-47e7-bcb4-e47c98a9e3f4 Authenticating user 'default' from [fd00:1122:3344:101::e]:43278 2026.02.25 21:42:11.066952 [ 291 ] {} TCP-Session: 87453592-1b6d-4394-80e0-2c624332342f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:11.066980 [ 292 ] {} TCP-Session: 8b11c413-e936-47e7-bcb4-e47c98a9e3f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:11.066991 [ 291 ] {} TCP-Session: 87453592-1b6d-4394-80e0-2c624332342f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:11.067021 [ 292 ] {} TCP-Session: 8b11c413-e936-47e7-bcb4-e47c98a9e3f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:11.066920 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:11.066828 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40810 2026.02.25 21:42:11.067082 [ 293 ] {} TCP-Session: 890b9a78-1dea-4571-a048-0241b6db9632 Authenticating user 'default' from [fd00:1122:3344:101::e]:36171 2026.02.25 21:42:11.066828 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:11.067126 [ 293 ] {} TCP-Session: 890b9a78-1dea-4571-a048-0241b6db9632 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:11.066795 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60847 2026.02.25 21:42:11.067156 [ 289 ] {} TCP-Session: fa1985c6-304b-4955-a4fd-f81ece64268d Authenticating user 'default' from [fd00:1122:3344:101::e]:33863 2026.02.25 21:42:11.067156 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:11.067203 [ 289 ] {} TCP-Session: fa1985c6-304b-4955-a4fd-f81ece64268d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:11.067144 [ 293 ] {} TCP-Session: 890b9a78-1dea-4571-a048-0241b6db9632 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:11.067225 [ 289 ] {} TCP-Session: fa1985c6-304b-4955-a4fd-f81ece64268d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:11.067222 [ 295 ] {} TCP-Session: 8b96340b-4760-45ac-a11f-e9f82dc6108b Authenticating user 'default' from [fd00:1122:3344:101::e]:40810 2026.02.25 21:42:11.067257 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:11.067269 [ 295 ] {} TCP-Session: 8b96340b-4760-45ac-a11f-e9f82dc6108b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:11.066821 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56317 2026.02.25 21:42:11.067292 [ 290 ] {} TCP-Session: 21abd006-7d4d-4271-9e55-90607299ec2b Authenticating user 'default' from [fd00:1122:3344:101::e]:60847 2026.02.25 21:42:11.067296 [ 295 ] {} TCP-Session: 8b96340b-4760-45ac-a11f-e9f82dc6108b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:11.067340 [ 290 ] {} TCP-Session: 21abd006-7d4d-4271-9e55-90607299ec2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:11.066852 [ 287 ] {} TCP-Session: faa92820-cc31-4d88-8d0b-fe3e957cfdc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:11.067365 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:11.067364 [ 290 ] {} TCP-Session: 21abd006-7d4d-4271-9e55-90607299ec2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:11.067416 [ 294 ] {} TCP-Session: 27e5f0c6-8c53-4946-8685-ebca499f2799 Authenticating user 'default' from [fd00:1122:3344:101::e]:56317 2026.02.25 21:42:11.067435 [ 294 ] {} TCP-Session: 27e5f0c6-8c53-4946-8685-ebca499f2799 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:11.067447 [ 294 ] {} TCP-Session: 27e5f0c6-8c53-4946-8685-ebca499f2799 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:11.067536 [ 287 ] {42e7bc87-7597-4a51-8105-ba22b87ea710} executeQuery: (from [fd00:1122:3344:101::e]:45333) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.25 21:42:11.067798 [ 287 ] {42e7bc87-7597-4a51-8105-ba22b87ea710} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.25 21:42:11.067852 [ 287 ] {42e7bc87-7597-4a51-8105-ba22b87ea710} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:42:11.068135 [ 287 ] {42e7bc87-7597-4a51-8105-ba22b87ea710} oximeter.version (ac487c47-ef48-4f37-ab71-738eedb6c21a) (SelectExecutor): Key condition: unknown 2026.02.25 21:42:11.069113 [ 334 ] {42e7bc87-7597-4a51-8105-ba22b87ea710} AggregatingTransform: Aggregating 2026.02.25 21:42:11.069164 [ 334 ] {42e7bc87-7597-4a51-8105-ba22b87ea710} Aggregator: Aggregation method: without_key 2026.02.25 21:42:11.069204 [ 334 ] {42e7bc87-7597-4a51-8105-ba22b87ea710} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000970038 sec. (1030.887 rows/sec., 40.27 KiB/sec.) 2026.02.25 21:42:11.069226 [ 334 ] {42e7bc87-7597-4a51-8105-ba22b87ea710} Aggregator: Merging aggregated data 2026.02.25 21:42:11.070446 [ 287 ] {42e7bc87-7597-4a51-8105-ba22b87ea710} executeQuery: Read 1 rows, 40.00 B in 0.002967 sec., 337.0407819346141 rows/sec., 13.17 KiB/sec. 2026.02.25 21:42:11.070568 [ 287 ] {42e7bc87-7597-4a51-8105-ba22b87ea710} TCPHandler: Processed in 0.003845639 sec. 2026.02.25 21:42:11.070648 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:11.070673 [ 287 ] {} TCP-Session: faa92820-cc31-4d88-8d0b-fe3e957cfdc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:11.070679 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:11.070698 [ 295 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:11.070715 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:11.070733 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:11.070743 [ 295 ] {} TCP-Session: 8b96340b-4760-45ac-a11f-e9f82dc6108b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:11.070753 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:11.070772 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:11.070805 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:11.070816 [ 291 ] {} TCP-Session: 87453592-1b6d-4394-80e0-2c624332342f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:11.070835 [ 292 ] {} TCP-Session: 8b11c413-e936-47e7-bcb4-e47c98a9e3f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:11.070856 [ 294 ] {} TCP-Session: 27e5f0c6-8c53-4946-8685-ebca499f2799 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:11.070787 [ 289 ] {} TCP-Session: fa1985c6-304b-4955-a4fd-f81ece64268d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:11.070760 [ 293 ] {} TCP-Session: 890b9a78-1dea-4571-a048-0241b6db9632 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:11.070792 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:11.070727 [ 288 ] {} TCP-Session: d882b3d5-90fe-497b-8a24-9fabbb55bdf0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:11.070959 [ 290 ] {} TCP-Session: 21abd006-7d4d-4271-9e55-90607299ec2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:11.969765 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 254 2026.02.25 21:42:11.972466 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:11.972526 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:11.973747 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.25 21:42:11.974016 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:11.974296 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 254 2026.02.25 21:42:14.120323 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:14.120523 [ 275 ] {4fb64516-e1dc-4df2-95db-ad8e3119ca42} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:42:14.120594 [ 275 ] {4fb64516-e1dc-4df2-95db-ad8e3119ca42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:42:14.121280 [ 275 ] {4fb64516-e1dc-4df2-95db-ad8e3119ca42} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:14.121333 [ 275 ] {4fb64516-e1dc-4df2-95db-ad8e3119ca42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:14.121752 [ 275 ] {4fb64516-e1dc-4df2-95db-ad8e3119ca42} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.25 21:42:14.121993 [ 275 ] {4fb64516-e1dc-4df2-95db-ad8e3119ca42} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:14.122145 [ 69 ] {} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.25 21:42:14.122164 [ 275 ] {4fb64516-e1dc-4df2-95db-ad8e3119ca42} executeQuery: Read 56 rows, 4.41 KiB in 0.001691 sec., 33116.499112950914 rows/sec., 2.54 MiB/sec. 2026.02.25 21:42:14.122215 [ 69 ] {} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:14.122235 [ 275 ] {4fb64516-e1dc-4df2-95db-ad8e3119ca42} TCPHandler: Processed in 0.002046656 sec. 2026.02.25 21:42:14.122242 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:14.122378 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:14.122380 [ 197 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.02.25 21:42:14.122489 [ 275 ] {8c1fdfb6-2c04-4226-96d9-539279477e1a} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:42:14.122525 [ 197 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:42:14.122537 [ 275 ] {8c1fdfb6-2c04-4226-96d9-539279477e1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:42:14.122565 [ 197 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 822 rows starting from the beginning of the part 2026.02.25 21:42:14.122661 [ 197 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part 2026.02.25 21:42:14.122714 [ 197 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 817 rows starting from the beginning of the part 2026.02.25 21:42:14.122767 [ 197 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 176 rows starting from the beginning of the part 2026.02.25 21:42:14.122811 [ 197 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 76 rows starting from the beginning of the part 2026.02.25 21:42:14.122860 [ 197 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part 2026.02.25 21:42:14.122994 [ 275 ] {8c1fdfb6-2c04-4226-96d9-539279477e1a} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:14.123038 [ 275 ] {8c1fdfb6-2c04-4226-96d9-539279477e1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:14.123381 [ 275 ] {8c1fdfb6-2c04-4226-96d9-539279477e1a} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.25 21:42:14.123649 [ 275 ] {8c1fdfb6-2c04-4226-96d9-539279477e1a} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:14.123760 [ 69 ] {} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.25 21:42:14.123790 [ 275 ] {8c1fdfb6-2c04-4226-96d9-539279477e1a} executeQuery: Read 64 rows, 5.12 KiB in 0.001323 sec., 48374.905517762665 rows/sec., 3.78 MiB/sec. 2026.02.25 21:42:14.123803 [ 69 ] {} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:14.123833 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:14.123835 [ 275 ] {8c1fdfb6-2c04-4226-96d9-539279477e1a} TCPHandler: Processed in 0.001508091 sec. 2026.02.25 21:42:14.123933 [ 191 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.02.25 21:42:14.123974 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:14.124029 [ 191 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:42:14.124071 [ 191 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 510 rows starting from the beginning of the part 2026.02.25 21:42:14.124072 [ 275 ] {0087cdee-4e6d-4d4d-a8b3-07f752d01332} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:42:14.124073 [ 195 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2003 rows, containing 5 columns (5 merged, 0 gathered) in 0.001742343 sec., 1149601.4275030806 rows/sec., 96.22 MiB/sec. 2026.02.25 21:42:14.124127 [ 275 ] {0087cdee-4e6d-4d4d-a8b3-07f752d01332} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:42:14.124153 [ 191 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part 2026.02.25 21:42:14.124201 [ 191 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 500 rows starting from the beginning of the part 2026.02.25 21:42:14.124244 [ 191 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 100 rows starting from the beginning of the part 2026.02.25 21:42:14.124291 [ 191 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 74 rows starting from the beginning of the part 2026.02.25 21:42:14.124332 [ 191 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part 2026.02.25 21:42:14.124376 [ 199 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.25 21:42:14.124558 [ 275 ] {0087cdee-4e6d-4d4d-a8b3-07f752d01332} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:14.124593 [ 275 ] {0087cdee-4e6d-4d4d-a8b3-07f752d01332} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:14.124713 [ 199 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_6_1} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:14.124794 [ 199 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_6_1} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.25 21:42:14.124877 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2026.02.25 21:42:14.124939 [ 275 ] {0087cdee-4e6d-4d4d-a8b3-07f752d01332} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.25 21:42:14.125165 [ 275 ] {0087cdee-4e6d-4d4d-a8b3-07f752d01332} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:14.125269 [ 69 ] {} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.25 21:42:14.125298 [ 275 ] {0087cdee-4e6d-4d4d-a8b3-07f752d01332} executeQuery: Read 160 rows, 11.41 KiB in 0.001246 sec., 128410.91492776887 rows/sec., 8.94 MiB/sec. 2026.02.25 21:42:14.125307 [ 69 ] {} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:14.125333 [ 199 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1312 rows, containing 5 columns (5 merged, 0 gathered) in 0.001453951 sec., 902368.7868435731 rows/sec., 68.79 MiB/sec. 2026.02.25 21:42:14.125343 [ 275 ] {0087cdee-4e6d-4d4d-a8b3-07f752d01332} TCPHandler: Processed in 0.001418741 sec. 2026.02.25 21:42:14.125340 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:14.125429 [ 191 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.02.25 21:42:14.125470 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:14.125493 [ 195 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.25 21:42:14.125512 [ 191 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:42:14.125536 [ 191 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 270 rows starting from the beginning of the part 2026.02.25 21:42:14.125565 [ 275 ] {f2dac56d-475f-4341-975e-5e9f24894689} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:42:14.125580 [ 191 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part 2026.02.25 21:42:14.125609 [ 275 ] {f2dac56d-475f-4341-975e-5e9f24894689} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:42:14.125617 [ 191 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 265 rows starting from the beginning of the part 2026.02.25 21:42:14.125652 [ 191 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 316 rows starting from the beginning of the part 2026.02.25 21:42:14.125686 [ 191 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part 2026.02.25 21:42:14.125721 [ 191 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part 2026.02.25 21:42:14.125768 [ 195 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_6_1} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:14.125830 [ 195 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_6_1} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.25 21:42:14.125884 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2026.02.25 21:42:14.125966 [ 275 ] {f2dac56d-475f-4341-975e-5e9f24894689} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:14.126002 [ 275 ] {f2dac56d-475f-4341-975e-5e9f24894689} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:14.126315 [ 275 ] {f2dac56d-475f-4341-975e-5e9f24894689} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.25 21:42:14.126539 [ 275 ] {f2dac56d-475f-4341-975e-5e9f24894689} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:14.126671 [ 275 ] {f2dac56d-475f-4341-975e-5e9f24894689} executeQuery: Read 60 rows, 4.14 KiB in 0.001124 sec., 53380.78291814947 rows/sec., 3.60 MiB/sec. 2026.02.25 21:42:14.126680 [ 195 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1331 rows, containing 5 columns (5 merged, 0 gathered) in 0.00127592 sec., 1043168.8507116433 rows/sec., 72.72 MiB/sec. 2026.02.25 21:42:14.126681 [ 68 ] {} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.25 21:42:14.126708 [ 275 ] {f2dac56d-475f-4341-975e-5e9f24894689} TCPHandler: Processed in 0.001287179 sec. 2026.02.25 21:42:14.126758 [ 68 ] {} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:14.126784 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:14.126892 [ 199 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.25 21:42:14.126896 [ 196 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.02.25 21:42:14.127043 [ 196 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:42:14.127088 [ 196 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 90 rows starting from the beginning of the part 2026.02.25 21:42:14.127158 [ 199 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_6_1} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:14.127181 [ 196 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part 2026.02.25 21:42:14.127223 [ 199 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_6_1} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.25 21:42:14.127242 [ 196 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 90 rows starting from the beginning of the part 2026.02.25 21:42:14.127280 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.02.25 21:42:14.127297 [ 196 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part 2026.02.25 21:42:14.127346 [ 196 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part 2026.02.25 21:42:14.127395 [ 196 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part 2026.02.25 21:42:14.128272 [ 199 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 420 rows, containing 4 columns (4 merged, 0 gathered) in 0.001421431 sec., 295476.88209979946 rows/sec., 19.30 MiB/sec. 2026.02.25 21:42:14.128416 [ 196 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.25 21:42:14.128670 [ 196 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_6_1} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:14.128741 [ 196 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_6_1} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.25 21:42:14.128807 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.02.25 21:42:14.471969 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 500 entries to flush up to offset 3306 2026.02.25 21:42:14.472473 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:14.472523 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:14.473011 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.25 21:42:14.473259 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:14.473399 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3306 2026.02.25 21:42:14.657194 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.02.25 21:42:14.674431 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:14.674490 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:14.680090 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.25 21:42:14.680778 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:14.684035 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.02.25 21:42:18.472146 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33588 2026.02.25 21:42:18.472258 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:18.472289 [ 287 ] {} TCP-Session: 506abe45-8687-43d3-b221-d019fbfa8cdb Authenticating user 'default' from [fd00:1122:3344:101::e]:33588 2026.02.25 21:42:18.472314 [ 287 ] {} TCP-Session: 506abe45-8687-43d3-b221-d019fbfa8cdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.472330 [ 287 ] {} TCP-Session: 506abe45-8687-43d3-b221-d019fbfa8cdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.472532 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58365 2026.02.25 21:42:18.472578 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48874 2026.02.25 21:42:18.472613 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45825 2026.02.25 21:42:18.472639 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53589 2026.02.25 21:42:18.472650 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53731 2026.02.25 21:42:18.472685 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:18.472675 [ 287 ] {} TCP-Session: 506abe45-8687-43d3-b221-d019fbfa8cdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:18.472717 [ 289 ] {} TCP-Session: d850bd43-36ae-4a7d-bc08-5b6d5f19747f Authenticating user 'default' from [fd00:1122:3344:101::e]:48874 2026.02.25 21:42:18.472734 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:18.472747 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:18.472756 [ 289 ] {} TCP-Session: d850bd43-36ae-4a7d-bc08-5b6d5f19747f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.472768 [ 292 ] {} TCP-Session: f3d451db-e9f2-4d0b-af94-bc8591c44672 Authenticating user 'default' from [fd00:1122:3344:101::e]:53589 2026.02.25 21:42:18.472780 [ 293 ] {} TCP-Session: 6ba25b31-fb3f-4e78-ad67-2b0651e88822 Authenticating user 'default' from [fd00:1122:3344:101::e]:53731 2026.02.25 21:42:18.472786 [ 289 ] {} TCP-Session: d850bd43-36ae-4a7d-bc08-5b6d5f19747f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.472807 [ 292 ] {} TCP-Session: f3d451db-e9f2-4d0b-af94-bc8591c44672 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.472813 [ 293 ] {} TCP-Session: 6ba25b31-fb3f-4e78-ad67-2b0651e88822 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.472831 [ 292 ] {} TCP-Session: f3d451db-e9f2-4d0b-af94-bc8591c44672 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.472842 [ 293 ] {} TCP-Session: 6ba25b31-fb3f-4e78-ad67-2b0651e88822 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.472740 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:18.472894 [ 287 ] {b7bbb673-9c14-4d35-9b01-bad6a2c95d11} executeQuery: (from [fd00:1122:3344:101::e]:33588) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.25 21:42:18.472667 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41705 2026.02.25 21:42:18.472928 [ 290 ] {} TCP-Session: b1c1db38-4ad6-4dc3-bd48-5d60820c86dd Authenticating user 'default' from [fd00:1122:3344:101::e]:45825 2026.02.25 21:42:18.472662 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38825 2026.02.25 21:42:18.472975 [ 290 ] {} TCP-Session: b1c1db38-4ad6-4dc3-bd48-5d60820c86dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.472643 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:18.472997 [ 290 ] {} TCP-Session: b1c1db38-4ad6-4dc3-bd48-5d60820c86dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.472993 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:18.473028 [ 288 ] {} TCP-Session: 50522b84-447e-40e6-9dd7-b875f69c8924 Authenticating user 'default' from [fd00:1122:3344:101::e]:58365 2026.02.25 21:42:18.473065 [ 295 ] {} TCP-Session: 46f473e5-d059-467b-982e-8d7a58381e56 Authenticating user 'default' from [fd00:1122:3344:101::e]:41705 2026.02.25 21:42:18.473075 [ 288 ] {} TCP-Session: 50522b84-447e-40e6-9dd7-b875f69c8924 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.473093 [ 295 ] {} TCP-Session: 46f473e5-d059-467b-982e-8d7a58381e56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.473104 [ 288 ] {} TCP-Session: 50522b84-447e-40e6-9dd7-b875f69c8924 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.473118 [ 295 ] {} TCP-Session: 46f473e5-d059-467b-982e-8d7a58381e56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.473030 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:18.472627 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65007 2026.02.25 21:42:18.473176 [ 294 ] {} TCP-Session: eae2a7b9-b6bf-4a64-bfa1-5828b404fe09 Authenticating user 'default' from [fd00:1122:3344:101::e]:38825 2026.02.25 21:42:18.473191 [ 287 ] {b7bbb673-9c14-4d35-9b01-bad6a2c95d11} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.25 21:42:18.473214 [ 294 ] {} TCP-Session: eae2a7b9-b6bf-4a64-bfa1-5828b404fe09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.473240 [ 294 ] {} TCP-Session: eae2a7b9-b6bf-4a64-bfa1-5828b404fe09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.473267 [ 287 ] {b7bbb673-9c14-4d35-9b01-bad6a2c95d11} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:42:18.473317 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:18.473342 [ 291 ] {} TCP-Session: d2c5015f-b98e-4dbd-b429-c54ff076c550 Authenticating user 'default' from [fd00:1122:3344:101::e]:65007 2026.02.25 21:42:18.473358 [ 291 ] {} TCP-Session: d2c5015f-b98e-4dbd-b429-c54ff076c550 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.473371 [ 291 ] {} TCP-Session: d2c5015f-b98e-4dbd-b429-c54ff076c550 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.473553 [ 287 ] {b7bbb673-9c14-4d35-9b01-bad6a2c95d11} oximeter.version (ac487c47-ef48-4f37-ab71-738eedb6c21a) (SelectExecutor): Key condition: unknown 2026.02.25 21:42:18.474496 [ 338 ] {b7bbb673-9c14-4d35-9b01-bad6a2c95d11} AggregatingTransform: Aggregating 2026.02.25 21:42:18.474546 [ 338 ] {b7bbb673-9c14-4d35-9b01-bad6a2c95d11} Aggregator: Aggregation method: without_key 2026.02.25 21:42:18.474586 [ 338 ] {b7bbb673-9c14-4d35-9b01-bad6a2c95d11} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000932827 sec. (1072.010 rows/sec., 41.88 KiB/sec.) 2026.02.25 21:42:18.474608 [ 338 ] {b7bbb673-9c14-4d35-9b01-bad6a2c95d11} Aggregator: Merging aggregated data 2026.02.25 21:42:18.475860 [ 287 ] {b7bbb673-9c14-4d35-9b01-bad6a2c95d11} executeQuery: Read 1 rows, 40.00 B in 0.003034 sec., 329.59789057350037 rows/sec., 12.87 KiB/sec. 2026.02.25 21:42:18.475984 [ 287 ] {b7bbb673-9c14-4d35-9b01-bad6a2c95d11} TCPHandler: Processed in 0.003436387 sec. 2026.02.25 21:42:18.476086 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:18.476115 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:18.476120 [ 287 ] {} TCP-Session: 506abe45-8687-43d3-b221-d019fbfa8cdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.476139 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:18.476154 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:18.476175 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:18.476186 [ 291 ] {} TCP-Session: d2c5015f-b98e-4dbd-b429-c54ff076c550 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.476209 [ 295 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:18.476208 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:18.476232 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:18.476245 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:18.476272 [ 289 ] {} TCP-Session: d850bd43-36ae-4a7d-bc08-5b6d5f19747f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.476282 [ 293 ] {} TCP-Session: 6ba25b31-fb3f-4e78-ad67-2b0651e88822 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.476304 [ 294 ] {} TCP-Session: eae2a7b9-b6bf-4a64-bfa1-5828b404fe09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.476225 [ 292 ] {} TCP-Session: f3d451db-e9f2-4d0b-af94-bc8591c44672 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.476165 [ 288 ] {} TCP-Session: 50522b84-447e-40e6-9dd7-b875f69c8924 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.476258 [ 295 ] {} TCP-Session: 46f473e5-d059-467b-982e-8d7a58381e56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.476211 [ 290 ] {} TCP-Session: b1c1db38-4ad6-4dc3-bd48-5d60820c86dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.618155 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60746 2026.02.25 21:42:18.618255 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:18.618281 [ 287 ] {} TCP-Session: f0e22b2d-a6bc-42fe-a632-2f57993d701d Authenticating user 'default' from [fd00:1122:3344:101::e]:60746 2026.02.25 21:42:18.618304 [ 287 ] {} TCP-Session: f0e22b2d-a6bc-42fe-a632-2f57993d701d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.618317 [ 287 ] {} TCP-Session: f0e22b2d-a6bc-42fe-a632-2f57993d701d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.618526 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44338 2026.02.25 21:42:18.618570 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46481 2026.02.25 21:42:18.618594 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38304 2026.02.25 21:42:18.618605 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53837 2026.02.25 21:42:18.618615 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36237 2026.02.25 21:42:18.618642 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:18.618678 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:18.618691 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:18.618693 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:18.618706 [ 292 ] {} TCP-Session: 122970d3-2663-425d-88e2-8a8dfa0265a1 Authenticating user 'default' from [fd00:1122:3344:101::e]:38304 2026.02.25 21:42:18.618723 [ 287 ] {} TCP-Session: f0e22b2d-a6bc-42fe-a632-2f57993d701d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:18.618752 [ 292 ] {} TCP-Session: 122970d3-2663-425d-88e2-8a8dfa0265a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.618746 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:18.618776 [ 292 ] {} TCP-Session: 122970d3-2663-425d-88e2-8a8dfa0265a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.618735 [ 289 ] {} TCP-Session: 1be0ac81-6f5f-4629-848d-fd10c71fd70e Authenticating user 'default' from [fd00:1122:3344:101::e]:46481 2026.02.25 21:42:18.618802 [ 294 ] {} TCP-Session: 6caf340f-2635-4dc7-8344-17bff3821214 Authenticating user 'default' from [fd00:1122:3344:101::e]:36237 2026.02.25 21:42:18.618834 [ 289 ] {} TCP-Session: 1be0ac81-6f5f-4629-848d-fd10c71fd70e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.618850 [ 294 ] {} TCP-Session: 6caf340f-2635-4dc7-8344-17bff3821214 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.618862 [ 289 ] {} TCP-Session: 1be0ac81-6f5f-4629-848d-fd10c71fd70e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.618875 [ 294 ] {} TCP-Session: 6caf340f-2635-4dc7-8344-17bff3821214 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.618735 [ 293 ] {} TCP-Session: b94c3a77-5366-47b5-af88-071bf54c78a5 Authenticating user 'default' from [fd00:1122:3344:101::e]:53837 2026.02.25 21:42:18.618912 [ 287 ] {3ce2c73f-61a9-4ce4-ac41-37cbcd5be7d4} executeQuery: (from [fd00:1122:3344:101::e]:60746) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.25 21:42:18.618928 [ 293 ] {} TCP-Session: b94c3a77-5366-47b5-af88-071bf54c78a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.618701 [ 288 ] {} TCP-Session: 3a090761-b0e9-4dbf-aecc-ca9fbf975ed7 Authenticating user 'default' from [fd00:1122:3344:101::e]:44338 2026.02.25 21:42:18.618955 [ 293 ] {} TCP-Session: b94c3a77-5366-47b5-af88-071bf54c78a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.618978 [ 288 ] {} TCP-Session: 3a090761-b0e9-4dbf-aecc-ca9fbf975ed7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.618578 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41687 2026.02.25 21:42:18.619002 [ 288 ] {} TCP-Session: 3a090761-b0e9-4dbf-aecc-ca9fbf975ed7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.618623 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41469 2026.02.25 21:42:18.618586 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64858 2026.02.25 21:42:18.619061 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:18.619100 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:18.619102 [ 291 ] {} TCP-Session: 350ea3a2-1019-4994-b29c-3d8d203fbac5 Authenticating user 'default' from [fd00:1122:3344:101::e]:41687 2026.02.25 21:42:18.619122 [ 295 ] {} TCP-Session: a366bea7-a2e1-4d9d-874e-7a00c6fdb426 Authenticating user 'default' from [fd00:1122:3344:101::e]:41469 2026.02.25 21:42:18.619128 [ 291 ] {} TCP-Session: 350ea3a2-1019-4994-b29c-3d8d203fbac5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.619135 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:18.619145 [ 291 ] {} TCP-Session: 350ea3a2-1019-4994-b29c-3d8d203fbac5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.619139 [ 295 ] {} TCP-Session: a366bea7-a2e1-4d9d-874e-7a00c6fdb426 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.619169 [ 290 ] {} TCP-Session: e45b4ca5-4642-4a04-830f-a2846b70a20f Authenticating user 'default' from [fd00:1122:3344:101::e]:64858 2026.02.25 21:42:18.619190 [ 295 ] {} TCP-Session: a366bea7-a2e1-4d9d-874e-7a00c6fdb426 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.619186 [ 287 ] {3ce2c73f-61a9-4ce4-ac41-37cbcd5be7d4} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.25 21:42:18.619206 [ 290 ] {} TCP-Session: e45b4ca5-4642-4a04-830f-a2846b70a20f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.619243 [ 290 ] {} TCP-Session: e45b4ca5-4642-4a04-830f-a2846b70a20f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:18.619262 [ 287 ] {3ce2c73f-61a9-4ce4-ac41-37cbcd5be7d4} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:42:18.619544 [ 287 ] {3ce2c73f-61a9-4ce4-ac41-37cbcd5be7d4} oximeter.version (ac487c47-ef48-4f37-ab71-738eedb6c21a) (SelectExecutor): Key condition: unknown 2026.02.25 21:42:18.619627 [ 287 ] {3ce2c73f-61a9-4ce4-ac41-37cbcd5be7d4} Aggregator: Compile expression max()(UInt64) 0 2026.02.25 21:42:19.000200 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 180.98 MiB, peak 189.04 MiB, free memory in arenas 0.00 B, will set to 197.95 MiB (RSS), difference: 16.97 MiB 2026.02.25 21:42:19.071920 [ 304 ] {3ce2c73f-61a9-4ce4-ac41-37cbcd5be7d4} AggregatingTransform: Aggregating 2026.02.25 21:42:19.071989 [ 304 ] {3ce2c73f-61a9-4ce4-ac41-37cbcd5be7d4} Aggregator: Aggregation method: without_key 2026.02.25 21:42:19.072030 [ 304 ] {3ce2c73f-61a9-4ce4-ac41-37cbcd5be7d4} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001106758 sec. (903.540 rows/sec., 35.29 KiB/sec.) 2026.02.25 21:42:19.072045 [ 304 ] {3ce2c73f-61a9-4ce4-ac41-37cbcd5be7d4} Aggregator: Merging aggregated data 2026.02.25 21:42:19.073427 [ 287 ] {3ce2c73f-61a9-4ce4-ac41-37cbcd5be7d4} executeQuery: Read 1 rows, 40.00 B in 0.454564 sec., 2.1999102436620586 rows/sec., 88.00 B/sec. 2026.02.25 21:42:19.073685 [ 287 ] {3ce2c73f-61a9-4ce4-ac41-37cbcd5be7d4} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.02.25 21:42:19.073717 [ 287 ] {3ce2c73f-61a9-4ce4-ac41-37cbcd5be7d4} TCPHandler: Processed in 0.455108321 sec. 2026.02.25 21:42:19.073883 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:19.073912 [ 295 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:19.073934 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:19.073949 [ 288 ] {} TCP-Session: 3a090761-b0e9-4dbf-aecc-ca9fbf975ed7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:19.073954 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:19.073975 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:19.074007 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:19.074017 [ 289 ] {} TCP-Session: 1be0ac81-6f5f-4629-848d-fd10c71fd70e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:19.074037 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:19.074054 [ 294 ] {} TCP-Session: 6caf340f-2635-4dc7-8344-17bff3821214 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:19.074088 [ 287 ] {} TCP-Session: f0e22b2d-a6bc-42fe-a632-2f57993d701d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:19.074060 [ 290 ] {} TCP-Session: e45b4ca5-4642-4a04-830f-a2846b70a20f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:19.074024 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:19.073990 [ 292 ] {} TCP-Session: 122970d3-2663-425d-88e2-8a8dfa0265a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:19.074183 [ 291 ] {} TCP-Session: 350ea3a2-1019-4994-b29c-3d8d203fbac5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:19.073957 [ 295 ] {} TCP-Session: a366bea7-a2e1-4d9d-874e-7a00c6fdb426 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:19.073984 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:19.074268 [ 293 ] {} TCP-Session: b94c3a77-5366-47b5-af88-071bf54c78a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:19.115915 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:19.116130 [ 275 ] {563ff0d4-2117-44ae-add3-88170b708a23} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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', 'oximeter_collector:collections', '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) 2026.02.25 21:42:19.116476 [ 275 ] {563ff0d4-2117-44ae-add3-88170b708a23} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.25 21:42:19.116517 [ 275 ] {563ff0d4-2117-44ae-add3-88170b708a23} 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', 'oximeter_collector:collections', '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 2026.02.25 21:42:19.116782 [ 275 ] {563ff0d4-2117-44ae-add3-88170b708a23} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:42:19.116854 [ 275 ] {563ff0d4-2117-44ae-add3-88170b708a23} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:42:19.117002 [ 275 ] {563ff0d4-2117-44ae-add3-88170b708a23} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2026.02.25 21:42:19.117121 [ 298 ] {563ff0d4-2117-44ae-add3-88170b708a23} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.25 21:42:19.117133 [ 313 ] {563ff0d4-2117-44ae-add3-88170b708a23} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.25 21:42:19.117249 [ 275 ] {563ff0d4-2117-44ae-add3-88170b708a23} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (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 2026.02.25 21:42:19.117281 [ 275 ] {563ff0d4-2117-44ae-add3-88170b708a23} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.25 21:42:19.119342 [ 275 ] {563ff0d4-2117-44ae-add3-88170b708a23} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.25 21:42:19.119375 [ 275 ] {563ff0d4-2117-44ae-add3-88170b708a23} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Reading approx. 38 rows with 2 streams 2026.02.25 21:42:19.119435 [ 275 ] {563ff0d4-2117-44ae-add3-88170b708a23} 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', 'oximeter_collector:collections', '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'))" 2026.02.25 21:42:19.119477 [ 275 ] {563ff0d4-2117-44ae-add3-88170b708a23} 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', 'oximeter_collector:collections', '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'))" 2026.02.25 21:42:19.120415 [ 275 ] {563ff0d4-2117-44ae-add3-88170b708a23} executeQuery: Read 38 rows, 1.51 KiB in 0.004385 sec., 8665.906499429875 rows/sec., 344.97 KiB/sec. 2026.02.25 21:42:19.120538 [ 275 ] {563ff0d4-2117-44ae-add3-88170b708a23} TCPHandler: Processed in 0.004746886 sec. 2026.02.25 21:42:19.120856 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:19.121004 [ 275 ] {677186a9-facf-439d-af15-df29da4bc474} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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', 'oximeter_collector:collections', '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) 2026.02.25 21:42:19.121247 [ 275 ] {677186a9-facf-439d-af15-df29da4bc474} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.25 21:42:19.121286 [ 275 ] {677186a9-facf-439d-af15-df29da4bc474} 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', 'oximeter_collector:collections', '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 2026.02.25 21:42:19.121503 [ 275 ] {677186a9-facf-439d-af15-df29da4bc474} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:42:19.121560 [ 275 ] {677186a9-facf-439d-af15-df29da4bc474} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:42:19.121672 [ 275 ] {677186a9-facf-439d-af15-df29da4bc474} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2026.02.25 21:42:19.121740 [ 297 ] {677186a9-facf-439d-af15-df29da4bc474} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.25 21:42:19.121739 [ 333 ] {677186a9-facf-439d-af15-df29da4bc474} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.25 21:42:19.121845 [ 275 ] {677186a9-facf-439d-af15-df29da4bc474} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (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 2026.02.25 21:42:19.121872 [ 275 ] {677186a9-facf-439d-af15-df29da4bc474} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.25 21:42:19.121931 [ 275 ] {677186a9-facf-439d-af15-df29da4bc474} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.25 21:42:19.121950 [ 275 ] {677186a9-facf-439d-af15-df29da4bc474} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Reading approx. 38 rows with 2 streams 2026.02.25 21:42:19.121983 [ 275 ] {677186a9-facf-439d-af15-df29da4bc474} 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', 'oximeter_collector:collections', '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'))" 2026.02.25 21:42:19.122015 [ 275 ] {677186a9-facf-439d-af15-df29da4bc474} 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', 'oximeter_collector:collections', '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'))" 2026.02.25 21:42:19.122781 [ 275 ] {677186a9-facf-439d-af15-df29da4bc474} executeQuery: Read 38 rows, 1.51 KiB in 0.001844 sec., 20607.375271149675 rows/sec., 820.33 KiB/sec. 2026.02.25 21:42:19.122886 [ 275 ] {677186a9-facf-439d-af15-df29da4bc474} TCPHandler: Processed in 0.002083756 sec. 2026.02.25 21:42:19.123140 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:19.123281 [ 275 ] {ab3433ea-82cc-402b-9bda-22ecc8d95284} executeQuery: (from [fd00:1122:3344:101::d]:34437) 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', 'oximeter_collector:collections', '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) 2026.02.25 21:42:19.123506 [ 275 ] {ab3433ea-82cc-402b-9bda-22ecc8d95284} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.25 21:42:19.123542 [ 275 ] {ab3433ea-82cc-402b-9bda-22ecc8d95284} 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', 'oximeter_collector:collections', '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 2026.02.25 21:42:19.123754 [ 275 ] {ab3433ea-82cc-402b-9bda-22ecc8d95284} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:42:19.123808 [ 275 ] {ab3433ea-82cc-402b-9bda-22ecc8d95284} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:42:19.123919 [ 275 ] {ab3433ea-82cc-402b-9bda-22ecc8d95284} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2026.02.25 21:42:19.123986 [ 333 ] {ab3433ea-82cc-402b-9bda-22ecc8d95284} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.25 21:42:19.123987 [ 308 ] {ab3433ea-82cc-402b-9bda-22ecc8d95284} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.25 21:42:19.124101 [ 275 ] {ab3433ea-82cc-402b-9bda-22ecc8d95284} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (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 2026.02.25 21:42:19.124125 [ 275 ] {ab3433ea-82cc-402b-9bda-22ecc8d95284} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.25 21:42:19.124177 [ 275 ] {ab3433ea-82cc-402b-9bda-22ecc8d95284} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.25 21:42:19.124194 [ 275 ] {ab3433ea-82cc-402b-9bda-22ecc8d95284} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Reading approx. 38 rows with 2 streams 2026.02.25 21:42:19.124223 [ 275 ] {ab3433ea-82cc-402b-9bda-22ecc8d95284} 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', 'oximeter_collector:collections', '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'))" 2026.02.25 21:42:19.124252 [ 275 ] {ab3433ea-82cc-402b-9bda-22ecc8d95284} 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', 'oximeter_collector:collections', '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'))" 2026.02.25 21:42:19.124825 [ 275 ] {ab3433ea-82cc-402b-9bda-22ecc8d95284} executeQuery: Read 38 rows, 1.51 KiB in 0.001657 sec., 22933.011466505734 rows/sec., 912.91 KiB/sec. 2026.02.25 21:42:19.124921 [ 275 ] {ab3433ea-82cc-402b-9bda-22ecc8d95284} TCPHandler: Processed in 0.001888364 sec. 2026.02.25 21:42:19.125346 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:19.125483 [ 275 ] {075ae04b-779d-435b-9ff6-e968ce4c9469} executeQuery: (from [fd00:1122:3344:101::d]:34437) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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) 2026.02.25 21:42:19.125704 [ 275 ] {075ae04b-779d-435b-9ff6-e968ce4c9469} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.25 21:42:19.125741 [ 275 ] {075ae04b-779d-435b-9ff6-e968ce4c9469} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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 2026.02.25 21:42:19.125951 [ 275 ] {075ae04b-779d-435b-9ff6-e968ce4c9469} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:42:19.126004 [ 275 ] {075ae04b-779d-435b-9ff6-e968ce4c9469} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:42:19.126103 [ 275 ] {075ae04b-779d-435b-9ff6-e968ce4c9469} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2026.02.25 21:42:19.126165 [ 297 ] {075ae04b-779d-435b-9ff6-e968ce4c9469} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.25 21:42:19.126176 [ 308 ] {075ae04b-779d-435b-9ff6-e968ce4c9469} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.25 21:42:19.126269 [ 275 ] {075ae04b-779d-435b-9ff6-e968ce4c9469} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (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 2026.02.25 21:42:19.126294 [ 275 ] {075ae04b-779d-435b-9ff6-e968ce4c9469} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.25 21:42:19.126351 [ 275 ] {075ae04b-779d-435b-9ff6-e968ce4c9469} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.25 21:42:19.126367 [ 275 ] {075ae04b-779d-435b-9ff6-e968ce4c9469} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Reading approx. 38 rows with 2 streams 2026.02.25 21:42:19.126397 [ 275 ] {075ae04b-779d-435b-9ff6-e968ce4c9469} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2026.02.25 21:42:19.126443 [ 275 ] {075ae04b-779d-435b-9ff6-e968ce4c9469} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2026.02.25 21:42:19.126994 [ 275 ] {075ae04b-779d-435b-9ff6-e968ce4c9469} executeQuery: Read 38 rows, 1.51 KiB in 0.001569 sec., 24219.24792861695 rows/sec., 964.11 KiB/sec. 2026.02.25 21:42:19.127107 [ 275 ] {075ae04b-779d-435b-9ff6-e968ce4c9469} TCPHandler: Processed in 0.001809724 sec. 2026.02.25 21:42:19.134168 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:19.134281 [ 275 ] {cfc105fd-dbce-4bcd-b719-c138c7e61f80} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.02.25 21:42:19.134325 [ 275 ] {cfc105fd-dbce-4bcd-b719-c138c7e61f80} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:42:19.134900 [ 275 ] {cfc105fd-dbce-4bcd-b719-c138c7e61f80} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:19.134937 [ 275 ] {cfc105fd-dbce-4bcd-b719-c138c7e61f80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:19.135369 [ 275 ] {cfc105fd-dbce-4bcd-b719-c138c7e61f80} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.25 21:42:19.135567 [ 275 ] {cfc105fd-dbce-4bcd-b719-c138c7e61f80} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:19.135710 [ 275 ] {cfc105fd-dbce-4bcd-b719-c138c7e61f80} executeQuery: Read 4 rows, 386.00 B in 0.001461 sec., 2737.8507871321012 rows/sec., 258.01 KiB/sec. 2026.02.25 21:42:19.135748 [ 275 ] {cfc105fd-dbce-4bcd-b719-c138c7e61f80} TCPHandler: Processed in 0.001630883 sec. 2026.02.25 21:42:19.135861 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:19.135956 [ 275 ] {4a803eb8-0003-4b82-ad3e-4a53b83452b3} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.25 21:42:19.135997 [ 275 ] {4a803eb8-0003-4b82-ad3e-4a53b83452b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.25 21:42:19.136398 [ 275 ] {4a803eb8-0003-4b82-ad3e-4a53b83452b3} oximeter.fields_ipaddr (9d816c18-633c-4844-8e74-bf82544c842d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:19.136433 [ 275 ] {4a803eb8-0003-4b82-ad3e-4a53b83452b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:19.136726 [ 275 ] {4a803eb8-0003-4b82-ad3e-4a53b83452b3} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.25 21:42:19.136934 [ 275 ] {4a803eb8-0003-4b82-ad3e-4a53b83452b3} oximeter.fields_ipaddr (9d816c18-633c-4844-8e74-bf82544c842d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:19.137062 [ 275 ] {4a803eb8-0003-4b82-ad3e-4a53b83452b3} executeQuery: Read 2 rows, 167.00 B in 0.001125 sec., 1777.7777777777778 rows/sec., 144.97 KiB/sec. 2026.02.25 21:42:19.137115 [ 275 ] {4a803eb8-0003-4b82-ad3e-4a53b83452b3} TCPHandler: Processed in 0.00130295 sec. 2026.02.25 21:42:19.137227 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:19.137321 [ 275 ] {66378aef-83ee-4a0e-ab4a-3171ada3ee8a} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:42:19.137360 [ 275 ] {66378aef-83ee-4a0e-ab4a-3171ada3ee8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:42:19.137791 [ 275 ] {66378aef-83ee-4a0e-ab4a-3171ada3ee8a} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:19.137826 [ 275 ] {66378aef-83ee-4a0e-ab4a-3171ada3ee8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:19.138132 [ 275 ] {66378aef-83ee-4a0e-ab4a-3171ada3ee8a} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.25 21:42:19.138345 [ 275 ] {66378aef-83ee-4a0e-ab4a-3171ada3ee8a} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:19.138468 [ 275 ] {66378aef-83ee-4a0e-ab4a-3171ada3ee8a} executeQuery: Read 88 rows, 7.52 KiB in 0.001166 sec., 75471.69811320755 rows/sec., 6.30 MiB/sec. 2026.02.25 21:42:19.138504 [ 275 ] {66378aef-83ee-4a0e-ab4a-3171ada3ee8a} TCPHandler: Processed in 0.00132465 sec. 2026.02.25 21:42:19.138619 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:19.138712 [ 275 ] {795ba87d-06a1-4d6b-a53e-88add63f5c79} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.25 21:42:19.138752 [ 275 ] {795ba87d-06a1-4d6b-a53e-88add63f5c79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.25 21:42:19.139155 [ 275 ] {795ba87d-06a1-4d6b-a53e-88add63f5c79} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:19.139189 [ 275 ] {795ba87d-06a1-4d6b-a53e-88add63f5c79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:19.139479 [ 275 ] {795ba87d-06a1-4d6b-a53e-88add63f5c79} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.25 21:42:19.139701 [ 275 ] {795ba87d-06a1-4d6b-a53e-88add63f5c79} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:19.139831 [ 275 ] {795ba87d-06a1-4d6b-a53e-88add63f5c79} executeQuery: Read 17 rows, 1.27 KiB in 0.001137 sec., 14951.627088830255 rows/sec., 1.09 MiB/sec. 2026.02.25 21:42:19.139869 [ 275 ] {795ba87d-06a1-4d6b-a53e-88add63f5c79} TCPHandler: Processed in 0.00129907 sec. 2026.02.25 21:42:19.139984 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:19.140077 [ 275 ] {260c3c25-1f41-4d9c-8ceb-fa24f1304d64} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.25 21:42:19.140116 [ 275 ] {260c3c25-1f41-4d9c-8ceb-fa24f1304d64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.25 21:42:19.140492 [ 275 ] {260c3c25-1f41-4d9c-8ceb-fa24f1304d64} oximeter.fields_u32 (908bf044-80c4-4aff-a2d0-2b9c977956ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:19.140524 [ 275 ] {260c3c25-1f41-4d9c-8ceb-fa24f1304d64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:19.140805 [ 275 ] {260c3c25-1f41-4d9c-8ceb-fa24f1304d64} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.25 21:42:19.141012 [ 275 ] {260c3c25-1f41-4d9c-8ceb-fa24f1304d64} oximeter.fields_u32 (908bf044-80c4-4aff-a2d0-2b9c977956ba): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:19.141135 [ 275 ] {260c3c25-1f41-4d9c-8ceb-fa24f1304d64} executeQuery: Read 1 rows, 68.00 B in 0.001076 sec., 929.3680297397771 rows/sec., 61.72 KiB/sec. 2026.02.25 21:42:19.141172 [ 275 ] {260c3c25-1f41-4d9c-8ceb-fa24f1304d64} TCPHandler: Processed in 0.001236109 sec. 2026.02.25 21:42:19.141281 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:19.141373 [ 275 ] {bfeb1188-c48e-4782-98a3-6e9f50cc0e57} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:42:19.141411 [ 275 ] {bfeb1188-c48e-4782-98a3-6e9f50cc0e57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:42:19.141820 [ 275 ] {bfeb1188-c48e-4782-98a3-6e9f50cc0e57} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:19.141854 [ 275 ] {bfeb1188-c48e-4782-98a3-6e9f50cc0e57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:19.142160 [ 275 ] {bfeb1188-c48e-4782-98a3-6e9f50cc0e57} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.25 21:42:19.142373 [ 275 ] {bfeb1188-c48e-4782-98a3-6e9f50cc0e57} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:19.142496 [ 275 ] {bfeb1188-c48e-4782-98a3-6e9f50cc0e57} executeQuery: Read 87 rows, 6.96 KiB in 0.001141 sec., 76248.90446976337 rows/sec., 5.96 MiB/sec. 2026.02.25 21:42:19.142532 [ 275 ] {bfeb1188-c48e-4782-98a3-6e9f50cc0e57} TCPHandler: Processed in 0.00129914 sec. 2026.02.25 21:42:19.142648 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:19.142740 [ 275 ] {60f191b1-cc62-4e98-9f74-d9bb97b48ff5} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:42:19.142782 [ 275 ] {60f191b1-cc62-4e98-9f74-d9bb97b48ff5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:42:19.143307 [ 275 ] {60f191b1-cc62-4e98-9f74-d9bb97b48ff5} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:19.143344 [ 275 ] {60f191b1-cc62-4e98-9f74-d9bb97b48ff5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:19.143689 [ 275 ] {60f191b1-cc62-4e98-9f74-d9bb97b48ff5} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.25 21:42:19.143914 [ 275 ] {60f191b1-cc62-4e98-9f74-d9bb97b48ff5} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:19.144044 [ 275 ] {60f191b1-cc62-4e98-9f74-d9bb97b48ff5} executeQuery: Read 161 rows, 11.48 KiB in 0.001321 sec., 121877.3656320969 rows/sec., 8.49 MiB/sec. 2026.02.25 21:42:19.144086 [ 275 ] {60f191b1-cc62-4e98-9f74-d9bb97b48ff5} TCPHandler: Processed in 0.001486791 sec. 2026.02.25 21:42:19.144204 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:19.144297 [ 275 ] {9dd4899c-5ecf-4eed-8ec1-a27966e01f18} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.25 21:42:19.144339 [ 275 ] {9dd4899c-5ecf-4eed-8ec1-a27966e01f18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.25 21:42:19.144650 [ 275 ] {9dd4899c-5ecf-4eed-8ec1-a27966e01f18} oximeter.measurements_f64 (760b9128-f55b-4821-acd8-e74f0010e1c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:19.144684 [ 275 ] {9dd4899c-5ecf-4eed-8ec1-a27966e01f18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:19.144968 [ 275 ] {9dd4899c-5ecf-4eed-8ec1-a27966e01f18} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.25 21:42:19.145180 [ 275 ] {9dd4899c-5ecf-4eed-8ec1-a27966e01f18} oximeter.measurements_f64 (760b9128-f55b-4821-acd8-e74f0010e1c7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:19.145304 [ 275 ] {9dd4899c-5ecf-4eed-8ec1-a27966e01f18} executeQuery: Read 1 rows, 65.00 B in 0.001023 sec., 977.5171065493646 rows/sec., 62.05 KiB/sec. 2026.02.25 21:42:19.145338 [ 275 ] {9dd4899c-5ecf-4eed-8ec1-a27966e01f18} TCPHandler: Processed in 0.0011835 sec. 2026.02.25 21:42:19.145441 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:19.145533 [ 275 ] {d62d84d6-3041-49bf-9575-447c1216dc98} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.25 21:42:19.145586 [ 275 ] {d62d84d6-3041-49bf-9575-447c1216dc98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.25 21:42:19.146341 [ 275 ] {d62d84d6-3041-49bf-9575-447c1216dc98} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:19.146376 [ 275 ] {d62d84d6-3041-49bf-9575-447c1216dc98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:19.146933 [ 275 ] {d62d84d6-3041-49bf-9575-447c1216dc98} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.25 21:42:19.147160 [ 275 ] {d62d84d6-3041-49bf-9575-447c1216dc98} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:19.147286 [ 275 ] {d62d84d6-3041-49bf-9575-447c1216dc98} executeQuery: Read 15 rows, 27.52 KiB in 0.001786 sec., 8398.6562150056 rows/sec., 15.05 MiB/sec. 2026.02.25 21:42:19.147335 [ 275 ] {d62d84d6-3041-49bf-9575-447c1216dc98} TCPHandler: Processed in 0.001959945 sec. 2026.02.25 21:42:19.147447 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:19.147534 [ 275 ] {1de6a41b-7698-48ec-8951-3a511c2bde95} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.02.25 21:42:19.147573 [ 275 ] {1de6a41b-7698-48ec-8951-3a511c2bde95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.02.25 21:42:19.147886 [ 275 ] {1de6a41b-7698-48ec-8951-3a511c2bde95} oximeter.measurements_i64 (91934986-4462-4f91-9bac-94438ec85331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:19.147921 [ 275 ] {1de6a41b-7698-48ec-8951-3a511c2bde95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:19.148312 [ 275 ] {1de6a41b-7698-48ec-8951-3a511c2bde95} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.25 21:42:19.148563 [ 275 ] {1de6a41b-7698-48ec-8951-3a511c2bde95} oximeter.measurements_i64 (91934986-4462-4f91-9bac-94438ec85331): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:19.148686 [ 275 ] {1de6a41b-7698-48ec-8951-3a511c2bde95} executeQuery: Read 6 rows, 434.00 B in 0.001139 sec., 5267.778753292361 rows/sec., 372.11 KiB/sec. 2026.02.25 21:42:19.148721 [ 275 ] {1de6a41b-7698-48ec-8951-3a511c2bde95} TCPHandler: Processed in 0.00129756 sec. 2026.02.25 21:42:19.148841 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:19.148935 [ 275 ] {4c23632a-5c3f-483f-8a1c-f20bf7a1fb01} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:42:19.148977 [ 275 ] {4c23632a-5c3f-483f-8a1c-f20bf7a1fb01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:42:19.149309 [ 275 ] {4c23632a-5c3f-483f-8a1c-f20bf7a1fb01} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:19.149344 [ 275 ] {4c23632a-5c3f-483f-8a1c-f20bf7a1fb01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:19.149667 [ 275 ] {4c23632a-5c3f-483f-8a1c-f20bf7a1fb01} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.25 21:42:19.149880 [ 275 ] {4c23632a-5c3f-483f-8a1c-f20bf7a1fb01} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:19.150004 [ 275 ] {4c23632a-5c3f-483f-8a1c-f20bf7a1fb01} executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. 2026.02.25 21:42:19.150039 [ 275 ] {4c23632a-5c3f-483f-8a1c-f20bf7a1fb01} TCPHandler: Processed in 0.0012473 sec. 2026.02.25 21:42:20.000226 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 200.41 MiB, peak 209.46 MiB, free memory in arenas 0.00 B, will set to 201.64 MiB (RSS), difference: 1.24 MiB 2026.02.25 21:42:21.906881 [ 53 ] {} DNSResolver: Updating DNS cache 2026.02.25 21:42:21.906929 [ 53 ] {} DNSResolver: Updated DNS cache 2026.02.25 21:42:21.973470 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3754 2026.02.25 21:42:21.973936 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:21.973980 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:21.974440 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.25 21:42:21.974575 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 296 2026.02.25 21:42:21.974675 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:21.974808 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3754 2026.02.25 21:42:21.977037 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:21.977087 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:21.978289 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.25 21:42:21.978558 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:21.978816 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 296 2026.02.25 21:42:22.184303 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.02.25 21:42:22.202876 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:22.202942 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:22.209276 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.25 21:42:22.209947 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:22.213227 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.02.25 21:42:23.000190 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 202.19 MiB, peak 209.46 MiB, free memory in arenas 0.00 B, will set to 203.86 MiB (RSS), difference: 1.67 MiB 2026.02.25 21:42:24.120656 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:24.120849 [ 275 ] {4fc02e31-d0d8-4d19-8fb9-9aa6d31c757d} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:42:24.120912 [ 275 ] {4fc02e31-d0d8-4d19-8fb9-9aa6d31c757d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:42:24.121552 [ 275 ] {4fc02e31-d0d8-4d19-8fb9-9aa6d31c757d} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:24.121588 [ 275 ] {4fc02e31-d0d8-4d19-8fb9-9aa6d31c757d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:24.122085 [ 275 ] {4fc02e31-d0d8-4d19-8fb9-9aa6d31c757d} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.25 21:42:24.122396 [ 275 ] {4fc02e31-d0d8-4d19-8fb9-9aa6d31c757d} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:24.122586 [ 275 ] {4fc02e31-d0d8-4d19-8fb9-9aa6d31c757d} executeQuery: Read 56 rows, 4.41 KiB in 0.001785 sec., 31372.549019607846 rows/sec., 2.41 MiB/sec. 2026.02.25 21:42:24.122647 [ 275 ] {4fc02e31-d0d8-4d19-8fb9-9aa6d31c757d} TCPHandler: Processed in 0.002117266 sec. 2026.02.25 21:42:24.122801 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:24.122928 [ 275 ] {302a0cad-197f-4e13-a1c4-6c9f637ba6df} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:42:24.122982 [ 275 ] {302a0cad-197f-4e13-a1c4-6c9f637ba6df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:42:24.123512 [ 275 ] {302a0cad-197f-4e13-a1c4-6c9f637ba6df} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:24.123563 [ 275 ] {302a0cad-197f-4e13-a1c4-6c9f637ba6df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:24.123968 [ 275 ] {302a0cad-197f-4e13-a1c4-6c9f637ba6df} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.25 21:42:24.124268 [ 275 ] {302a0cad-197f-4e13-a1c4-6c9f637ba6df} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:24.124429 [ 275 ] {302a0cad-197f-4e13-a1c4-6c9f637ba6df} executeQuery: Read 64 rows, 5.12 KiB in 0.001529 sec., 41857.42315238718 rows/sec., 3.27 MiB/sec. 2026.02.25 21:42:24.124478 [ 275 ] {302a0cad-197f-4e13-a1c4-6c9f637ba6df} TCPHandler: Processed in 0.001746263 sec. 2026.02.25 21:42:24.124614 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:24.124738 [ 275 ] {a76e03fe-456a-4b7a-b2b8-4a4dd864d1bf} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:42:24.124792 [ 275 ] {a76e03fe-456a-4b7a-b2b8-4a4dd864d1bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:42:24.125314 [ 275 ] {a76e03fe-456a-4b7a-b2b8-4a4dd864d1bf} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:24.125359 [ 275 ] {a76e03fe-456a-4b7a-b2b8-4a4dd864d1bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:24.125787 [ 275 ] {a76e03fe-456a-4b7a-b2b8-4a4dd864d1bf} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.25 21:42:24.126085 [ 275 ] {a76e03fe-456a-4b7a-b2b8-4a4dd864d1bf} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:24.126252 [ 275 ] {a76e03fe-456a-4b7a-b2b8-4a4dd864d1bf} executeQuery: Read 160 rows, 11.41 KiB in 0.001537 sec., 104098.8939492518 rows/sec., 7.25 MiB/sec. 2026.02.25 21:42:24.126298 [ 275 ] {a76e03fe-456a-4b7a-b2b8-4a4dd864d1bf} TCPHandler: Processed in 0.001743073 sec. 2026.02.25 21:42:24.126436 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:24.126565 [ 275 ] {c9e3dd38-ca48-4f88-ba63-5480e5d102f5} executeQuery: (from [fd00:1122:3344:101::d]:34437) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:42:24.126622 [ 275 ] {c9e3dd38-ca48-4f88-ba63-5480e5d102f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:42:24.127041 [ 275 ] {c9e3dd38-ca48-4f88-ba63-5480e5d102f5} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:24.127086 [ 275 ] {c9e3dd38-ca48-4f88-ba63-5480e5d102f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.02.25 21:42:24.127545 [ 275 ] {c9e3dd38-ca48-4f88-ba63-5480e5d102f5} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.25 21:42:24.127842 [ 275 ] {c9e3dd38-ca48-4f88-ba63-5480e5d102f5} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:24.128013 [ 275 ] {c9e3dd38-ca48-4f88-ba63-5480e5d102f5} executeQuery: Read 60 rows, 4.14 KiB in 0.001475 sec., 40677.96610169492 rows/sec., 2.74 MiB/sec. 2026.02.25 21:42:24.128064 [ 275 ] {c9e3dd38-ca48-4f88-ba63-5480e5d102f5} TCPHandler: Processed in 0.001693943 sec. 2026.02.25 21:42:28.561757 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:28.561844 [ 275 ] {} TCP-Session: ac806ad7-b0c5-4899-80d1-768c0fac9b99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.716593 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33499 2026.02.25 21:42:28.716728 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:28.716775 [ 290 ] {} TCP-Session: 4f9d6688-6dc2-41ed-9512-65d3e8c2a274 Authenticating user 'default' from [fd00:1122:3344:101::e]:33499 2026.02.25 21:42:28.716804 [ 290 ] {} TCP-Session: 4f9d6688-6dc2-41ed-9512-65d3e8c2a274 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.716824 [ 290 ] {} TCP-Session: 4f9d6688-6dc2-41ed-9512-65d3e8c2a274 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.717094 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38553 2026.02.25 21:42:28.717124 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39246 2026.02.25 21:42:28.717151 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56112 2026.02.25 21:42:28.717184 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39908 2026.02.25 21:42:28.717201 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48476 2026.02.25 21:42:28.717222 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:28.717250 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:28.717258 [ 290 ] {} TCP-Session: 4f9d6688-6dc2-41ed-9512-65d3e8c2a274 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:28.717285 [ 292 ] {} TCP-Session: 38173427-b590-4c8c-9294-a9c5b93df0d3 Authenticating user 'default' from [fd00:1122:3344:101::e]:39246 2026.02.25 21:42:28.717283 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:28.717322 [ 292 ] {} TCP-Session: 38173427-b590-4c8c-9294-a9c5b93df0d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.717294 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:28.717348 [ 275 ] {} TCP-Session: 8fcc7bfd-7ae9-4935-91ba-25043373485e Authenticating user 'default' from [fd00:1122:3344:101::e]:39908 2026.02.25 21:42:28.717380 [ 287 ] {} TCP-Session: f5ce131f-8d2f-44dc-92b8-782e6242e8df Authenticating user 'default' from [fd00:1122:3344:101::e]:48476 2026.02.25 21:42:28.717351 [ 292 ] {} TCP-Session: 38173427-b590-4c8c-9294-a9c5b93df0d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.717407 [ 287 ] {} TCP-Session: f5ce131f-8d2f-44dc-92b8-782e6242e8df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.717399 [ 275 ] {} TCP-Session: 8fcc7bfd-7ae9-4935-91ba-25043373485e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.717493 [ 287 ] {} TCP-Session: f5ce131f-8d2f-44dc-92b8-782e6242e8df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.717271 [ 291 ] {} TCP-Session: b1beee74-d362-4514-be21-ce724e9b5396 Authenticating user 'default' from [fd00:1122:3344:101::e]:38553 2026.02.25 21:42:28.717514 [ 275 ] {} TCP-Session: 8fcc7bfd-7ae9-4935-91ba-25043373485e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.717536 [ 291 ] {} TCP-Session: b1beee74-d362-4514-be21-ce724e9b5396 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.717548 [ 290 ] {c481d557-ea1d-49cc-a2ba-da8bc049bbb7} executeQuery: (from [fd00:1122:3344:101::e]:33499) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.25 21:42:28.717555 [ 291 ] {} TCP-Session: b1beee74-d362-4514-be21-ce724e9b5396 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.717257 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:28.717210 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41014 2026.02.25 21:42:28.717646 [ 294 ] {} TCP-Session: 30b2d9ad-ef55-4bd9-b1ea-6f73250b2306 Authenticating user 'default' from [fd00:1122:3344:101::e]:56112 2026.02.25 21:42:28.717157 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42404 2026.02.25 21:42:28.717684 [ 294 ] {} TCP-Session: 30b2d9ad-ef55-4bd9-b1ea-6f73250b2306 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.717703 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:28.717719 [ 294 ] {} TCP-Session: 30b2d9ad-ef55-4bd9-b1ea-6f73250b2306 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.717131 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52104 2026.02.25 21:42:28.717741 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:28.717739 [ 288 ] {} TCP-Session: 9c5d2a17-e2fe-4f34-ac21-ab2e319286da Authenticating user 'default' from [fd00:1122:3344:101::e]:41014 2026.02.25 21:42:28.717798 [ 295 ] {} TCP-Session: 607c4168-3ba5-4b17-b3cf-63480b596277 Authenticating user 'default' from [fd00:1122:3344:101::e]:42404 2026.02.25 21:42:28.717811 [ 288 ] {} TCP-Session: 9c5d2a17-e2fe-4f34-ac21-ab2e319286da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.717821 [ 295 ] {} TCP-Session: 607c4168-3ba5-4b17-b3cf-63480b596277 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.717833 [ 288 ] {} TCP-Session: 9c5d2a17-e2fe-4f34-ac21-ab2e319286da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.717846 [ 295 ] {} TCP-Session: 607c4168-3ba5-4b17-b3cf-63480b596277 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.717923 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:28.717958 [ 293 ] {} TCP-Session: a43cf54b-e5e7-4fa3-8c33-4da141e4e038 Authenticating user 'default' from [fd00:1122:3344:101::e]:52104 2026.02.25 21:42:28.717981 [ 293 ] {} TCP-Session: a43cf54b-e5e7-4fa3-8c33-4da141e4e038 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.717994 [ 293 ] {} TCP-Session: a43cf54b-e5e7-4fa3-8c33-4da141e4e038 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.718024 [ 290 ] {c481d557-ea1d-49cc-a2ba-da8bc049bbb7} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.25 21:42:28.718100 [ 290 ] {c481d557-ea1d-49cc-a2ba-da8bc049bbb7} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:42:28.718441 [ 290 ] {c481d557-ea1d-49cc-a2ba-da8bc049bbb7} oximeter.version (ac487c47-ef48-4f37-ab71-738eedb6c21a) (SelectExecutor): Key condition: unknown 2026.02.25 21:42:28.719489 [ 308 ] {c481d557-ea1d-49cc-a2ba-da8bc049bbb7} AggregatingTransform: Aggregating 2026.02.25 21:42:28.719533 [ 308 ] {c481d557-ea1d-49cc-a2ba-da8bc049bbb7} Aggregator: Aggregation method: without_key 2026.02.25 21:42:28.719570 [ 308 ] {c481d557-ea1d-49cc-a2ba-da8bc049bbb7} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001028808 sec. (971.999 rows/sec., 37.97 KiB/sec.) 2026.02.25 21:42:28.719589 [ 308 ] {c481d557-ea1d-49cc-a2ba-da8bc049bbb7} Aggregator: Merging aggregated data 2026.02.25 21:42:28.720794 [ 290 ] {c481d557-ea1d-49cc-a2ba-da8bc049bbb7} executeQuery: Read 1 rows, 40.00 B in 0.003384 sec., 295.5082742316785 rows/sec., 11.54 KiB/sec. 2026.02.25 21:42:28.720950 [ 290 ] {c481d557-ea1d-49cc-a2ba-da8bc049bbb7} TCPHandler: Processed in 0.00388957 sec. 2026.02.25 21:42:28.721064 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:28.721088 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:28.721101 [ 290 ] {} TCP-Session: 4f9d6688-6dc2-41ed-9512-65d3e8c2a274 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.721116 [ 295 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:28.721134 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:28.721152 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:28.721173 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:28.721195 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:28.721211 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:28.721227 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:28.721239 [ 294 ] {} TCP-Session: 30b2d9ad-ef55-4bd9-b1ea-6f73250b2306 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.721263 [ 292 ] {} TCP-Session: 38173427-b590-4c8c-9294-a9c5b93df0d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.721279 [ 287 ] {} TCP-Session: f5ce131f-8d2f-44dc-92b8-782e6242e8df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.721219 [ 291 ] {} TCP-Session: b1beee74-d362-4514-be21-ce724e9b5396 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.721207 [ 293 ] {} TCP-Session: a43cf54b-e5e7-4fa3-8c33-4da141e4e038 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.721179 [ 275 ] {} TCP-Session: 8fcc7bfd-7ae9-4935-91ba-25043373485e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.721132 [ 288 ] {} TCP-Session: 9c5d2a17-e2fe-4f34-ac21-ab2e319286da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.721169 [ 295 ] {} TCP-Session: 607c4168-3ba5-4b17-b3cf-63480b596277 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.832253 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45253 2026.02.25 21:42:28.832369 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:28.832396 [ 290 ] {} TCP-Session: bacb1207-90b1-472f-a808-354c84e729fd Authenticating user 'default' from [fd00:1122:3344:101::e]:45253 2026.02.25 21:42:28.832419 [ 290 ] {} TCP-Session: bacb1207-90b1-472f-a808-354c84e729fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.832431 [ 290 ] {} TCP-Session: bacb1207-90b1-472f-a808-354c84e729fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.832642 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64932 2026.02.25 21:42:28.832703 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32805 2026.02.25 21:42:28.832728 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40328 2026.02.25 21:42:28.832760 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:28.832764 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60963 2026.02.25 21:42:28.832774 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53861 2026.02.25 21:42:28.832807 [ 291 ] {} TCP-Session: e2392797-0437-4f7d-9bd8-f16b9d24a60e Authenticating user 'default' from [fd00:1122:3344:101::e]:64932 2026.02.25 21:42:28.832819 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:28.832741 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33011 2026.02.25 21:42:28.832854 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:28.832861 [ 292 ] {} TCP-Session: 10494c46-b5bf-4a4a-af09-f77957ac5c4e Authenticating user 'default' from [fd00:1122:3344:101::e]:32805 2026.02.25 21:42:28.832873 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:28.832888 [ 275 ] {} TCP-Session: 6dd9e94f-60a9-4608-98e3-0bf7d49f54ec Authenticating user 'default' from [fd00:1122:3344:101::e]:60963 2026.02.25 21:42:28.832907 [ 292 ] {} TCP-Session: 10494c46-b5bf-4a4a-af09-f77957ac5c4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.832914 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:28.832924 [ 275 ] {} TCP-Session: 6dd9e94f-60a9-4608-98e3-0bf7d49f54ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.832934 [ 292 ] {} TCP-Session: 10494c46-b5bf-4a4a-af09-f77957ac5c4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.832953 [ 295 ] {} TCP-Session: ab97f2d5-105b-441c-a95a-48efc1618743 Authenticating user 'default' from [fd00:1122:3344:101::e]:33011 2026.02.25 21:42:28.832955 [ 275 ] {} TCP-Session: 6dd9e94f-60a9-4608-98e3-0bf7d49f54ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.832920 [ 287 ] {} TCP-Session: 069f5a84-ca62-41fe-8750-b22ae83e2eb8 Authenticating user 'default' from [fd00:1122:3344:101::e]:53861 2026.02.25 21:42:28.832986 [ 295 ] {} TCP-Session: ab97f2d5-105b-441c-a95a-48efc1618743 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.833009 [ 287 ] {} TCP-Session: 069f5a84-ca62-41fe-8750-b22ae83e2eb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.833012 [ 295 ] {} TCP-Session: ab97f2d5-105b-441c-a95a-48efc1618743 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.833025 [ 287 ] {} TCP-Session: 069f5a84-ca62-41fe-8750-b22ae83e2eb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.832854 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:28.832846 [ 291 ] {} TCP-Session: e2392797-0437-4f7d-9bd8-f16b9d24a60e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.833085 [ 293 ] {} TCP-Session: f05d4d05-44bf-476c-9534-6e574ae5f3cb Authenticating user 'default' from [fd00:1122:3344:101::e]:40328 2026.02.25 21:42:28.833098 [ 291 ] {} TCP-Session: e2392797-0437-4f7d-9bd8-f16b9d24a60e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.832736 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59620 2026.02.25 21:42:28.833122 [ 293 ] {} TCP-Session: f05d4d05-44bf-476c-9534-6e574ae5f3cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.832791 [ 290 ] {} TCP-Session: bacb1207-90b1-472f-a808-354c84e729fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:28.833194 [ 293 ] {} TCP-Session: f05d4d05-44bf-476c-9534-6e574ae5f3cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.832783 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55084 2026.02.25 21:42:28.833228 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:28.833270 [ 294 ] {} TCP-Session: 4d83ef5c-d41f-4f58-8790-7f33c718be73 Authenticating user 'default' from [fd00:1122:3344:101::e]:59620 2026.02.25 21:42:28.833288 [ 294 ] {} TCP-Session: 4d83ef5c-d41f-4f58-8790-7f33c718be73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.833294 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:28.833301 [ 294 ] {} TCP-Session: 4d83ef5c-d41f-4f58-8790-7f33c718be73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.833324 [ 288 ] {} TCP-Session: 7fb52360-1212-4684-bfd3-51ca3f25c52e Authenticating user 'default' from [fd00:1122:3344:101::e]:55084 2026.02.25 21:42:28.833347 [ 288 ] {} TCP-Session: 7fb52360-1212-4684-bfd3-51ca3f25c52e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.833359 [ 288 ] {} TCP-Session: 7fb52360-1212-4684-bfd3-51ca3f25c52e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.833361 [ 290 ] {f584b869-79fb-43cc-bd73-98b77ecce8ac} executeQuery: (from [fd00:1122:3344:101::e]:45253) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.25 21:42:28.833646 [ 290 ] {f584b869-79fb-43cc-bd73-98b77ecce8ac} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.25 21:42:28.833703 [ 290 ] {f584b869-79fb-43cc-bd73-98b77ecce8ac} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:42:28.834018 [ 290 ] {f584b869-79fb-43cc-bd73-98b77ecce8ac} oximeter.version (ac487c47-ef48-4f37-ab71-738eedb6c21a) (SelectExecutor): Key condition: unknown 2026.02.25 21:42:28.834912 [ 303 ] {f584b869-79fb-43cc-bd73-98b77ecce8ac} AggregatingTransform: Aggregating 2026.02.25 21:42:28.834963 [ 303 ] {f584b869-79fb-43cc-bd73-98b77ecce8ac} Aggregator: Aggregation method: without_key 2026.02.25 21:42:28.835000 [ 303 ] {f584b869-79fb-43cc-bd73-98b77ecce8ac} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000870317 sec. (1149.007 rows/sec., 44.88 KiB/sec.) 2026.02.25 21:42:28.835014 [ 303 ] {f584b869-79fb-43cc-bd73-98b77ecce8ac} Aggregator: Merging aggregated data 2026.02.25 21:42:28.836415 [ 290 ] {f584b869-79fb-43cc-bd73-98b77ecce8ac} executeQuery: Read 1 rows, 40.00 B in 0.003109 sec., 321.646831778707 rows/sec., 12.56 KiB/sec. 2026.02.25 21:42:28.836596 [ 290 ] {f584b869-79fb-43cc-bd73-98b77ecce8ac} TCPHandler: Processed in 0.00392651 sec. 2026.02.25 21:42:28.836711 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:28.836744 [ 290 ] {} TCP-Session: bacb1207-90b1-472f-a808-354c84e729fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.836743 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:28.836765 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:28.836794 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:28.836807 [ 291 ] {} TCP-Session: e2392797-0437-4f7d-9bd8-f16b9d24a60e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.836814 [ 293 ] {} TCP-Session: f05d4d05-44bf-476c-9534-6e574ae5f3cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.836841 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:28.836866 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:28.836890 [ 295 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:28.836892 [ 294 ] {} TCP-Session: 4d83ef5c-d41f-4f58-8790-7f33c718be73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.836914 [ 275 ] {} TCP-Session: 6dd9e94f-60a9-4608-98e3-0bf7d49f54ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.836922 [ 295 ] {} TCP-Session: ab97f2d5-105b-441c-a95a-48efc1618743 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.836819 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:28.836908 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:28.836985 [ 292 ] {} TCP-Session: 10494c46-b5bf-4a4a-af09-f77957ac5c4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.836840 [ 288 ] {} TCP-Session: 7fb52360-1212-4684-bfd3-51ca3f25c52e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.837008 [ 287 ] {} TCP-Session: 069f5a84-ca62-41fe-8750-b22ae83e2eb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.951820 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49714 2026.02.25 21:42:28.951930 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:28.951957 [ 290 ] {} TCP-Session: f914070a-584f-4a03-931c-83f81796534e Authenticating user 'default' from [fd00:1122:3344:101::e]:49714 2026.02.25 21:42:28.951981 [ 290 ] {} TCP-Session: f914070a-584f-4a03-931c-83f81796534e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.951995 [ 290 ] {} TCP-Session: f914070a-584f-4a03-931c-83f81796534e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.952178 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63118 2026.02.25 21:42:28.952204 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63973 2026.02.25 21:42:28.952220 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33652 2026.02.25 21:42:28.952258 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64145 2026.02.25 21:42:28.952281 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:28.952296 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42168 2026.02.25 21:42:28.952306 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63595 2026.02.25 21:42:28.952336 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:28.952413 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:28.952415 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:28.952436 [ 292 ] {} TCP-Session: 398f38d6-6690-4dca-a2de-3c2e36ff698f Authenticating user 'default' from [fd00:1122:3344:101::e]:63973 2026.02.25 21:42:28.952452 [ 293 ] {} TCP-Session: 868566f0-dc1e-4abc-843e-46905f29aa4d Authenticating user 'default' from [fd00:1122:3344:101::e]:33652 2026.02.25 21:42:28.952456 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:28.952480 [ 292 ] {} TCP-Session: 398f38d6-6690-4dca-a2de-3c2e36ff698f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.952493 [ 293 ] {} TCP-Session: 868566f0-dc1e-4abc-843e-46905f29aa4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.952501 [ 288 ] {} TCP-Session: ec2b0b21-644b-408a-8811-6d629a8a1424 Authenticating user 'default' from [fd00:1122:3344:101::e]:63595 2026.02.25 21:42:28.952507 [ 292 ] {} TCP-Session: 398f38d6-6690-4dca-a2de-3c2e36ff698f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.952521 [ 293 ] {} TCP-Session: 868566f0-dc1e-4abc-843e-46905f29aa4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.952535 [ 288 ] {} TCP-Session: ec2b0b21-644b-408a-8811-6d629a8a1424 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.952432 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:28.952571 [ 288 ] {} TCP-Session: ec2b0b21-644b-408a-8811-6d629a8a1424 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.952596 [ 287 ] {} TCP-Session: 354b2944-a951-4229-8c58-cecd5f9a299f Authenticating user 'default' from [fd00:1122:3344:101::e]:42168 2026.02.25 21:42:28.952328 [ 291 ] {} TCP-Session: 22abb6ae-0df4-4954-a361-6bf0aa789668 Authenticating user 'default' from [fd00:1122:3344:101::e]:63118 2026.02.25 21:42:28.952285 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35872 2026.02.25 21:42:28.952637 [ 287 ] {} TCP-Session: 354b2944-a951-4229-8c58-cecd5f9a299f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.952640 [ 291 ] {} TCP-Session: 22abb6ae-0df4-4954-a361-6bf0aa789668 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.952668 [ 287 ] {} TCP-Session: 354b2944-a951-4229-8c58-cecd5f9a299f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.952679 [ 291 ] {} TCP-Session: 22abb6ae-0df4-4954-a361-6bf0aa789668 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.952262 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63634 2026.02.25 21:42:28.952698 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:28.952463 [ 294 ] {} TCP-Session: 87d2cea6-5770-45eb-9498-946123f58374 Authenticating user 'default' from [fd00:1122:3344:101::e]:64145 2026.02.25 21:42:28.952736 [ 275 ] {} TCP-Session: f44ab1bb-0256-420f-898c-33b269e86430 Authenticating user 'default' from [fd00:1122:3344:101::e]:35872 2026.02.25 21:42:28.952758 [ 294 ] {} TCP-Session: 87d2cea6-5770-45eb-9498-946123f58374 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.952758 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:42:28.952773 [ 275 ] {} TCP-Session: f44ab1bb-0256-420f-898c-33b269e86430 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.952799 [ 275 ] {} TCP-Session: f44ab1bb-0256-420f-898c-33b269e86430 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.952799 [ 295 ] {} TCP-Session: a0567202-b2f8-4168-ac3c-4fa2d9d738b0 Authenticating user 'default' from [fd00:1122:3344:101::e]:63634 2026.02.25 21:42:28.952782 [ 294 ] {} TCP-Session: 87d2cea6-5770-45eb-9498-946123f58374 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.952830 [ 295 ] {} TCP-Session: a0567202-b2f8-4168-ac3c-4fa2d9d738b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.952323 [ 290 ] {} TCP-Session: f914070a-584f-4a03-931c-83f81796534e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:28.952860 [ 295 ] {} TCP-Session: a0567202-b2f8-4168-ac3c-4fa2d9d738b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.953033 [ 290 ] {f4409ec7-5a43-4a7b-9cf1-95d932e35b44} executeQuery: (from [fd00:1122:3344:101::e]:49714) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.25 21:42:28.953302 [ 290 ] {f4409ec7-5a43-4a7b-9cf1-95d932e35b44} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.25 21:42:28.953359 [ 290 ] {f4409ec7-5a43-4a7b-9cf1-95d932e35b44} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:42:28.953644 [ 290 ] {f4409ec7-5a43-4a7b-9cf1-95d932e35b44} oximeter.version (ac487c47-ef48-4f37-ab71-738eedb6c21a) (SelectExecutor): Key condition: unknown 2026.02.25 21:42:28.954545 [ 315 ] {f4409ec7-5a43-4a7b-9cf1-95d932e35b44} AggregatingTransform: Aggregating 2026.02.25 21:42:28.954601 [ 315 ] {f4409ec7-5a43-4a7b-9cf1-95d932e35b44} Aggregator: Aggregation method: without_key 2026.02.25 21:42:28.954637 [ 315 ] {f4409ec7-5a43-4a7b-9cf1-95d932e35b44} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000888677 sec. (1125.268 rows/sec., 43.96 KiB/sec.) 2026.02.25 21:42:28.954656 [ 315 ] {f4409ec7-5a43-4a7b-9cf1-95d932e35b44} Aggregator: Merging aggregated data 2026.02.25 21:42:28.956001 [ 290 ] {f4409ec7-5a43-4a7b-9cf1-95d932e35b44} executeQuery: Read 1 rows, 40.00 B in 0.003026 sec., 330.4692663582287 rows/sec., 12.91 KiB/sec. 2026.02.25 21:42:28.956151 [ 290 ] {f4409ec7-5a43-4a7b-9cf1-95d932e35b44} TCPHandler: Processed in 0.00389468 sec. 2026.02.25 21:42:28.956268 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:28.956306 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:28.956311 [ 290 ] {} TCP-Session: f914070a-584f-4a03-931c-83f81796534e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.956333 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:28.956361 [ 295 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:28.956388 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:28.956396 [ 292 ] {} TCP-Session: 398f38d6-6690-4dca-a2de-3c2e36ff698f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.956414 [ 295 ] {} TCP-Session: a0567202-b2f8-4168-ac3c-4fa2d9d738b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.956428 [ 288 ] {} TCP-Session: ec2b0b21-644b-408a-8811-6d629a8a1424 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.956438 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:28.956454 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:28.956477 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:28.956484 [ 275 ] {} TCP-Session: f44ab1bb-0256-420f-898c-33b269e86430 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.956504 [ 294 ] {} TCP-Session: 87d2cea6-5770-45eb-9498-946123f58374 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.956513 [ 287 ] {} TCP-Session: 354b2944-a951-4229-8c58-cecd5f9a299f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.956348 [ 291 ] {} TCP-Session: 22abb6ae-0df4-4954-a361-6bf0aa789668 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:28.956417 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.25 21:42:28.956591 [ 293 ] {} TCP-Session: 868566f0-dc1e-4abc-843e-46905f29aa4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:42:29.000208 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 202.56 MiB, peak 210.63 MiB, free memory in arenas 0.00 B, will set to 203.99 MiB (RSS), difference: 1.43 MiB 2026.02.25 21:42:29.122820 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:29.123007 [ 277 ] {9e2cdc12-cffc-45a8-8f71-92e37a4c44bb} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:42:29.123078 [ 277 ] {9e2cdc12-cffc-45a8-8f71-92e37a4c44bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:42:29.123864 [ 277 ] {9e2cdc12-cffc-45a8-8f71-92e37a4c44bb} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:29.123914 [ 277 ] {9e2cdc12-cffc-45a8-8f71-92e37a4c44bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2026.02.25 21:42:29.124473 [ 277 ] {9e2cdc12-cffc-45a8-8f71-92e37a4c44bb} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.25 21:42:29.125036 [ 277 ] {9e2cdc12-cffc-45a8-8f71-92e37a4c44bb} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:29.125198 [ 277 ] {9e2cdc12-cffc-45a8-8f71-92e37a4c44bb} executeQuery: Read 116 rows, 10.17 KiB in 0.002242 sec., 51739.51828724353 rows/sec., 4.43 MiB/sec. 2026.02.25 21:42:29.125246 [ 277 ] {9e2cdc12-cffc-45a8-8f71-92e37a4c44bb} TCPHandler: Processed in 0.00256129 sec. 2026.02.25 21:42:29.125382 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:29.125488 [ 277 ] {f4819613-9ab4-4bac-b2bf-2ecb170f3c44} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.25 21:42:29.125533 [ 277 ] {f4819613-9ab4-4bac-b2bf-2ecb170f3c44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.25 21:42:29.125948 [ 277 ] {f4819613-9ab4-4bac-b2bf-2ecb170f3c44} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:29.125986 [ 277 ] {f4819613-9ab4-4bac-b2bf-2ecb170f3c44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2026.02.25 21:42:29.126425 [ 277 ] {f4819613-9ab4-4bac-b2bf-2ecb170f3c44} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.25 21:42:29.126891 [ 277 ] {f4819613-9ab4-4bac-b2bf-2ecb170f3c44} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:29.127014 [ 42 ] {} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.25 21:42:29.127052 [ 277 ] {f4819613-9ab4-4bac-b2bf-2ecb170f3c44} executeQuery: Read 30 rows, 2.26 KiB in 0.001589 sec., 18879.798615481435 rows/sec., 1.39 MiB/sec. 2026.02.25 21:42:29.127076 [ 42 ] {} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:29.127101 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2026.02.25 21:42:29.127104 [ 277 ] {f4819613-9ab4-4bac-b2bf-2ecb170f3c44} TCPHandler: Processed in 0.001777223 sec. 2026.02.25 21:42:29.127232 [ 195 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.02.25 21:42:29.127248 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:29.127383 [ 277 ] {d666b947-c854-42a8-96b5-522a4ed8f3e4} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:42:29.127392 [ 195 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:42:29.127430 [ 277 ] {d666b947-c854-42a8-96b5-522a4ed8f3e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:42:29.127437 [ 195 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 162 rows starting from the beginning of the part 2026.02.25 21:42:29.127549 [ 195 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 152 rows starting from the beginning of the part 2026.02.25 21:42:29.127602 [ 195 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part 2026.02.25 21:42:29.127651 [ 195 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2026.02.25 21:42:29.127699 [ 195 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 17 rows starting from the beginning of the part 2026.02.25 21:42:29.127745 [ 195 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part 2026.02.25 21:42:29.127870 [ 277 ] {d666b947-c854-42a8-96b5-522a4ed8f3e4} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:29.127913 [ 277 ] {d666b947-c854-42a8-96b5-522a4ed8f3e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:29.128364 [ 277 ] {d666b947-c854-42a8-96b5-522a4ed8f3e4} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.25 21:42:29.128689 [ 199 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 383 rows, containing 5 columns (5 merged, 0 gathered) in 0.001521381 sec., 251744.96066402827 rows/sec., 16.70 MiB/sec. 2026.02.25 21:42:29.128962 [ 195 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.25 21:42:29.129061 [ 277 ] {d666b947-c854-42a8-96b5-522a4ed8f3e4} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:29.129250 [ 277 ] {d666b947-c854-42a8-96b5-522a4ed8f3e4} executeQuery: Read 102 rows, 8.18 KiB in 0.001888 sec., 54025.42372881356 rows/sec., 4.23 MiB/sec. 2026.02.25 21:42:29.129294 [ 277 ] {d666b947-c854-42a8-96b5-522a4ed8f3e4} TCPHandler: Processed in 0.002108666 sec. 2026.02.25 21:42:29.129410 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:29.129497 [ 195 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_6_1} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:29.129511 [ 277 ] {6e1841f3-915f-4193-8003-11f7523baa7a} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:42:29.129563 [ 277 ] {6e1841f3-915f-4193-8003-11f7523baa7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:42:29.129579 [ 195 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_6_1} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.25 21:42:29.129648 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.02.25 21:42:29.130012 [ 277 ] {6e1841f3-915f-4193-8003-11f7523baa7a} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:29.130053 [ 277 ] {6e1841f3-915f-4193-8003-11f7523baa7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2026.02.25 21:42:29.130503 [ 277 ] {6e1841f3-915f-4193-8003-11f7523baa7a} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.25 21:42:29.130973 [ 277 ] {6e1841f3-915f-4193-8003-11f7523baa7a} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:29.131136 [ 277 ] {6e1841f3-915f-4193-8003-11f7523baa7a} executeQuery: Read 160 rows, 11.41 KiB in 0.001644 sec., 97323.60097323601 rows/sec., 6.78 MiB/sec. 2026.02.25 21:42:29.131183 [ 277 ] {6e1841f3-915f-4193-8003-11f7523baa7a} TCPHandler: Processed in 0.001822954 sec. 2026.02.25 21:42:29.131335 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:29.131446 [ 277 ] {f426052f-e62c-4d36-a49e-f8aa8a9846a0} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.25 21:42:29.131503 [ 277 ] {f426052f-e62c-4d36-a49e-f8aa8a9846a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.25 21:42:29.132596 [ 277 ] {f426052f-e62c-4d36-a49e-f8aa8a9846a0} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:29.132640 [ 277 ] {f426052f-e62c-4d36-a49e-f8aa8a9846a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2026.02.25 21:42:29.133703 [ 277 ] {f426052f-e62c-4d36-a49e-f8aa8a9846a0} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.25 21:42:29.134310 [ 277 ] {f426052f-e62c-4d36-a49e-f8aa8a9846a0} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:29.134479 [ 277 ] {f426052f-e62c-4d36-a49e-f8aa8a9846a0} executeQuery: Read 30 rows, 55.05 KiB in 0.003053 sec., 9826.40026203734 rows/sec., 17.61 MiB/sec. 2026.02.25 21:42:29.134547 [ 277 ] {f426052f-e62c-4d36-a49e-f8aa8a9846a0} TCPHandler: Processed in 0.003273665 sec. 2026.02.25 21:42:29.134665 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:29.134763 [ 277 ] {2778bbe3-12b3-4fa9-8768-44f27dbd3e0d} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.02.25 21:42:29.134806 [ 277 ] {2778bbe3-12b3-4fa9-8768-44f27dbd3e0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.02.25 21:42:29.135188 [ 277 ] {2778bbe3-12b3-4fa9-8768-44f27dbd3e0d} oximeter.measurements_i64 (91934986-4462-4f91-9bac-94438ec85331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:29.135225 [ 277 ] {2778bbe3-12b3-4fa9-8768-44f27dbd3e0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2026.02.25 21:42:29.135711 [ 277 ] {2778bbe3-12b3-4fa9-8768-44f27dbd3e0d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.25 21:42:29.136208 [ 277 ] {2778bbe3-12b3-4fa9-8768-44f27dbd3e0d} oximeter.measurements_i64 (91934986-4462-4f91-9bac-94438ec85331): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:29.136359 [ 277 ] {2778bbe3-12b3-4fa9-8768-44f27dbd3e0d} executeQuery: Read 12 rows, 926.00 B in 0.001616 sec., 7425.742574257426 rows/sec., 559.59 KiB/sec. 2026.02.25 21:42:29.136399 [ 277 ] {2778bbe3-12b3-4fa9-8768-44f27dbd3e0d} TCPHandler: Processed in 0.001785564 sec. 2026.02.25 21:42:29.136508 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:29.136602 [ 277 ] {072ab3fd-c314-4bae-9713-48f0b45e51ee} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:42:29.136643 [ 277 ] {072ab3fd-c314-4bae-9713-48f0b45e51ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:42:29.137038 [ 277 ] {072ab3fd-c314-4bae-9713-48f0b45e51ee} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:29.137083 [ 277 ] {072ab3fd-c314-4bae-9713-48f0b45e51ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2026.02.25 21:42:29.137614 [ 277 ] {072ab3fd-c314-4bae-9713-48f0b45e51ee} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.25 21:42:29.138034 [ 277 ] {072ab3fd-c314-4bae-9713-48f0b45e51ee} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:29.138168 [ 277 ] {072ab3fd-c314-4bae-9713-48f0b45e51ee} executeQuery: Read 60 rows, 4.14 KiB in 0.001583 sec., 37902.71636133923 rows/sec., 2.55 MiB/sec. 2026.02.25 21:42:29.138203 [ 277 ] {072ab3fd-c314-4bae-9713-48f0b45e51ee} TCPHandler: Processed in 0.001745253 sec. 2026.02.25 21:42:29.475122 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4266 2026.02.25 21:42:29.475617 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:29.475664 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2026.02.25 21:42:29.476192 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.25 21:42:29.476445 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:29.476589 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4266 2026.02.25 21:42:29.645789 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:29.646044 [ 277 ] {735b009a-91fb-49ce-a0ad-620325683bf7} executeQuery: (from [fd00:1122:3344:101::d]:63898) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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) 2026.02.25 21:42:29.646513 [ 277 ] {735b009a-91fb-49ce-a0ad-620325683bf7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.25 21:42:29.646587 [ 277 ] {735b009a-91fb-49ce-a0ad-620325683bf7} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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 2026.02.25 21:42:29.646973 [ 277 ] {735b009a-91fb-49ce-a0ad-620325683bf7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:42:29.647057 [ 277 ] {735b009a-91fb-49ce-a0ad-620325683bf7} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:42:29.647201 [ 277 ] {735b009a-91fb-49ce-a0ad-620325683bf7} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Key condition: (column 0 notIn 42-element set) 2026.02.25 21:42:29.647354 [ 296 ] {735b009a-91fb-49ce-a0ad-620325683bf7} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.02.25 21:42:29.647378 [ 310 ] {735b009a-91fb-49ce-a0ad-620325683bf7} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.25 21:42:29.647354 [ 304 ] {735b009a-91fb-49ce-a0ad-620325683bf7} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.25 21:42:29.647521 [ 277 ] {735b009a-91fb-49ce-a0ad-620325683bf7} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (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 2026.02.25 21:42:29.647548 [ 277 ] {735b009a-91fb-49ce-a0ad-620325683bf7} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.25 21:42:29.647635 [ 277 ] {735b009a-91fb-49ce-a0ad-620325683bf7} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.25 21:42:29.647656 [ 277 ] {735b009a-91fb-49ce-a0ad-620325683bf7} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Reading approx. 42 rows with 3 streams 2026.02.25 21:42:29.647691 [ 277 ] {735b009a-91fb-49ce-a0ad-620325683bf7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2026.02.25 21:42:29.647736 [ 277 ] {735b009a-91fb-49ce-a0ad-620325683bf7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2026.02.25 21:42:29.647774 [ 277 ] {735b009a-91fb-49ce-a0ad-620325683bf7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2026.02.25 21:42:29.648632 [ 277 ] {735b009a-91fb-49ce-a0ad-620325683bf7} executeQuery: Read 42 rows, 1.69 KiB in 0.002711 sec., 15492.438214680931 rows/sec., 623.54 KiB/sec. 2026.02.25 21:42:29.648731 [ 277 ] {735b009a-91fb-49ce-a0ad-620325683bf7} TCPHandler: Processed in 0.003073004 sec. 2026.02.25 21:42:29.649092 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:29.649244 [ 277 ] {0e2d779b-bd3a-45b2-8b53-a601bf99e5ca} executeQuery: (from [fd00:1122:3344:101::d]:63898) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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) 2026.02.25 21:42:29.649485 [ 277 ] {0e2d779b-bd3a-45b2-8b53-a601bf99e5ca} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.25 21:42:29.649525 [ 277 ] {0e2d779b-bd3a-45b2-8b53-a601bf99e5ca} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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 2026.02.25 21:42:29.649745 [ 277 ] {0e2d779b-bd3a-45b2-8b53-a601bf99e5ca} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:42:29.649802 [ 277 ] {0e2d779b-bd3a-45b2-8b53-a601bf99e5ca} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:42:29.649910 [ 277 ] {0e2d779b-bd3a-45b2-8b53-a601bf99e5ca} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Key condition: (column 0 notIn 43-element set) 2026.02.25 21:42:29.649974 [ 319 ] {0e2d779b-bd3a-45b2-8b53-a601bf99e5ca} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.25 21:42:29.649997 [ 300 ] {0e2d779b-bd3a-45b2-8b53-a601bf99e5ca} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.25 21:42:29.650021 [ 301 ] {0e2d779b-bd3a-45b2-8b53-a601bf99e5ca} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.02.25 21:42:29.650124 [ 277 ] {0e2d779b-bd3a-45b2-8b53-a601bf99e5ca} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (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 2026.02.25 21:42:29.650150 [ 277 ] {0e2d779b-bd3a-45b2-8b53-a601bf99e5ca} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.25 21:42:29.650218 [ 277 ] {0e2d779b-bd3a-45b2-8b53-a601bf99e5ca} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.25 21:42:29.650236 [ 277 ] {0e2d779b-bd3a-45b2-8b53-a601bf99e5ca} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Reading approx. 42 rows with 3 streams 2026.02.25 21:42:29.650267 [ 277 ] {0e2d779b-bd3a-45b2-8b53-a601bf99e5ca} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2026.02.25 21:42:29.650298 [ 277 ] {0e2d779b-bd3a-45b2-8b53-a601bf99e5ca} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2026.02.25 21:42:29.650326 [ 277 ] {0e2d779b-bd3a-45b2-8b53-a601bf99e5ca} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2026.02.25 21:42:29.651044 [ 277 ] {0e2d779b-bd3a-45b2-8b53-a601bf99e5ca} executeQuery: Read 42 rows, 1.69 KiB in 0.001868 sec., 22483.94004282655 rows/sec., 904.94 KiB/sec. 2026.02.25 21:42:29.651157 [ 277 ] {0e2d779b-bd3a-45b2-8b53-a601bf99e5ca} TCPHandler: Processed in 0.002120537 sec. 2026.02.25 21:42:29.651441 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:29.651628 [ 277 ] {ac6d1066-fb49-4241-91c0-308ed6c97296} executeQuery: (from [fd00:1122:3344:101::d]:63898) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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) 2026.02.25 21:42:29.651875 [ 277 ] {ac6d1066-fb49-4241-91c0-308ed6c97296} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.25 21:42:29.651913 [ 277 ] {ac6d1066-fb49-4241-91c0-308ed6c97296} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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 2026.02.25 21:42:29.652148 [ 277 ] {ac6d1066-fb49-4241-91c0-308ed6c97296} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:42:29.652206 [ 277 ] {ac6d1066-fb49-4241-91c0-308ed6c97296} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:42:29.652318 [ 277 ] {ac6d1066-fb49-4241-91c0-308ed6c97296} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Key condition: (column 0 notIn 44-element set) 2026.02.25 21:42:29.652397 [ 344 ] {ac6d1066-fb49-4241-91c0-308ed6c97296} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.25 21:42:29.652402 [ 300 ] {ac6d1066-fb49-4241-91c0-308ed6c97296} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.25 21:42:29.652406 [ 319 ] {ac6d1066-fb49-4241-91c0-308ed6c97296} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.02.25 21:42:29.652521 [ 277 ] {ac6d1066-fb49-4241-91c0-308ed6c97296} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (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 2026.02.25 21:42:29.652546 [ 277 ] {ac6d1066-fb49-4241-91c0-308ed6c97296} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.25 21:42:29.652624 [ 277 ] {ac6d1066-fb49-4241-91c0-308ed6c97296} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.25 21:42:29.652645 [ 277 ] {ac6d1066-fb49-4241-91c0-308ed6c97296} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Reading approx. 42 rows with 3 streams 2026.02.25 21:42:29.652677 [ 277 ] {ac6d1066-fb49-4241-91c0-308ed6c97296} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2026.02.25 21:42:29.652722 [ 277 ] {ac6d1066-fb49-4241-91c0-308ed6c97296} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2026.02.25 21:42:29.652824 [ 277 ] {ac6d1066-fb49-4241-91c0-308ed6c97296} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2026.02.25 21:42:29.653703 [ 277 ] {ac6d1066-fb49-4241-91c0-308ed6c97296} executeQuery: Read 42 rows, 1.69 KiB in 0.002158 sec., 19462.465245597774 rows/sec., 783.33 KiB/sec. 2026.02.25 21:42:29.653840 [ 277 ] {ac6d1066-fb49-4241-91c0-308ed6c97296} TCPHandler: Processed in 0.002464069 sec. 2026.02.25 21:42:29.654081 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:29.654228 [ 277 ] {8d9eceb6-d983-45b1-976e-c88160ac5ad5} executeQuery: (from [fd00:1122:3344:101::d]:63898) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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) 2026.02.25 21:42:29.654501 [ 277 ] {8d9eceb6-d983-45b1-976e-c88160ac5ad5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.25 21:42:29.654548 [ 277 ] {8d9eceb6-d983-45b1-976e-c88160ac5ad5} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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 2026.02.25 21:42:29.654807 [ 277 ] {8d9eceb6-d983-45b1-976e-c88160ac5ad5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:42:29.654866 [ 277 ] {8d9eceb6-d983-45b1-976e-c88160ac5ad5} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:42:29.654971 [ 277 ] {8d9eceb6-d983-45b1-976e-c88160ac5ad5} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Key condition: (column 0 notIn 45-element set) 2026.02.25 21:42:29.655040 [ 301 ] {8d9eceb6-d983-45b1-976e-c88160ac5ad5} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.25 21:42:29.655048 [ 300 ] {8d9eceb6-d983-45b1-976e-c88160ac5ad5} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.02.25 21:42:29.655048 [ 336 ] {8d9eceb6-d983-45b1-976e-c88160ac5ad5} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.25 21:42:29.655180 [ 277 ] {8d9eceb6-d983-45b1-976e-c88160ac5ad5} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (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 2026.02.25 21:42:29.655215 [ 277 ] {8d9eceb6-d983-45b1-976e-c88160ac5ad5} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.25 21:42:29.655293 [ 277 ] {8d9eceb6-d983-45b1-976e-c88160ac5ad5} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.25 21:42:29.655312 [ 277 ] {8d9eceb6-d983-45b1-976e-c88160ac5ad5} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Reading approx. 42 rows with 3 streams 2026.02.25 21:42:29.655343 [ 277 ] {8d9eceb6-d983-45b1-976e-c88160ac5ad5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2026.02.25 21:42:29.655374 [ 277 ] {8d9eceb6-d983-45b1-976e-c88160ac5ad5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2026.02.25 21:42:29.655404 [ 277 ] {8d9eceb6-d983-45b1-976e-c88160ac5ad5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2026.02.25 21:42:29.656059 [ 277 ] {8d9eceb6-d983-45b1-976e-c88160ac5ad5} executeQuery: Read 42 rows, 1.69 KiB in 0.001893 sec., 22187.004754358164 rows/sec., 892.99 KiB/sec. 2026.02.25 21:42:29.656195 [ 277 ] {8d9eceb6-d983-45b1-976e-c88160ac5ad5} TCPHandler: Processed in 0.002166056 sec. 2026.02.25 21:42:29.656489 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:29.656632 [ 277 ] {e6619095-43d2-4b25-9a46-d552fb63f9bf} executeQuery: (from [fd00:1122:3344:101::d]:63898) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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) 2026.02.25 21:42:29.656861 [ 277 ] {e6619095-43d2-4b25-9a46-d552fb63f9bf} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.25 21:42:29.656900 [ 277 ] {e6619095-43d2-4b25-9a46-d552fb63f9bf} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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 2026.02.25 21:42:29.657118 [ 277 ] {e6619095-43d2-4b25-9a46-d552fb63f9bf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:42:29.657171 [ 277 ] {e6619095-43d2-4b25-9a46-d552fb63f9bf} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:42:29.657278 [ 277 ] {e6619095-43d2-4b25-9a46-d552fb63f9bf} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Key condition: (column 0 notIn 46-element set) 2026.02.25 21:42:29.657343 [ 341 ] {e6619095-43d2-4b25-9a46-d552fb63f9bf} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.25 21:42:29.657358 [ 336 ] {e6619095-43d2-4b25-9a46-d552fb63f9bf} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.02.25 21:42:29.657354 [ 300 ] {e6619095-43d2-4b25-9a46-d552fb63f9bf} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.25 21:42:29.657533 [ 277 ] {e6619095-43d2-4b25-9a46-d552fb63f9bf} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (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 2026.02.25 21:42:29.657559 [ 277 ] {e6619095-43d2-4b25-9a46-d552fb63f9bf} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.25 21:42:29.657628 [ 277 ] {e6619095-43d2-4b25-9a46-d552fb63f9bf} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.25 21:42:29.657645 [ 277 ] {e6619095-43d2-4b25-9a46-d552fb63f9bf} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Reading approx. 42 rows with 3 streams 2026.02.25 21:42:29.657685 [ 277 ] {e6619095-43d2-4b25-9a46-d552fb63f9bf} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2026.02.25 21:42:29.657722 [ 277 ] {e6619095-43d2-4b25-9a46-d552fb63f9bf} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2026.02.25 21:42:29.657754 [ 277 ] {e6619095-43d2-4b25-9a46-d552fb63f9bf} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2026.02.25 21:42:29.658532 [ 277 ] {e6619095-43d2-4b25-9a46-d552fb63f9bf} executeQuery: Read 42 rows, 1.69 KiB in 0.001961 sec., 21417.644059153492 rows/sec., 862.02 KiB/sec. 2026.02.25 21:42:29.658670 [ 277 ] {e6619095-43d2-4b25-9a46-d552fb63f9bf} TCPHandler: Processed in 0.002231978 sec. 2026.02.25 21:42:29.658915 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:29.659064 [ 277 ] {73ffca53-2629-40d5-be06-5f86d81b7349} executeQuery: (from [fd00:1122:3344:101::d]:63898) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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) 2026.02.25 21:42:29.659299 [ 277 ] {73ffca53-2629-40d5-be06-5f86d81b7349} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.25 21:42:29.659337 [ 277 ] {73ffca53-2629-40d5-be06-5f86d81b7349} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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 2026.02.25 21:42:29.659557 [ 277 ] {73ffca53-2629-40d5-be06-5f86d81b7349} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:42:29.659610 [ 277 ] {73ffca53-2629-40d5-be06-5f86d81b7349} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:42:29.659711 [ 277 ] {73ffca53-2629-40d5-be06-5f86d81b7349} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Key condition: (column 0 notIn 47-element set) 2026.02.25 21:42:29.659789 [ 301 ] {73ffca53-2629-40d5-be06-5f86d81b7349} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.25 21:42:29.659788 [ 306 ] {73ffca53-2629-40d5-be06-5f86d81b7349} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.25 21:42:29.659789 [ 298 ] {73ffca53-2629-40d5-be06-5f86d81b7349} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.02.25 21:42:29.659909 [ 277 ] {73ffca53-2629-40d5-be06-5f86d81b7349} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (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 2026.02.25 21:42:29.659935 [ 277 ] {73ffca53-2629-40d5-be06-5f86d81b7349} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.25 21:42:29.660002 [ 277 ] {73ffca53-2629-40d5-be06-5f86d81b7349} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.25 21:42:29.660020 [ 277 ] {73ffca53-2629-40d5-be06-5f86d81b7349} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc) (SelectExecutor): Reading approx. 42 rows with 3 streams 2026.02.25 21:42:29.660051 [ 277 ] {73ffca53-2629-40d5-be06-5f86d81b7349} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2026.02.25 21:42:29.660083 [ 277 ] {73ffca53-2629-40d5-be06-5f86d81b7349} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2026.02.25 21:42:29.660111 [ 277 ] {73ffca53-2629-40d5-be06-5f86d81b7349} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" 2026.02.25 21:42:29.660750 [ 277 ] {73ffca53-2629-40d5-be06-5f86d81b7349} executeQuery: Read 42 rows, 1.69 KiB in 0.001744 sec., 24082.56880733945 rows/sec., 969.28 KiB/sec. 2026.02.25 21:42:29.660917 [ 277 ] {73ffca53-2629-40d5-be06-5f86d81b7349} TCPHandler: Processed in 0.002051636 sec. 2026.02.25 21:42:29.713516 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.02.25 21:42:29.733235 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:29.733306 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2026.02.25 21:42:29.739696 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.25 21:42:29.740469 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:29.744575 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.02.25 21:42:29.754033 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:29.754192 [ 277 ] {c4973031-e647-4734-bdf1-5f62ff13ef10} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.02.25 21:42:29.754261 [ 277 ] {c4973031-e647-4734-bdf1-5f62ff13ef10} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.25 21:42:29.754917 [ 277 ] {c4973031-e647-4734-bdf1-5f62ff13ef10} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:29.754961 [ 277 ] {c4973031-e647-4734-bdf1-5f62ff13ef10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2026.02.25 21:42:29.755382 [ 277 ] {c4973031-e647-4734-bdf1-5f62ff13ef10} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.25 21:42:29.755587 [ 277 ] {c4973031-e647-4734-bdf1-5f62ff13ef10} oximeter.timeseries_schema (c37c60fb-d8ea-4543-bae6-56e6dc01c6fc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:29.755737 [ 277 ] {c4973031-e647-4734-bdf1-5f62ff13ef10} executeQuery: Read 6 rows, 1.34 KiB in 0.001588 sec., 3778.337531486146 rows/sec., 841.27 KiB/sec. 2026.02.25 21:42:29.755785 [ 277 ] {c4973031-e647-4734-bdf1-5f62ff13ef10} TCPHandler: Processed in 0.001882975 sec. 2026.02.25 21:42:29.755914 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:29.756017 [ 277 ] {5242e347-4cef-450c-a768-a933368bffa3} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.25 21:42:29.756062 [ 277 ] {5242e347-4cef-450c-a768-a933368bffa3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.25 21:42:29.756506 [ 277 ] {5242e347-4cef-450c-a768-a933368bffa3} oximeter.fields_i16 (5b8cb844-b05e-4fc3-bc08-c8de9a1883e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:29.756541 [ 277 ] {5242e347-4cef-450c-a768-a933368bffa3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2026.02.25 21:42:29.756848 [ 277 ] {5242e347-4cef-450c-a768-a933368bffa3} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.25 21:42:29.757071 [ 277 ] {5242e347-4cef-450c-a768-a933368bffa3} oximeter.fields_i16 (5b8cb844-b05e-4fc3-bc08-c8de9a1883e6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:29.757201 [ 277 ] {5242e347-4cef-450c-a768-a933368bffa3} executeQuery: Read 24 rows, 2.04 KiB in 0.001208 sec., 19867.54966887417 rows/sec., 1.65 MiB/sec. 2026.02.25 21:42:29.757238 [ 277 ] {5242e347-4cef-450c-a768-a933368bffa3} TCPHandler: Processed in 0.001377001 sec. 2026.02.25 21:42:29.757375 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:29.757479 [ 277 ] {b6075d01-3b52-4887-88a4-f7ef029c7e41} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.25 21:42:29.757520 [ 277 ] {b6075d01-3b52-4887-88a4-f7ef029c7e41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.25 21:42:29.757932 [ 277 ] {b6075d01-3b52-4887-88a4-f7ef029c7e41} oximeter.fields_ipaddr (9d816c18-633c-4844-8e74-bf82544c842d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:29.757967 [ 277 ] {b6075d01-3b52-4887-88a4-f7ef029c7e41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2026.02.25 21:42:29.758257 [ 277 ] {b6075d01-3b52-4887-88a4-f7ef029c7e41} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.25 21:42:29.758470 [ 277 ] {b6075d01-3b52-4887-88a4-f7ef029c7e41} oximeter.fields_ipaddr (9d816c18-633c-4844-8e74-bf82544c842d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:29.758596 [ 277 ] {b6075d01-3b52-4887-88a4-f7ef029c7e41} executeQuery: Read 6 rows, 501.00 B in 0.001139 sec., 5267.778753292361 rows/sec., 429.55 KiB/sec. 2026.02.25 21:42:29.758632 [ 277 ] {b6075d01-3b52-4887-88a4-f7ef029c7e41} TCPHandler: Processed in 0.00131588 sec. 2026.02.25 21:42:29.758744 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:29.758846 [ 277 ] {cb4e53fd-3f89-4db9-b0a9-43f07b3d9201} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:42:29.758888 [ 277 ] {cb4e53fd-3f89-4db9-b0a9-43f07b3d9201} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:42:29.759960 [ 277 ] {cb4e53fd-3f89-4db9-b0a9-43f07b3d9201} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:29.759996 [ 277 ] {cb4e53fd-3f89-4db9-b0a9-43f07b3d9201} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2026.02.25 21:42:29.760453 [ 277 ] {cb4e53fd-3f89-4db9-b0a9-43f07b3d9201} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.25 21:42:29.760680 [ 277 ] {cb4e53fd-3f89-4db9-b0a9-43f07b3d9201} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:29.760808 [ 277 ] {cb4e53fd-3f89-4db9-b0a9-43f07b3d9201} executeQuery: Read 1329 rows, 113.62 KiB in 0.001982 sec., 670534.813319879 rows/sec., 55.98 MiB/sec. 2026.02.25 21:42:29.760844 [ 277 ] {cb4e53fd-3f89-4db9-b0a9-43f07b3d9201} TCPHandler: Processed in 0.002151687 sec. 2026.02.25 21:42:29.760959 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:29.761055 [ 277 ] {8e88b382-a02d-4c43-9406-cc3dec0dd4af} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.25 21:42:29.761095 [ 277 ] {8e88b382-a02d-4c43-9406-cc3dec0dd4af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.25 21:42:29.761546 [ 277 ] {8e88b382-a02d-4c43-9406-cc3dec0dd4af} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:29.761588 [ 277 ] {8e88b382-a02d-4c43-9406-cc3dec0dd4af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2026.02.25 21:42:29.762009 [ 277 ] {8e88b382-a02d-4c43-9406-cc3dec0dd4af} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.25 21:42:29.762248 [ 277 ] {8e88b382-a02d-4c43-9406-cc3dec0dd4af} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:29.762383 [ 277 ] {8e88b382-a02d-4c43-9406-cc3dec0dd4af} executeQuery: Read 23 rows, 1.76 KiB in 0.001347 sec., 17074.981440237563 rows/sec., 1.27 MiB/sec. 2026.02.25 21:42:29.762430 [ 277 ] {8e88b382-a02d-4c43-9406-cc3dec0dd4af} TCPHandler: Processed in 0.001520562 sec. 2026.02.25 21:42:29.762550 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:29.762645 [ 277 ] {ee43f73a-46e9-49de-b6fa-e1b7ecb4c100} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.25 21:42:29.762685 [ 277 ] {ee43f73a-46e9-49de-b6fa-e1b7ecb4c100} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.25 21:42:29.763179 [ 277 ] {ee43f73a-46e9-49de-b6fa-e1b7ecb4c100} oximeter.fields_u32 (908bf044-80c4-4aff-a2d0-2b9c977956ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:29.763214 [ 277 ] {ee43f73a-46e9-49de-b6fa-e1b7ecb4c100} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2026.02.25 21:42:29.763535 [ 277 ] {ee43f73a-46e9-49de-b6fa-e1b7ecb4c100} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.25 21:42:29.763771 [ 277 ] {ee43f73a-46e9-49de-b6fa-e1b7ecb4c100} oximeter.fields_u32 (908bf044-80c4-4aff-a2d0-2b9c977956ba): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:29.763899 [ 277 ] {ee43f73a-46e9-49de-b6fa-e1b7ecb4c100} executeQuery: Read 252 rows, 17.85 KiB in 0.001274 sec., 197802.1978021978 rows/sec., 13.68 MiB/sec. 2026.02.25 21:42:29.763948 [ 277 ] {ee43f73a-46e9-49de-b6fa-e1b7ecb4c100} TCPHandler: Processed in 0.001447221 sec. 2026.02.25 21:42:29.764088 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:29.764186 [ 277 ] {1c017ff4-798c-4aeb-af37-e422fe5f0b23} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.25 21:42:29.764225 [ 277 ] {1c017ff4-798c-4aeb-af37-e422fe5f0b23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.25 21:42:29.764602 [ 277 ] {1c017ff4-798c-4aeb-af37-e422fe5f0b23} oximeter.fields_u8 (0c034aba-187c-4a21-bc08-4ff6715ead94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:29.764637 [ 277 ] {1c017ff4-798c-4aeb-af37-e422fe5f0b23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2026.02.25 21:42:29.764925 [ 277 ] {1c017ff4-798c-4aeb-af37-e422fe5f0b23} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.25 21:42:29.765131 [ 277 ] {1c017ff4-798c-4aeb-af37-e422fe5f0b23} oximeter.fields_u8 (0c034aba-187c-4a21-bc08-4ff6715ead94): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:29.765252 [ 277 ] {1c017ff4-798c-4aeb-af37-e422fe5f0b23} executeQuery: Read 12 rows, 960.00 B in 0.001085 sec., 11059.907834101383 rows/sec., 864.06 KiB/sec. 2026.02.25 21:42:29.765291 [ 277 ] {1c017ff4-798c-4aeb-af37-e422fe5f0b23} TCPHandler: Processed in 0.001266109 sec. 2026.02.25 21:42:29.765401 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:29.765493 [ 277 ] {0c3bb2ee-ed04-4bba-9790-7a576ecbeb59} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:42:29.765532 [ 277 ] {0c3bb2ee-ed04-4bba-9790-7a576ecbeb59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:42:29.766249 [ 277 ] {0c3bb2ee-ed04-4bba-9790-7a576ecbeb59} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:29.766290 [ 277 ] {0c3bb2ee-ed04-4bba-9790-7a576ecbeb59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2026.02.25 21:42:29.766716 [ 277 ] {0c3bb2ee-ed04-4bba-9790-7a576ecbeb59} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.25 21:42:29.766973 [ 277 ] {0c3bb2ee-ed04-4bba-9790-7a576ecbeb59} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:29.767120 [ 277 ] {0c3bb2ee-ed04-4bba-9790-7a576ecbeb59} executeQuery: Read 573 rows, 44.03 KiB in 0.001644 sec., 348540.14598540147 rows/sec., 26.16 MiB/sec. 2026.02.25 21:42:29.767163 [ 277 ] {0c3bb2ee-ed04-4bba-9790-7a576ecbeb59} TCPHandler: Processed in 0.001812054 sec. 2026.02.25 21:42:29.767293 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:29.767406 [ 277 ] {1bcc7ec5-3c3b-4856-a7ca-042a1305b70e} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:42:29.767458 [ 277 ] {1bcc7ec5-3c3b-4856-a7ca-042a1305b70e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:42:29.768475 [ 277 ] {1bcc7ec5-3c3b-4856-a7ca-042a1305b70e} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:29.768516 [ 277 ] {1bcc7ec5-3c3b-4856-a7ca-042a1305b70e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2026.02.25 21:42:29.769015 [ 277 ] {1bcc7ec5-3c3b-4856-a7ca-042a1305b70e} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.25 21:42:29.769238 [ 277 ] {1bcc7ec5-3c3b-4856-a7ca-042a1305b70e} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:29.769366 [ 277 ] {1bcc7ec5-3c3b-4856-a7ca-042a1305b70e} executeQuery: Read 2249 rows, 154.37 KiB in 0.001984 sec., 1133568.5483870967 rows/sec., 75.98 MiB/sec. 2026.02.25 21:42:29.769402 [ 277 ] {1bcc7ec5-3c3b-4856-a7ca-042a1305b70e} TCPHandler: Processed in 0.002177507 sec. 2026.02.25 21:42:29.769519 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:29.769614 [ 277 ] {a983262b-4a48-473c-adaa-acfa16b9bfc2} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.25 21:42:29.769668 [ 277 ] {a983262b-4a48-473c-adaa-acfa16b9bfc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.25 21:42:29.770365 [ 277 ] {a983262b-4a48-473c-adaa-acfa16b9bfc2} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:29.770400 [ 277 ] {a983262b-4a48-473c-adaa-acfa16b9bfc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2026.02.25 21:42:29.770876 [ 277 ] {a983262b-4a48-473c-adaa-acfa16b9bfc2} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.25 21:42:29.771097 [ 277 ] {a983262b-4a48-473c-adaa-acfa16b9bfc2} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:29.771201 [ 41 ] {} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.25 21:42:29.771236 [ 41 ] {} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:29.771236 [ 277 ] {a983262b-4a48-473c-adaa-acfa16b9bfc2} executeQuery: Read 5 rows, 9.17 KiB in 0.00164 sec., 3048.7804878048782 rows/sec., 5.46 MiB/sec. 2026.02.25 21:42:29.771255 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. 2026.02.25 21:42:29.771302 [ 277 ] {a983262b-4a48-473c-adaa-acfa16b9bfc2} TCPHandler: Processed in 0.001833785 sec. 2026.02.25 21:42:29.771389 [ 188 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.02.25 21:42:29.771415 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:29.771527 [ 277 ] {8f9d8975-c22f-4c25-9b09-b65a29f174a8} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.02.25 21:42:29.771569 [ 277 ] {8f9d8975-c22f-4c25-9b09-b65a29f174a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.02.25 21:42:29.771669 [ 188 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:42:29.771752 [ 188 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part 2026.02.25 21:42:29.771878 [ 277 ] {8f9d8975-c22f-4c25-9b09-b65a29f174a8} oximeter.measurements_i64 (91934986-4462-4f91-9bac-94438ec85331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:29.771918 [ 277 ] {8f9d8975-c22f-4c25-9b09-b65a29f174a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:29.771928 [ 188 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2026.02.25 21:42:29.772053 [ 188 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part 2026.02.25 21:42:29.772194 [ 188 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 15 rows starting from the beginning of the part 2026.02.25 21:42:29.772237 [ 277 ] {8f9d8975-c22f-4c25-9b09-b65a29f174a8} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.25 21:42:29.772313 [ 188 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part 2026.02.25 21:42:29.772430 [ 188 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 5 rows starting from the beginning of the part 2026.02.25 21:42:29.772488 [ 277 ] {8f9d8975-c22f-4c25-9b09-b65a29f174a8} oximeter.measurements_i64 (91934986-4462-4f91-9bac-94438ec85331): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:29.772633 [ 277 ] {8f9d8975-c22f-4c25-9b09-b65a29f174a8} executeQuery: Read 6 rows, 434.00 B in 0.00113 sec., 5309.734513274337 rows/sec., 375.07 KiB/sec. 2026.02.25 21:42:29.772673 [ 277 ] {8f9d8975-c22f-4c25-9b09-b65a29f174a8} TCPHandler: Processed in 0.00130821 sec. 2026.02.25 21:42:29.772800 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:29.772898 [ 277 ] {f92a0e2b-c3b4-4126-b04e-d7f960c6e6ac} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:42:29.772939 [ 277 ] {f92a0e2b-c3b4-4126-b04e-d7f960c6e6ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:42:29.773278 [ 277 ] {f92a0e2b-c3b4-4126-b04e-d7f960c6e6ac} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:29.773317 [ 277 ] {f92a0e2b-c3b4-4126-b04e-d7f960c6e6ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:29.773685 [ 277 ] {f92a0e2b-c3b4-4126-b04e-d7f960c6e6ac} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.25 21:42:29.773954 [ 277 ] {f92a0e2b-c3b4-4126-b04e-d7f960c6e6ac} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:29.774105 [ 277 ] {f92a0e2b-c3b4-4126-b04e-d7f960c6e6ac} executeQuery: Read 12 rows, 848.00 B in 0.001226 sec., 9787.928221859705 rows/sec., 675.47 KiB/sec. 2026.02.25 21:42:29.774145 [ 277 ] {f92a0e2b-c3b4-4126-b04e-d7f960c6e6ac} TCPHandler: Processed in 0.001406841 sec. 2026.02.25 21:42:29.774618 [ 199 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 80 rows, containing 19 columns (19 merged, 0 gathered) in 0.003285615 sec., 24348.56183697725 rows/sec., 43.63 MiB/sec. 2026.02.25 21:42:29.774989 [ 199 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.25 21:42:29.775391 [ 199 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_6_1} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:29.775482 [ 199 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_6_1} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.25 21:42:29.775621 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2026.02.25 21:42:31.979175 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 64 entries to flush up to offset 360 2026.02.25 21:42:31.982364 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:31.982403 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:31.983641 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.25 21:42:31.983902 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:31.984039 [ 36 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.25 21:42:31.984077 [ 36 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:31.984095 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:31.984152 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 360 2026.02.25 21:42:31.984228 [ 194 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.02.25 21:42:31.984795 [ 194 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:42:31.984951 [ 194 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part 2026.02.25 21:42:31.985334 [ 194 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 90 rows starting from the beginning of the part 2026.02.25 21:42:31.985680 [ 194 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part 2026.02.25 21:42:31.986021 [ 194 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 46 rows starting from the beginning of the part 2026.02.25 21:42:31.986333 [ 194 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 42 rows starting from the beginning of the part 2026.02.25 21:42:31.986631 [ 194 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part 2026.02.25 21:42:31.993418 [ 192 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 360 rows, containing 72 columns (72 merged, 0 gathered) in 0.009233812 sec., 38987.14853627083 rows/sec., 40.88 MiB/sec. 2026.02.25 21:42:31.994339 [ 192 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.25 21:42:31.994883 [ 192 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_6_1} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:31.994943 [ 192 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_6_1} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.25 21:42:31.995127 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.76 MiB. 2026.02.25 21:42:32.000230 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 205.99 MiB, peak 210.64 MiB, free memory in arenas 0.00 B, will set to 207.07 MiB (RSS), difference: 1.09 MiB 2026.02.25 21:42:34.118417 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:34.118592 [ 277 ] {a268e8d2-a99d-44c1-8c7c-d2352bfd2ffe} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:42:34.118657 [ 277 ] {a268e8d2-a99d-44c1-8c7c-d2352bfd2ffe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:42:34.119265 [ 277 ] {a268e8d2-a99d-44c1-8c7c-d2352bfd2ffe} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:34.119312 [ 277 ] {a268e8d2-a99d-44c1-8c7c-d2352bfd2ffe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:34.119692 [ 277 ] {a268e8d2-a99d-44c1-8c7c-d2352bfd2ffe} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.25 21:42:34.119916 [ 277 ] {a268e8d2-a99d-44c1-8c7c-d2352bfd2ffe} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:34.120038 [ 34 ] {} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.25 21:42:34.120059 [ 277 ] {a268e8d2-a99d-44c1-8c7c-d2352bfd2ffe} executeQuery: Read 56 rows, 4.41 KiB in 0.001515 sec., 36963.696369636964 rows/sec., 2.84 MiB/sec. 2026.02.25 21:42:34.120107 [ 34 ] {} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:34.120121 [ 277 ] {a268e8d2-a99d-44c1-8c7c-d2352bfd2ffe} TCPHandler: Processed in 0.001829094 sec. 2026.02.25 21:42:34.120133 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:34.120251 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:34.120251 [ 188 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.02.25 21:42:34.120351 [ 277 ] {04034634-c380-438b-8ab3-03e6be8f116c} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:42:34.120397 [ 277 ] {04034634-c380-438b-8ab3-03e6be8f116c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:42:34.120401 [ 188 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:42:34.120444 [ 188 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 942 rows starting from the beginning of the part 2026.02.25 21:42:34.120509 [ 188 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 88 rows starting from the beginning of the part 2026.02.25 21:42:34.120552 [ 188 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part 2026.02.25 21:42:34.120593 [ 188 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 116 rows starting from the beginning of the part 2026.02.25 21:42:34.120632 [ 188 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1329 rows starting from the beginning of the part 2026.02.25 21:42:34.120670 [ 188 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part 2026.02.25 21:42:34.120805 [ 277 ] {04034634-c380-438b-8ab3-03e6be8f116c} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:34.120846 [ 277 ] {04034634-c380-438b-8ab3-03e6be8f116c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:34.121179 [ 277 ] {04034634-c380-438b-8ab3-03e6be8f116c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.25 21:42:34.121416 [ 277 ] {04034634-c380-438b-8ab3-03e6be8f116c} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:34.121537 [ 33 ] {} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.25 21:42:34.121544 [ 277 ] {04034634-c380-438b-8ab3-03e6be8f116c} executeQuery: Read 64 rows, 5.12 KiB in 0.001212 sec., 52805.280528052805 rows/sec., 4.12 MiB/sec. 2026.02.25 21:42:34.121575 [ 33 ] {} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:34.121591 [ 277 ] {04034634-c380-438b-8ab3-03e6be8f116c} TCPHandler: Processed in 0.001391071 sec. 2026.02.25 21:42:34.121593 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:34.121682 [ 192 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.02.25 21:42:34.121698 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:34.121791 [ 192 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:42:34.121803 [ 277 ] {5c50d7a4-aba6-416c-b1a6-1b859b96d7f5} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:42:34.121825 [ 192 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 546 rows starting from the beginning of the part 2026.02.25 21:42:34.121852 [ 277 ] {5c50d7a4-aba6-416c-b1a6-1b859b96d7f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:42:34.121900 [ 192 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 87 rows starting from the beginning of the part 2026.02.25 21:42:34.121950 [ 192 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part 2026.02.25 21:42:34.121990 [ 192 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 102 rows starting from the beginning of the part 2026.02.25 21:42:34.122008 [ 194 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2587 rows, containing 5 columns (5 merged, 0 gathered) in 0.001807854 sec., 1430978.3865290007 rows/sec., 123.30 MiB/sec. 2026.02.25 21:42:34.122028 [ 192 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 573 rows starting from the beginning of the part 2026.02.25 21:42:34.122078 [ 192 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part 2026.02.25 21:42:34.122229 [ 277 ] {5c50d7a4-aba6-416c-b1a6-1b859b96d7f5} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:34.122258 [ 188 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.25 21:42:34.122271 [ 277 ] {5c50d7a4-aba6-416c-b1a6-1b859b96d7f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:34.122540 [ 188 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_11_2} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:34.122618 [ 188 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_11_2} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.25 21:42:34.122680 [ 277 ] {5c50d7a4-aba6-416c-b1a6-1b859b96d7f5} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.25 21:42:34.122686 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2026.02.25 21:42:34.122914 [ 277 ] {5c50d7a4-aba6-416c-b1a6-1b859b96d7f5} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:34.123010 [ 33 ] {} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.25 21:42:34.123035 [ 33 ] {} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:34.123047 [ 277 ] {5c50d7a4-aba6-416c-b1a6-1b859b96d7f5} executeQuery: Read 128 rows, 9.13 KiB in 0.001263 sec., 101346.00158353128 rows/sec., 7.06 MiB/sec. 2026.02.25 21:42:34.123050 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:34.123085 [ 277 ] {5c50d7a4-aba6-416c-b1a6-1b859b96d7f5} TCPHandler: Processed in 0.001437461 sec. 2026.02.25 21:42:34.123096 [ 193 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1436 rows, containing 5 columns (5 merged, 0 gathered) in 0.001450581 sec., 989948.1655970952 rows/sec., 77.47 MiB/sec. 2026.02.25 21:42:34.123121 [ 188 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.02.25 21:42:34.123193 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:34.123203 [ 188 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:42:34.123243 [ 188 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1331 rows starting from the beginning of the part 2026.02.25 21:42:34.123287 [ 188 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 161 rows starting from the beginning of the part 2026.02.25 21:42:34.123296 [ 277 ] {accbc007-8b15-4e1a-a5c9-149b16414d4e} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:42:34.123325 [ 188 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part 2026.02.25 21:42:34.123338 [ 193 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.25 21:42:34.123343 [ 277 ] {accbc007-8b15-4e1a-a5c9-149b16414d4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:42:34.123364 [ 188 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part 2026.02.25 21:42:34.123400 [ 188 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2249 rows starting from the beginning of the part 2026.02.25 21:42:34.123433 [ 188 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 128 rows starting from the beginning of the part 2026.02.25 21:42:34.123640 [ 193 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_11_2} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:34.123671 [ 277 ] {accbc007-8b15-4e1a-a5c9-149b16414d4e} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:34.123705 [ 277 ] {accbc007-8b15-4e1a-a5c9-149b16414d4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:34.123718 [ 193 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_11_2} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.25 21:42:34.123794 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.02.25 21:42:34.124024 [ 277 ] {accbc007-8b15-4e1a-a5c9-149b16414d4e} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.25 21:42:34.124260 [ 277 ] {accbc007-8b15-4e1a-a5c9-149b16414d4e} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:34.124360 [ 33 ] {} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.25 21:42:34.124387 [ 33 ] {} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:34.124393 [ 277 ] {accbc007-8b15-4e1a-a5c9-149b16414d4e} executeQuery: Read 48 rows, 3.31 KiB in 0.001115 sec., 43049.32735426009 rows/sec., 2.90 MiB/sec. 2026.02.25 21:42:34.124405 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:34.124430 [ 277 ] {accbc007-8b15-4e1a-a5c9-149b16414d4e} TCPHandler: Processed in 0.00128682 sec. 2026.02.25 21:42:34.124488 [ 194 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.02.25 21:42:34.124600 [ 194 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:42:34.124631 [ 194 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 420 rows starting from the beginning of the part 2026.02.25 21:42:34.124689 [ 194 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part 2026.02.25 21:42:34.124728 [ 194 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part 2026.02.25 21:42:34.124763 [ 194 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part 2026.02.25 21:42:34.124797 [ 194 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part 2026.02.25 21:42:34.124832 [ 194 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 48 rows starting from the beginning of the part 2026.02.25 21:42:34.125663 [ 198 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 660 rows, containing 4 columns (4 merged, 0 gathered) in 0.001212989 sec., 544110.4577205564 rows/sec., 35.95 MiB/sec. 2026.02.25 21:42:34.125825 [ 193 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.25 21:42:34.126067 [ 193 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_11_2} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:34.126128 [ 193 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_11_2} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.25 21:42:34.126191 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.02.25 21:42:34.129642 [ 194 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 4189 rows, containing 5 columns (5 merged, 0 gathered) in 0.00654385 sec., 640143.0350634565 rows/sec., 43.70 MiB/sec. 2026.02.25 21:42:34.129976 [ 194 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.25 21:42:34.130240 [ 194 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_11_2} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:34.130316 [ 194 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_11_2} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.25 21:42:34.130403 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.02 MiB. 2026.02.25 21:42:36.906969 [ 28 ] {} DNSResolver: Updating DNS cache 2026.02.25 21:42:36.907039 [ 28 ] {} DNSResolver: Updated DNS cache 2026.02.25 21:42:36.976716 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4714 2026.02.25 21:42:36.977192 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:36.977243 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:36.977730 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.25 21:42:36.977951 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:36.978092 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4714 2026.02.25 21:42:37.244725 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.02.25 21:42:37.262128 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:37.262178 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:37.268402 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.25 21:42:37.269072 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:37.271990 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.02.25 21:42:38.000214 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 208.48 MiB, peak 214.01 MiB, free memory in arenas 0.00 B, will set to 211.21 MiB (RSS), difference: 2.73 MiB 2026.02.25 21:42:39.122650 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:39.122834 [ 277 ] {c531f922-cc19-4cb8-919a-af952a816980} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:42:39.122902 [ 277 ] {c531f922-cc19-4cb8-919a-af952a816980} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:42:39.123614 [ 277 ] {c531f922-cc19-4cb8-919a-af952a816980} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:39.123664 [ 277 ] {c531f922-cc19-4cb8-919a-af952a816980} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:39.124080 [ 277 ] {c531f922-cc19-4cb8-919a-af952a816980} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.25 21:42:39.124310 [ 277 ] {c531f922-cc19-4cb8-919a-af952a816980} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:39.124463 [ 277 ] {c531f922-cc19-4cb8-919a-af952a816980} executeQuery: Read 126 rows, 11.11 KiB in 0.001659 sec., 75949.36708860759 rows/sec., 6.54 MiB/sec. 2026.02.25 21:42:39.124512 [ 277 ] {c531f922-cc19-4cb8-919a-af952a816980} TCPHandler: Processed in 0.001987035 sec. 2026.02.25 21:42:39.124638 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:39.124740 [ 277 ] {6a5eb46a-1632-46fa-a543-a89c21b05769} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.25 21:42:39.124782 [ 277 ] {6a5eb46a-1632-46fa-a543-a89c21b05769} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.25 21:42:39.125183 [ 277 ] {6a5eb46a-1632-46fa-a543-a89c21b05769} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:39.125221 [ 277 ] {6a5eb46a-1632-46fa-a543-a89c21b05769} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:39.125520 [ 277 ] {6a5eb46a-1632-46fa-a543-a89c21b05769} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.25 21:42:39.125745 [ 277 ] {6a5eb46a-1632-46fa-a543-a89c21b05769} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:39.125878 [ 277 ] {6a5eb46a-1632-46fa-a543-a89c21b05769} executeQuery: Read 35 rows, 2.63 KiB in 0.001161 sec., 30146.425495262705 rows/sec., 2.21 MiB/sec. 2026.02.25 21:42:39.125917 [ 277 ] {6a5eb46a-1632-46fa-a543-a89c21b05769} TCPHandler: Processed in 0.001332 sec. 2026.02.25 21:42:39.126028 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:39.126124 [ 277 ] {0597aaf9-1225-42de-8ce7-da391086cae4} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:42:39.126165 [ 277 ] {0597aaf9-1225-42de-8ce7-da391086cae4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:42:39.126600 [ 277 ] {0597aaf9-1225-42de-8ce7-da391086cae4} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:39.126637 [ 277 ] {0597aaf9-1225-42de-8ce7-da391086cae4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:39.126952 [ 277 ] {0597aaf9-1225-42de-8ce7-da391086cae4} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.25 21:42:39.127162 [ 277 ] {0597aaf9-1225-42de-8ce7-da391086cae4} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:39.127289 [ 277 ] {0597aaf9-1225-42de-8ce7-da391086cae4} executeQuery: Read 102 rows, 8.19 KiB in 0.001183 sec., 86221.47083685546 rows/sec., 6.76 MiB/sec. 2026.02.25 21:42:39.127324 [ 277 ] {0597aaf9-1225-42de-8ce7-da391086cae4} TCPHandler: Processed in 0.00134765 sec. 2026.02.25 21:42:39.127431 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:39.127527 [ 277 ] {63667b5e-2f17-48a6-9cdb-ef90941bd63c} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:42:39.127570 [ 277 ] {63667b5e-2f17-48a6-9cdb-ef90941bd63c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:42:39.127972 [ 277 ] {63667b5e-2f17-48a6-9cdb-ef90941bd63c} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:39.128009 [ 277 ] {63667b5e-2f17-48a6-9cdb-ef90941bd63c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:39.128321 [ 277 ] {63667b5e-2f17-48a6-9cdb-ef90941bd63c} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.25 21:42:39.128535 [ 277 ] {63667b5e-2f17-48a6-9cdb-ef90941bd63c} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:39.128661 [ 277 ] {63667b5e-2f17-48a6-9cdb-ef90941bd63c} executeQuery: Read 160 rows, 11.41 KiB in 0.001154 sec., 138648.18024263432 rows/sec., 9.66 MiB/sec. 2026.02.25 21:42:39.128697 [ 277 ] {63667b5e-2f17-48a6-9cdb-ef90941bd63c} TCPHandler: Processed in 0.001316601 sec. 2026.02.25 21:42:39.128806 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:39.128901 [ 277 ] {f93dfaa5-5a18-4850-b1ef-3537c318a86f} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.25 21:42:39.128956 [ 277 ] {f93dfaa5-5a18-4850-b1ef-3537c318a86f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.25 21:42:39.129783 [ 277 ] {f93dfaa5-5a18-4850-b1ef-3537c318a86f} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:39.129819 [ 277 ] {f93dfaa5-5a18-4850-b1ef-3537c318a86f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:39.130353 [ 277 ] {f93dfaa5-5a18-4850-b1ef-3537c318a86f} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.25 21:42:39.130571 [ 277 ] {f93dfaa5-5a18-4850-b1ef-3537c318a86f} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:39.130703 [ 277 ] {f93dfaa5-5a18-4850-b1ef-3537c318a86f} executeQuery: Read 35 rows, 64.22 KiB in 0.001819 sec., 19241.34139637163 rows/sec., 34.48 MiB/sec. 2026.02.25 21:42:39.130762 [ 277 ] {f93dfaa5-5a18-4850-b1ef-3537c318a86f} TCPHandler: Processed in 0.002005716 sec. 2026.02.25 21:42:39.130873 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:39.130967 [ 277 ] {c3551230-6f27-4e1d-a85f-538f5daf93e6} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.02.25 21:42:39.131009 [ 277 ] {c3551230-6f27-4e1d-a85f-538f5daf93e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.02.25 21:42:39.131302 [ 277 ] {c3551230-6f27-4e1d-a85f-538f5daf93e6} oximeter.measurements_i64 (91934986-4462-4f91-9bac-94438ec85331): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:39.131338 [ 277 ] {c3551230-6f27-4e1d-a85f-538f5daf93e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:39.131632 [ 277 ] {c3551230-6f27-4e1d-a85f-538f5daf93e6} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.25 21:42:39.131834 [ 277 ] {c3551230-6f27-4e1d-a85f-538f5daf93e6} oximeter.measurements_i64 (91934986-4462-4f91-9bac-94438ec85331): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:39.131958 [ 277 ] {c3551230-6f27-4e1d-a85f-538f5daf93e6} executeQuery: Read 3 rows, 246.00 B in 0.00101 sec., 2970.29702970297 rows/sec., 237.86 KiB/sec. 2026.02.25 21:42:39.131993 [ 277 ] {c3551230-6f27-4e1d-a85f-538f5daf93e6} TCPHandler: Processed in 0.001170319 sec. 2026.02.25 21:42:39.132097 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:39.132190 [ 277 ] {beec9a61-a32c-4c52-bd22-d589e260c325} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:42:39.132229 [ 277 ] {beec9a61-a32c-4c52-bd22-d589e260c325} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:42:39.132555 [ 277 ] {beec9a61-a32c-4c52-bd22-d589e260c325} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:39.132590 [ 277 ] {beec9a61-a32c-4c52-bd22-d589e260c325} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:39.132882 [ 277 ] {beec9a61-a32c-4c52-bd22-d589e260c325} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.25 21:42:39.133088 [ 277 ] {beec9a61-a32c-4c52-bd22-d589e260c325} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:39.133210 [ 277 ] {beec9a61-a32c-4c52-bd22-d589e260c325} executeQuery: Read 60 rows, 4.14 KiB in 0.001037 sec., 57859.209257473485 rows/sec., 3.90 MiB/sec. 2026.02.25 21:42:39.133244 [ 277 ] {beec9a61-a32c-4c52-bd22-d589e260c325} TCPHandler: Processed in 0.00119737 sec. 2026.02.25 21:42:41.984755 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 382 2026.02.25 21:42:41.986816 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:41.986858 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:41.987982 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.25 21:42:41.988262 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:41.988507 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 382 2026.02.25 21:42:42.359149 [ 44 ] {} oximeter.fields_u32 (908bf044-80c4-4aff-a2d0-2b9c977956ba) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.02.25 21:42:42.359239 [ 44 ] {} oximeter.fields_u32 (908bf044-80c4-4aff-a2d0-2b9c977956ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:42.359278 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:42.359455 [ 198 ] {908bf044-80c4-4aff-a2d0-2b9c977956ba::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.02.25 21:42:42.359628 [ 198 ] {908bf044-80c4-4aff-a2d0-2b9c977956ba::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:42:42.359666 [ 198 ] {908bf044-80c4-4aff-a2d0-2b9c977956ba::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 149 rows starting from the beginning of the part 2026.02.25 21:42:42.359774 [ 198 ] {908bf044-80c4-4aff-a2d0-2b9c977956ba::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 149 rows starting from the beginning of the part 2026.02.25 21:42:42.359833 [ 198 ] {908bf044-80c4-4aff-a2d0-2b9c977956ba::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2026.02.25 21:42:42.359884 [ 198 ] {908bf044-80c4-4aff-a2d0-2b9c977956ba::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2026.02.25 21:42:42.359940 [ 198 ] {908bf044-80c4-4aff-a2d0-2b9c977956ba::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 252 rows starting from the beginning of the part 2026.02.25 21:42:42.360810 [ 188 ] {908bf044-80c4-4aff-a2d0-2b9c977956ba::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 575 rows, containing 5 columns (5 merged, 0 gathered) in 0.001443601 sec., 398309.5051887606 rows/sec., 28.35 MiB/sec. 2026.02.25 21:42:42.360984 [ 194 ] {908bf044-80c4-4aff-a2d0-2b9c977956ba::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.02.25 21:42:42.361266 [ 194 ] {908bf044-80c4-4aff-a2d0-2b9c977956ba::all_1_5_1} oximeter.fields_u32 (908bf044-80c4-4aff-a2d0-2b9c977956ba): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:42.361331 [ 194 ] {908bf044-80c4-4aff-a2d0-2b9c977956ba::all_1_5_1} oximeter.fields_u32 (908bf044-80c4-4aff-a2d0-2b9c977956ba) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.02.25 21:42:42.361393 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.02.25 21:42:44.120966 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:44.121157 [ 277 ] {a037446f-234a-461c-a919-01d1022132d4} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:42:44.121226 [ 277 ] {a037446f-234a-461c-a919-01d1022132d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:42:44.121837 [ 277 ] {a037446f-234a-461c-a919-01d1022132d4} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:44.121883 [ 277 ] {a037446f-234a-461c-a919-01d1022132d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:44.122263 [ 277 ] {a037446f-234a-461c-a919-01d1022132d4} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.25 21:42:44.122481 [ 277 ] {a037446f-234a-461c-a919-01d1022132d4} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:44.122630 [ 277 ] {a037446f-234a-461c-a919-01d1022132d4} executeQuery: Read 66 rows, 5.38 KiB in 0.001524 sec., 43307.086614173226 rows/sec., 3.45 MiB/sec. 2026.02.25 21:42:44.122669 [ 277 ] {a037446f-234a-461c-a919-01d1022132d4} TCPHandler: Processed in 0.001834944 sec. 2026.02.25 21:42:44.122792 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:44.122885 [ 277 ] {85b98fd9-40ce-4100-9800-a3aba9d2d115} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.25 21:42:44.122925 [ 277 ] {85b98fd9-40ce-4100-9800-a3aba9d2d115} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.25 21:42:44.123286 [ 277 ] {85b98fd9-40ce-4100-9800-a3aba9d2d115} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:44.123322 [ 277 ] {85b98fd9-40ce-4100-9800-a3aba9d2d115} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:44.123772 [ 277 ] {85b98fd9-40ce-4100-9800-a3aba9d2d115} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.25 21:42:44.124140 [ 277 ] {85b98fd9-40ce-4100-9800-a3aba9d2d115} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:44.124286 [ 277 ] {85b98fd9-40ce-4100-9800-a3aba9d2d115} executeQuery: Read 5 rows, 385.00 B in 0.001419 sec., 3523.608174770966 rows/sec., 264.96 KiB/sec. 2026.02.25 21:42:44.124325 [ 277 ] {85b98fd9-40ce-4100-9800-a3aba9d2d115} TCPHandler: Processed in 0.001580352 sec. 2026.02.25 21:42:44.124433 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:44.124529 [ 277 ] {00fdddd7-050e-4969-b20f-025105acc18e} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:42:44.124570 [ 277 ] {00fdddd7-050e-4969-b20f-025105acc18e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:42:44.124986 [ 277 ] {00fdddd7-050e-4969-b20f-025105acc18e} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:44.125023 [ 277 ] {00fdddd7-050e-4969-b20f-025105acc18e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:44.125326 [ 277 ] {00fdddd7-050e-4969-b20f-025105acc18e} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.25 21:42:44.125534 [ 277 ] {00fdddd7-050e-4969-b20f-025105acc18e} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:44.125662 [ 277 ] {00fdddd7-050e-4969-b20f-025105acc18e} executeQuery: Read 69 rows, 5.52 KiB in 0.001151 sec., 59947.87141615987 rows/sec., 4.68 MiB/sec. 2026.02.25 21:42:44.125699 [ 277 ] {00fdddd7-050e-4969-b20f-025105acc18e} TCPHandler: Processed in 0.00131575 sec. 2026.02.25 21:42:44.125806 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:44.125901 [ 277 ] {dccb2aca-28a1-4ed7-968c-347e05201158} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:42:44.125945 [ 277 ] {dccb2aca-28a1-4ed7-968c-347e05201158} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:42:44.126334 [ 277 ] {dccb2aca-28a1-4ed7-968c-347e05201158} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:44.126371 [ 277 ] {dccb2aca-28a1-4ed7-968c-347e05201158} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:44.126692 [ 277 ] {dccb2aca-28a1-4ed7-968c-347e05201158} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.25 21:42:44.126898 [ 277 ] {dccb2aca-28a1-4ed7-968c-347e05201158} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:44.127025 [ 277 ] {dccb2aca-28a1-4ed7-968c-347e05201158} executeQuery: Read 160 rows, 11.41 KiB in 0.001142 sec., 140105.07880910684 rows/sec., 9.76 MiB/sec. 2026.02.25 21:42:44.127061 [ 277 ] {dccb2aca-28a1-4ed7-968c-347e05201158} TCPHandler: Processed in 0.00130556 sec. 2026.02.25 21:42:44.127166 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:44.127260 [ 277 ] {5d2aa5d7-fabc-4fa0-9d45-4e1fe1e2d95e} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.25 21:42:44.127315 [ 277 ] {5d2aa5d7-fabc-4fa0-9d45-4e1fe1e2d95e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.25 21:42:44.128067 [ 277 ] {5d2aa5d7-fabc-4fa0-9d45-4e1fe1e2d95e} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:44.128104 [ 277 ] {5d2aa5d7-fabc-4fa0-9d45-4e1fe1e2d95e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:44.128576 [ 277 ] {5d2aa5d7-fabc-4fa0-9d45-4e1fe1e2d95e} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.25 21:42:44.128806 [ 277 ] {5d2aa5d7-fabc-4fa0-9d45-4e1fe1e2d95e} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:44.128938 [ 277 ] {5d2aa5d7-fabc-4fa0-9d45-4e1fe1e2d95e} executeQuery: Read 5 rows, 9.17 KiB in 0.001696 sec., 2948.1132075471696 rows/sec., 5.28 MiB/sec. 2026.02.25 21:42:44.128989 [ 277 ] {5d2aa5d7-fabc-4fa0-9d45-4e1fe1e2d95e} TCPHandler: Processed in 0.001873504 sec. 2026.02.25 21:42:44.129110 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:44.129206 [ 277 ] {50016eed-be84-414c-a89c-15cfab366437} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:42:44.129249 [ 277 ] {50016eed-be84-414c-a89c-15cfab366437} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:42:44.129573 [ 277 ] {50016eed-be84-414c-a89c-15cfab366437} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:44.129611 [ 277 ] {50016eed-be84-414c-a89c-15cfab366437} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:44.129909 [ 277 ] {50016eed-be84-414c-a89c-15cfab366437} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.25 21:42:44.130111 [ 277 ] {50016eed-be84-414c-a89c-15cfab366437} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:44.130238 [ 277 ] {50016eed-be84-414c-a89c-15cfab366437} executeQuery: Read 60 rows, 4.14 KiB in 0.00105 sec., 57142.857142857145 rows/sec., 3.85 MiB/sec. 2026.02.25 21:42:44.130273 [ 277 ] {50016eed-be84-414c-a89c-15cfab366437} TCPHandler: Processed in 0.001212539 sec. 2026.02.25 21:42:44.478391 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5226 2026.02.25 21:42:44.478950 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:44.478999 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:44.479508 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.25 21:42:44.479730 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:44.479859 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5226 2026.02.25 21:42:44.479941 [ 81 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.25 21:42:44.479993 [ 81 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:44.480014 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:44.480124 [ 193 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.02.25 21:42:44.480245 [ 193 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:42:44.480280 [ 193 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2806 rows starting from the beginning of the part 2026.02.25 21:42:44.480374 [ 193 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 500 rows starting from the beginning of the part 2026.02.25 21:42:44.480427 [ 193 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 448 rows starting from the beginning of the part 2026.02.25 21:42:44.480474 [ 193 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 512 rows starting from the beginning of the part 2026.02.25 21:42:44.480515 [ 193 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 448 rows starting from the beginning of the part 2026.02.25 21:42:44.480554 [ 193 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 512 rows starting from the beginning of the part 2026.02.25 21:42:44.481892 [ 188 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5226 rows, containing 4 columns (4 merged, 0 gathered) in 0.001803533 sec., 2897645.898356171 rows/sec., 41.45 MiB/sec. 2026.02.25 21:42:44.482758 [ 188 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.25 21:42:44.483046 [ 188 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_11_2} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:44.483127 [ 188 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_11_2} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.25 21:42:44.483219 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.02.25 21:42:44.772235 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.02.25 21:42:44.788409 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:44.788462 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:44.794460 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.25 21:42:44.795121 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:44.795425 [ 76 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.25 21:42:44.795489 [ 76 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:44.795509 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:44.795662 [ 187 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.02.25 21:42:44.798368 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.02.25 21:42:44.799938 [ 187 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:42:44.801301 [ 187 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part 2026.02.25 21:42:44.805853 [ 187 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part 2026.02.25 21:42:44.810039 [ 187 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2026.02.25 21:42:44.814366 [ 187 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part 2026.02.25 21:42:44.819119 [ 187 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2026.02.25 21:42:44.823381 [ 187 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part 2026.02.25 21:42:44.874903 [ 188 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.079305562 sec., 1046.5848536575531 rows/sec., 5.41 MiB/sec. 2026.02.25 21:42:44.877233 [ 193 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.25 21:42:44.879295 [ 193 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_11_2} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:44.879376 [ 193 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_11_2} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.25 21:42:44.881464 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.02.25 21:42:45.000261 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 212.84 MiB, peak 222.73 MiB, free memory in arenas 0.00 B, will set to 222.35 MiB (RSS), difference: 9.51 MiB 2026.02.25 21:42:49.123086 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:49.123291 [ 277 ] {8f7a9fb5-3d52-40f4-a49f-68bb59d4fbc4} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.25 21:42:49.123361 [ 277 ] {8f7a9fb5-3d52-40f4-a49f-68bb59d4fbc4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.25 21:42:49.123909 [ 277 ] {8f7a9fb5-3d52-40f4-a49f-68bb59d4fbc4} oximeter.fields_ipaddr (9d816c18-633c-4844-8e74-bf82544c842d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:49.123956 [ 277 ] {8f7a9fb5-3d52-40f4-a49f-68bb59d4fbc4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:49.124318 [ 277 ] {8f7a9fb5-3d52-40f4-a49f-68bb59d4fbc4} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.25 21:42:49.124531 [ 277 ] {8f7a9fb5-3d52-40f4-a49f-68bb59d4fbc4} oximeter.fields_ipaddr (9d816c18-633c-4844-8e74-bf82544c842d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:49.124680 [ 277 ] {8f7a9fb5-3d52-40f4-a49f-68bb59d4fbc4} executeQuery: Read 10 rows, 835.00 B in 0.00144 sec., 6944.444444444444 rows/sec., 566.27 KiB/sec. 2026.02.25 21:42:49.124719 [ 277 ] {8f7a9fb5-3d52-40f4-a49f-68bb59d4fbc4} TCPHandler: Processed in 0.001760104 sec. 2026.02.25 21:42:49.124826 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:49.124919 [ 277 ] {3f78232f-2274-4c86-a0dd-4727242935c0} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:42:49.124957 [ 277 ] {3f78232f-2274-4c86-a0dd-4727242935c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:42:49.125361 [ 277 ] {3f78232f-2274-4c86-a0dd-4727242935c0} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:49.125397 [ 277 ] {3f78232f-2274-4c86-a0dd-4727242935c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:49.125696 [ 277 ] {3f78232f-2274-4c86-a0dd-4727242935c0} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.25 21:42:49.125901 [ 277 ] {3f78232f-2274-4c86-a0dd-4727242935c0} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:49.126020 [ 277 ] {3f78232f-2274-4c86-a0dd-4727242935c0} executeQuery: Read 131 rows, 11.48 KiB in 0.00112 sec., 116964.28571428572 rows/sec., 10.01 MiB/sec. 2026.02.25 21:42:49.126055 [ 277 ] {3f78232f-2274-4c86-a0dd-4727242935c0} TCPHandler: Processed in 0.00127616 sec. 2026.02.25 21:42:49.126151 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:49.126242 [ 277 ] {3e67c0cb-bc0b-4157-bb5c-96d5825afea6} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.25 21:42:49.126282 [ 277 ] {3e67c0cb-bc0b-4157-bb5c-96d5825afea6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.25 21:42:49.126726 [ 277 ] {3e67c0cb-bc0b-4157-bb5c-96d5825afea6} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:49.126761 [ 277 ] {3e67c0cb-bc0b-4157-bb5c-96d5825afea6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:49.127054 [ 277 ] {3e67c0cb-bc0b-4157-bb5c-96d5825afea6} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.25 21:42:49.127279 [ 277 ] {3e67c0cb-bc0b-4157-bb5c-96d5825afea6} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:49.127403 [ 277 ] {3e67c0cb-bc0b-4157-bb5c-96d5825afea6} executeQuery: Read 45 rows, 3.33 KiB in 0.001179 sec., 38167.938931297715 rows/sec., 2.76 MiB/sec. 2026.02.25 21:42:49.127439 [ 277 ] {3e67c0cb-bc0b-4157-bb5c-96d5825afea6} TCPHandler: Processed in 0.001334331 sec. 2026.02.25 21:42:49.127541 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:49.127658 [ 277 ] {5ffd7f33-6ff4-451d-b6af-4cfb52938789} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:42:49.127698 [ 277 ] {5ffd7f33-6ff4-451d-b6af-4cfb52938789} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:42:49.128089 [ 277 ] {5ffd7f33-6ff4-451d-b6af-4cfb52938789} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:49.128124 [ 277 ] {5ffd7f33-6ff4-451d-b6af-4cfb52938789} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:49.128413 [ 277 ] {5ffd7f33-6ff4-451d-b6af-4cfb52938789} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.25 21:42:49.128611 [ 277 ] {5ffd7f33-6ff4-451d-b6af-4cfb52938789} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:49.128731 [ 277 ] {5ffd7f33-6ff4-451d-b6af-4cfb52938789} executeQuery: Read 109 rows, 8.73 KiB in 0.001091 sec., 99908.34097158571 rows/sec., 7.82 MiB/sec. 2026.02.25 21:42:49.128766 [ 277 ] {5ffd7f33-6ff4-451d-b6af-4cfb52938789} TCPHandler: Processed in 0.00127129 sec. 2026.02.25 21:42:49.128887 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:49.128979 [ 277 ] {23341a1b-81cf-4c6f-a574-e38fcd355879} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:42:49.129021 [ 277 ] {23341a1b-81cf-4c6f-a574-e38fcd355879} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:42:49.129402 [ 277 ] {23341a1b-81cf-4c6f-a574-e38fcd355879} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:49.129444 [ 277 ] {23341a1b-81cf-4c6f-a574-e38fcd355879} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:49.129819 [ 277 ] {23341a1b-81cf-4c6f-a574-e38fcd355879} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.25 21:42:49.130056 [ 277 ] {23341a1b-81cf-4c6f-a574-e38fcd355879} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:49.130183 [ 277 ] {23341a1b-81cf-4c6f-a574-e38fcd355879} executeQuery: Read 165 rows, 11.76 KiB in 0.001222 sec., 135024.54991816694 rows/sec., 9.40 MiB/sec. 2026.02.25 21:42:49.130218 [ 277 ] {23341a1b-81cf-4c6f-a574-e38fcd355879} TCPHandler: Processed in 0.00137772 sec. 2026.02.25 21:42:49.130317 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:49.130409 [ 277 ] {cd8fde7c-105d-470d-864f-22ee8fcf3be5} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.25 21:42:49.130461 [ 277 ] {cd8fde7c-105d-470d-864f-22ee8fcf3be5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.25 21:42:49.131179 [ 277 ] {cd8fde7c-105d-470d-864f-22ee8fcf3be5} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:49.131215 [ 277 ] {cd8fde7c-105d-470d-864f-22ee8fcf3be5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:49.131743 [ 277 ] {cd8fde7c-105d-470d-864f-22ee8fcf3be5} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.25 21:42:49.131962 [ 277 ] {cd8fde7c-105d-470d-864f-22ee8fcf3be5} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:49.132088 [ 277 ] {cd8fde7c-105d-470d-864f-22ee8fcf3be5} executeQuery: Read 35 rows, 64.22 KiB in 0.001697 sec., 20624.631703005303 rows/sec., 36.96 MiB/sec. 2026.02.25 21:42:49.132138 [ 277 ] {cd8fde7c-105d-470d-864f-22ee8fcf3be5} TCPHandler: Processed in 0.001867975 sec. 2026.02.25 21:42:49.132236 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:49.132327 [ 277 ] {25450ced-2241-4002-bfb1-1f08964e9e1f} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:42:49.132369 [ 277 ] {25450ced-2241-4002-bfb1-1f08964e9e1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:42:49.132673 [ 277 ] {25450ced-2241-4002-bfb1-1f08964e9e1f} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:49.132709 [ 277 ] {25450ced-2241-4002-bfb1-1f08964e9e1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:49.132997 [ 277 ] {25450ced-2241-4002-bfb1-1f08964e9e1f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.25 21:42:49.133191 [ 277 ] {25450ced-2241-4002-bfb1-1f08964e9e1f} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:49.133309 [ 277 ] {25450ced-2241-4002-bfb1-1f08964e9e1f} executeQuery: Read 60 rows, 4.14 KiB in 0.001 sec., 60000 rows/sec., 4.04 MiB/sec. 2026.02.25 21:42:49.133343 [ 277 ] {25450ced-2241-4002-bfb1-1f08964e9e1f} TCPHandler: Processed in 0.001154339 sec. 2026.02.25 21:42:51.907094 [ 150 ] {} DNSResolver: Updating DNS cache 2026.02.25 21:42:51.907158 [ 150 ] {} DNSResolver: Updated DNS cache 2026.02.25 21:42:51.980032 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5674 2026.02.25 21:42:51.980663 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:51.980700 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:51.981285 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.25 21:42:51.981510 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:51.981635 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5674 2026.02.25 21:42:51.988778 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 408 2026.02.25 21:42:51.991247 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:51.991300 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:51.992491 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.25 21:42:51.992770 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:51.993130 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 408 2026.02.25 21:42:52.298526 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.02.25 21:42:52.315906 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:52.315970 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:52.321531 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.25 21:42:52.322204 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:52.325134 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.02.25 21:42:54.120529 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:54.120725 [ 277 ] {fbd13862-6ac0-467c-b7e8-a9d54457bc57} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:42:54.120800 [ 277 ] {fbd13862-6ac0-467c-b7e8-a9d54457bc57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:42:54.121538 [ 277 ] {fbd13862-6ac0-467c-b7e8-a9d54457bc57} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:54.121587 [ 277 ] {fbd13862-6ac0-467c-b7e8-a9d54457bc57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:54.121966 [ 277 ] {fbd13862-6ac0-467c-b7e8-a9d54457bc57} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.25 21:42:54.122180 [ 277 ] {fbd13862-6ac0-467c-b7e8-a9d54457bc57} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:54.122332 [ 277 ] {fbd13862-6ac0-467c-b7e8-a9d54457bc57} executeQuery: Read 66 rows, 5.38 KiB in 0.001659 sec., 39783.00180831826 rows/sec., 3.17 MiB/sec. 2026.02.25 21:42:54.122371 [ 277 ] {fbd13862-6ac0-467c-b7e8-a9d54457bc57} TCPHandler: Processed in 0.001972125 sec. 2026.02.25 21:42:54.122490 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:54.122583 [ 277 ] {dbe5cca7-2197-4acc-ad23-61e223119bda} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.25 21:42:54.122624 [ 277 ] {dbe5cca7-2197-4acc-ad23-61e223119bda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.25 21:42:54.123044 [ 277 ] {dbe5cca7-2197-4acc-ad23-61e223119bda} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:54.123079 [ 277 ] {dbe5cca7-2197-4acc-ad23-61e223119bda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:54.123358 [ 277 ] {dbe5cca7-2197-4acc-ad23-61e223119bda} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.25 21:42:54.123569 [ 277 ] {dbe5cca7-2197-4acc-ad23-61e223119bda} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:54.123668 [ 146 ] {} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.25 21:42:54.123692 [ 277 ] {dbe5cca7-2197-4acc-ad23-61e223119bda} executeQuery: Read 5 rows, 385.00 B in 0.001127 sec., 4436.557231588287 rows/sec., 333.61 KiB/sec. 2026.02.25 21:42:54.123729 [ 146 ] {} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:54.123738 [ 277 ] {dbe5cca7-2197-4acc-ad23-61e223119bda} TCPHandler: Processed in 0.001299071 sec. 2026.02.25 21:42:54.123757 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:54.123857 [ 202 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.02.25 21:42:54.123878 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:54.123969 [ 202 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:42:54.123984 [ 277 ] {44b92186-eb29-40fe-a67f-5c495b2606fb} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:42:54.124003 [ 202 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 196 rows starting from the beginning of the part 2026.02.25 21:42:54.124026 [ 277 ] {44b92186-eb29-40fe-a67f-5c495b2606fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:42:54.124071 [ 202 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 23 rows starting from the beginning of the part 2026.02.25 21:42:54.124119 [ 202 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 35 rows starting from the beginning of the part 2026.02.25 21:42:54.124158 [ 202 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 5 rows starting from the beginning of the part 2026.02.25 21:42:54.124196 [ 202 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 45 rows starting from the beginning of the part 2026.02.25 21:42:54.124231 [ 202 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 5 rows starting from the beginning of the part 2026.02.25 21:42:54.124449 [ 277 ] {44b92186-eb29-40fe-a67f-5c495b2606fb} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:54.124490 [ 277 ] {44b92186-eb29-40fe-a67f-5c495b2606fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:54.124794 [ 277 ] {44b92186-eb29-40fe-a67f-5c495b2606fb} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.25 21:42:54.125004 [ 277 ] {44b92186-eb29-40fe-a67f-5c495b2606fb} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:54.125034 [ 202 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 5 columns (5 merged, 0 gathered) in 0.001219949 sec., 253289.27684681903 rows/sec., 17.83 MiB/sec. 2026.02.25 21:42:54.125128 [ 277 ] {44b92186-eb29-40fe-a67f-5c495b2606fb} executeQuery: Read 69 rows, 5.52 KiB in 0.001162 sec., 59380.37865748709 rows/sec., 4.64 MiB/sec. 2026.02.25 21:42:54.125168 [ 277 ] {44b92186-eb29-40fe-a67f-5c495b2606fb} TCPHandler: Processed in 0.00133665 sec. 2026.02.25 21:42:54.125229 [ 188 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.25 21:42:54.125279 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:54.125375 [ 277 ] {def7022a-b1ef-49d9-aa7a-fcb5862b4adb} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:42:54.125418 [ 277 ] {def7022a-b1ef-49d9-aa7a-fcb5862b4adb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:42:54.125549 [ 188 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_11_2} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:54.125632 [ 188 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_11_2} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.25 21:42:54.125726 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.02.25 21:42:54.125839 [ 277 ] {def7022a-b1ef-49d9-aa7a-fcb5862b4adb} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:54.125879 [ 277 ] {def7022a-b1ef-49d9-aa7a-fcb5862b4adb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:54.126199 [ 277 ] {def7022a-b1ef-49d9-aa7a-fcb5862b4adb} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.25 21:42:54.126397 [ 277 ] {def7022a-b1ef-49d9-aa7a-fcb5862b4adb} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:54.126520 [ 277 ] {def7022a-b1ef-49d9-aa7a-fcb5862b4adb} executeQuery: Read 160 rows, 11.41 KiB in 0.001162 sec., 137693.63166953527 rows/sec., 9.59 MiB/sec. 2026.02.25 21:42:54.126556 [ 277 ] {def7022a-b1ef-49d9-aa7a-fcb5862b4adb} TCPHandler: Processed in 0.00132303 sec. 2026.02.25 21:42:54.126661 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:54.126752 [ 277 ] {7218e3fd-1bcb-4803-9fbb-3f6ad870f254} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.25 21:42:54.126809 [ 277 ] {7218e3fd-1bcb-4803-9fbb-3f6ad870f254} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.25 21:42:54.127503 [ 277 ] {7218e3fd-1bcb-4803-9fbb-3f6ad870f254} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:54.127541 [ 277 ] {7218e3fd-1bcb-4803-9fbb-3f6ad870f254} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:54.127995 [ 277 ] {7218e3fd-1bcb-4803-9fbb-3f6ad870f254} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.25 21:42:54.128207 [ 277 ] {7218e3fd-1bcb-4803-9fbb-3f6ad870f254} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:54.128335 [ 277 ] {7218e3fd-1bcb-4803-9fbb-3f6ad870f254} executeQuery: Read 5 rows, 9.17 KiB in 0.001601 sec., 3123.048094940662 rows/sec., 5.60 MiB/sec. 2026.02.25 21:42:54.128384 [ 277 ] {7218e3fd-1bcb-4803-9fbb-3f6ad870f254} TCPHandler: Processed in 0.001769403 sec. 2026.02.25 21:42:54.128483 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:54.128575 [ 277 ] {7c3890b5-524f-400a-b430-87a16000c582} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:42:54.128615 [ 277 ] {7c3890b5-524f-400a-b430-87a16000c582} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:42:54.128920 [ 277 ] {7c3890b5-524f-400a-b430-87a16000c582} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:54.128955 [ 277 ] {7c3890b5-524f-400a-b430-87a16000c582} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:54.129237 [ 277 ] {7c3890b5-524f-400a-b430-87a16000c582} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.25 21:42:54.129433 [ 277 ] {7c3890b5-524f-400a-b430-87a16000c582} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:54.129553 [ 277 ] {7c3890b5-524f-400a-b430-87a16000c582} executeQuery: Read 60 rows, 4.14 KiB in 0.000996 sec., 60240.963855421694 rows/sec., 4.06 MiB/sec. 2026.02.25 21:42:54.129586 [ 277 ] {7c3890b5-524f-400a-b430-87a16000c582} TCPHandler: Processed in 0.001150178 sec. 2026.02.25 21:42:59.122167 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:59.122372 [ 277 ] {ded1d1d3-00a5-44f2-8d2d-8507cb9af2c9} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:42:59.122443 [ 277 ] {ded1d1d3-00a5-44f2-8d2d-8507cb9af2c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:42:59.123193 [ 277 ] {ded1d1d3-00a5-44f2-8d2d-8507cb9af2c9} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:59.123235 [ 277 ] {ded1d1d3-00a5-44f2-8d2d-8507cb9af2c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:59.123620 [ 277 ] {ded1d1d3-00a5-44f2-8d2d-8507cb9af2c9} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.25 21:42:59.123859 [ 277 ] {ded1d1d3-00a5-44f2-8d2d-8507cb9af2c9} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:59.123986 [ 143 ] {} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.25 21:42:59.124005 [ 277 ] {ded1d1d3-00a5-44f2-8d2d-8507cb9af2c9} executeQuery: Read 126 rows, 11.11 KiB in 0.001685 sec., 74777.44807121661 rows/sec., 6.44 MiB/sec. 2026.02.25 21:42:59.124053 [ 143 ] {} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:59.124070 [ 277 ] {ded1d1d3-00a5-44f2-8d2d-8507cb9af2c9} TCPHandler: Processed in 0.002031496 sec. 2026.02.25 21:42:59.124081 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:59.124195 [ 193 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.02.25 21:42:59.124210 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:59.124303 [ 193 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:42:59.124322 [ 277 ] {53556935-7431-4f55-8221-49d8343e0f6e} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.25 21:42:59.124335 [ 193 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2137 rows starting from the beginning of the part 2026.02.25 21:42:59.124368 [ 277 ] {53556935-7431-4f55-8221-49d8343e0f6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.25 21:42:59.124399 [ 193 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 126 rows starting from the beginning of the part 2026.02.25 21:42:59.124449 [ 193 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 66 rows starting from the beginning of the part 2026.02.25 21:42:59.124496 [ 193 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 131 rows starting from the beginning of the part 2026.02.25 21:42:59.124542 [ 193 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 66 rows starting from the beginning of the part 2026.02.25 21:42:59.124590 [ 193 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 126 rows starting from the beginning of the part 2026.02.25 21:42:59.124799 [ 277 ] {53556935-7431-4f55-8221-49d8343e0f6e} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:59.124834 [ 277 ] {53556935-7431-4f55-8221-49d8343e0f6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:59.125128 [ 277 ] {53556935-7431-4f55-8221-49d8343e0f6e} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.25 21:42:59.125344 [ 277 ] {53556935-7431-4f55-8221-49d8343e0f6e} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:59.125472 [ 277 ] {53556935-7431-4f55-8221-49d8343e0f6e} executeQuery: Read 35 rows, 2.63 KiB in 0.001173 sec., 29838.022165387894 rows/sec., 2.19 MiB/sec. 2026.02.25 21:42:59.125507 [ 277 ] {53556935-7431-4f55-8221-49d8343e0f6e} TCPHandler: Processed in 0.001348051 sec. 2026.02.25 21:42:59.125622 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:59.125714 [ 277 ] {78ae0a14-c7cb-4288-97ed-f325c2e7382b} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:42:59.125753 [ 277 ] {78ae0a14-c7cb-4288-97ed-f325c2e7382b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:42:59.125886 [ 188 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2652 rows, containing 5 columns (5 merged, 0 gathered) in 0.001731573 sec., 1531555.4123331793 rows/sec., 132.27 MiB/sec. 2026.02.25 21:42:59.126180 [ 277 ] {78ae0a14-c7cb-4288-97ed-f325c2e7382b} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:59.126221 [ 277 ] {78ae0a14-c7cb-4288-97ed-f325c2e7382b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:59.126268 [ 190 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.25 21:42:59.126565 [ 277 ] {78ae0a14-c7cb-4288-97ed-f325c2e7382b} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.25 21:42:59.126677 [ 190 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_16_3} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:59.126775 [ 190 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_16_3} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.25 21:42:59.126811 [ 277 ] {78ae0a14-c7cb-4288-97ed-f325c2e7382b} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:59.126892 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2026.02.25 21:42:59.126928 [ 142 ] {} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.25 21:42:59.126945 [ 277 ] {78ae0a14-c7cb-4288-97ed-f325c2e7382b} executeQuery: Read 99 rows, 7.92 KiB in 0.001248 sec., 79326.92307692308 rows/sec., 6.20 MiB/sec. 2026.02.25 21:42:59.126972 [ 142 ] {} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:59.126989 [ 277 ] {78ae0a14-c7cb-4288-97ed-f325c2e7382b} TCPHandler: Processed in 0.001415781 sec. 2026.02.25 21:42:59.126997 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:59.127084 [ 190 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.02.25 21:42:59.127112 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:59.127180 [ 190 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:42:59.127209 [ 277 ] {00758c55-537f-4591-b0d3-542145a8b61a} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:42:59.127213 [ 190 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1053 rows starting from the beginning of the part 2026.02.25 21:42:59.127258 [ 277 ] {00758c55-537f-4591-b0d3-542145a8b61a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:42:59.127309 [ 190 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 102 rows starting from the beginning of the part 2026.02.25 21:42:59.127362 [ 190 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 69 rows starting from the beginning of the part 2026.02.25 21:42:59.127401 [ 190 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 109 rows starting from the beginning of the part 2026.02.25 21:42:59.127439 [ 190 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 69 rows starting from the beginning of the part 2026.02.25 21:42:59.127478 [ 190 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 99 rows starting from the beginning of the part 2026.02.25 21:42:59.127670 [ 277 ] {00758c55-537f-4591-b0d3-542145a8b61a} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:59.127710 [ 277 ] {00758c55-537f-4591-b0d3-542145a8b61a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:59.128056 [ 277 ] {00758c55-537f-4591-b0d3-542145a8b61a} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.25 21:42:59.128272 [ 277 ] {00758c55-537f-4591-b0d3-542145a8b61a} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:59.128369 [ 142 ] {} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.25 21:42:59.128399 [ 142 ] {} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:59.128398 [ 277 ] {00758c55-537f-4591-b0d3-542145a8b61a} executeQuery: Read 160 rows, 11.41 KiB in 0.001208 sec., 132450.3311258278 rows/sec., 9.22 MiB/sec. 2026.02.25 21:42:59.128416 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:59.128448 [ 277 ] {00758c55-537f-4591-b0d3-542145a8b61a} TCPHandler: Processed in 0.00138559 sec. 2026.02.25 21:42:59.128500 [ 186 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1501 rows, containing 5 columns (5 merged, 0 gathered) in 0.001448461 sec., 1036272.2917634648 rows/sec., 81.02 MiB/sec. 2026.02.25 21:42:59.128513 [ 188 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.02.25 21:42:59.128561 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:59.128650 [ 188 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:42:59.128658 [ 277 ] {a755fedd-8555-4fa5-9c96-12748b455aaa} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.25 21:42:59.128694 [ 188 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4189 rows starting from the beginning of the part 2026.02.25 21:42:59.128723 [ 277 ] {a755fedd-8555-4fa5-9c96-12748b455aaa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.25 21:42:59.128722 [ 197 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.25 21:42:59.128768 [ 188 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part 2026.02.25 21:42:59.128819 [ 188 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part 2026.02.25 21:42:59.128864 [ 188 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 165 rows starting from the beginning of the part 2026.02.25 21:42:59.128905 [ 188 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part 2026.02.25 21:42:59.128945 [ 188 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part 2026.02.25 21:42:59.129062 [ 197 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_16_3} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:59.129153 [ 197 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_16_3} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.25 21:42:59.129235 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.02.25 21:42:59.129521 [ 277 ] {a755fedd-8555-4fa5-9c96-12748b455aaa} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:59.129557 [ 277 ] {a755fedd-8555-4fa5-9c96-12748b455aaa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:59.130112 [ 277 ] {a755fedd-8555-4fa5-9c96-12748b455aaa} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.25 21:42:59.130338 [ 277 ] {a755fedd-8555-4fa5-9c96-12748b455aaa} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:59.130438 [ 142 ] {} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.25 21:42:59.130465 [ 142 ] {} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:59.130476 [ 277 ] {a755fedd-8555-4fa5-9c96-12748b455aaa} executeQuery: Read 35 rows, 64.22 KiB in 0.001835 sec., 19073.56948228883 rows/sec., 34.18 MiB/sec. 2026.02.25 21:42:59.130481 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:59.130533 [ 277 ] {a755fedd-8555-4fa5-9c96-12748b455aaa} TCPHandler: Processed in 0.002021186 sec. 2026.02.25 21:42:59.130557 [ 190 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.02.25 21:42:59.130647 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:42:59.130745 [ 277 ] {095631fe-cb16-4804-9b26-50ebdbbbe577} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:42:59.130748 [ 190 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:42:59.130791 [ 277 ] {095631fe-cb16-4804-9b26-50ebdbbbe577} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:42:59.130814 [ 190 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 80 rows starting from the beginning of the part 2026.02.25 21:42:59.130937 [ 190 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 35 rows starting from the beginning of the part 2026.02.25 21:42:59.131045 [ 190 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 5 rows starting from the beginning of the part 2026.02.25 21:42:59.131094 [ 191 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 4994 rows, containing 5 columns (5 merged, 0 gathered) in 0.00261953 sec., 1906448.8667814455 rows/sec., 130.56 MiB/sec. 2026.02.25 21:42:59.131136 [ 277 ] {095631fe-cb16-4804-9b26-50ebdbbbe577} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:59.131147 [ 190 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 35 rows starting from the beginning of the part 2026.02.25 21:42:59.131179 [ 277 ] {095631fe-cb16-4804-9b26-50ebdbbbe577} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:59.131262 [ 190 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 5 rows starting from the beginning of the part 2026.02.25 21:42:59.131364 [ 190 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 35 rows starting from the beginning of the part 2026.02.25 21:42:59.131510 [ 188 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.25 21:42:59.131571 [ 277 ] {095631fe-cb16-4804-9b26-50ebdbbbe577} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.25 21:42:59.131839 [ 188 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_16_3} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:59.131872 [ 277 ] {095631fe-cb16-4804-9b26-50ebdbbbe577} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:59.131920 [ 188 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_16_3} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.25 21:42:59.131981 [ 142 ] {} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.25 21:42:59.132000 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. 2026.02.25 21:42:59.132008 [ 142 ] {} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:59.132014 [ 277 ] {095631fe-cb16-4804-9b26-50ebdbbbe577} executeQuery: Read 60 rows, 4.14 KiB in 0.001287 sec., 46620.046620046625 rows/sec., 3.14 MiB/sec. 2026.02.25 21:42:59.132040 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:59.132072 [ 277 ] {095631fe-cb16-4804-9b26-50ebdbbbe577} TCPHandler: Processed in 0.001474351 sec. 2026.02.25 21:42:59.132111 [ 186 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.02.25 21:42:59.132202 [ 186 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:42:59.132229 [ 186 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 660 rows starting from the beginning of the part 2026.02.25 21:42:59.132282 [ 186 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part 2026.02.25 21:42:59.132325 [ 186 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part 2026.02.25 21:42:59.132365 [ 186 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part 2026.02.25 21:42:59.132406 [ 186 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part 2026.02.25 21:42:59.132442 [ 186 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part 2026.02.25 21:42:59.133283 [ 191 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 960 rows, containing 4 columns (4 merged, 0 gathered) in 0.00120106 sec., 799293.9570046458 rows/sec., 53.14 MiB/sec. 2026.02.25 21:42:59.133439 [ 188 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.25 21:42:59.133678 [ 188 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_16_3} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:59.133741 [ 188 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_16_3} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.25 21:42:59.133809 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.02.25 21:42:59.133954 [ 191 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 195 rows, containing 19 columns (19 merged, 0 gathered) in 0.003423207 sec., 56964.127497986534 rows/sec., 102.08 MiB/sec. 2026.02.25 21:42:59.134448 [ 196 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.25 21:42:59.134786 [ 196 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_11_2} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:59.134860 [ 196 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_11_2} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.25 21:42:59.134970 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. 2026.02.25 21:42:59.481809 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6186 2026.02.25 21:42:59.482382 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:59.482436 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:59.482940 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.25 21:42:59.483179 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:59.483326 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6186 2026.02.25 21:42:59.825307 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.02.25 21:42:59.840410 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:42:59.840454 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:42:59.846206 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.25 21:42:59.846868 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:42:59.849477 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.02.25 21:43:01.993407 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 432 2026.02.25 21:43:01.995651 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:01.995703 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:43:01.996912 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.25 21:43:01.997200 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:01.997584 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 432 2026.02.25 21:43:04.149885 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:04.150074 [ 277 ] {bf27bbb3-6674-4b81-8588-68d8022330ba} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.25 21:43:04.150141 [ 277 ] {bf27bbb3-6674-4b81-8588-68d8022330ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.25 21:43:04.150793 [ 277 ] {bf27bbb3-6674-4b81-8588-68d8022330ba} oximeter.fields_i16 (5b8cb844-b05e-4fc3-bc08-c8de9a1883e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:04.150840 [ 277 ] {bf27bbb3-6674-4b81-8588-68d8022330ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:43:04.151213 [ 277 ] {bf27bbb3-6674-4b81-8588-68d8022330ba} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.25 21:43:04.151432 [ 277 ] {bf27bbb3-6674-4b81-8588-68d8022330ba} oximeter.fields_i16 (5b8cb844-b05e-4fc3-bc08-c8de9a1883e6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:04.151574 [ 277 ] {bf27bbb3-6674-4b81-8588-68d8022330ba} executeQuery: Read 24 rows, 2.04 KiB in 0.001552 sec., 15463.917525773197 rows/sec., 1.28 MiB/sec. 2026.02.25 21:43:04.151615 [ 277 ] {bf27bbb3-6674-4b81-8588-68d8022330ba} TCPHandler: Processed in 0.001853915 sec. 2026.02.25 21:43:04.151730 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:04.151821 [ 277 ] {295347dd-8192-4792-8837-0b10c2651c60} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:43:04.151860 [ 277 ] {295347dd-8192-4792-8837-0b10c2651c60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:43:04.152948 [ 277 ] {295347dd-8192-4792-8837-0b10c2651c60} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:04.152984 [ 277 ] {295347dd-8192-4792-8837-0b10c2651c60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:43:04.153370 [ 277 ] {295347dd-8192-4792-8837-0b10c2651c60} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.25 21:43:04.153577 [ 277 ] {295347dd-8192-4792-8837-0b10c2651c60} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:04.153703 [ 277 ] {295347dd-8192-4792-8837-0b10c2651c60} executeQuery: Read 1326 rows, 113.40 KiB in 0.001899 sec., 698262.2432859399 rows/sec., 58.32 MiB/sec. 2026.02.25 21:43:04.153739 [ 277 ] {295347dd-8192-4792-8837-0b10c2651c60} TCPHandler: Processed in 0.002056726 sec. 2026.02.25 21:43:04.153838 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:04.153930 [ 277 ] {bdb19204-f35f-4ef2-add9-41d8f95c601c} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.25 21:43:04.153968 [ 277 ] {bdb19204-f35f-4ef2-add9-41d8f95c601c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.25 21:43:04.154336 [ 277 ] {bdb19204-f35f-4ef2-add9-41d8f95c601c} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:04.154370 [ 277 ] {bdb19204-f35f-4ef2-add9-41d8f95c601c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:43:04.154649 [ 277 ] {bdb19204-f35f-4ef2-add9-41d8f95c601c} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.25 21:43:04.154867 [ 277 ] {bdb19204-f35f-4ef2-add9-41d8f95c601c} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:04.154988 [ 277 ] {bdb19204-f35f-4ef2-add9-41d8f95c601c} executeQuery: Read 17 rows, 1.34 KiB in 0.001076 sec., 15799.25650557621 rows/sec., 1.21 MiB/sec. 2026.02.25 21:43:04.155024 [ 277 ] {bdb19204-f35f-4ef2-add9-41d8f95c601c} TCPHandler: Processed in 0.0012338 sec. 2026.02.25 21:43:04.155120 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:04.155210 [ 277 ] {03db6f48-f3c6-4fb7-8a95-ac8baf711c3e} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.25 21:43:04.155248 [ 277 ] {03db6f48-f3c6-4fb7-8a95-ac8baf711c3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.25 21:43:04.155722 [ 277 ] {03db6f48-f3c6-4fb7-8a95-ac8baf711c3e} oximeter.fields_u32 (908bf044-80c4-4aff-a2d0-2b9c977956ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:04.155757 [ 277 ] {03db6f48-f3c6-4fb7-8a95-ac8baf711c3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:43:04.156050 [ 277 ] {03db6f48-f3c6-4fb7-8a95-ac8baf711c3e} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.25 21:43:04.156249 [ 277 ] {03db6f48-f3c6-4fb7-8a95-ac8baf711c3e} oximeter.fields_u32 (908bf044-80c4-4aff-a2d0-2b9c977956ba): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:04.156367 [ 277 ] {03db6f48-f3c6-4fb7-8a95-ac8baf711c3e} executeQuery: Read 252 rows, 17.85 KiB in 0.001174 sec., 214650.76660988075 rows/sec., 14.85 MiB/sec. 2026.02.25 21:43:04.156403 [ 277 ] {03db6f48-f3c6-4fb7-8a95-ac8baf711c3e} TCPHandler: Processed in 0.001330281 sec. 2026.02.25 21:43:04.156502 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:04.156593 [ 277 ] {88db5933-d46c-4426-876f-f491c94db3a4} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.25 21:43:04.156632 [ 277 ] {88db5933-d46c-4426-876f-f491c94db3a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.25 21:43:04.156988 [ 277 ] {88db5933-d46c-4426-876f-f491c94db3a4} oximeter.fields_u8 (0c034aba-187c-4a21-bc08-4ff6715ead94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:04.157023 [ 277 ] {88db5933-d46c-4426-876f-f491c94db3a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:43:04.157302 [ 277 ] {88db5933-d46c-4426-876f-f491c94db3a4} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.25 21:43:04.157496 [ 277 ] {88db5933-d46c-4426-876f-f491c94db3a4} oximeter.fields_u8 (0c034aba-187c-4a21-bc08-4ff6715ead94): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:04.157619 [ 277 ] {88db5933-d46c-4426-876f-f491c94db3a4} executeQuery: Read 12 rows, 960.00 B in 0.001043 sec., 11505.273250239692 rows/sec., 898.85 KiB/sec. 2026.02.25 21:43:04.157654 [ 277 ] {88db5933-d46c-4426-876f-f491c94db3a4} TCPHandler: Processed in 0.001198609 sec. 2026.02.25 21:43:04.157749 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:04.157839 [ 277 ] {71f8640c-4a1e-45cd-9b9a-6dea09bd0669} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:43:04.157877 [ 277 ] {71f8640c-4a1e-45cd-9b9a-6dea09bd0669} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:43:04.158483 [ 277 ] {71f8640c-4a1e-45cd-9b9a-6dea09bd0669} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:04.158517 [ 277 ] {71f8640c-4a1e-45cd-9b9a-6dea09bd0669} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:43:04.158830 [ 277 ] {71f8640c-4a1e-45cd-9b9a-6dea09bd0669} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.25 21:43:04.159050 [ 277 ] {71f8640c-4a1e-45cd-9b9a-6dea09bd0669} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:04.159171 [ 277 ] {71f8640c-4a1e-45cd-9b9a-6dea09bd0669} executeQuery: Read 561 rows, 43.06 KiB in 0.001349 sec., 415863.60266864346 rows/sec., 31.17 MiB/sec. 2026.02.25 21:43:04.159206 [ 277 ] {71f8640c-4a1e-45cd-9b9a-6dea09bd0669} TCPHandler: Processed in 0.001503361 sec. 2026.02.25 21:43:04.159304 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:04.159395 [ 277 ] {b8a3ad91-805a-47d0-8601-a75523646508} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:43:04.159436 [ 277 ] {b8a3ad91-805a-47d0-8601-a75523646508} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:43:04.159994 [ 277 ] {b8a3ad91-805a-47d0-8601-a75523646508} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:04.160030 [ 277 ] {b8a3ad91-805a-47d0-8601-a75523646508} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:43:04.160398 [ 277 ] {b8a3ad91-805a-47d0-8601-a75523646508} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.25 21:43:04.160601 [ 277 ] {b8a3ad91-805a-47d0-8601-a75523646508} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:04.160721 [ 277 ] {b8a3ad91-805a-47d0-8601-a75523646508} executeQuery: Read 880 rows, 61.16 KiB in 0.001344 sec., 654761.9047619049 rows/sec., 44.44 MiB/sec. 2026.02.25 21:43:04.160757 [ 277 ] {b8a3ad91-805a-47d0-8601-a75523646508} TCPHandler: Processed in 0.001500061 sec. 2026.02.25 21:43:04.160854 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:04.160946 [ 277 ] {b3764ef1-b288-42e9-bac4-1501c34ba6d2} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.25 21:43:04.160998 [ 277 ] {b3764ef1-b288-42e9-bac4-1501c34ba6d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.25 21:43:04.161710 [ 277 ] {b3764ef1-b288-42e9-bac4-1501c34ba6d2} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:04.161745 [ 277 ] {b3764ef1-b288-42e9-bac4-1501c34ba6d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:43:04.162215 [ 277 ] {b3764ef1-b288-42e9-bac4-1501c34ba6d2} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.25 21:43:04.162425 [ 277 ] {b3764ef1-b288-42e9-bac4-1501c34ba6d2} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:04.162553 [ 277 ] {b3764ef1-b288-42e9-bac4-1501c34ba6d2} executeQuery: Read 5 rows, 9.17 KiB in 0.001624 sec., 3078.8177339901476 rows/sec., 5.52 MiB/sec. 2026.02.25 21:43:04.162602 [ 277 ] {b3764ef1-b288-42e9-bac4-1501c34ba6d2} TCPHandler: Processed in 0.001795833 sec. 2026.02.25 21:43:04.162701 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:04.162792 [ 277 ] {38ca869d-2d99-4acf-8e86-8ff8604d35a1} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:43:04.162832 [ 277 ] {38ca869d-2d99-4acf-8e86-8ff8604d35a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:43:04.163189 [ 277 ] {38ca869d-2d99-4acf-8e86-8ff8604d35a1} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:04.163229 [ 277 ] {38ca869d-2d99-4acf-8e86-8ff8604d35a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:43:04.163534 [ 277 ] {38ca869d-2d99-4acf-8e86-8ff8604d35a1} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.25 21:43:04.163734 [ 277 ] {38ca869d-2d99-4acf-8e86-8ff8604d35a1} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:04.163880 [ 277 ] {38ca869d-2d99-4acf-8e86-8ff8604d35a1} executeQuery: Read 60 rows, 4.14 KiB in 0.001105 sec., 54298.64253393665 rows/sec., 3.66 MiB/sec. 2026.02.25 21:43:04.163920 [ 277 ] {38ca869d-2d99-4acf-8e86-8ff8604d35a1} TCPHandler: Processed in 0.0012657 sec. 2026.02.25 21:43:06.907196 [ 134 ] {} DNSResolver: Updating DNS cache 2026.02.25 21:43:06.907266 [ 134 ] {} DNSResolver: Updated DNS cache 2026.02.25 21:43:06.983588 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6634 2026.02.25 21:43:06.984075 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:06.984127 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:43:06.984632 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.25 21:43:06.984903 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:06.985100 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6634 2026.02.25 21:43:07.349747 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.02.25 21:43:07.365890 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:07.365936 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:43:07.372087 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.25 21:43:07.372771 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:07.375367 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.02.25 21:43:08.000214 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 225.37 MiB, peak 230.79 MiB, free memory in arenas 0.00 B, will set to 226.48 MiB (RSS), difference: 1.10 MiB 2026.02.25 21:43:09.122457 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:09.122655 [ 277 ] {1bd81001-cc05-41f5-90a9-76f070d2681f} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:43:09.122729 [ 277 ] {1bd81001-cc05-41f5-90a9-76f070d2681f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:43:09.123458 [ 277 ] {1bd81001-cc05-41f5-90a9-76f070d2681f} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:09.123510 [ 277 ] {1bd81001-cc05-41f5-90a9-76f070d2681f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:43:09.123911 [ 277 ] {1bd81001-cc05-41f5-90a9-76f070d2681f} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.25 21:43:09.124146 [ 277 ] {1bd81001-cc05-41f5-90a9-76f070d2681f} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:09.124313 [ 277 ] {1bd81001-cc05-41f5-90a9-76f070d2681f} executeQuery: Read 126 rows, 11.11 KiB in 0.001711 sec., 73641.14552893044 rows/sec., 6.34 MiB/sec. 2026.02.25 21:43:09.124363 [ 277 ] {1bd81001-cc05-41f5-90a9-76f070d2681f} TCPHandler: Processed in 0.002043506 sec. 2026.02.25 21:43:09.124487 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:09.124590 [ 277 ] {69f82d2c-04b7-49bb-9f99-24026a40504f} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.25 21:43:09.124635 [ 277 ] {69f82d2c-04b7-49bb-9f99-24026a40504f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.25 21:43:09.125076 [ 277 ] {69f82d2c-04b7-49bb-9f99-24026a40504f} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:09.125114 [ 277 ] {69f82d2c-04b7-49bb-9f99-24026a40504f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:43:09.125430 [ 277 ] {69f82d2c-04b7-49bb-9f99-24026a40504f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.25 21:43:09.125643 [ 277 ] {69f82d2c-04b7-49bb-9f99-24026a40504f} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:09.125776 [ 277 ] {69f82d2c-04b7-49bb-9f99-24026a40504f} executeQuery: Read 35 rows, 2.63 KiB in 0.001209 sec., 28949.545078577336 rows/sec., 2.13 MiB/sec. 2026.02.25 21:43:09.125815 [ 277 ] {69f82d2c-04b7-49bb-9f99-24026a40504f} TCPHandler: Processed in 0.001380491 sec. 2026.02.25 21:43:09.125933 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:09.126030 [ 277 ] {b809c0d0-78f9-451c-9cce-e0f839b855e5} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:43:09.126073 [ 277 ] {b809c0d0-78f9-451c-9cce-e0f839b855e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:43:09.126514 [ 277 ] {b809c0d0-78f9-451c-9cce-e0f839b855e5} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:09.126549 [ 277 ] {b809c0d0-78f9-451c-9cce-e0f839b855e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:43:09.126847 [ 277 ] {b809c0d0-78f9-451c-9cce-e0f839b855e5} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.25 21:43:09.127061 [ 277 ] {b809c0d0-78f9-451c-9cce-e0f839b855e5} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:09.127191 [ 277 ] {b809c0d0-78f9-451c-9cce-e0f839b855e5} executeQuery: Read 99 rows, 7.92 KiB in 0.001181 sec., 83827.2650296359 rows/sec., 6.55 MiB/sec. 2026.02.25 21:43:09.127229 [ 277 ] {b809c0d0-78f9-451c-9cce-e0f839b855e5} TCPHandler: Processed in 0.001348121 sec. 2026.02.25 21:43:09.127333 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:09.127426 [ 277 ] {889367ea-cd11-4ebb-8617-4d97b7298fd2} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:43:09.127470 [ 277 ] {889367ea-cd11-4ebb-8617-4d97b7298fd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:43:09.127865 [ 277 ] {889367ea-cd11-4ebb-8617-4d97b7298fd2} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:09.127901 [ 277 ] {889367ea-cd11-4ebb-8617-4d97b7298fd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:43:09.128226 [ 277 ] {889367ea-cd11-4ebb-8617-4d97b7298fd2} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.25 21:43:09.128438 [ 277 ] {889367ea-cd11-4ebb-8617-4d97b7298fd2} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:09.128571 [ 277 ] {889367ea-cd11-4ebb-8617-4d97b7298fd2} executeQuery: Read 160 rows, 11.41 KiB in 0.001162 sec., 137693.63166953527 rows/sec., 9.59 MiB/sec. 2026.02.25 21:43:09.128607 [ 277 ] {889367ea-cd11-4ebb-8617-4d97b7298fd2} TCPHandler: Processed in 0.00132341 sec. 2026.02.25 21:43:09.128710 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:09.128803 [ 277 ] {d864c21e-4457-4deb-8a55-b76ed3006223} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.25 21:43:09.128857 [ 277 ] {d864c21e-4457-4deb-8a55-b76ed3006223} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.25 21:43:09.129653 [ 277 ] {d864c21e-4457-4deb-8a55-b76ed3006223} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:09.129690 [ 277 ] {d864c21e-4457-4deb-8a55-b76ed3006223} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:43:09.130235 [ 277 ] {d864c21e-4457-4deb-8a55-b76ed3006223} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.25 21:43:09.130465 [ 277 ] {d864c21e-4457-4deb-8a55-b76ed3006223} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:09.130601 [ 277 ] {d864c21e-4457-4deb-8a55-b76ed3006223} executeQuery: Read 35 rows, 64.22 KiB in 0.001815 sec., 19283.74655647383 rows/sec., 34.56 MiB/sec. 2026.02.25 21:43:09.130662 [ 277 ] {d864c21e-4457-4deb-8a55-b76ed3006223} TCPHandler: Processed in 0.002001905 sec. 2026.02.25 21:43:09.130764 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:09.130858 [ 277 ] {cbe4f5af-c9d0-4077-a464-97658fb70604} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:43:09.130899 [ 277 ] {cbe4f5af-c9d0-4077-a464-97658fb70604} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:43:09.131211 [ 277 ] {cbe4f5af-c9d0-4077-a464-97658fb70604} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:09.131247 [ 277 ] {cbe4f5af-c9d0-4077-a464-97658fb70604} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. 2026.02.25 21:43:09.131543 [ 277 ] {cbe4f5af-c9d0-4077-a464-97658fb70604} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.25 21:43:09.131752 [ 277 ] {cbe4f5af-c9d0-4077-a464-97658fb70604} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:09.131880 [ 277 ] {cbe4f5af-c9d0-4077-a464-97658fb70604} executeQuery: Read 60 rows, 4.14 KiB in 0.00104 sec., 57692.307692307695 rows/sec., 3.89 MiB/sec. 2026.02.25 21:43:09.131916 [ 277 ] {cbe4f5af-c9d0-4077-a464-97658fb70604} TCPHandler: Processed in 0.00120209 sec. 2026.02.25 21:43:11.998004 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 462 2026.02.25 21:43:12.000215 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:12.000263 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:12.001473 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.25 21:43:12.001742 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:12.001996 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 462 2026.02.25 21:43:14.121256 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:14.121444 [ 277 ] {011b586f-f10a-498e-b198-35ab14184d80} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:43:14.121515 [ 277 ] {011b586f-f10a-498e-b198-35ab14184d80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:43:14.122206 [ 277 ] {011b586f-f10a-498e-b198-35ab14184d80} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:14.122256 [ 277 ] {011b586f-f10a-498e-b198-35ab14184d80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:14.122666 [ 277 ] {011b586f-f10a-498e-b198-35ab14184d80} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.25 21:43:14.122895 [ 277 ] {011b586f-f10a-498e-b198-35ab14184d80} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:14.123046 [ 277 ] {011b586f-f10a-498e-b198-35ab14184d80} executeQuery: Read 66 rows, 5.38 KiB in 0.001654 sec., 39903.26481257557 rows/sec., 3.18 MiB/sec. 2026.02.25 21:43:14.123087 [ 277 ] {011b586f-f10a-498e-b198-35ab14184d80} TCPHandler: Processed in 0.001952705 sec. 2026.02.25 21:43:14.123209 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:14.123305 [ 277 ] {4fe9c808-2dce-4ff2-890a-73cf62079fa2} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.25 21:43:14.123347 [ 277 ] {4fe9c808-2dce-4ff2-890a-73cf62079fa2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.25 21:43:14.123718 [ 277 ] {4fe9c808-2dce-4ff2-890a-73cf62079fa2} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:14.123754 [ 277 ] {4fe9c808-2dce-4ff2-890a-73cf62079fa2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:14.124048 [ 277 ] {4fe9c808-2dce-4ff2-890a-73cf62079fa2} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.25 21:43:14.124292 [ 277 ] {4fe9c808-2dce-4ff2-890a-73cf62079fa2} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:14.124418 [ 277 ] {4fe9c808-2dce-4ff2-890a-73cf62079fa2} executeQuery: Read 5 rows, 385.00 B in 0.001132 sec., 4416.961130742049 rows/sec., 332.13 KiB/sec. 2026.02.25 21:43:14.124455 [ 277 ] {4fe9c808-2dce-4ff2-890a-73cf62079fa2} TCPHandler: Processed in 0.00129782 sec. 2026.02.25 21:43:14.124562 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:14.124655 [ 277 ] {f842112e-2371-495e-946f-29515c9ebc3d} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:43:14.124695 [ 277 ] {f842112e-2371-495e-946f-29515c9ebc3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:43:14.125099 [ 277 ] {f842112e-2371-495e-946f-29515c9ebc3d} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:14.125134 [ 277 ] {f842112e-2371-495e-946f-29515c9ebc3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:14.125435 [ 277 ] {f842112e-2371-495e-946f-29515c9ebc3d} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.25 21:43:14.125645 [ 277 ] {f842112e-2371-495e-946f-29515c9ebc3d} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:14.125771 [ 277 ] {f842112e-2371-495e-946f-29515c9ebc3d} executeQuery: Read 69 rows, 5.52 KiB in 0.001133 sec., 60900.264783759936 rows/sec., 4.75 MiB/sec. 2026.02.25 21:43:14.125808 [ 277 ] {f842112e-2371-495e-946f-29515c9ebc3d} TCPHandler: Processed in 0.00129581 sec. 2026.02.25 21:43:14.125913 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:14.126006 [ 277 ] {d8aef559-741e-4ddb-8d88-045dd4d561b1} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:43:14.126049 [ 277 ] {d8aef559-741e-4ddb-8d88-045dd4d561b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:43:14.126431 [ 277 ] {d8aef559-741e-4ddb-8d88-045dd4d561b1} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:14.126467 [ 277 ] {d8aef559-741e-4ddb-8d88-045dd4d561b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:14.126789 [ 277 ] {d8aef559-741e-4ddb-8d88-045dd4d561b1} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.25 21:43:14.127000 [ 277 ] {d8aef559-741e-4ddb-8d88-045dd4d561b1} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:14.127125 [ 277 ] {d8aef559-741e-4ddb-8d88-045dd4d561b1} executeQuery: Read 160 rows, 11.41 KiB in 0.001137 sec., 140721.1961301671 rows/sec., 9.80 MiB/sec. 2026.02.25 21:43:14.127160 [ 277 ] {d8aef559-741e-4ddb-8d88-045dd4d561b1} TCPHandler: Processed in 0.00129667 sec. 2026.02.25 21:43:14.127264 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:14.127356 [ 277 ] {de5f4f8b-c23d-4b44-9119-c13a98d1ab92} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.25 21:43:14.127409 [ 277 ] {de5f4f8b-c23d-4b44-9119-c13a98d1ab92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.25 21:43:14.128116 [ 277 ] {de5f4f8b-c23d-4b44-9119-c13a98d1ab92} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:14.128152 [ 277 ] {de5f4f8b-c23d-4b44-9119-c13a98d1ab92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:14.128654 [ 277 ] {de5f4f8b-c23d-4b44-9119-c13a98d1ab92} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.25 21:43:14.128893 [ 277 ] {de5f4f8b-c23d-4b44-9119-c13a98d1ab92} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:14.129027 [ 277 ] {de5f4f8b-c23d-4b44-9119-c13a98d1ab92} executeQuery: Read 5 rows, 9.17 KiB in 0.001689 sec., 2960.331557134399 rows/sec., 5.30 MiB/sec. 2026.02.25 21:43:14.129079 [ 277 ] {de5f4f8b-c23d-4b44-9119-c13a98d1ab92} TCPHandler: Processed in 0.001864814 sec. 2026.02.25 21:43:14.129185 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:14.129280 [ 277 ] {3f897e15-82be-4be9-a92d-482eb93748f5} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:43:14.129322 [ 277 ] {3f897e15-82be-4be9-a92d-482eb93748f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:43:14.129633 [ 277 ] {3f897e15-82be-4be9-a92d-482eb93748f5} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:14.129669 [ 277 ] {3f897e15-82be-4be9-a92d-482eb93748f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:14.129963 [ 277 ] {3f897e15-82be-4be9-a92d-482eb93748f5} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.25 21:43:14.130169 [ 277 ] {3f897e15-82be-4be9-a92d-482eb93748f5} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:14.130297 [ 277 ] {3f897e15-82be-4be9-a92d-482eb93748f5} executeQuery: Read 60 rows, 4.14 KiB in 0.001035 sec., 57971.01449275363 rows/sec., 3.91 MiB/sec. 2026.02.25 21:43:14.130332 [ 277 ] {3f897e15-82be-4be9-a92d-482eb93748f5} TCPHandler: Processed in 0.001197659 sec. 2026.02.25 21:43:14.485342 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7146 2026.02.25 21:43:14.485843 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:14.485885 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:14.486356 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.25 21:43:14.486577 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:14.486706 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7146 2026.02.25 21:43:14.875582 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.02.25 21:43:14.892673 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:14.892739 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:14.898620 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.25 21:43:14.899319 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:14.902249 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.02.25 21:43:15.651281 [ 126 ] {} oximeter.fields_i16 (5b8cb844-b05e-4fc3-bc08-c8de9a1883e6) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.02.25 21:43:15.651349 [ 126 ] {} oximeter.fields_i16 (5b8cb844-b05e-4fc3-bc08-c8de9a1883e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:15.651374 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:15.651515 [ 196 ] {5b8cb844-b05e-4fc3-bc08-c8de9a1883e6::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.02.25 21:43:15.651671 [ 196 ] {5b8cb844-b05e-4fc3-bc08-c8de9a1883e6::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:43:15.651709 [ 196 ] {5b8cb844-b05e-4fc3-bc08-c8de9a1883e6::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 284 rows starting from the beginning of the part 2026.02.25 21:43:15.651787 [ 196 ] {5b8cb844-b05e-4fc3-bc08-c8de9a1883e6::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 284 rows starting from the beginning of the part 2026.02.25 21:43:15.651839 [ 196 ] {5b8cb844-b05e-4fc3-bc08-c8de9a1883e6::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2026.02.25 21:43:15.651887 [ 196 ] {5b8cb844-b05e-4fc3-bc08-c8de9a1883e6::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2026.02.25 21:43:15.651936 [ 196 ] {5b8cb844-b05e-4fc3-bc08-c8de9a1883e6::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2026.02.25 21:43:15.652867 [ 191 ] {5b8cb844-b05e-4fc3-bc08-c8de9a1883e6::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 640 rows, containing 5 columns (5 merged, 0 gathered) in 0.001415761 sec., 452053.70115436154 rows/sec., 31.43 MiB/sec. 2026.02.25 21:43:15.653059 [ 188 ] {5b8cb844-b05e-4fc3-bc08-c8de9a1883e6::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.02.25 21:43:15.653369 [ 188 ] {5b8cb844-b05e-4fc3-bc08-c8de9a1883e6::all_1_5_1} oximeter.fields_i16 (5b8cb844-b05e-4fc3-bc08-c8de9a1883e6): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:15.653443 [ 188 ] {5b8cb844-b05e-4fc3-bc08-c8de9a1883e6::all_1_5_1} oximeter.fields_i16 (5b8cb844-b05e-4fc3-bc08-c8de9a1883e6) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.02.25 21:43:15.653509 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.02.25 21:43:16.718338 [ 124 ] {} oximeter.fields_u8 (0c034aba-187c-4a21-bc08-4ff6715ead94) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.02.25 21:43:16.718417 [ 124 ] {} oximeter.fields_u8 (0c034aba-187c-4a21-bc08-4ff6715ead94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:16.718443 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:16.718542 [ 196 ] {0c034aba-187c-4a21-bc08-4ff6715ead94::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.02.25 21:43:16.718647 [ 196 ] {0c034aba-187c-4a21-bc08-4ff6715ead94::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:43:16.718679 [ 196 ] {0c034aba-187c-4a21-bc08-4ff6715ead94::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 148 rows starting from the beginning of the part 2026.02.25 21:43:16.718752 [ 196 ] {0c034aba-187c-4a21-bc08-4ff6715ead94::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 148 rows starting from the beginning of the part 2026.02.25 21:43:16.718794 [ 196 ] {0c034aba-187c-4a21-bc08-4ff6715ead94::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part 2026.02.25 21:43:16.718833 [ 196 ] {0c034aba-187c-4a21-bc08-4ff6715ead94::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2026.02.25 21:43:16.718871 [ 196 ] {0c034aba-187c-4a21-bc08-4ff6715ead94::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part 2026.02.25 21:43:16.719691 [ 188 ] {0c034aba-187c-4a21-bc08-4ff6715ead94::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 332 rows, containing 5 columns (5 merged, 0 gathered) in 0.001190979 sec., 278762.26197103393 rows/sec., 17.50 MiB/sec. 2026.02.25 21:43:16.719879 [ 199 ] {0c034aba-187c-4a21-bc08-4ff6715ead94::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.02.25 21:43:16.720193 [ 199 ] {0c034aba-187c-4a21-bc08-4ff6715ead94::all_1_5_1} oximeter.fields_u8 (0c034aba-187c-4a21-bc08-4ff6715ead94): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:16.720271 [ 199 ] {0c034aba-187c-4a21-bc08-4ff6715ead94::all_1_5_1} oximeter.fields_u8 (0c034aba-187c-4a21-bc08-4ff6715ead94) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.02.25 21:43:16.720363 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.02.25 21:43:19.123217 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:19.123412 [ 277 ] {c2560b04-1792-4043-99d1-aac083bfb99b} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.25 21:43:19.123486 [ 277 ] {c2560b04-1792-4043-99d1-aac083bfb99b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.25 21:43:19.124078 [ 277 ] {c2560b04-1792-4043-99d1-aac083bfb99b} oximeter.fields_ipaddr (9d816c18-633c-4844-8e74-bf82544c842d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:19.124127 [ 277 ] {c2560b04-1792-4043-99d1-aac083bfb99b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:19.124496 [ 277 ] {c2560b04-1792-4043-99d1-aac083bfb99b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.25 21:43:19.124727 [ 277 ] {c2560b04-1792-4043-99d1-aac083bfb99b} oximeter.fields_ipaddr (9d816c18-633c-4844-8e74-bf82544c842d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:19.124883 [ 277 ] {c2560b04-1792-4043-99d1-aac083bfb99b} executeQuery: Read 2 rows, 167.00 B in 0.001524 sec., 1312.3359580052493 rows/sec., 107.01 KiB/sec. 2026.02.25 21:43:19.124927 [ 277 ] {c2560b04-1792-4043-99d1-aac083bfb99b} TCPHandler: Processed in 0.001843175 sec. 2026.02.25 21:43:19.125049 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:19.125151 [ 277 ] {44ced829-cf91-48ce-9c75-ac433fdb29bb} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:43:19.125194 [ 277 ] {44ced829-cf91-48ce-9c75-ac433fdb29bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:43:19.125638 [ 277 ] {44ced829-cf91-48ce-9c75-ac433fdb29bb} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:19.125673 [ 277 ] {44ced829-cf91-48ce-9c75-ac433fdb29bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:19.125983 [ 277 ] {44ced829-cf91-48ce-9c75-ac433fdb29bb} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.25 21:43:19.126192 [ 277 ] {44ced829-cf91-48ce-9c75-ac433fdb29bb} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:19.126319 [ 277 ] {44ced829-cf91-48ce-9c75-ac433fdb29bb} executeQuery: Read 129 rows, 11.39 KiB in 0.001191 sec., 108312.34256926952 rows/sec., 9.34 MiB/sec. 2026.02.25 21:43:19.126357 [ 277 ] {44ced829-cf91-48ce-9c75-ac433fdb29bb} TCPHandler: Processed in 0.001359321 sec. 2026.02.25 21:43:19.126459 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:19.126555 [ 277 ] {7512b4a8-ee97-469d-9ce4-bf20e78aff2c} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.25 21:43:19.126596 [ 277 ] {7512b4a8-ee97-469d-9ce4-bf20e78aff2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.25 21:43:19.126976 [ 277 ] {7512b4a8-ee97-469d-9ce4-bf20e78aff2c} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:19.127013 [ 277 ] {7512b4a8-ee97-469d-9ce4-bf20e78aff2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:19.127333 [ 277 ] {7512b4a8-ee97-469d-9ce4-bf20e78aff2c} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.25 21:43:19.127543 [ 277 ] {7512b4a8-ee97-469d-9ce4-bf20e78aff2c} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:19.127648 [ 122 ] {} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.25 21:43:19.127669 [ 277 ] {7512b4a8-ee97-469d-9ce4-bf20e78aff2c} executeQuery: Read 38 rows, 2.85 KiB in 0.001132 sec., 33568.90459363958 rows/sec., 2.46 MiB/sec. 2026.02.25 21:43:19.127717 [ 122 ] {} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:19.127725 [ 277 ] {7512b4a8-ee97-469d-9ce4-bf20e78aff2c} TCPHandler: Processed in 0.00131575 sec. 2026.02.25 21:43:19.127746 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:19.127839 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:19.127880 [ 195 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.02.25 21:43:19.127937 [ 277 ] {1fc039aa-3a37-4e1c-904a-e645268dfa98} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:43:19.127983 [ 277 ] {1fc039aa-3a37-4e1c-904a-e645268dfa98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:43:19.128028 [ 195 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:43:19.128074 [ 195 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 214 rows starting from the beginning of the part 2026.02.25 21:43:19.128149 [ 195 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 35 rows starting from the beginning of the part 2026.02.25 21:43:19.128199 [ 195 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 17 rows starting from the beginning of the part 2026.02.25 21:43:19.128245 [ 195 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 35 rows starting from the beginning of the part 2026.02.25 21:43:19.128287 [ 195 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 5 rows starting from the beginning of the part 2026.02.25 21:43:19.128329 [ 195 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 38 rows starting from the beginning of the part 2026.02.25 21:43:19.128404 [ 277 ] {1fc039aa-3a37-4e1c-904a-e645268dfa98} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:19.128446 [ 277 ] {1fc039aa-3a37-4e1c-904a-e645268dfa98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:19.128878 [ 277 ] {1fc039aa-3a37-4e1c-904a-e645268dfa98} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.25 21:43:19.129122 [ 277 ] {1fc039aa-3a37-4e1c-904a-e645268dfa98} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:19.129255 [ 277 ] {1fc039aa-3a37-4e1c-904a-e645268dfa98} executeQuery: Read 102 rows, 8.16 KiB in 0.001335 sec., 76404.49438202247 rows/sec., 5.97 MiB/sec. 2026.02.25 21:43:19.129261 [ 199 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 344 rows, containing 5 columns (5 merged, 0 gathered) in 0.001445041 sec., 238055.52922027817 rows/sec., 16.95 MiB/sec. 2026.02.25 21:43:19.129297 [ 277 ] {1fc039aa-3a37-4e1c-904a-e645268dfa98} TCPHandler: Processed in 0.001508431 sec. 2026.02.25 21:43:19.129409 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:19.129424 [ 199 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.25 21:43:19.129512 [ 277 ] {4b006ebe-55ed-464c-87c5-5a20f8bd4b5d} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:43:19.129563 [ 277 ] {4b006ebe-55ed-464c-87c5-5a20f8bd4b5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:43:19.129706 [ 199 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_16_3} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:19.129780 [ 199 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_16_3} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.25 21:43:19.129853 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.02.25 21:43:19.129967 [ 277 ] {4b006ebe-55ed-464c-87c5-5a20f8bd4b5d} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:19.130008 [ 277 ] {4b006ebe-55ed-464c-87c5-5a20f8bd4b5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:19.130340 [ 277 ] {4b006ebe-55ed-464c-87c5-5a20f8bd4b5d} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.25 21:43:19.130552 [ 277 ] {4b006ebe-55ed-464c-87c5-5a20f8bd4b5d} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:19.130679 [ 277 ] {4b006ebe-55ed-464c-87c5-5a20f8bd4b5d} executeQuery: Read 161 rows, 11.48 KiB in 0.001185 sec., 135864.9789029536 rows/sec., 9.46 MiB/sec. 2026.02.25 21:43:19.130717 [ 277 ] {4b006ebe-55ed-464c-87c5-5a20f8bd4b5d} TCPHandler: Processed in 0.00135717 sec. 2026.02.25 21:43:19.130816 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:19.130911 [ 277 ] {069891cd-dbfe-4b81-ae2b-0ae4e5f221b3} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.25 21:43:19.130966 [ 277 ] {069891cd-dbfe-4b81-ae2b-0ae4e5f221b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.25 21:43:19.131749 [ 277 ] {069891cd-dbfe-4b81-ae2b-0ae4e5f221b3} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:19.131785 [ 277 ] {069891cd-dbfe-4b81-ae2b-0ae4e5f221b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:19.132374 [ 277 ] {069891cd-dbfe-4b81-ae2b-0ae4e5f221b3} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.25 21:43:19.132598 [ 277 ] {069891cd-dbfe-4b81-ae2b-0ae4e5f221b3} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:19.132731 [ 277 ] {069891cd-dbfe-4b81-ae2b-0ae4e5f221b3} executeQuery: Read 36 rows, 66.06 KiB in 0.001838 sec., 19586.507072905333 rows/sec., 35.10 MiB/sec. 2026.02.25 21:43:19.132784 [ 277 ] {069891cd-dbfe-4b81-ae2b-0ae4e5f221b3} TCPHandler: Processed in 0.002017105 sec. 2026.02.25 21:43:19.132885 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:19.132981 [ 277 ] {58a31bf7-6bfe-4806-a86f-3bb96c1b7781} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:43:19.133024 [ 277 ] {58a31bf7-6bfe-4806-a86f-3bb96c1b7781} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:43:19.133339 [ 277 ] {58a31bf7-6bfe-4806-a86f-3bb96c1b7781} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:19.133375 [ 277 ] {58a31bf7-6bfe-4806-a86f-3bb96c1b7781} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:19.133672 [ 277 ] {58a31bf7-6bfe-4806-a86f-3bb96c1b7781} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.25 21:43:19.133886 [ 277 ] {58a31bf7-6bfe-4806-a86f-3bb96c1b7781} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:19.134011 [ 277 ] {58a31bf7-6bfe-4806-a86f-3bb96c1b7781} executeQuery: Read 60 rows, 4.14 KiB in 0.001049 sec., 57197.33079122974 rows/sec., 3.85 MiB/sec. 2026.02.25 21:43:19.134047 [ 277 ] {58a31bf7-6bfe-4806-a86f-3bb96c1b7781} TCPHandler: Processed in 0.00121228 sec. 2026.02.25 21:43:21.907499 [ 117 ] {} DNSResolver: Updating DNS cache 2026.02.25 21:43:21.907568 [ 117 ] {} DNSResolver: Updated DNS cache 2026.02.25 21:43:21.986910 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7594 2026.02.25 21:43:21.987390 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:21.987428 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:21.987890 [ 245 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.25 21:43:21.988122 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:21.988253 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7594 2026.02.25 21:43:21.988273 [ 117 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.25 21:43:21.988334 [ 117 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:21.988358 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:21.988561 [ 195 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.02.25 21:43:21.988780 [ 195 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:43:21.988842 [ 195 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5226 rows starting from the beginning of the part 2026.02.25 21:43:21.988939 [ 195 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 448 rows starting from the beginning of the part 2026.02.25 21:43:21.989010 [ 195 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 512 rows starting from the beginning of the part 2026.02.25 21:43:21.989075 [ 195 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 448 rows starting from the beginning of the part 2026.02.25 21:43:21.989139 [ 195 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 512 rows starting from the beginning of the part 2026.02.25 21:43:21.989203 [ 195 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 448 rows starting from the beginning of the part 2026.02.25 21:43:21.990693 [ 199 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7594 rows, containing 4 columns (4 merged, 0 gathered) in 0.002223306 sec., 3415634.1952029997 rows/sec., 48.86 MiB/sec. 2026.02.25 21:43:21.991406 [ 191 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.25 21:43:21.991664 [ 191 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_16_3} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:21.991731 [ 191 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_16_3} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.25 21:43:21.991798 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.02.25 21:43:22.001138 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000800976 sec. 2026.02.25 21:43:22.002275 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 488 2026.02.25 21:43:22.004394 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:22.004438 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:22.005602 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.25 21:43:22.005862 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:22.006000 [ 117 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.25 21:43:22.006043 [ 117 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:22.006064 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:22.006115 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 488 2026.02.25 21:43:22.006197 [ 200 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.02.25 21:43:22.006760 [ 200 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:43:22.006913 [ 200 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 360 rows starting from the beginning of the part 2026.02.25 21:43:22.007306 [ 200 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 22 rows starting from the beginning of the part 2026.02.25 21:43:22.007647 [ 200 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part 2026.02.25 21:43:22.007970 [ 200 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2026.02.25 21:43:22.008274 [ 200 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part 2026.02.25 21:43:22.008590 [ 200 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 26 rows starting from the beginning of the part 2026.02.25 21:43:22.014096 [ 199 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 488 rows, containing 72 columns (72 merged, 0 gathered) in 0.007951631 sec., 61371.05708250294 rows/sec., 58.86 MiB/sec. 2026.02.25 21:43:22.015125 [ 191 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.25 21:43:22.015727 [ 191 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_11_2} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:22.015813 [ 191 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_11_2} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.25 21:43:22.016049 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.90 MiB. 2026.02.25 21:43:22.402439 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.02.25 21:43:22.418054 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:22.418099 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:22.423463 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.25 21:43:22.424199 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:22.424503 [ 104 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.25 21:43:22.424578 [ 104 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:22.424603 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:22.424712 [ 192 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.02.25 21:43:22.427380 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.02.25 21:43:22.428621 [ 192 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:43:22.430041 [ 192 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part 2026.02.25 21:43:22.434549 [ 192 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part 2026.02.25 21:43:22.438684 [ 192 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part 2026.02.25 21:43:22.442685 [ 192 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part 2026.02.25 21:43:22.447463 [ 192 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part 2026.02.25 21:43:22.452012 [ 192 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part 2026.02.25 21:43:22.511067 [ 191 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.086397376 sec., 1400.5054968336076 rows/sec., 7.24 MiB/sec. 2026.02.25 21:43:22.513655 [ 199 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.25 21:43:22.515687 [ 199 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_16_3} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:22.515795 [ 199 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_16_3} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.25 21:43:22.517672 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2026.02.25 21:43:23.000192 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 229.41 MiB, peak 239.38 MiB, free memory in arenas 0.00 B, will set to 237.74 MiB (RSS), difference: 8.33 MiB 2026.02.25 21:43:24.121168 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:24.121360 [ 277 ] {ff6ab224-c004-4a35-894d-483a7e211bf5} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:43:24.121432 [ 277 ] {ff6ab224-c004-4a35-894d-483a7e211bf5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:43:24.122049 [ 277 ] {ff6ab224-c004-4a35-894d-483a7e211bf5} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:24.122096 [ 277 ] {ff6ab224-c004-4a35-894d-483a7e211bf5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:24.122580 [ 277 ] {ff6ab224-c004-4a35-894d-483a7e211bf5} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.25 21:43:24.122810 [ 277 ] {ff6ab224-c004-4a35-894d-483a7e211bf5} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:24.122968 [ 277 ] {ff6ab224-c004-4a35-894d-483a7e211bf5} executeQuery: Read 66 rows, 5.38 KiB in 0.00166 sec., 39759.03614457831 rows/sec., 3.17 MiB/sec. 2026.02.25 21:43:24.122990 [ 107 ] {} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.25 21:43:24.123011 [ 277 ] {ff6ab224-c004-4a35-894d-483a7e211bf5} TCPHandler: Processed in 0.001975095 sec. 2026.02.25 21:43:24.123067 [ 107 ] {} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:24.123099 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:24.123156 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:24.123213 [ 189 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.02.25 21:43:24.123337 [ 277 ] {308bf35a-142d-424f-9153-b8f02770058a} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.25 21:43:24.123342 [ 189 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:43:24.123380 [ 277 ] {308bf35a-142d-424f-9153-b8f02770058a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.25 21:43:24.123386 [ 189 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2148 rows starting from the beginning of the part 2026.02.25 21:43:24.123469 [ 189 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1326 rows starting from the beginning of the part 2026.02.25 21:43:24.123515 [ 189 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 126 rows starting from the beginning of the part 2026.02.25 21:43:24.123557 [ 189 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 66 rows starting from the beginning of the part 2026.02.25 21:43:24.123605 [ 189 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 129 rows starting from the beginning of the part 2026.02.25 21:43:24.123658 [ 189 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 66 rows starting from the beginning of the part 2026.02.25 21:43:24.123752 [ 277 ] {308bf35a-142d-424f-9153-b8f02770058a} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:24.123785 [ 277 ] {308bf35a-142d-424f-9153-b8f02770058a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:24.124117 [ 277 ] {308bf35a-142d-424f-9153-b8f02770058a} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.25 21:43:24.124401 [ 277 ] {308bf35a-142d-424f-9153-b8f02770058a} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:24.124529 [ 277 ] {308bf35a-142d-424f-9153-b8f02770058a} executeQuery: Read 5 rows, 385.00 B in 0.001211 sec., 4128.819157720892 rows/sec., 310.47 KiB/sec. 2026.02.25 21:43:24.124567 [ 277 ] {308bf35a-142d-424f-9153-b8f02770058a} TCPHandler: Processed in 0.001466001 sec. 2026.02.25 21:43:24.124682 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:24.124776 [ 277 ] {2cd50855-156a-4845-8419-625b1ab28b80} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:43:24.124817 [ 277 ] {2cd50855-156a-4845-8419-625b1ab28b80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:43:24.125214 [ 277 ] {2cd50855-156a-4845-8419-625b1ab28b80} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:24.125249 [ 277 ] {2cd50855-156a-4845-8419-625b1ab28b80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:24.125541 [ 199 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3861 rows, containing 5 columns (5 merged, 0 gathered) in 0.002370528 sec., 1628751.0630543071 rows/sec., 141.08 MiB/sec. 2026.02.25 21:43:24.125615 [ 277 ] {2cd50855-156a-4845-8419-625b1ab28b80} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.25 21:43:24.125838 [ 277 ] {2cd50855-156a-4845-8419-625b1ab28b80} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:24.125875 [ 191 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.25 21:43:24.125948 [ 107 ] {} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.25 21:43:24.125970 [ 277 ] {2cd50855-156a-4845-8419-625b1ab28b80} executeQuery: Read 69 rows, 5.52 KiB in 0.001212 sec., 56930.69306930693 rows/sec., 4.44 MiB/sec. 2026.02.25 21:43:24.125978 [ 107 ] {} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:24.126014 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:24.126017 [ 277 ] {2cd50855-156a-4845-8419-625b1ab28b80} TCPHandler: Processed in 0.001385181 sec. 2026.02.25 21:43:24.126132 [ 199 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.02.25 21:43:24.126143 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:24.126260 [ 277 ] {98d297ae-a472-499c-91d9-038c4dafd5ff} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:43:24.126273 [ 199 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:43:24.126290 [ 191 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_21_4} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:24.126304 [ 277 ] {98d297ae-a472-499c-91d9-038c4dafd5ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:43:24.126326 [ 199 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1060 rows starting from the beginning of the part 2026.02.25 21:43:24.126406 [ 191 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_21_4} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.25 21:43:24.126449 [ 199 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 561 rows starting from the beginning of the part 2026.02.25 21:43:24.126517 [ 199 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 99 rows starting from the beginning of the part 2026.02.25 21:43:24.126532 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. 2026.02.25 21:43:24.126586 [ 199 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 69 rows starting from the beginning of the part 2026.02.25 21:43:24.126632 [ 199 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 102 rows starting from the beginning of the part 2026.02.25 21:43:24.126695 [ 199 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 69 rows starting from the beginning of the part 2026.02.25 21:43:24.126729 [ 277 ] {98d297ae-a472-499c-91d9-038c4dafd5ff} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:24.126771 [ 277 ] {98d297ae-a472-499c-91d9-038c4dafd5ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:24.127158 [ 277 ] {98d297ae-a472-499c-91d9-038c4dafd5ff} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.25 21:43:24.127389 [ 277 ] {98d297ae-a472-499c-91d9-038c4dafd5ff} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:24.127500 [ 107 ] {} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.25 21:43:24.127526 [ 277 ] {98d297ae-a472-499c-91d9-038c4dafd5ff} executeQuery: Read 160 rows, 11.41 KiB in 0.001284 sec., 124610.59190031153 rows/sec., 8.68 MiB/sec. 2026.02.25 21:43:24.127534 [ 107 ] {} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:24.127567 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:24.127571 [ 277 ] {98d297ae-a472-499c-91d9-038c4dafd5ff} TCPHandler: Processed in 0.001477951 sec. 2026.02.25 21:43:24.127679 [ 198 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.02.25 21:43:24.127684 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:24.127820 [ 277 ] {64231581-4e4e-4281-97b1-e83d924dd756} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.25 21:43:24.127837 [ 191 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.001763863 sec., 1111197.411590356 rows/sec., 86.83 MiB/sec. 2026.02.25 21:43:24.127842 [ 198 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:43:24.127875 [ 277 ] {64231581-4e4e-4281-97b1-e83d924dd756} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.25 21:43:24.127918 [ 198 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 4994 rows starting from the beginning of the part 2026.02.25 21:43:24.127986 [ 198 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 880 rows starting from the beginning of the part 2026.02.25 21:43:24.128030 [ 198 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part 2026.02.25 21:43:24.128053 [ 199 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.25 21:43:24.128076 [ 198 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part 2026.02.25 21:43:24.128119 [ 198 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 161 rows starting from the beginning of the part 2026.02.25 21:43:24.128162 [ 198 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part 2026.02.25 21:43:24.128327 [ 199 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_21_4} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:24.128409 [ 199 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_21_4} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.25 21:43:24.128473 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2026.02.25 21:43:24.128629 [ 277 ] {64231581-4e4e-4281-97b1-e83d924dd756} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:24.128670 [ 277 ] {64231581-4e4e-4281-97b1-e83d924dd756} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:24.129201 [ 277 ] {64231581-4e4e-4281-97b1-e83d924dd756} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.25 21:43:24.129470 [ 277 ] {64231581-4e4e-4281-97b1-e83d924dd756} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:24.129580 [ 107 ] {} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.25 21:43:24.129611 [ 107 ] {} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:24.129614 [ 277 ] {64231581-4e4e-4281-97b1-e83d924dd756} executeQuery: Read 5 rows, 9.17 KiB in 0.001812 sec., 2759.381898454746 rows/sec., 4.94 MiB/sec. 2026.02.25 21:43:24.129631 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:24.129681 [ 277 ] {64231581-4e4e-4281-97b1-e83d924dd756} TCPHandler: Processed in 0.002045695 sec. 2026.02.25 21:43:24.129704 [ 199 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.02.25 21:43:24.129790 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:24.129873 [ 199 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:43:24.129890 [ 277 ] {02b28d69-bf1c-444c-91ee-f35eee3f0cb1} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:43:24.129920 [ 199 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 195 rows starting from the beginning of the part 2026.02.25 21:43:24.129938 [ 277 ] {02b28d69-bf1c-444c-91ee-f35eee3f0cb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:43:24.130028 [ 199 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 5 rows starting from the beginning of the part 2026.02.25 21:43:24.130130 [ 199 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 35 rows starting from the beginning of the part 2026.02.25 21:43:24.130220 [ 199 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 5 rows starting from the beginning of the part 2026.02.25 21:43:24.130260 [ 277 ] {02b28d69-bf1c-444c-91ee-f35eee3f0cb1} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:24.130301 [ 277 ] {02b28d69-bf1c-444c-91ee-f35eee3f0cb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:24.130307 [ 199 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part 2026.02.25 21:43:24.130413 [ 199 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 5 rows starting from the beginning of the part 2026.02.25 21:43:24.130703 [ 277 ] {02b28d69-bf1c-444c-91ee-f35eee3f0cb1} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.25 21:43:24.130961 [ 277 ] {02b28d69-bf1c-444c-91ee-f35eee3f0cb1} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:24.131030 [ 191 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 6515 rows, containing 5 columns (5 merged, 0 gathered) in 0.003408606 sec., 1911338.5354599506 rows/sec., 130.96 MiB/sec. 2026.02.25 21:43:24.131065 [ 107 ] {} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.25 21:43:24.131090 [ 107 ] {} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:24.131097 [ 277 ] {02b28d69-bf1c-444c-91ee-f35eee3f0cb1} executeQuery: Read 60 rows, 4.14 KiB in 0.001225 sec., 48979.5918367347 rows/sec., 3.30 MiB/sec. 2026.02.25 21:43:24.131108 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:24.131143 [ 277 ] {02b28d69-bf1c-444c-91ee-f35eee3f0cb1} TCPHandler: Processed in 0.001403451 sec. 2026.02.25 21:43:24.131190 [ 187 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.02.25 21:43:24.131297 [ 187 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:43:24.131324 [ 187 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 960 rows starting from the beginning of the part 2026.02.25 21:43:24.131375 [ 187 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part 2026.02.25 21:43:24.131428 [ 187 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part 2026.02.25 21:43:24.131480 [ 187 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part 2026.02.25 21:43:24.131521 [ 187 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part 2026.02.25 21:43:24.131530 [ 198 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.25 21:43:24.131570 [ 187 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part 2026.02.25 21:43:24.131829 [ 198 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_21_4} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:24.131909 [ 198 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_21_4} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.25 21:43:24.131985 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.41 MiB. 2026.02.25 21:43:24.132522 [ 202 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1260 rows, containing 4 columns (4 merged, 0 gathered) in 0.00136147 sec., 925470.2637590251 rows/sec., 61.73 MiB/sec. 2026.02.25 21:43:24.132742 [ 187 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.25 21:43:24.132992 [ 187 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_21_4} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:24.133054 [ 187 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_21_4} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.25 21:43:24.133122 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2026.02.25 21:43:24.133484 [ 198 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 281 rows, containing 19 columns (19 merged, 0 gathered) in 0.003806549 sec., 73820.14522865725 rows/sec., 132.28 MiB/sec. 2026.02.25 21:43:24.134002 [ 187 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.25 21:43:24.134315 [ 187 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_16_3} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:24.134376 [ 187 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_16_3} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.25 21:43:24.134465 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB. 2026.02.25 21:43:25.000194 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 238.34 MiB, peak 247.97 MiB, free memory in arenas 0.00 B, will set to 240.32 MiB (RSS), difference: 1.98 MiB 2026.02.25 21:43:28.685387 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45469 2026.02.25 21:43:28.685514 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:43:28.685543 [ 288 ] {} TCP-Session: 49f69448-5fc2-452d-a790-ef67248ec50a Authenticating user 'default' from [fd00:1122:3344:101::e]:45469 2026.02.25 21:43:28.685564 [ 288 ] {} TCP-Session: 49f69448-5fc2-452d-a790-ef67248ec50a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.685577 [ 288 ] {} TCP-Session: 49f69448-5fc2-452d-a790-ef67248ec50a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.685809 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40988 2026.02.25 21:43:28.685836 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40209 2026.02.25 21:43:28.685847 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41977 2026.02.25 21:43:28.685869 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59993 2026.02.25 21:43:28.685899 [ 288 ] {} TCP-Session: 49f69448-5fc2-452d-a790-ef67248ec50a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:28.685926 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:43:28.685941 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:43:28.685964 [ 292 ] {} TCP-Session: ccc90226-ae0b-469e-82a2-fe6bbf2ea870 Authenticating user 'default' from [fd00:1122:3344:101::e]:40209 2026.02.25 21:43:28.685883 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63484 2026.02.25 21:43:28.685992 [ 292 ] {} TCP-Session: ccc90226-ae0b-469e-82a2-fe6bbf2ea870 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.685985 [ 293 ] {} TCP-Session: 375e1ed3-9998-4fbc-9741-af0eabd1dfac Authenticating user 'default' from [fd00:1122:3344:101::e]:41977 2026.02.25 21:43:28.686035 [ 292 ] {} TCP-Session: ccc90226-ae0b-469e-82a2-fe6bbf2ea870 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.685860 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37614 2026.02.25 21:43:28.686097 [ 288 ] {1bf0dab5-b95b-4b87-8e2b-bfca4fc916d1} executeQuery: (from [fd00:1122:3344:101::e]:45469) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.25 21:43:28.686114 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:43:28.686065 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:43:28.686062 [ 293 ] {} TCP-Session: 375e1ed3-9998-4fbc-9741-af0eabd1dfac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.686162 [ 275 ] {} TCP-Session: 780e4895-303d-4355-94c6-66833f676ef4 Authenticating user 'default' from [fd00:1122:3344:101::e]:63484 2026.02.25 21:43:28.686174 [ 295 ] {} TCP-Session: 3e6cbdfd-2392-43d2-8ad3-785855df478f Authenticating user 'default' from [fd00:1122:3344:101::e]:59993 2026.02.25 21:43:28.686185 [ 293 ] {} TCP-Session: 375e1ed3-9998-4fbc-9741-af0eabd1dfac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.686212 [ 275 ] {} TCP-Session: 780e4895-303d-4355-94c6-66833f676ef4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.686241 [ 295 ] {} TCP-Session: 3e6cbdfd-2392-43d2-8ad3-785855df478f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.686257 [ 275 ] {} TCP-Session: 780e4895-303d-4355-94c6-66833f676ef4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.686267 [ 295 ] {} TCP-Session: 3e6cbdfd-2392-43d2-8ad3-785855df478f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.686275 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:43:28.685830 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60089 2026.02.25 21:43:28.686316 [ 294 ] {} TCP-Session: 4c458fff-4e3d-4943-87fd-a5dabd88d2c6 Authenticating user 'default' from [fd00:1122:3344:101::e]:37614 2026.02.25 21:43:28.685825 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53438 2026.02.25 21:43:28.686357 [ 294 ] {} TCP-Session: 4c458fff-4e3d-4943-87fd-a5dabd88d2c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.685920 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:43:28.686376 [ 294 ] {} TCP-Session: 4c458fff-4e3d-4943-87fd-a5dabd88d2c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.686409 [ 289 ] {} TCP-Session: 248e9ad4-ee33-4ff7-8462-b2eba7a61877 Authenticating user 'default' from [fd00:1122:3344:101::e]:40988 2026.02.25 21:43:28.686427 [ 288 ] {1bf0dab5-b95b-4b87-8e2b-bfca4fc916d1} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.25 21:43:28.686431 [ 289 ] {} TCP-Session: 248e9ad4-ee33-4ff7-8462-b2eba7a61877 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.686468 [ 289 ] {} TCP-Session: 248e9ad4-ee33-4ff7-8462-b2eba7a61877 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.686495 [ 288 ] {1bf0dab5-b95b-4b87-8e2b-bfca4fc916d1} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:43:28.686574 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:43:28.686607 [ 291 ] {} TCP-Session: edabb214-91ae-4606-b971-b475d59e6eda Authenticating user 'default' from [fd00:1122:3344:101::e]:60089 2026.02.25 21:43:28.686625 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:43:28.686634 [ 291 ] {} TCP-Session: edabb214-91ae-4606-b971-b475d59e6eda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.686663 [ 290 ] {} TCP-Session: 3669658e-428e-4960-86c8-cb7a842831d7 Authenticating user 'default' from [fd00:1122:3344:101::e]:53438 2026.02.25 21:43:28.686665 [ 291 ] {} TCP-Session: edabb214-91ae-4606-b971-b475d59e6eda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.686695 [ 290 ] {} TCP-Session: 3669658e-428e-4960-86c8-cb7a842831d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.686719 [ 290 ] {} TCP-Session: 3669658e-428e-4960-86c8-cb7a842831d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.686836 [ 288 ] {1bf0dab5-b95b-4b87-8e2b-bfca4fc916d1} oximeter.version (ac487c47-ef48-4f37-ab71-738eedb6c21a) (SelectExecutor): Key condition: unknown 2026.02.25 21:43:28.687998 [ 321 ] {1bf0dab5-b95b-4b87-8e2b-bfca4fc916d1} AggregatingTransform: Aggregating 2026.02.25 21:43:28.688045 [ 321 ] {1bf0dab5-b95b-4b87-8e2b-bfca4fc916d1} Aggregator: Aggregation method: without_key 2026.02.25 21:43:28.688080 [ 321 ] {1bf0dab5-b95b-4b87-8e2b-bfca4fc916d1} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001137679 sec. (878.983 rows/sec., 34.34 KiB/sec.) 2026.02.25 21:43:28.688096 [ 321 ] {1bf0dab5-b95b-4b87-8e2b-bfca4fc916d1} Aggregator: Merging aggregated data 2026.02.25 21:43:28.689190 [ 288 ] {1bf0dab5-b95b-4b87-8e2b-bfca4fc916d1} executeQuery: Read 1 rows, 40.00 B in 0.00315 sec., 317.46031746031747 rows/sec., 12.40 KiB/sec. 2026.02.25 21:43:28.689389 [ 288 ] {1bf0dab5-b95b-4b87-8e2b-bfca4fc916d1} TCPHandler: Processed in 0.003629818 sec. 2026.02.25 21:43:28.689511 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.25 21:43:28.689540 [ 295 ] {} TCPHandler: Done processing connection. 2026.02.25 21:43:28.689550 [ 288 ] {} TCP-Session: 49f69448-5fc2-452d-a790-ef67248ec50a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.689558 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.25 21:43:28.689586 [ 295 ] {} TCP-Session: 3e6cbdfd-2392-43d2-8ad3-785855df478f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.689590 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.25 21:43:28.689612 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.25 21:43:28.689638 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.25 21:43:28.689654 [ 290 ] {} TCP-Session: 3669658e-428e-4960-86c8-cb7a842831d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.689668 [ 289 ] {} TCP-Session: 248e9ad4-ee33-4ff7-8462-b2eba7a61877 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.689683 [ 292 ] {} TCP-Session: ccc90226-ae0b-469e-82a2-fe6bbf2ea870 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.689653 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.25 21:43:28.689623 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.25 21:43:28.689750 [ 294 ] {} TCP-Session: 4c458fff-4e3d-4943-87fd-a5dabd88d2c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.689616 [ 275 ] {} TCP-Session: 780e4895-303d-4355-94c6-66833f676ef4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.689774 [ 293 ] {} TCP-Session: 375e1ed3-9998-4fbc-9741-af0eabd1dfac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.689577 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.25 21:43:28.689855 [ 291 ] {} TCP-Session: edabb214-91ae-4606-b971-b475d59e6eda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.712815 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58499 2026.02.25 21:43:28.712896 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:43:28.712919 [ 288 ] {} TCP-Session: a8150f24-e921-4bef-b45b-d39c8d1c9235 Authenticating user 'default' from [fd00:1122:3344:101::e]:58499 2026.02.25 21:43:28.712938 [ 288 ] {} TCP-Session: a8150f24-e921-4bef-b45b-d39c8d1c9235 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.712950 [ 288 ] {} TCP-Session: a8150f24-e921-4bef-b45b-d39c8d1c9235 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.713115 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41284 2026.02.25 21:43:28.713154 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47228 2026.02.25 21:43:28.713176 [ 288 ] {} TCP-Session: a8150f24-e921-4bef-b45b-d39c8d1c9235 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:28.713195 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:43:28.713198 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35681 2026.02.25 21:43:28.713231 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:43:28.713234 [ 289 ] {} TCP-Session: c627b696-23bd-4fe9-8d9e-26678e10d919 Authenticating user 'default' from [fd00:1122:3344:101::e]:41284 2026.02.25 21:43:28.713264 [ 290 ] {} TCP-Session: 95b1ce47-9131-48f1-8c9d-be079bf21521 Authenticating user 'default' from [fd00:1122:3344:101::e]:47228 2026.02.25 21:43:28.713280 [ 289 ] {} TCP-Session: c627b696-23bd-4fe9-8d9e-26678e10d919 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.713280 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:43:28.713294 [ 290 ] {} TCP-Session: 95b1ce47-9131-48f1-8c9d-be079bf21521 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.713303 [ 289 ] {} TCP-Session: c627b696-23bd-4fe9-8d9e-26678e10d919 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.713321 [ 294 ] {} TCP-Session: a5f66fbd-df19-4f29-ac01-51f606918348 Authenticating user 'default' from [fd00:1122:3344:101::e]:35681 2026.02.25 21:43:28.713335 [ 290 ] {} TCP-Session: 95b1ce47-9131-48f1-8c9d-be079bf21521 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.713339 [ 288 ] {e5b674f4-a9c4-4d49-9d85-92e1a9019f12} executeQuery: (from [fd00:1122:3344:101::e]:58499) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.25 21:43:28.713357 [ 294 ] {} TCP-Session: a5f66fbd-df19-4f29-ac01-51f606918348 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.713212 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54603 2026.02.25 21:43:28.713392 [ 294 ] {} TCP-Session: a5f66fbd-df19-4f29-ac01-51f606918348 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.713189 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64892 2026.02.25 21:43:28.713177 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40369 2026.02.25 21:43:28.713459 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:43:28.713160 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56455 2026.02.25 21:43:28.713507 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:43:28.713515 [ 275 ] {} TCP-Session: d399a45a-96f7-46d5-b09a-a3ea4cb949e9 Authenticating user 'default' from [fd00:1122:3344:101::e]:54603 2026.02.25 21:43:28.713546 [ 293 ] {} TCP-Session: 387fe602-9399-401e-b62d-91b62fbbe450 Authenticating user 'default' from [fd00:1122:3344:101::e]:64892 2026.02.25 21:43:28.713551 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:43:28.713571 [ 293 ] {} TCP-Session: 387fe602-9399-401e-b62d-91b62fbbe450 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.713559 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:43:28.713599 [ 292 ] {} TCP-Session: 5d3acdcf-8935-4c9a-84bb-266a369109ed Authenticating user 'default' from [fd00:1122:3344:101::e]:40369 2026.02.25 21:43:28.713618 [ 288 ] {e5b674f4-a9c4-4d49-9d85-92e1a9019f12} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.25 21:43:28.713631 [ 291 ] {} TCP-Session: 38bad0f9-f3f8-461a-b21c-8d4364963829 Authenticating user 'default' from [fd00:1122:3344:101::e]:56455 2026.02.25 21:43:28.713646 [ 292 ] {} TCP-Session: 5d3acdcf-8935-4c9a-84bb-266a369109ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.713668 [ 291 ] {} TCP-Session: 38bad0f9-f3f8-461a-b21c-8d4364963829 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.713686 [ 288 ] {e5b674f4-a9c4-4d49-9d85-92e1a9019f12} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:43:28.713699 [ 291 ] {} TCP-Session: 38bad0f9-f3f8-461a-b21c-8d4364963829 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.713687 [ 292 ] {} TCP-Session: 5d3acdcf-8935-4c9a-84bb-266a369109ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.713602 [ 293 ] {} TCP-Session: 387fe602-9399-401e-b62d-91b62fbbe450 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.713559 [ 275 ] {} TCP-Session: d399a45a-96f7-46d5-b09a-a3ea4cb949e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.713208 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35144 2026.02.25 21:43:28.713789 [ 275 ] {} TCP-Session: d399a45a-96f7-46d5-b09a-a3ea4cb949e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.713842 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:43:28.713863 [ 295 ] {} TCP-Session: e30f2937-6788-43f1-9795-a8decc6e6edc Authenticating user 'default' from [fd00:1122:3344:101::e]:35144 2026.02.25 21:43:28.713878 [ 295 ] {} TCP-Session: e30f2937-6788-43f1-9795-a8decc6e6edc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.713890 [ 295 ] {} TCP-Session: e30f2937-6788-43f1-9795-a8decc6e6edc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.713992 [ 288 ] {e5b674f4-a9c4-4d49-9d85-92e1a9019f12} oximeter.version (ac487c47-ef48-4f37-ab71-738eedb6c21a) (SelectExecutor): Key condition: unknown 2026.02.25 21:43:28.715067 [ 331 ] {e5b674f4-a9c4-4d49-9d85-92e1a9019f12} AggregatingTransform: Aggregating 2026.02.25 21:43:28.715114 [ 331 ] {e5b674f4-a9c4-4d49-9d85-92e1a9019f12} Aggregator: Aggregation method: without_key 2026.02.25 21:43:28.715147 [ 331 ] {e5b674f4-a9c4-4d49-9d85-92e1a9019f12} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001054128 sec. (948.651 rows/sec., 37.06 KiB/sec.) 2026.02.25 21:43:28.715165 [ 331 ] {e5b674f4-a9c4-4d49-9d85-92e1a9019f12} Aggregator: Merging aggregated data 2026.02.25 21:43:28.716311 [ 288 ] {e5b674f4-a9c4-4d49-9d85-92e1a9019f12} executeQuery: Read 1 rows, 40.00 B in 0.003018 sec., 331.3452617627568 rows/sec., 12.94 KiB/sec. 2026.02.25 21:43:28.716460 [ 288 ] {e5b674f4-a9c4-4d49-9d85-92e1a9019f12} TCPHandler: Processed in 0.003376606 sec. 2026.02.25 21:43:28.716574 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.25 21:43:28.716604 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.25 21:43:28.716605 [ 288 ] {} TCP-Session: a8150f24-e921-4bef-b45b-d39c8d1c9235 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.716627 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.25 21:43:28.716641 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.25 21:43:28.716662 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.25 21:43:28.716679 [ 292 ] {} TCP-Session: 5d3acdcf-8935-4c9a-84bb-266a369109ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.716689 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.25 21:43:28.716723 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.25 21:43:28.716717 [ 289 ] {} TCP-Session: c627b696-23bd-4fe9-8d9e-26678e10d919 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.716766 [ 293 ] {} TCP-Session: 387fe602-9399-401e-b62d-91b62fbbe450 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.716775 [ 291 ] {} TCP-Session: 38bad0f9-f3f8-461a-b21c-8d4364963829 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.716705 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.25 21:43:28.716699 [ 290 ] {} TCP-Session: 95b1ce47-9131-48f1-8c9d-be079bf21521 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.716847 [ 294 ] {} TCP-Session: a5f66fbd-df19-4f29-ac01-51f606918348 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.716691 [ 295 ] {} TCPHandler: Done processing connection. 2026.02.25 21:43:28.716643 [ 275 ] {} TCP-Session: d399a45a-96f7-46d5-b09a-a3ea4cb949e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.716902 [ 295 ] {} TCP-Session: e30f2937-6788-43f1-9795-a8decc6e6edc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.782561 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55192 2026.02.25 21:43:28.782674 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:43:28.782701 [ 288 ] {} TCP-Session: d71cfbbc-19b1-4b3e-9f48-408d5c784535 Authenticating user 'default' from [fd00:1122:3344:101::e]:55192 2026.02.25 21:43:28.782725 [ 288 ] {} TCP-Session: d71cfbbc-19b1-4b3e-9f48-408d5c784535 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.782740 [ 288 ] {} TCP-Session: d71cfbbc-19b1-4b3e-9f48-408d5c784535 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.782962 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45032 2026.02.25 21:43:28.782974 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51479 2026.02.25 21:43:28.783009 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34053 2026.02.25 21:43:28.783022 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35293 2026.02.25 21:43:28.783029 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40510 2026.02.25 21:43:28.783074 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:43:28.783099 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:43:28.783100 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:43:28.783123 [ 289 ] {} TCP-Session: 8890d34c-ee09-4988-b706-be2cf34147ad Authenticating user 'default' from [fd00:1122:3344:101::e]:45032 2026.02.25 21:43:28.783134 [ 294 ] {} TCP-Session: df6afef7-5f7a-4b87-a4f1-fece9b93080c Authenticating user 'default' from [fd00:1122:3344:101::e]:34053 2026.02.25 21:43:28.783141 [ 290 ] {} TCP-Session: 947aa55f-9a11-44d9-afcd-0922067a4d67 Authenticating user 'default' from [fd00:1122:3344:101::e]:51479 2026.02.25 21:43:28.783158 [ 289 ] {} TCP-Session: 8890d34c-ee09-4988-b706-be2cf34147ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.783171 [ 290 ] {} TCP-Session: 947aa55f-9a11-44d9-afcd-0922067a4d67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.783168 [ 294 ] {} TCP-Session: df6afef7-5f7a-4b87-a4f1-fece9b93080c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.783185 [ 289 ] {} TCP-Session: 8890d34c-ee09-4988-b706-be2cf34147ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.783196 [ 290 ] {} TCP-Session: 947aa55f-9a11-44d9-afcd-0922067a4d67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.783203 [ 294 ] {} TCP-Session: df6afef7-5f7a-4b87-a4f1-fece9b93080c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.783140 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:43:28.783140 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:43:28.783292 [ 275 ] {} TCP-Session: 82d61e3b-348d-4538-b33f-a91f5d81dc43 Authenticating user 'default' from [fd00:1122:3344:101::e]:40510 2026.02.25 21:43:28.782999 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53823 2026.02.25 21:43:28.783307 [ 295 ] {} TCP-Session: d54caa8c-1219-4b7f-8cfc-3a2ca8a2df5d Authenticating user 'default' from [fd00:1122:3344:101::e]:35293 2026.02.25 21:43:28.783319 [ 275 ] {} TCP-Session: 82d61e3b-348d-4538-b33f-a91f5d81dc43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.783357 [ 295 ] {} TCP-Session: d54caa8c-1219-4b7f-8cfc-3a2ca8a2df5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.783365 [ 275 ] {} TCP-Session: 82d61e3b-348d-4538-b33f-a91f5d81dc43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.783372 [ 295 ] {} TCP-Session: d54caa8c-1219-4b7f-8cfc-3a2ca8a2df5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.783380 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:43:28.782980 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62208 2026.02.25 21:43:28.783411 [ 293 ] {} TCP-Session: c2af366c-c960-41c6-b0d6-b0c7c4479a3e Authenticating user 'default' from [fd00:1122:3344:101::e]:53823 2026.02.25 21:43:28.782986 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36487 2026.02.25 21:43:28.783446 [ 293 ] {} TCP-Session: c2af366c-c960-41c6-b0d6-b0c7c4479a3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.783473 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:43:28.783496 [ 293 ] {} TCP-Session: c2af366c-c960-41c6-b0d6-b0c7c4479a3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.783512 [ 291 ] {} TCP-Session: 133860ea-4be2-4323-a30c-0c9173bce2ee Authenticating user 'default' from [fd00:1122:3344:101::e]:62208 2026.02.25 21:43:28.783524 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:43:28.783550 [ 291 ] {} TCP-Session: 133860ea-4be2-4323-a30c-0c9173bce2ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.783566 [ 292 ] {} TCP-Session: cb97af65-e0aa-462b-b8e0-6fe446dae002 Authenticating user 'default' from [fd00:1122:3344:101::e]:36487 2026.02.25 21:43:28.783580 [ 291 ] {} TCP-Session: 133860ea-4be2-4323-a30c-0c9173bce2ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.783597 [ 292 ] {} TCP-Session: cb97af65-e0aa-462b-b8e0-6fe446dae002 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.783071 [ 288 ] {} TCP-Session: d71cfbbc-19b1-4b3e-9f48-408d5c784535 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:28.783620 [ 292 ] {} TCP-Session: cb97af65-e0aa-462b-b8e0-6fe446dae002 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.783792 [ 288 ] {5d94bea4-c83b-4dda-bab6-a32dae195295} executeQuery: (from [fd00:1122:3344:101::e]:55192) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.25 21:43:28.784040 [ 288 ] {5d94bea4-c83b-4dda-bab6-a32dae195295} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.25 21:43:28.784094 [ 288 ] {5d94bea4-c83b-4dda-bab6-a32dae195295} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:43:28.784374 [ 288 ] {5d94bea4-c83b-4dda-bab6-a32dae195295} oximeter.version (ac487c47-ef48-4f37-ab71-738eedb6c21a) (SelectExecutor): Key condition: unknown 2026.02.25 21:43:28.785209 [ 311 ] {5d94bea4-c83b-4dda-bab6-a32dae195295} AggregatingTransform: Aggregating 2026.02.25 21:43:28.785254 [ 311 ] {5d94bea4-c83b-4dda-bab6-a32dae195295} Aggregator: Aggregation method: without_key 2026.02.25 21:43:28.785290 [ 311 ] {5d94bea4-c83b-4dda-bab6-a32dae195295} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000814847 sec. (1227.224 rows/sec., 47.94 KiB/sec.) 2026.02.25 21:43:28.785308 [ 311 ] {5d94bea4-c83b-4dda-bab6-a32dae195295} Aggregator: Merging aggregated data 2026.02.25 21:43:28.787204 [ 288 ] {5d94bea4-c83b-4dda-bab6-a32dae195295} executeQuery: Read 1 rows, 40.00 B in 0.003466 sec., 288.51702250432777 rows/sec., 11.27 KiB/sec. 2026.02.25 21:43:28.787382 [ 288 ] {5d94bea4-c83b-4dda-bab6-a32dae195295} TCPHandler: Processed in 0.004428384 sec. 2026.02.25 21:43:28.787517 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.25 21:43:28.787537 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.25 21:43:28.787573 [ 295 ] {} TCPHandler: Done processing connection. 2026.02.25 21:43:28.787598 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.25 21:43:28.787634 [ 295 ] {} TCP-Session: d54caa8c-1219-4b7f-8cfc-3a2ca8a2df5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.787621 [ 289 ] {} TCP-Session: 8890d34c-ee09-4988-b706-be2cf34147ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.787661 [ 293 ] {} TCP-Session: c2af366c-c960-41c6-b0d6-b0c7c4479a3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.787680 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.25 21:43:28.787706 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.25 21:43:28.787730 [ 275 ] {} TCPHandler: Done processing connection. 2026.02.25 21:43:28.787745 [ 294 ] {} TCP-Session: df6afef7-5f7a-4b87-a4f1-fece9b93080c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.787763 [ 291 ] {} TCP-Session: 133860ea-4be2-4323-a30c-0c9173bce2ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.787659 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.25 21:43:28.787778 [ 275 ] {} TCP-Session: 82d61e3b-348d-4538-b33f-a91f5d81dc43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.787885 [ 290 ] {} TCP-Session: 947aa55f-9a11-44d9-afcd-0922067a4d67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.787633 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.25 21:43:28.787591 [ 288 ] {} TCP-Session: d71cfbbc-19b1-4b3e-9f48-408d5c784535 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:28.787963 [ 292 ] {} TCP-Session: cb97af65-e0aa-462b-b8e0-6fe446dae002 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:43:29.123599 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:29.123781 [ 277 ] {c8bc13f2-76f3-4ce9-bb4d-94d62ceee1ba} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:43:29.123845 [ 277 ] {c8bc13f2-76f3-4ce9-bb4d-94d62ceee1ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:43:29.124484 [ 277 ] {c8bc13f2-76f3-4ce9-bb4d-94d62ceee1ba} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:29.124534 [ 277 ] {c8bc13f2-76f3-4ce9-bb4d-94d62ceee1ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:29.124957 [ 277 ] {c8bc13f2-76f3-4ce9-bb4d-94d62ceee1ba} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.25 21:43:29.125307 [ 277 ] {c8bc13f2-76f3-4ce9-bb4d-94d62ceee1ba} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:29.125508 [ 277 ] {c8bc13f2-76f3-4ce9-bb4d-94d62ceee1ba} executeQuery: Read 128 rows, 11.31 KiB in 0.001772 sec., 72234.76297968398 rows/sec., 6.23 MiB/sec. 2026.02.25 21:43:29.125568 [ 277 ] {c8bc13f2-76f3-4ce9-bb4d-94d62ceee1ba} TCPHandler: Processed in 0.002095476 sec. 2026.02.25 21:43:29.125700 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:29.125801 [ 277 ] {23f44d9d-3e2e-4489-9ff4-a5f384920ea4} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.25 21:43:29.125845 [ 277 ] {23f44d9d-3e2e-4489-9ff4-a5f384920ea4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.25 21:43:29.126256 [ 277 ] {23f44d9d-3e2e-4489-9ff4-a5f384920ea4} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:29.126292 [ 277 ] {23f44d9d-3e2e-4489-9ff4-a5f384920ea4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:29.126633 [ 277 ] {23f44d9d-3e2e-4489-9ff4-a5f384920ea4} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.25 21:43:29.126857 [ 277 ] {23f44d9d-3e2e-4489-9ff4-a5f384920ea4} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:29.127004 [ 277 ] {23f44d9d-3e2e-4489-9ff4-a5f384920ea4} executeQuery: Read 36 rows, 2.71 KiB in 0.001223 sec., 29435.813573180705 rows/sec., 2.16 MiB/sec. 2026.02.25 21:43:29.127048 [ 277 ] {23f44d9d-3e2e-4489-9ff4-a5f384920ea4} TCPHandler: Processed in 0.001401431 sec. 2026.02.25 21:43:29.127173 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:29.127286 [ 277 ] {944c0420-3bbd-4bdb-9009-9015ebf3c91d} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:43:29.127333 [ 277 ] {944c0420-3bbd-4bdb-9009-9015ebf3c91d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:43:29.127854 [ 277 ] {944c0420-3bbd-4bdb-9009-9015ebf3c91d} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:29.127896 [ 277 ] {944c0420-3bbd-4bdb-9009-9015ebf3c91d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:29.128237 [ 277 ] {944c0420-3bbd-4bdb-9009-9015ebf3c91d} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.25 21:43:29.128461 [ 277 ] {944c0420-3bbd-4bdb-9009-9015ebf3c91d} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:29.128594 [ 277 ] {944c0420-3bbd-4bdb-9009-9015ebf3c91d} executeQuery: Read 100 rows, 8.00 KiB in 0.001331 sec., 75131.48009015778 rows/sec., 5.87 MiB/sec. 2026.02.25 21:43:29.128631 [ 277 ] {944c0420-3bbd-4bdb-9009-9015ebf3c91d} TCPHandler: Processed in 0.001517682 sec. 2026.02.25 21:43:29.128739 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:29.128833 [ 277 ] {767140f7-09dd-4c55-8a64-1a5bf2259699} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:43:29.128877 [ 277 ] {767140f7-09dd-4c55-8a64-1a5bf2259699} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:43:29.129272 [ 277 ] {767140f7-09dd-4c55-8a64-1a5bf2259699} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:29.129309 [ 277 ] {767140f7-09dd-4c55-8a64-1a5bf2259699} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:29.129641 [ 277 ] {767140f7-09dd-4c55-8a64-1a5bf2259699} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.25 21:43:29.129854 [ 277 ] {767140f7-09dd-4c55-8a64-1a5bf2259699} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:29.129982 [ 277 ] {767140f7-09dd-4c55-8a64-1a5bf2259699} executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. 2026.02.25 21:43:29.130020 [ 277 ] {767140f7-09dd-4c55-8a64-1a5bf2259699} TCPHandler: Processed in 0.00133322 sec. 2026.02.25 21:43:29.130143 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:29.130235 [ 277 ] {c894d4e1-59e0-414e-896b-c463d69ed38a} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.25 21:43:29.130298 [ 277 ] {c894d4e1-59e0-414e-896b-c463d69ed38a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.25 21:43:29.131090 [ 277 ] {c894d4e1-59e0-414e-896b-c463d69ed38a} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:29.131127 [ 277 ] {c894d4e1-59e0-414e-896b-c463d69ed38a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:29.131706 [ 277 ] {c894d4e1-59e0-414e-896b-c463d69ed38a} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.25 21:43:29.131934 [ 277 ] {c894d4e1-59e0-414e-896b-c463d69ed38a} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:29.132075 [ 277 ] {c894d4e1-59e0-414e-896b-c463d69ed38a} executeQuery: Read 36 rows, 66.06 KiB in 0.001857 sec., 19386.10662358643 rows/sec., 34.74 MiB/sec. 2026.02.25 21:43:29.132138 [ 277 ] {c894d4e1-59e0-414e-896b-c463d69ed38a} TCPHandler: Processed in 0.002056816 sec. 2026.02.25 21:43:29.132251 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:29.132346 [ 277 ] {f8dd1a37-d2b3-44a0-88b0-48eacbd8989e} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:43:29.132389 [ 277 ] {f8dd1a37-d2b3-44a0-88b0-48eacbd8989e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:43:29.132795 [ 277 ] {f8dd1a37-d2b3-44a0-88b0-48eacbd8989e} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:29.132845 [ 277 ] {f8dd1a37-d2b3-44a0-88b0-48eacbd8989e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:29.133298 [ 277 ] {f8dd1a37-d2b3-44a0-88b0-48eacbd8989e} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.25 21:43:29.133624 [ 277 ] {f8dd1a37-d2b3-44a0-88b0-48eacbd8989e} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:29.133808 [ 277 ] {f8dd1a37-d2b3-44a0-88b0-48eacbd8989e} executeQuery: Read 60 rows, 4.14 KiB in 0.001478 sec., 40595.399188092015 rows/sec., 2.74 MiB/sec. 2026.02.25 21:43:29.133858 [ 277 ] {f8dd1a37-d2b3-44a0-88b0-48eacbd8989e} TCPHandler: Processed in 0.001657053 sec. 2026.02.25 21:43:29.488468 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8106 2026.02.25 21:43:29.489112 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:29.489149 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:29.489618 [ 245 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.25 21:43:29.489878 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:29.490010 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8106 2026.02.25 21:43:29.927584 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2026.02.25 21:43:29.944466 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:29.944538 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. 2026.02.25 21:43:29.951045 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.25 21:43:29.951848 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:29.955314 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2026.02.25 21:43:31.081103 [ 112 ] {} oximeter.fields_ipaddr (9d816c18-633c-4844-8e74-bf82544c842d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.02.25 21:43:31.081223 [ 112 ] {} oximeter.fields_ipaddr (9d816c18-633c-4844-8e74-bf82544c842d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:31.081261 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:31.081456 [ 198 ] {9d816c18-633c-4844-8e74-bf82544c842d::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.02.25 21:43:31.081665 [ 198 ] {9d816c18-633c-4844-8e74-bf82544c842d::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:43:31.081718 [ 198 ] {9d816c18-633c-4844-8e74-bf82544c842d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part 2026.02.25 21:43:31.081820 [ 198 ] {9d816c18-633c-4844-8e74-bf82544c842d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2026.02.25 21:43:31.081897 [ 198 ] {9d816c18-633c-4844-8e74-bf82544c842d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2026.02.25 21:43:31.081975 [ 198 ] {9d816c18-633c-4844-8e74-bf82544c842d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2026.02.25 21:43:31.082050 [ 198 ] {9d816c18-633c-4844-8e74-bf82544c842d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part 2026.02.25 21:43:31.082931 [ 187 ] {9d816c18-633c-4844-8e74-bf82544c842d::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.001546382 sec., 19400.122350104954 rows/sec., 1.62 MiB/sec. 2026.02.25 21:43:31.083089 [ 202 ] {9d816c18-633c-4844-8e74-bf82544c842d::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.02.25 21:43:31.083376 [ 202 ] {9d816c18-633c-4844-8e74-bf82544c842d::all_1_5_1} oximeter.fields_ipaddr (9d816c18-633c-4844-8e74-bf82544c842d): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:31.083447 [ 202 ] {9d816c18-633c-4844-8e74-bf82544c842d::all_1_5_1} oximeter.fields_ipaddr (9d816c18-633c-4844-8e74-bf82544c842d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.02.25 21:43:31.083511 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.25 21:43:32.006435 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 518 2026.02.25 21:43:32.008740 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:32.008799 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:32.010292 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.25 21:43:32.010622 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:32.011049 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 518 2026.02.25 21:43:34.150632 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:34.150828 [ 277 ] {3ed1fd4e-f87e-4dc4-a29c-02646ca61e7e} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.25 21:43:34.150901 [ 277 ] {3ed1fd4e-f87e-4dc4-a29c-02646ca61e7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.25 21:43:34.151543 [ 277 ] {3ed1fd4e-f87e-4dc4-a29c-02646ca61e7e} oximeter.fields_i16 (5b8cb844-b05e-4fc3-bc08-c8de9a1883e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:34.151596 [ 277 ] {3ed1fd4e-f87e-4dc4-a29c-02646ca61e7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:34.151989 [ 277 ] {3ed1fd4e-f87e-4dc4-a29c-02646ca61e7e} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.25 21:43:34.152220 [ 277 ] {3ed1fd4e-f87e-4dc4-a29c-02646ca61e7e} oximeter.fields_i16 (5b8cb844-b05e-4fc3-bc08-c8de9a1883e6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:34.152373 [ 277 ] {3ed1fd4e-f87e-4dc4-a29c-02646ca61e7e} executeQuery: Read 24 rows, 2.04 KiB in 0.001596 sec., 15037.593984962406 rows/sec., 1.25 MiB/sec. 2026.02.25 21:43:34.152423 [ 277 ] {3ed1fd4e-f87e-4dc4-a29c-02646ca61e7e} TCPHandler: Processed in 0.001927895 sec. 2026.02.25 21:43:34.152551 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:34.152655 [ 277 ] {7c750978-6bb0-4fb4-a5f5-a3db2bd550fb} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.25 21:43:34.152701 [ 277 ] {7c750978-6bb0-4fb4-a5f5-a3db2bd550fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.25 21:43:34.153092 [ 277 ] {7c750978-6bb0-4fb4-a5f5-a3db2bd550fb} oximeter.fields_ipaddr (9d816c18-633c-4844-8e74-bf82544c842d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:34.153129 [ 277 ] {7c750978-6bb0-4fb4-a5f5-a3db2bd550fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:34.153420 [ 277 ] {7c750978-6bb0-4fb4-a5f5-a3db2bd550fb} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.25 21:43:34.153638 [ 277 ] {7c750978-6bb0-4fb4-a5f5-a3db2bd550fb} oximeter.fields_ipaddr (9d816c18-633c-4844-8e74-bf82544c842d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:34.153770 [ 277 ] {7c750978-6bb0-4fb4-a5f5-a3db2bd550fb} executeQuery: Read 6 rows, 501.00 B in 0.001138 sec., 5272.407732864675 rows/sec., 429.93 KiB/sec. 2026.02.25 21:43:34.153808 [ 277 ] {7c750978-6bb0-4fb4-a5f5-a3db2bd550fb} TCPHandler: Processed in 0.00130953 sec. 2026.02.25 21:43:34.153918 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:34.154015 [ 277 ] {0a139f00-c20d-4ae6-beb0-c94aae5553e1} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:43:34.154054 [ 277 ] {0a139f00-c20d-4ae6-beb0-c94aae5553e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:43:34.155179 [ 277 ] {0a139f00-c20d-4ae6-beb0-c94aae5553e1} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:34.155215 [ 277 ] {0a139f00-c20d-4ae6-beb0-c94aae5553e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:34.155599 [ 277 ] {0a139f00-c20d-4ae6-beb0-c94aae5553e1} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.25 21:43:34.155810 [ 277 ] {0a139f00-c20d-4ae6-beb0-c94aae5553e1} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:34.155942 [ 277 ] {0a139f00-c20d-4ae6-beb0-c94aae5553e1} executeQuery: Read 1329 rows, 113.62 KiB in 0.001946 sec., 682939.3627954778 rows/sec., 57.02 MiB/sec. 2026.02.25 21:43:34.155981 [ 277 ] {0a139f00-c20d-4ae6-beb0-c94aae5553e1} TCPHandler: Processed in 0.002112667 sec. 2026.02.25 21:43:34.156091 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:34.156188 [ 277 ] {49cc34c3-f6eb-469f-9a81-46493673b8d2} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.25 21:43:34.156229 [ 277 ] {49cc34c3-f6eb-469f-9a81-46493673b8d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.25 21:43:34.156612 [ 277 ] {49cc34c3-f6eb-469f-9a81-46493673b8d2} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:34.156648 [ 277 ] {49cc34c3-f6eb-469f-9a81-46493673b8d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:34.156946 [ 277 ] {49cc34c3-f6eb-469f-9a81-46493673b8d2} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.25 21:43:34.157151 [ 277 ] {49cc34c3-f6eb-469f-9a81-46493673b8d2} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:34.157278 [ 277 ] {49cc34c3-f6eb-469f-9a81-46493673b8d2} executeQuery: Read 23 rows, 1.76 KiB in 0.00111 sec., 20720.720720720718 rows/sec., 1.54 MiB/sec. 2026.02.25 21:43:34.157314 [ 277 ] {49cc34c3-f6eb-469f-9a81-46493673b8d2} TCPHandler: Processed in 0.00127395 sec. 2026.02.25 21:43:34.157422 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:34.157517 [ 277 ] {bd2ffac7-dd94-435b-9985-83b25b78fc64} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.25 21:43:34.157557 [ 277 ] {bd2ffac7-dd94-435b-9985-83b25b78fc64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.25 21:43:34.158014 [ 277 ] {bd2ffac7-dd94-435b-9985-83b25b78fc64} oximeter.fields_u32 (908bf044-80c4-4aff-a2d0-2b9c977956ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:34.158050 [ 277 ] {bd2ffac7-dd94-435b-9985-83b25b78fc64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:34.158351 [ 277 ] {bd2ffac7-dd94-435b-9985-83b25b78fc64} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.25 21:43:34.158576 [ 277 ] {bd2ffac7-dd94-435b-9985-83b25b78fc64} oximeter.fields_u32 (908bf044-80c4-4aff-a2d0-2b9c977956ba): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:34.158707 [ 277 ] {bd2ffac7-dd94-435b-9985-83b25b78fc64} executeQuery: Read 252 rows, 17.85 KiB in 0.001208 sec., 208609.2715231788 rows/sec., 14.43 MiB/sec. 2026.02.25 21:43:34.158745 [ 277 ] {bd2ffac7-dd94-435b-9985-83b25b78fc64} TCPHandler: Processed in 0.001373691 sec. 2026.02.25 21:43:34.158865 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:34.158962 [ 277 ] {8b79b696-cab7-481d-bbc0-cf04cc0f7176} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.25 21:43:34.159002 [ 277 ] {8b79b696-cab7-481d-bbc0-cf04cc0f7176} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.25 21:43:34.159385 [ 277 ] {8b79b696-cab7-481d-bbc0-cf04cc0f7176} oximeter.fields_u8 (0c034aba-187c-4a21-bc08-4ff6715ead94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:34.159421 [ 277 ] {8b79b696-cab7-481d-bbc0-cf04cc0f7176} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:34.159732 [ 277 ] {8b79b696-cab7-481d-bbc0-cf04cc0f7176} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.25 21:43:34.159943 [ 277 ] {8b79b696-cab7-481d-bbc0-cf04cc0f7176} oximeter.fields_u8 (0c034aba-187c-4a21-bc08-4ff6715ead94): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:34.160074 [ 277 ] {8b79b696-cab7-481d-bbc0-cf04cc0f7176} executeQuery: Read 12 rows, 960.00 B in 0.001132 sec., 10600.706713780919 rows/sec., 828.18 KiB/sec. 2026.02.25 21:43:34.160112 [ 277 ] {8b79b696-cab7-481d-bbc0-cf04cc0f7176} TCPHandler: Processed in 0.00129699 sec. 2026.02.25 21:43:34.160234 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:34.160328 [ 277 ] {bc1f7175-de63-4c9e-8d5d-69464d78846d} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:43:34.160369 [ 277 ] {bc1f7175-de63-4c9e-8d5d-69464d78846d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:43:34.160958 [ 277 ] {bc1f7175-de63-4c9e-8d5d-69464d78846d} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:34.160995 [ 277 ] {bc1f7175-de63-4c9e-8d5d-69464d78846d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:34.161353 [ 277 ] {bc1f7175-de63-4c9e-8d5d-69464d78846d} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.25 21:43:34.161560 [ 277 ] {bc1f7175-de63-4c9e-8d5d-69464d78846d} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:34.161693 [ 277 ] {bc1f7175-de63-4c9e-8d5d-69464d78846d} executeQuery: Read 567 rows, 43.55 KiB in 0.001382 sec., 410274.96382054995 rows/sec., 30.77 MiB/sec. 2026.02.25 21:43:34.161731 [ 277 ] {bc1f7175-de63-4c9e-8d5d-69464d78846d} TCPHandler: Processed in 0.001547742 sec. 2026.02.25 21:43:34.161844 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:34.161939 [ 277 ] {e3d5b4f8-58d7-426e-b7f6-18d451a8ba4c} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:43:34.161983 [ 277 ] {e3d5b4f8-58d7-426e-b7f6-18d451a8ba4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:43:34.162561 [ 277 ] {e3d5b4f8-58d7-426e-b7f6-18d451a8ba4c} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:34.162597 [ 277 ] {e3d5b4f8-58d7-426e-b7f6-18d451a8ba4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:34.162971 [ 277 ] {e3d5b4f8-58d7-426e-b7f6-18d451a8ba4c} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.25 21:43:34.163175 [ 277 ] {e3d5b4f8-58d7-426e-b7f6-18d451a8ba4c} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:34.163303 [ 277 ] {e3d5b4f8-58d7-426e-b7f6-18d451a8ba4c} executeQuery: Read 883 rows, 61.37 KiB in 0.001382 sec., 638929.0882778582 rows/sec., 43.36 MiB/sec. 2026.02.25 21:43:34.163340 [ 277 ] {e3d5b4f8-58d7-426e-b7f6-18d451a8ba4c} TCPHandler: Processed in 0.001546441 sec. 2026.02.25 21:43:34.163447 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:34.163541 [ 277 ] {fe5334bb-86e0-43dc-bc6e-8eed438c73ca} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.25 21:43:34.163594 [ 277 ] {fe5334bb-86e0-43dc-bc6e-8eed438c73ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.25 21:43:34.164300 [ 277 ] {fe5334bb-86e0-43dc-bc6e-8eed438c73ca} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:34.164337 [ 277 ] {fe5334bb-86e0-43dc-bc6e-8eed438c73ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:34.164827 [ 277 ] {fe5334bb-86e0-43dc-bc6e-8eed438c73ca} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.25 21:43:34.165046 [ 277 ] {fe5334bb-86e0-43dc-bc6e-8eed438c73ca} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:34.165186 [ 277 ] {fe5334bb-86e0-43dc-bc6e-8eed438c73ca} executeQuery: Read 5 rows, 9.17 KiB in 0.001662 sec., 3008.4235860409144 rows/sec., 5.39 MiB/sec. 2026.02.25 21:43:34.165246 [ 277 ] {fe5334bb-86e0-43dc-bc6e-8eed438c73ca} TCPHandler: Processed in 0.001849764 sec. 2026.02.25 21:43:34.165353 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:34.165449 [ 277 ] {b3d102df-bdf3-445f-9e97-3c6a0ad1e8e3} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:43:34.165490 [ 277 ] {b3d102df-bdf3-445f-9e97-3c6a0ad1e8e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:43:34.165808 [ 277 ] {b3d102df-bdf3-445f-9e97-3c6a0ad1e8e3} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:34.165844 [ 277 ] {b3d102df-bdf3-445f-9e97-3c6a0ad1e8e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:34.166141 [ 277 ] {b3d102df-bdf3-445f-9e97-3c6a0ad1e8e3} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.25 21:43:34.166352 [ 277 ] {b3d102df-bdf3-445f-9e97-3c6a0ad1e8e3} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:34.166478 [ 277 ] {b3d102df-bdf3-445f-9e97-3c6a0ad1e8e3} executeQuery: Read 60 rows, 4.14 KiB in 0.001049 sec., 57197.33079122974 rows/sec., 3.85 MiB/sec. 2026.02.25 21:43:34.166515 [ 277 ] {b3d102df-bdf3-445f-9e97-3c6a0ad1e8e3} TCPHandler: Processed in 0.001211379 sec. 2026.02.25 21:43:36.907819 [ 74 ] {} DNSResolver: Updating DNS cache 2026.02.25 21:43:36.907889 [ 74 ] {} DNSResolver: Updated DNS cache 2026.02.25 21:43:36.990235 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8554 2026.02.25 21:43:36.990742 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:36.990785 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:36.991308 [ 245 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.25 21:43:36.991532 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:36.991663 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8554 2026.02.25 21:43:37.455526 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2026.02.25 21:43:37.471245 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:37.471314 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:37.477482 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.25 21:43:37.478221 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:37.481227 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.02.25 21:43:39.123829 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:39.124085 [ 277 ] {f6dd8ee8-6cc2-43e4-943b-8e1d60ba32e5} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:43:39.124178 [ 277 ] {f6dd8ee8-6cc2-43e4-943b-8e1d60ba32e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:43:39.124922 [ 277 ] {f6dd8ee8-6cc2-43e4-943b-8e1d60ba32e5} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:39.124969 [ 277 ] {f6dd8ee8-6cc2-43e4-943b-8e1d60ba32e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:39.125377 [ 277 ] {f6dd8ee8-6cc2-43e4-943b-8e1d60ba32e5} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.25 21:43:39.125607 [ 277 ] {f6dd8ee8-6cc2-43e4-943b-8e1d60ba32e5} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:39.125761 [ 277 ] {f6dd8ee8-6cc2-43e4-943b-8e1d60ba32e5} executeQuery: Read 128 rows, 11.31 KiB in 0.001745 sec., 73352.43553008596 rows/sec., 6.33 MiB/sec. 2026.02.25 21:43:39.125801 [ 277 ] {f6dd8ee8-6cc2-43e4-943b-8e1d60ba32e5} TCPHandler: Processed in 0.002144466 sec. 2026.02.25 21:43:39.125916 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:39.126011 [ 277 ] {2f53af51-c274-427c-a600-879569969218} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.25 21:43:39.126051 [ 277 ] {2f53af51-c274-427c-a600-879569969218} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.25 21:43:39.126443 [ 277 ] {2f53af51-c274-427c-a600-879569969218} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:39.126477 [ 277 ] {2f53af51-c274-427c-a600-879569969218} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:39.126770 [ 277 ] {2f53af51-c274-427c-a600-879569969218} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.25 21:43:39.126999 [ 277 ] {2f53af51-c274-427c-a600-879569969218} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:39.127123 [ 277 ] {2f53af51-c274-427c-a600-879569969218} executeQuery: Read 36 rows, 2.71 KiB in 0.00113 sec., 31858.40707964602 rows/sec., 2.34 MiB/sec. 2026.02.25 21:43:39.127160 [ 277 ] {2f53af51-c274-427c-a600-879569969218} TCPHandler: Processed in 0.00129425 sec. 2026.02.25 21:43:39.127271 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:39.127365 [ 277 ] {698ce0a5-6e20-4cb0-ada6-1e0db28d881b} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:43:39.127405 [ 277 ] {698ce0a5-6e20-4cb0-ada6-1e0db28d881b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:43:39.127819 [ 277 ] {698ce0a5-6e20-4cb0-ada6-1e0db28d881b} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:39.127852 [ 277 ] {698ce0a5-6e20-4cb0-ada6-1e0db28d881b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:39.128159 [ 277 ] {698ce0a5-6e20-4cb0-ada6-1e0db28d881b} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.25 21:43:39.128376 [ 277 ] {698ce0a5-6e20-4cb0-ada6-1e0db28d881b} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:39.128499 [ 277 ] {698ce0a5-6e20-4cb0-ada6-1e0db28d881b} executeQuery: Read 100 rows, 8.00 KiB in 0.001151 sec., 86880.97306689835 rows/sec., 6.79 MiB/sec. 2026.02.25 21:43:39.128536 [ 277 ] {698ce0a5-6e20-4cb0-ada6-1e0db28d881b} TCPHandler: Processed in 0.00131515 sec. 2026.02.25 21:43:39.128635 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:39.128729 [ 277 ] {1deb34e5-2fdf-4a91-81d4-7c2510af1938} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:43:39.128771 [ 277 ] {1deb34e5-2fdf-4a91-81d4-7c2510af1938} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:43:39.129161 [ 277 ] {1deb34e5-2fdf-4a91-81d4-7c2510af1938} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:39.129195 [ 277 ] {1deb34e5-2fdf-4a91-81d4-7c2510af1938} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:39.129519 [ 277 ] {1deb34e5-2fdf-4a91-81d4-7c2510af1938} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.25 21:43:39.129733 [ 277 ] {1deb34e5-2fdf-4a91-81d4-7c2510af1938} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:39.129857 [ 277 ] {1deb34e5-2fdf-4a91-81d4-7c2510af1938} executeQuery: Read 160 rows, 11.41 KiB in 0.001146 sec., 139616.05584642233 rows/sec., 9.72 MiB/sec. 2026.02.25 21:43:39.129892 [ 277 ] {1deb34e5-2fdf-4a91-81d4-7c2510af1938} TCPHandler: Processed in 0.00130686 sec. 2026.02.25 21:43:39.129992 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:39.130086 [ 277 ] {f7dd7433-cec9-40f2-a20a-210eb7a2375b} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.25 21:43:39.130138 [ 277 ] {f7dd7433-cec9-40f2-a20a-210eb7a2375b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.25 21:43:39.130935 [ 277 ] {f7dd7433-cec9-40f2-a20a-210eb7a2375b} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:39.130968 [ 277 ] {f7dd7433-cec9-40f2-a20a-210eb7a2375b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:39.131514 [ 277 ] {f7dd7433-cec9-40f2-a20a-210eb7a2375b} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.25 21:43:39.131755 [ 277 ] {f7dd7433-cec9-40f2-a20a-210eb7a2375b} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:39.131885 [ 277 ] {f7dd7433-cec9-40f2-a20a-210eb7a2375b} executeQuery: Read 36 rows, 66.06 KiB in 0.001818 sec., 19801.980198019803 rows/sec., 35.48 MiB/sec. 2026.02.25 21:43:39.131936 [ 277 ] {f7dd7433-cec9-40f2-a20a-210eb7a2375b} TCPHandler: Processed in 0.001994015 sec. 2026.02.25 21:43:39.132046 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:39.132141 [ 277 ] {fa707103-fa6e-4912-b6f0-fd58761ec915} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:43:39.132182 [ 277 ] {fa707103-fa6e-4912-b6f0-fd58761ec915} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:43:39.132491 [ 277 ] {fa707103-fa6e-4912-b6f0-fd58761ec915} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:39.132526 [ 277 ] {fa707103-fa6e-4912-b6f0-fd58761ec915} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:39.132831 [ 277 ] {fa707103-fa6e-4912-b6f0-fd58761ec915} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.25 21:43:39.133075 [ 277 ] {fa707103-fa6e-4912-b6f0-fd58761ec915} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:39.133201 [ 277 ] {fa707103-fa6e-4912-b6f0-fd58761ec915} executeQuery: Read 60 rows, 4.14 KiB in 0.001078 sec., 55658.62708719852 rows/sec., 3.75 MiB/sec. 2026.02.25 21:43:39.133236 [ 277 ] {fa707103-fa6e-4912-b6f0-fd58761ec915} TCPHandler: Processed in 0.00124082 sec. 2026.02.25 21:43:42.011346 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 550 2026.02.25 21:43:42.013596 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:42.013640 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:42.014823 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.25 21:43:42.015091 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:42.015350 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 550 2026.02.25 21:43:44.122364 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:44.122541 [ 277 ] {894dd537-b4ff-4fbf-87e0-26a118d12d12} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:43:44.122610 [ 277 ] {894dd537-b4ff-4fbf-87e0-26a118d12d12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:43:44.123258 [ 277 ] {894dd537-b4ff-4fbf-87e0-26a118d12d12} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:44.123308 [ 277 ] {894dd537-b4ff-4fbf-87e0-26a118d12d12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:44.123714 [ 277 ] {894dd537-b4ff-4fbf-87e0-26a118d12d12} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.25 21:43:44.123935 [ 277 ] {894dd537-b4ff-4fbf-87e0-26a118d12d12} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:44.124083 [ 277 ] {894dd537-b4ff-4fbf-87e0-26a118d12d12} executeQuery: Read 66 rows, 5.38 KiB in 0.001595 sec., 41379.31034482759 rows/sec., 3.29 MiB/sec. 2026.02.25 21:43:44.124124 [ 277 ] {894dd537-b4ff-4fbf-87e0-26a118d12d12} TCPHandler: Processed in 0.001878874 sec. 2026.02.25 21:43:44.124228 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:44.124321 [ 277 ] {6e87f36d-20c2-47ca-87bb-69743955a7df} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.25 21:43:44.124360 [ 277 ] {6e87f36d-20c2-47ca-87bb-69743955a7df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.25 21:43:44.124717 [ 277 ] {6e87f36d-20c2-47ca-87bb-69743955a7df} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:44.124752 [ 277 ] {6e87f36d-20c2-47ca-87bb-69743955a7df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:44.125040 [ 277 ] {6e87f36d-20c2-47ca-87bb-69743955a7df} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.25 21:43:44.125251 [ 277 ] {6e87f36d-20c2-47ca-87bb-69743955a7df} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:44.125353 [ 54 ] {} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.25 21:43:44.125375 [ 277 ] {6e87f36d-20c2-47ca-87bb-69743955a7df} executeQuery: Read 5 rows, 385.00 B in 0.001073 sec., 4659.832246039143 rows/sec., 350.40 KiB/sec. 2026.02.25 21:43:44.125415 [ 54 ] {} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:44.125425 [ 277 ] {6e87f36d-20c2-47ca-87bb-69743955a7df} TCPHandler: Processed in 0.001244939 sec. 2026.02.25 21:43:44.125443 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:44.125530 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:44.125555 [ 198 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.02.25 21:43:44.125626 [ 277 ] {f8838b49-9b3c-462a-abef-eede15cf5990} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:43:44.125670 [ 277 ] {f8838b49-9b3c-462a-abef-eede15cf5990} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:43:44.125689 [ 198 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:43:44.125729 [ 198 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 215 rows starting from the beginning of the part 2026.02.25 21:43:44.125798 [ 198 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 5 rows starting from the beginning of the part 2026.02.25 21:43:44.125848 [ 198 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 36 rows starting from the beginning of the part 2026.02.25 21:43:44.125893 [ 198 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 23 rows starting from the beginning of the part 2026.02.25 21:43:44.125933 [ 198 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 36 rows starting from the beginning of the part 2026.02.25 21:43:44.125978 [ 198 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 5 rows starting from the beginning of the part 2026.02.25 21:43:44.126050 [ 277 ] {f8838b49-9b3c-462a-abef-eede15cf5990} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:44.126090 [ 277 ] {f8838b49-9b3c-462a-abef-eede15cf5990} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:44.126460 [ 277 ] {f8838b49-9b3c-462a-abef-eede15cf5990} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.25 21:43:44.126689 [ 277 ] {f8838b49-9b3c-462a-abef-eede15cf5990} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:44.126822 [ 277 ] {f8838b49-9b3c-462a-abef-eede15cf5990} executeQuery: Read 69 rows, 5.52 KiB in 0.001215 sec., 56790.12345679013 rows/sec., 4.43 MiB/sec. 2026.02.25 21:43:44.126857 [ 277 ] {f8838b49-9b3c-462a-abef-eede15cf5990} TCPHandler: Processed in 0.001376891 sec. 2026.02.25 21:43:44.126876 [ 198 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 320 rows, containing 5 columns (5 merged, 0 gathered) in 0.001373251 sec., 233023.6788467658 rows/sec., 16.47 MiB/sec. 2026.02.25 21:43:44.126947 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:44.127035 [ 193 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.25 21:43:44.127038 [ 277 ] {be27d03e-2151-4cc5-83d1-6b27bb7af308} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:43:44.127085 [ 277 ] {be27d03e-2151-4cc5-83d1-6b27bb7af308} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:43:44.127282 [ 193 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_21_4} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:44.127343 [ 193 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_21_4} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.25 21:43:44.127424 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.02.25 21:43:44.127442 [ 277 ] {be27d03e-2151-4cc5-83d1-6b27bb7af308} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:44.127474 [ 277 ] {be27d03e-2151-4cc5-83d1-6b27bb7af308} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:44.127839 [ 277 ] {be27d03e-2151-4cc5-83d1-6b27bb7af308} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.25 21:43:44.128053 [ 277 ] {be27d03e-2151-4cc5-83d1-6b27bb7af308} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:44.128192 [ 277 ] {be27d03e-2151-4cc5-83d1-6b27bb7af308} executeQuery: Read 160 rows, 11.41 KiB in 0.001156 sec., 138408.30449826992 rows/sec., 9.64 MiB/sec. 2026.02.25 21:43:44.128228 [ 277 ] {be27d03e-2151-4cc5-83d1-6b27bb7af308} TCPHandler: Processed in 0.00131681 sec. 2026.02.25 21:43:44.128321 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:44.128413 [ 277 ] {9236eadd-0930-416c-a768-05a647d937a1} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.25 21:43:44.128465 [ 277 ] {9236eadd-0930-416c-a768-05a647d937a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.25 21:43:44.129159 [ 277 ] {9236eadd-0930-416c-a768-05a647d937a1} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:44.129195 [ 277 ] {9236eadd-0930-416c-a768-05a647d937a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:44.129675 [ 277 ] {9236eadd-0930-416c-a768-05a647d937a1} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.25 21:43:44.129891 [ 277 ] {9236eadd-0930-416c-a768-05a647d937a1} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:44.130022 [ 277 ] {9236eadd-0930-416c-a768-05a647d937a1} executeQuery: Read 5 rows, 9.17 KiB in 0.001626 sec., 3075.030750307503 rows/sec., 5.51 MiB/sec. 2026.02.25 21:43:44.130072 [ 277 ] {9236eadd-0930-416c-a768-05a647d937a1} TCPHandler: Processed in 0.001797104 sec. 2026.02.25 21:43:44.130171 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:44.130263 [ 277 ] {7b7d63e4-82c0-4911-bafc-a35e8718980c} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:43:44.130303 [ 277 ] {7b7d63e4-82c0-4911-bafc-a35e8718980c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:43:44.130606 [ 277 ] {7b7d63e4-82c0-4911-bafc-a35e8718980c} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:44.130641 [ 277 ] {7b7d63e4-82c0-4911-bafc-a35e8718980c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:44.130950 [ 277 ] {7b7d63e4-82c0-4911-bafc-a35e8718980c} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.25 21:43:44.131158 [ 277 ] {7b7d63e4-82c0-4911-bafc-a35e8718980c} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:44.131283 [ 277 ] {7b7d63e4-82c0-4911-bafc-a35e8718980c} executeQuery: Read 60 rows, 4.14 KiB in 0.001038 sec., 57803.46820809248 rows/sec., 3.90 MiB/sec. 2026.02.25 21:43:44.131318 [ 277 ] {7b7d63e4-82c0-4911-bafc-a35e8718980c} TCPHandler: Processed in 0.001195969 sec. 2026.02.25 21:43:44.491884 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9066 2026.02.25 21:43:44.492330 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:44.492370 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:44.492812 [ 245 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.25 21:43:44.493033 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:44.493170 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9066 2026.02.25 21:43:44.981457 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.02.25 21:43:44.997368 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:44.997425 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:45.000221 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 247.31 MiB, peak 251.13 MiB, free memory in arenas 0.00 B, will set to 242.50 MiB (RSS), difference: -4.81 MiB 2026.02.25 21:43:45.003941 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.25 21:43:45.004731 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:45.007827 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2026.02.25 21:43:46.000210 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 238.50 MiB, peak 251.13 MiB, free memory in arenas 0.00 B, will set to 243.24 MiB (RSS), difference: 4.74 MiB 2026.02.25 21:43:49.123769 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:49.123966 [ 277 ] {6141f401-7bec-4f4b-8f81-9d1bfd08e143} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.25 21:43:49.124043 [ 277 ] {6141f401-7bec-4f4b-8f81-9d1bfd08e143} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.25 21:43:49.124766 [ 277 ] {6141f401-7bec-4f4b-8f81-9d1bfd08e143} oximeter.fields_ipaddr (9d816c18-633c-4844-8e74-bf82544c842d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:49.124818 [ 277 ] {6141f401-7bec-4f4b-8f81-9d1bfd08e143} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:49.125227 [ 277 ] {6141f401-7bec-4f4b-8f81-9d1bfd08e143} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.25 21:43:49.125468 [ 277 ] {6141f401-7bec-4f4b-8f81-9d1bfd08e143} oximeter.fields_ipaddr (9d816c18-633c-4844-8e74-bf82544c842d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:49.125630 [ 277 ] {6141f401-7bec-4f4b-8f81-9d1bfd08e143} executeQuery: Read 10 rows, 835.00 B in 0.001716 sec., 5827.505827505827 rows/sec., 475.19 KiB/sec. 2026.02.25 21:43:49.125682 [ 277 ] {6141f401-7bec-4f4b-8f81-9d1bfd08e143} TCPHandler: Processed in 0.002052596 sec. 2026.02.25 21:43:49.125809 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:49.125925 [ 277 ] {01c03bd3-6df9-40ce-b319-8218f61c9d93} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:43:49.125969 [ 277 ] {01c03bd3-6df9-40ce-b319-8218f61c9d93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:43:49.126475 [ 277 ] {01c03bd3-6df9-40ce-b319-8218f61c9d93} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:49.126513 [ 277 ] {01c03bd3-6df9-40ce-b319-8218f61c9d93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:49.126863 [ 277 ] {01c03bd3-6df9-40ce-b319-8218f61c9d93} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.25 21:43:49.127081 [ 277 ] {01c03bd3-6df9-40ce-b319-8218f61c9d93} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:49.127235 [ 277 ] {01c03bd3-6df9-40ce-b319-8218f61c9d93} executeQuery: Read 133 rows, 11.68 KiB in 0.001334 sec., 99700.14992503749 rows/sec., 8.55 MiB/sec. 2026.02.25 21:43:49.127230 [ 62 ] {} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.25 21:43:49.127278 [ 277 ] {01c03bd3-6df9-40ce-b319-8218f61c9d93} TCPHandler: Processed in 0.001523871 sec. 2026.02.25 21:43:49.127326 [ 62 ] {} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:49.127361 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:49.127433 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:49.127511 [ 187 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.02.25 21:43:49.127537 [ 277 ] {5f75689c-f7c2-4e40-8014-1afcc862c67e} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.25 21:43:49.127596 [ 277 ] {5f75689c-f7c2-4e40-8014-1afcc862c67e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.25 21:43:49.127683 [ 187 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:43:49.127728 [ 187 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 2150 rows starting from the beginning of the part 2026.02.25 21:43:49.127803 [ 187 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 128 rows starting from the beginning of the part 2026.02.25 21:43:49.127849 [ 187 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1329 rows starting from the beginning of the part 2026.02.25 21:43:49.127893 [ 187 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 128 rows starting from the beginning of the part 2026.02.25 21:43:49.127957 [ 187 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 66 rows starting from the beginning of the part 2026.02.25 21:43:49.128011 [ 187 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 133 rows starting from the beginning of the part 2026.02.25 21:43:49.128012 [ 277 ] {5f75689c-f7c2-4e40-8014-1afcc862c67e} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:49.128060 [ 277 ] {5f75689c-f7c2-4e40-8014-1afcc862c67e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:49.128450 [ 277 ] {5f75689c-f7c2-4e40-8014-1afcc862c67e} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.25 21:43:49.128683 [ 277 ] {5f75689c-f7c2-4e40-8014-1afcc862c67e} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:49.128820 [ 277 ] {5f75689c-f7c2-4e40-8014-1afcc862c67e} executeQuery: Read 46 rows, 3.41 KiB in 0.001303 sec., 35303.1465848043 rows/sec., 2.55 MiB/sec. 2026.02.25 21:43:49.128860 [ 277 ] {5f75689c-f7c2-4e40-8014-1afcc862c67e} TCPHandler: Processed in 0.001489911 sec. 2026.02.25 21:43:49.128971 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:49.129071 [ 277 ] {b8c90f0d-8d95-474d-9808-0a9f6f1534af} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:43:49.129112 [ 277 ] {b8c90f0d-8d95-474d-9808-0a9f6f1534af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:43:49.129548 [ 277 ] {b8c90f0d-8d95-474d-9808-0a9f6f1534af} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:49.129585 [ 277 ] {b8c90f0d-8d95-474d-9808-0a9f6f1534af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:49.129593 [ 193 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 3934 rows, containing 5 columns (5 merged, 0 gathered) in 0.002156327 sec., 1824398.618576867 rows/sec., 158.33 MiB/sec. 2026.02.25 21:43:49.129903 [ 187 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.25 21:43:49.129923 [ 277 ] {b8c90f0d-8d95-474d-9808-0a9f6f1534af} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.25 21:43:49.130284 [ 277 ] {b8c90f0d-8d95-474d-9808-0a9f6f1534af} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:49.130361 [ 187 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_26_5} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:49.130400 [ 62 ] {} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.25 21:43:49.130423 [ 277 ] {b8c90f0d-8d95-474d-9808-0a9f6f1534af} executeQuery: Read 110 rows, 8.81 KiB in 0.001371 sec., 80233.40627279358 rows/sec., 6.28 MiB/sec. 2026.02.25 21:43:49.130445 [ 62 ] {} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:49.130458 [ 187 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_26_5} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.25 21:43:49.130468 [ 277 ] {b8c90f0d-8d95-474d-9808-0a9f6f1534af} TCPHandler: Processed in 0.001547232 sec. 2026.02.25 21:43:49.130474 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:49.130567 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. 2026.02.25 21:43:49.130669 [ 187 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.02.25 21:43:49.130682 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:49.130776 [ 187 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:43:49.130802 [ 277 ] {5c8ff453-c9ce-4cfd-a759-36587207f896} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:43:49.130810 [ 187 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1061 rows starting from the beginning of the part 2026.02.25 21:43:49.130862 [ 277 ] {5c8ff453-c9ce-4cfd-a759-36587207f896} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:43:49.130875 [ 187 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 100 rows starting from the beginning of the part 2026.02.25 21:43:49.130918 [ 187 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 567 rows starting from the beginning of the part 2026.02.25 21:43:49.130951 [ 187 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 100 rows starting from the beginning of the part 2026.02.25 21:43:49.130984 [ 187 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 69 rows starting from the beginning of the part 2026.02.25 21:43:49.131016 [ 187 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 110 rows starting from the beginning of the part 2026.02.25 21:43:49.131292 [ 277 ] {5c8ff453-c9ce-4cfd-a759-36587207f896} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:49.131333 [ 277 ] {5c8ff453-c9ce-4cfd-a759-36587207f896} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:49.131720 [ 277 ] {5c8ff453-c9ce-4cfd-a759-36587207f896} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.25 21:43:49.131939 [ 277 ] {5c8ff453-c9ce-4cfd-a759-36587207f896} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:49.131980 [ 193 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 2007 rows, containing 5 columns (5 merged, 0 gathered) in 0.00134434 sec., 1492925.8967225552 rows/sec., 116.81 MiB/sec. 2026.02.25 21:43:49.132048 [ 62 ] {} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.25 21:43:49.132074 [ 277 ] {5c8ff453-c9ce-4cfd-a759-36587207f896} executeQuery: Read 165 rows, 11.76 KiB in 0.001305 sec., 126436.7816091954 rows/sec., 8.80 MiB/sec. 2026.02.25 21:43:49.132081 [ 62 ] {} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:49.132119 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:49.132131 [ 277 ] {5c8ff453-c9ce-4cfd-a759-36587207f896} TCPHandler: Processed in 0.001498962 sec. 2026.02.25 21:43:49.132195 [ 193 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.02.25 21:43:49.132206 [ 197 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.25 21:43:49.132265 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:49.132278 [ 193 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:43:49.132311 [ 193 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6515 rows starting from the beginning of the part 2026.02.25 21:43:49.132368 [ 193 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part 2026.02.25 21:43:49.132382 [ 277 ] {0f9d3ae3-c292-43ca-93e6-a2e819fce9a1} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.25 21:43:49.132411 [ 193 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 883 rows starting from the beginning of the part 2026.02.25 21:43:49.132451 [ 277 ] {0f9d3ae3-c292-43ca-93e6-a2e819fce9a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.25 21:43:49.132452 [ 193 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part 2026.02.25 21:43:49.132504 [ 193 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part 2026.02.25 21:43:49.132543 [ 193 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 165 rows starting from the beginning of the part 2026.02.25 21:43:49.132596 [ 197 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_26_5} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:49.132681 [ 197 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_26_5} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.25 21:43:49.132772 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2026.02.25 21:43:49.133478 [ 277 ] {0f9d3ae3-c292-43ca-93e6-a2e819fce9a1} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:49.133515 [ 277 ] {0f9d3ae3-c292-43ca-93e6-a2e819fce9a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:49.134177 [ 277 ] {0f9d3ae3-c292-43ca-93e6-a2e819fce9a1} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.25 21:43:49.134440 [ 277 ] {0f9d3ae3-c292-43ca-93e6-a2e819fce9a1} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:49.134553 [ 62 ] {} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.25 21:43:49.134581 [ 277 ] {0f9d3ae3-c292-43ca-93e6-a2e819fce9a1} executeQuery: Read 36 rows, 66.06 KiB in 0.002224 sec., 16187.050359712232 rows/sec., 29.01 MiB/sec. 2026.02.25 21:43:49.134584 [ 62 ] {} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:49.134621 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:49.134644 [ 277 ] {0f9d3ae3-c292-43ca-93e6-a2e819fce9a1} TCPHandler: Processed in 0.002439939 sec. 2026.02.25 21:43:49.134708 [ 190 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.02.25 21:43:49.134765 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:49.134866 [ 277 ] {5051886a-cb13-4c63-8a94-4f6ff58c4137} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:43:49.134908 [ 277 ] {5051886a-cb13-4c63-8a94-4f6ff58c4137} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:43:49.134928 [ 190 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:43:49.134989 [ 190 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 281 rows starting from the beginning of the part 2026.02.25 21:43:49.135116 [ 190 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 36 rows starting from the beginning of the part 2026.02.25 21:43:49.135195 [ 186 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 8043 rows, containing 5 columns (5 merged, 0 gathered) in 0.003032503 sec., 2652264.4825083436 rows/sec., 181.77 MiB/sec. 2026.02.25 21:43:49.135216 [ 190 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 5 rows starting from the beginning of the part 2026.02.25 21:43:49.135242 [ 277 ] {5051886a-cb13-4c63-8a94-4f6ff58c4137} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:49.135283 [ 277 ] {5051886a-cb13-4c63-8a94-4f6ff58c4137} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:49.135306 [ 190 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 36 rows starting from the beginning of the part 2026.02.25 21:43:49.135398 [ 190 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 5 rows starting from the beginning of the part 2026.02.25 21:43:49.135482 [ 190 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 36 rows starting from the beginning of the part 2026.02.25 21:43:49.135604 [ 277 ] {5051886a-cb13-4c63-8a94-4f6ff58c4137} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.25 21:43:49.135605 [ 193 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.25 21:43:49.135869 [ 277 ] {5051886a-cb13-4c63-8a94-4f6ff58c4137} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:49.135896 [ 193 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_26_5} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:49.135958 [ 193 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_26_5} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.25 21:43:49.135990 [ 62 ] {} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.25 21:43:49.136012 [ 277 ] {5051886a-cb13-4c63-8a94-4f6ff58c4137} executeQuery: Read 60 rows, 4.14 KiB in 0.001163 sec., 51590.713671539124 rows/sec., 3.48 MiB/sec. 2026.02.25 21:43:49.136016 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.50 MiB. 2026.02.25 21:43:49.136028 [ 62 ] {} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:49.136054 [ 277 ] {5051886a-cb13-4c63-8a94-4f6ff58c4137} TCPHandler: Processed in 0.001340251 sec. 2026.02.25 21:43:49.136066 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:49.136136 [ 197 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.02.25 21:43:49.136213 [ 197 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:43:49.136237 [ 197 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1260 rows starting from the beginning of the part 2026.02.25 21:43:49.136279 [ 197 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part 2026.02.25 21:43:49.136315 [ 197 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part 2026.02.25 21:43:49.136347 [ 197 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part 2026.02.25 21:43:49.136376 [ 197 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part 2026.02.25 21:43:49.136409 [ 197 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part 2026.02.25 21:43:49.137279 [ 186 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1560 rows, containing 4 columns (4 merged, 0 gathered) in 0.001168579 sec., 1334954.6757215387 rows/sec., 89.22 MiB/sec. 2026.02.25 21:43:49.137437 [ 197 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.25 21:43:49.137671 [ 197 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_26_5} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:49.137729 [ 197 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_26_5} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.25 21:43:49.137782 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.02.25 21:43:49.139295 [ 196 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 399 rows, containing 19 columns (19 merged, 0 gathered) in 0.004621606 sec., 86333.62515108383 rows/sec., 154.71 MiB/sec. 2026.02.25 21:43:49.139987 [ 190 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.25 21:43:49.140353 [ 190 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_21_4} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:49.140425 [ 190 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_21_4} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.25 21:43:49.140517 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB. 2026.02.25 21:43:50.000220 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 243.94 MiB, peak 251.13 MiB, free memory in arenas 0.00 B, will set to 246.03 MiB (RSS), difference: 2.09 MiB 2026.02.25 21:43:51.907961 [ 49 ] {} DNSResolver: Updating DNS cache 2026.02.25 21:43:51.908036 [ 49 ] {} DNSResolver: Updated DNS cache 2026.02.25 21:43:51.993513 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9514 2026.02.25 21:43:51.993985 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:51.994036 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:51.994512 [ 245 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.25 21:43:51.994743 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:51.994871 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9514 2026.02.25 21:43:52.015876 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 576 2026.02.25 21:43:52.018134 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:52.018190 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:52.019426 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.25 21:43:52.019713 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:52.020093 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 576 2026.02.25 21:43:52.508161 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2026.02.25 21:43:52.525002 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:52.525060 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:52.530683 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.25 21:43:52.531406 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:52.534390 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2026.02.25 21:43:54.122507 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:54.122695 [ 277 ] {670e8430-8929-47c5-8982-4b65058dd92c} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:43:54.122763 [ 277 ] {670e8430-8929-47c5-8982-4b65058dd92c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:43:54.123465 [ 277 ] {670e8430-8929-47c5-8982-4b65058dd92c} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:54.123507 [ 277 ] {670e8430-8929-47c5-8982-4b65058dd92c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:54.123884 [ 277 ] {670e8430-8929-47c5-8982-4b65058dd92c} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.25 21:43:54.124102 [ 277 ] {670e8430-8929-47c5-8982-4b65058dd92c} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:54.124258 [ 277 ] {670e8430-8929-47c5-8982-4b65058dd92c} executeQuery: Read 66 rows, 5.38 KiB in 0.001613 sec., 40917.54494730316 rows/sec., 3.26 MiB/sec. 2026.02.25 21:43:54.124302 [ 277 ] {670e8430-8929-47c5-8982-4b65058dd92c} TCPHandler: Processed in 0.001930795 sec. 2026.02.25 21:43:54.124433 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:54.124526 [ 277 ] {61f56256-06c5-4e38-a8fc-fa8c8eb732ef} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.25 21:43:54.124566 [ 277 ] {61f56256-06c5-4e38-a8fc-fa8c8eb732ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.25 21:43:54.124983 [ 277 ] {61f56256-06c5-4e38-a8fc-fa8c8eb732ef} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:54.125020 [ 277 ] {61f56256-06c5-4e38-a8fc-fa8c8eb732ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:54.125302 [ 277 ] {61f56256-06c5-4e38-a8fc-fa8c8eb732ef} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.25 21:43:54.125513 [ 277 ] {61f56256-06c5-4e38-a8fc-fa8c8eb732ef} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:54.125640 [ 277 ] {61f56256-06c5-4e38-a8fc-fa8c8eb732ef} executeQuery: Read 5 rows, 385.00 B in 0.00113 sec., 4424.778761061947 rows/sec., 332.72 KiB/sec. 2026.02.25 21:43:54.125679 [ 277 ] {61f56256-06c5-4e38-a8fc-fa8c8eb732ef} TCPHandler: Processed in 0.001295 sec. 2026.02.25 21:43:54.125800 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:54.125894 [ 277 ] {9257cd3e-7ab6-4cc3-9c0b-3cf38603ed3f} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:43:54.125932 [ 277 ] {9257cd3e-7ab6-4cc3-9c0b-3cf38603ed3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:43:54.126387 [ 277 ] {9257cd3e-7ab6-4cc3-9c0b-3cf38603ed3f} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:54.126422 [ 277 ] {9257cd3e-7ab6-4cc3-9c0b-3cf38603ed3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:54.126717 [ 277 ] {9257cd3e-7ab6-4cc3-9c0b-3cf38603ed3f} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.25 21:43:54.126917 [ 277 ] {9257cd3e-7ab6-4cc3-9c0b-3cf38603ed3f} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:54.127043 [ 277 ] {9257cd3e-7ab6-4cc3-9c0b-3cf38603ed3f} executeQuery: Read 69 rows, 5.52 KiB in 0.001165 sec., 59227.4678111588 rows/sec., 4.62 MiB/sec. 2026.02.25 21:43:54.127081 [ 277 ] {9257cd3e-7ab6-4cc3-9c0b-3cf38603ed3f} TCPHandler: Processed in 0.001328211 sec. 2026.02.25 21:43:54.127197 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:54.127290 [ 277 ] {868cc893-c4c6-4df9-95b3-2cc2da024a97} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:43:54.127330 [ 277 ] {868cc893-c4c6-4df9-95b3-2cc2da024a97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:43:54.127747 [ 277 ] {868cc893-c4c6-4df9-95b3-2cc2da024a97} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:54.127781 [ 277 ] {868cc893-c4c6-4df9-95b3-2cc2da024a97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:54.128095 [ 277 ] {868cc893-c4c6-4df9-95b3-2cc2da024a97} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.25 21:43:54.128300 [ 277 ] {868cc893-c4c6-4df9-95b3-2cc2da024a97} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:54.128427 [ 277 ] {868cc893-c4c6-4df9-95b3-2cc2da024a97} executeQuery: Read 160 rows, 11.41 KiB in 0.001153 sec., 138768.43018213357 rows/sec., 9.66 MiB/sec. 2026.02.25 21:43:54.128464 [ 277 ] {868cc893-c4c6-4df9-95b3-2cc2da024a97} TCPHandler: Processed in 0.00131493 sec. 2026.02.25 21:43:54.128598 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:54.128718 [ 277 ] {d97a3b82-045c-4768-a71c-5c45a09ac036} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.25 21:43:54.128781 [ 277 ] {d97a3b82-045c-4768-a71c-5c45a09ac036} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.25 21:43:54.129550 [ 277 ] {d97a3b82-045c-4768-a71c-5c45a09ac036} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:54.129585 [ 277 ] {d97a3b82-045c-4768-a71c-5c45a09ac036} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:54.130074 [ 277 ] {d97a3b82-045c-4768-a71c-5c45a09ac036} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.25 21:43:54.130289 [ 277 ] {d97a3b82-045c-4768-a71c-5c45a09ac036} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:54.130419 [ 277 ] {d97a3b82-045c-4768-a71c-5c45a09ac036} executeQuery: Read 5 rows, 9.17 KiB in 0.001726 sec., 2896.871378910776 rows/sec., 5.19 MiB/sec. 2026.02.25 21:43:54.130475 [ 277 ] {d97a3b82-045c-4768-a71c-5c45a09ac036} TCPHandler: Processed in 0.001935695 sec. 2026.02.25 21:43:54.130581 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:54.130672 [ 277 ] {79e6d742-f211-423c-b763-cc7aef285ea9} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:43:54.130712 [ 277 ] {79e6d742-f211-423c-b763-cc7aef285ea9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:43:54.131032 [ 277 ] {79e6d742-f211-423c-b763-cc7aef285ea9} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:54.131067 [ 277 ] {79e6d742-f211-423c-b763-cc7aef285ea9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:54.131367 [ 277 ] {79e6d742-f211-423c-b763-cc7aef285ea9} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.25 21:43:54.131569 [ 277 ] {79e6d742-f211-423c-b763-cc7aef285ea9} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:54.131689 [ 277 ] {79e6d742-f211-423c-b763-cc7aef285ea9} executeQuery: Read 60 rows, 4.14 KiB in 0.001035 sec., 57971.01449275363 rows/sec., 3.91 MiB/sec. 2026.02.25 21:43:54.131724 [ 277 ] {79e6d742-f211-423c-b763-cc7aef285ea9} TCPHandler: Processed in 0.001190239 sec. 2026.02.25 21:43:59.124274 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:59.124467 [ 277 ] {9c681a18-6541-4ef6-a1bc-fa827572123c} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:43:59.124536 [ 277 ] {9c681a18-6541-4ef6-a1bc-fa827572123c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:43:59.125186 [ 277 ] {9c681a18-6541-4ef6-a1bc-fa827572123c} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:59.125238 [ 277 ] {9c681a18-6541-4ef6-a1bc-fa827572123c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:59.125686 [ 277 ] {9c681a18-6541-4ef6-a1bc-fa827572123c} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.25 21:43:59.125922 [ 277 ] {9c681a18-6541-4ef6-a1bc-fa827572123c} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:59.126087 [ 277 ] {9c681a18-6541-4ef6-a1bc-fa827572123c} executeQuery: Read 128 rows, 11.31 KiB in 0.001667 sec., 76784.64307138573 rows/sec., 6.63 MiB/sec. 2026.02.25 21:43:59.126137 [ 277 ] {9c681a18-6541-4ef6-a1bc-fa827572123c} TCPHandler: Processed in 0.001989405 sec. 2026.02.25 21:43:59.126255 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:59.126359 [ 277 ] {61915672-3a4b-4b65-b7a3-f5e5b8ba84fb} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.25 21:43:59.126403 [ 277 ] {61915672-3a4b-4b65-b7a3-f5e5b8ba84fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.25 21:43:59.126804 [ 277 ] {61915672-3a4b-4b65-b7a3-f5e5b8ba84fb} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:59.126838 [ 277 ] {61915672-3a4b-4b65-b7a3-f5e5b8ba84fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:59.127146 [ 277 ] {61915672-3a4b-4b65-b7a3-f5e5b8ba84fb} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.25 21:43:59.127360 [ 277 ] {61915672-3a4b-4b65-b7a3-f5e5b8ba84fb} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:59.127489 [ 277 ] {61915672-3a4b-4b65-b7a3-f5e5b8ba84fb} executeQuery: Read 36 rows, 2.71 KiB in 0.001155 sec., 31168.83116883117 rows/sec., 2.29 MiB/sec. 2026.02.25 21:43:59.127527 [ 277 ] {61915672-3a4b-4b65-b7a3-f5e5b8ba84fb} TCPHandler: Processed in 0.00132459 sec. 2026.02.25 21:43:59.127633 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:59.127731 [ 277 ] {b5b82b6b-2699-493c-96b7-303212676617} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:43:59.127773 [ 277 ] {b5b82b6b-2699-493c-96b7-303212676617} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:43:59.128212 [ 277 ] {b5b82b6b-2699-493c-96b7-303212676617} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:59.128247 [ 277 ] {b5b82b6b-2699-493c-96b7-303212676617} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:59.128561 [ 277 ] {b5b82b6b-2699-493c-96b7-303212676617} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.25 21:43:59.128784 [ 277 ] {b5b82b6b-2699-493c-96b7-303212676617} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:59.128912 [ 277 ] {b5b82b6b-2699-493c-96b7-303212676617} executeQuery: Read 100 rows, 8.00 KiB in 0.0012 sec., 83333.33333333334 rows/sec., 6.51 MiB/sec. 2026.02.25 21:43:59.128950 [ 277 ] {b5b82b6b-2699-493c-96b7-303212676617} TCPHandler: Processed in 0.001367761 sec. 2026.02.25 21:43:59.129057 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:59.129160 [ 277 ] {cb4e9083-2ad0-48aa-b9d3-b464abef8ed5} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:43:59.129210 [ 277 ] {cb4e9083-2ad0-48aa-b9d3-b464abef8ed5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:43:59.129611 [ 277 ] {cb4e9083-2ad0-48aa-b9d3-b464abef8ed5} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:59.129645 [ 277 ] {cb4e9083-2ad0-48aa-b9d3-b464abef8ed5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:59.129986 [ 277 ] {cb4e9083-2ad0-48aa-b9d3-b464abef8ed5} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.25 21:43:59.130227 [ 277 ] {cb4e9083-2ad0-48aa-b9d3-b464abef8ed5} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:59.130355 [ 277 ] {cb4e9083-2ad0-48aa-b9d3-b464abef8ed5} executeQuery: Read 160 rows, 11.41 KiB in 0.001216 sec., 131578.94736842104 rows/sec., 9.16 MiB/sec. 2026.02.25 21:43:59.130393 [ 277 ] {cb4e9083-2ad0-48aa-b9d3-b464abef8ed5} TCPHandler: Processed in 0.001385491 sec. 2026.02.25 21:43:59.130500 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:59.130596 [ 277 ] {440426f1-7710-4f66-af5e-c38908259d1c} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.25 21:43:59.130652 [ 277 ] {440426f1-7710-4f66-af5e-c38908259d1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.25 21:43:59.131455 [ 277 ] {440426f1-7710-4f66-af5e-c38908259d1c} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:59.131490 [ 277 ] {440426f1-7710-4f66-af5e-c38908259d1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:59.132050 [ 277 ] {440426f1-7710-4f66-af5e-c38908259d1c} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.25 21:43:59.132286 [ 277 ] {440426f1-7710-4f66-af5e-c38908259d1c} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:59.132420 [ 277 ] {440426f1-7710-4f66-af5e-c38908259d1c} executeQuery: Read 36 rows, 66.06 KiB in 0.001843 sec., 19533.369506239826 rows/sec., 35.00 MiB/sec. 2026.02.25 21:43:59.132481 [ 277 ] {440426f1-7710-4f66-af5e-c38908259d1c} TCPHandler: Processed in 0.002030885 sec. 2026.02.25 21:43:59.132590 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:43:59.132685 [ 277 ] {3f935eae-fbd4-45ce-b8b7-bd0b881ed6fe} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:43:59.132728 [ 277 ] {3f935eae-fbd4-45ce-b8b7-bd0b881ed6fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:43:59.133036 [ 277 ] {3f935eae-fbd4-45ce-b8b7-bd0b881ed6fe} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:59.133074 [ 277 ] {3f935eae-fbd4-45ce-b8b7-bd0b881ed6fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:59.133382 [ 277 ] {3f935eae-fbd4-45ce-b8b7-bd0b881ed6fe} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.25 21:43:59.133594 [ 277 ] {3f935eae-fbd4-45ce-b8b7-bd0b881ed6fe} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:59.133719 [ 277 ] {3f935eae-fbd4-45ce-b8b7-bd0b881ed6fe} executeQuery: Read 60 rows, 4.14 KiB in 0.001052 sec., 57034.22053231939 rows/sec., 3.84 MiB/sec. 2026.02.25 21:43:59.133754 [ 277 ] {3f935eae-fbd4-45ce-b8b7-bd0b881ed6fe} TCPHandler: Processed in 0.001214239 sec. 2026.02.25 21:43:59.495902 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10026 2026.02.25 21:43:59.496409 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:59.496459 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:59.496971 [ 245 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.25 21:43:59.497219 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:59.497365 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10026 2026.02.25 21:43:59.497402 [ 100 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.25 21:43:59.497475 [ 100 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:43:59.497496 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:43:59.497590 [ 186 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.02.25 21:43:59.497693 [ 186 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:43:59.497724 [ 186 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7594 rows starting from the beginning of the part 2026.02.25 21:43:59.497786 [ 186 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 512 rows starting from the beginning of the part 2026.02.25 21:43:59.497828 [ 186 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 448 rows starting from the beginning of the part 2026.02.25 21:43:59.497865 [ 186 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 512 rows starting from the beginning of the part 2026.02.25 21:43:59.497902 [ 186 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 448 rows starting from the beginning of the part 2026.02.25 21:43:59.497943 [ 186 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 512 rows starting from the beginning of the part 2026.02.25 21:43:59.500097 [ 196 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10026 rows, containing 4 columns (4 merged, 0 gathered) in 0.002546579 sec., 3937046.523983744 rows/sec., 56.32 MiB/sec. 2026.02.25 21:43:59.500478 [ 188 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.25 21:43:59.500898 [ 188 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_21_4} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:43:59.501003 [ 188 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_21_4} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.25 21:43:59.501129 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. 2026.02.25 21:44:00.035372 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2026.02.25 21:44:00.052868 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:00.052929 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:44:00.058829 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.25 21:44:00.059540 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:00.059819 [ 100 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.25 21:44:00.059880 [ 100 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:00.059900 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. 2026.02.25 21:44:00.060013 [ 186 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.02.25 21:44:00.062759 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2026.02.25 21:44:00.063678 [ 186 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:44:00.065074 [ 186 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part 2026.02.25 21:44:00.069375 [ 186 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 7 rows starting from the beginning of the part 2026.02.25 21:44:00.073580 [ 186 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part 2026.02.25 21:44:00.077662 [ 186 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part 2026.02.25 21:44:00.081974 [ 186 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part 2026.02.25 21:44:00.086116 [ 186 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part 2026.02.25 21:44:00.136526 [ 186 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.07656432 sec., 2076.685328100609 rows/sec., 10.74 MiB/sec. 2026.02.25 21:44:00.139111 [ 196 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.25 21:44:00.141387 [ 196 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_21_4} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:00.141514 [ 196 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_21_4} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.25 21:44:00.143791 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.02.25 21:44:01.000297 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 248.20 MiB, peak 258.74 MiB, free memory in arenas 0.00 B, will set to 251.36 MiB (RSS), difference: 3.16 MiB 2026.02.25 21:44:02.020288 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 600 2026.02.25 21:44:02.022712 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:02.022760 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:02.024019 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.25 21:44:02.024292 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:02.024549 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 600 2026.02.25 21:44:04.151244 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:04.151439 [ 277 ] {929e6c41-e477-4b51-a23d-b5101c29b899} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.25 21:44:04.151510 [ 277 ] {929e6c41-e477-4b51-a23d-b5101c29b899} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.25 21:44:04.152172 [ 277 ] {929e6c41-e477-4b51-a23d-b5101c29b899} oximeter.fields_i16 (5b8cb844-b05e-4fc3-bc08-c8de9a1883e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:04.152221 [ 277 ] {929e6c41-e477-4b51-a23d-b5101c29b899} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:04.152608 [ 277 ] {929e6c41-e477-4b51-a23d-b5101c29b899} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.25 21:44:04.152838 [ 277 ] {929e6c41-e477-4b51-a23d-b5101c29b899} oximeter.fields_i16 (5b8cb844-b05e-4fc3-bc08-c8de9a1883e6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:04.152982 [ 277 ] {929e6c41-e477-4b51-a23d-b5101c29b899} executeQuery: Read 24 rows, 2.04 KiB in 0.001596 sec., 15037.593984962406 rows/sec., 1.25 MiB/sec. 2026.02.25 21:44:04.153023 [ 277 ] {929e6c41-e477-4b51-a23d-b5101c29b899} TCPHandler: Processed in 0.001906164 sec. 2026.02.25 21:44:04.153140 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:04.153234 [ 277 ] {5e87f4cb-d56e-4056-90a9-b47f5d103210} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:44:04.153274 [ 277 ] {5e87f4cb-d56e-4056-90a9-b47f5d103210} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:44:04.154166 [ 277 ] {5e87f4cb-d56e-4056-90a9-b47f5d103210} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:04.154204 [ 277 ] {5e87f4cb-d56e-4056-90a9-b47f5d103210} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:04.154608 [ 277 ] {5e87f4cb-d56e-4056-90a9-b47f5d103210} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.25 21:44:04.154814 [ 277 ] {5e87f4cb-d56e-4056-90a9-b47f5d103210} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:04.154940 [ 277 ] {5e87f4cb-d56e-4056-90a9-b47f5d103210} executeQuery: Read 1326 rows, 113.40 KiB in 0.001724 sec., 769141.5313225058 rows/sec., 64.24 MiB/sec. 2026.02.25 21:44:04.154977 [ 277 ] {5e87f4cb-d56e-4056-90a9-b47f5d103210} TCPHandler: Processed in 0.001885065 sec. 2026.02.25 21:44:04.155085 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:04.155179 [ 277 ] {88cbccd1-8626-4088-aeb7-56dc9c152cf3} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.25 21:44:04.155219 [ 277 ] {88cbccd1-8626-4088-aeb7-56dc9c152cf3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.25 21:44:04.155628 [ 277 ] {88cbccd1-8626-4088-aeb7-56dc9c152cf3} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:04.155664 [ 277 ] {88cbccd1-8626-4088-aeb7-56dc9c152cf3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:04.155979 [ 277 ] {88cbccd1-8626-4088-aeb7-56dc9c152cf3} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.25 21:44:04.156184 [ 277 ] {88cbccd1-8626-4088-aeb7-56dc9c152cf3} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:04.156334 [ 277 ] {88cbccd1-8626-4088-aeb7-56dc9c152cf3} executeQuery: Read 17 rows, 1.34 KiB in 0.001173 sec., 14492.753623188406 rows/sec., 1.11 MiB/sec. 2026.02.25 21:44:04.156374 [ 277 ] {88cbccd1-8626-4088-aeb7-56dc9c152cf3} TCPHandler: Processed in 0.00133635 sec. 2026.02.25 21:44:04.156500 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:04.156592 [ 277 ] {9df2cd87-d268-46b1-ba93-9b44b2efad7b} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.25 21:44:04.156631 [ 277 ] {9df2cd87-d268-46b1-ba93-9b44b2efad7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.25 21:44:04.157077 [ 277 ] {9df2cd87-d268-46b1-ba93-9b44b2efad7b} oximeter.fields_u32 (908bf044-80c4-4aff-a2d0-2b9c977956ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:04.157113 [ 277 ] {9df2cd87-d268-46b1-ba93-9b44b2efad7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:04.157424 [ 277 ] {9df2cd87-d268-46b1-ba93-9b44b2efad7b} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.25 21:44:04.157646 [ 277 ] {9df2cd87-d268-46b1-ba93-9b44b2efad7b} oximeter.fields_u32 (908bf044-80c4-4aff-a2d0-2b9c977956ba): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:04.157773 [ 277 ] {9df2cd87-d268-46b1-ba93-9b44b2efad7b} executeQuery: Read 252 rows, 17.85 KiB in 0.001198 sec., 210350.58430717862 rows/sec., 14.55 MiB/sec. 2026.02.25 21:44:04.157809 [ 277 ] {9df2cd87-d268-46b1-ba93-9b44b2efad7b} TCPHandler: Processed in 0.00137485 sec. 2026.02.25 21:44:04.157919 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:04.158011 [ 277 ] {511f811d-3818-4c31-84f2-82934184154c} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.25 21:44:04.158049 [ 277 ] {511f811d-3818-4c31-84f2-82934184154c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.25 21:44:04.158423 [ 277 ] {511f811d-3818-4c31-84f2-82934184154c} oximeter.fields_u8 (0c034aba-187c-4a21-bc08-4ff6715ead94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:04.158459 [ 277 ] {511f811d-3818-4c31-84f2-82934184154c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:04.158757 [ 277 ] {511f811d-3818-4c31-84f2-82934184154c} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.25 21:44:04.158961 [ 277 ] {511f811d-3818-4c31-84f2-82934184154c} oximeter.fields_u8 (0c034aba-187c-4a21-bc08-4ff6715ead94): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:04.159086 [ 277 ] {511f811d-3818-4c31-84f2-82934184154c} executeQuery: Read 12 rows, 960.00 B in 0.001093 sec., 10978.956999085087 rows/sec., 857.73 KiB/sec. 2026.02.25 21:44:04.159123 [ 277 ] {511f811d-3818-4c31-84f2-82934184154c} TCPHandler: Processed in 0.00125196 sec. 2026.02.25 21:44:04.159230 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:04.159321 [ 277 ] {e4d22db7-e3e5-4da5-b7bd-899e816048f1} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:44:04.159360 [ 277 ] {e4d22db7-e3e5-4da5-b7bd-899e816048f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:44:04.159906 [ 277 ] {e4d22db7-e3e5-4da5-b7bd-899e816048f1} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:04.159942 [ 277 ] {e4d22db7-e3e5-4da5-b7bd-899e816048f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:04.160278 [ 277 ] {e4d22db7-e3e5-4da5-b7bd-899e816048f1} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.25 21:44:04.160481 [ 277 ] {e4d22db7-e3e5-4da5-b7bd-899e816048f1} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:04.160605 [ 277 ] {e4d22db7-e3e5-4da5-b7bd-899e816048f1} executeQuery: Read 561 rows, 43.06 KiB in 0.001301 sec., 431206.764027671 rows/sec., 32.32 MiB/sec. 2026.02.25 21:44:04.160641 [ 277 ] {e4d22db7-e3e5-4da5-b7bd-899e816048f1} TCPHandler: Processed in 0.001458891 sec. 2026.02.25 21:44:04.160746 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:04.160840 [ 277 ] {80167f19-5dd4-4ef6-8200-35123b2c5829} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:44:04.160882 [ 277 ] {80167f19-5dd4-4ef6-8200-35123b2c5829} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:44:04.161416 [ 277 ] {80167f19-5dd4-4ef6-8200-35123b2c5829} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:04.161452 [ 277 ] {80167f19-5dd4-4ef6-8200-35123b2c5829} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:04.161825 [ 277 ] {80167f19-5dd4-4ef6-8200-35123b2c5829} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.25 21:44:04.162030 [ 277 ] {80167f19-5dd4-4ef6-8200-35123b2c5829} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:04.162153 [ 277 ] {80167f19-5dd4-4ef6-8200-35123b2c5829} executeQuery: Read 880 rows, 61.16 KiB in 0.001332 sec., 660660.6606606606 rows/sec., 44.84 MiB/sec. 2026.02.25 21:44:04.162190 [ 277 ] {80167f19-5dd4-4ef6-8200-35123b2c5829} TCPHandler: Processed in 0.001490721 sec. 2026.02.25 21:44:04.162294 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:04.162387 [ 277 ] {2b06cd86-3aef-4402-adb8-bab235a2edad} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.25 21:44:04.162439 [ 277 ] {2b06cd86-3aef-4402-adb8-bab235a2edad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.25 21:44:04.163165 [ 277 ] {2b06cd86-3aef-4402-adb8-bab235a2edad} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:04.163200 [ 277 ] {2b06cd86-3aef-4402-adb8-bab235a2edad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:04.163721 [ 277 ] {2b06cd86-3aef-4402-adb8-bab235a2edad} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.25 21:44:04.163944 [ 277 ] {2b06cd86-3aef-4402-adb8-bab235a2edad} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:04.164076 [ 277 ] {2b06cd86-3aef-4402-adb8-bab235a2edad} executeQuery: Read 5 rows, 9.17 KiB in 0.001706 sec., 2930.8323563892145 rows/sec., 5.25 MiB/sec. 2026.02.25 21:44:04.164127 [ 277 ] {2b06cd86-3aef-4402-adb8-bab235a2edad} TCPHandler: Processed in 0.001880414 sec. 2026.02.25 21:44:04.164233 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:04.164327 [ 277 ] {0229c2e2-535e-4b12-a271-76a53af362d5} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:44:04.164367 [ 277 ] {0229c2e2-535e-4b12-a271-76a53af362d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:44:04.164675 [ 277 ] {0229c2e2-535e-4b12-a271-76a53af362d5} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:04.164711 [ 277 ] {0229c2e2-535e-4b12-a271-76a53af362d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:04.165024 [ 277 ] {0229c2e2-535e-4b12-a271-76a53af362d5} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.25 21:44:04.165226 [ 277 ] {0229c2e2-535e-4b12-a271-76a53af362d5} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:04.165346 [ 277 ] {0229c2e2-535e-4b12-a271-76a53af362d5} executeQuery: Read 60 rows, 4.14 KiB in 0.001038 sec., 57803.46820809248 rows/sec., 3.90 MiB/sec. 2026.02.25 21:44:04.165381 [ 277 ] {0229c2e2-535e-4b12-a271-76a53af362d5} TCPHandler: Processed in 0.001196129 sec. 2026.02.25 21:44:06.908071 [ 93 ] {} DNSResolver: Updating DNS cache 2026.02.25 21:44:06.908140 [ 93 ] {} DNSResolver: Updated DNS cache 2026.02.25 21:44:06.997625 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10474 2026.02.25 21:44:06.998192 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:06.998234 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:06.998737 [ 245 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.25 21:44:06.998957 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:06.999084 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10474 2026.02.25 21:44:07.563004 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2026.02.25 21:44:07.577832 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:07.577875 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:07.583997 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.25 21:44:07.584697 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:07.587256 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2026.02.25 21:44:09.124116 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:09.124405 [ 277 ] {55d18f2c-f8e8-43bb-b675-e55803757cfe} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:44:09.124536 [ 277 ] {55d18f2c-f8e8-43bb-b675-e55803757cfe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:44:09.125227 [ 277 ] {55d18f2c-f8e8-43bb-b675-e55803757cfe} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:09.125274 [ 277 ] {55d18f2c-f8e8-43bb-b675-e55803757cfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:09.125684 [ 277 ] {55d18f2c-f8e8-43bb-b675-e55803757cfe} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.25 21:44:09.125916 [ 277 ] {55d18f2c-f8e8-43bb-b675-e55803757cfe} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:09.126068 [ 277 ] {55d18f2c-f8e8-43bb-b675-e55803757cfe} executeQuery: Read 128 rows, 11.31 KiB in 0.001754 sec., 72976.05473204106 rows/sec., 6.30 MiB/sec. 2026.02.25 21:44:09.126115 [ 277 ] {55d18f2c-f8e8-43bb-b675-e55803757cfe} TCPHandler: Processed in 0.002164547 sec. 2026.02.25 21:44:09.126256 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:09.126350 [ 277 ] {160691e6-3ace-4415-93cf-3d4c43cad8e2} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.25 21:44:09.126392 [ 277 ] {160691e6-3ace-4415-93cf-3d4c43cad8e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.25 21:44:09.126812 [ 277 ] {160691e6-3ace-4415-93cf-3d4c43cad8e2} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:09.126848 [ 277 ] {160691e6-3ace-4415-93cf-3d4c43cad8e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:09.127176 [ 277 ] {160691e6-3ace-4415-93cf-3d4c43cad8e2} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.25 21:44:09.127389 [ 277 ] {160691e6-3ace-4415-93cf-3d4c43cad8e2} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:09.127502 [ 92 ] {} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.25 21:44:09.127518 [ 277 ] {160691e6-3ace-4415-93cf-3d4c43cad8e2} executeQuery: Read 36 rows, 2.71 KiB in 0.001187 sec., 30328.559393428815 rows/sec., 2.23 MiB/sec. 2026.02.25 21:44:09.127576 [ 92 ] {} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:09.127584 [ 277 ] {160691e6-3ace-4415-93cf-3d4c43cad8e2} TCPHandler: Processed in 0.001382061 sec. 2026.02.25 21:44:09.127610 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:09.127708 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:09.127710 [ 200 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.02.25 21:44:09.127814 [ 277 ] {d95e2c3b-218c-41de-bb1d-4fb1bbd37e86} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:44:09.127854 [ 200 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:44:09.127860 [ 277 ] {d95e2c3b-218c-41de-bb1d-4fb1bbd37e86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:44:09.127896 [ 200 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 215 rows starting from the beginning of the part 2026.02.25 21:44:09.127967 [ 200 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 46 rows starting from the beginning of the part 2026.02.25 21:44:09.128011 [ 200 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 5 rows starting from the beginning of the part 2026.02.25 21:44:09.128061 [ 200 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 36 rows starting from the beginning of the part 2026.02.25 21:44:09.128098 [ 200 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 17 rows starting from the beginning of the part 2026.02.25 21:44:09.128136 [ 200 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 36 rows starting from the beginning of the part 2026.02.25 21:44:09.128335 [ 277 ] {d95e2c3b-218c-41de-bb1d-4fb1bbd37e86} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:09.128377 [ 277 ] {d95e2c3b-218c-41de-bb1d-4fb1bbd37e86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:09.128795 [ 277 ] {d95e2c3b-218c-41de-bb1d-4fb1bbd37e86} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.25 21:44:09.128934 [ 196 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 355 rows, containing 5 columns (5 merged, 0 gathered) in 0.00126295 sec., 281087.9290549903 rows/sec., 20.03 MiB/sec. 2026.02.25 21:44:09.129021 [ 277 ] {d95e2c3b-218c-41de-bb1d-4fb1bbd37e86} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:09.129148 [ 195 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.25 21:44:09.129157 [ 277 ] {d95e2c3b-218c-41de-bb1d-4fb1bbd37e86} executeQuery: Read 100 rows, 8.00 KiB in 0.001361 sec., 73475.38574577516 rows/sec., 5.74 MiB/sec. 2026.02.25 21:44:09.129221 [ 277 ] {d95e2c3b-218c-41de-bb1d-4fb1bbd37e86} TCPHandler: Processed in 0.001563212 sec. 2026.02.25 21:44:09.129338 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:09.129434 [ 277 ] {f0bad8d7-80c4-4633-899b-d4f9017c3515} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:44:09.129480 [ 277 ] {f0bad8d7-80c4-4633-899b-d4f9017c3515} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:44:09.129507 [ 195 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_26_5} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:09.129590 [ 195 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_26_5} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.25 21:44:09.129683 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.02.25 21:44:09.129892 [ 277 ] {f0bad8d7-80c4-4633-899b-d4f9017c3515} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:09.129933 [ 277 ] {f0bad8d7-80c4-4633-899b-d4f9017c3515} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:09.130275 [ 277 ] {f0bad8d7-80c4-4633-899b-d4f9017c3515} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.25 21:44:09.130496 [ 277 ] {f0bad8d7-80c4-4633-899b-d4f9017c3515} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:09.130622 [ 277 ] {f0bad8d7-80c4-4633-899b-d4f9017c3515} executeQuery: Read 160 rows, 11.41 KiB in 0.001206 sec., 132669.98341625207 rows/sec., 9.24 MiB/sec. 2026.02.25 21:44:09.130660 [ 277 ] {f0bad8d7-80c4-4633-899b-d4f9017c3515} TCPHandler: Processed in 0.00137665 sec. 2026.02.25 21:44:09.130770 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:09.130864 [ 277 ] {2080d1a3-e2a5-48bc-9b10-750de4f540f8} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.25 21:44:09.130920 [ 277 ] {2080d1a3-e2a5-48bc-9b10-750de4f540f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.25 21:44:09.133541 [ 277 ] {2080d1a3-e2a5-48bc-9b10-750de4f540f8} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:09.133584 [ 277 ] {2080d1a3-e2a5-48bc-9b10-750de4f540f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:09.134238 [ 277 ] {2080d1a3-e2a5-48bc-9b10-750de4f540f8} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.25 21:44:09.134506 [ 277 ] {2080d1a3-e2a5-48bc-9b10-750de4f540f8} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:09.134653 [ 277 ] {2080d1a3-e2a5-48bc-9b10-750de4f540f8} executeQuery: Read 36 rows, 66.06 KiB in 0.003807 sec., 9456.26477541371 rows/sec., 16.95 MiB/sec. 2026.02.25 21:44:09.134708 [ 277 ] {2080d1a3-e2a5-48bc-9b10-750de4f540f8} TCPHandler: Processed in 0.00398754 sec. 2026.02.25 21:44:09.134825 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:09.134921 [ 277 ] {f4846a87-01d1-47c0-9803-84f253c61f46} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:44:09.134963 [ 277 ] {f4846a87-01d1-47c0-9803-84f253c61f46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:44:09.135286 [ 277 ] {f4846a87-01d1-47c0-9803-84f253c61f46} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:09.135324 [ 277 ] {f4846a87-01d1-47c0-9803-84f253c61f46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:09.135625 [ 277 ] {f4846a87-01d1-47c0-9803-84f253c61f46} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.25 21:44:09.135835 [ 277 ] {f4846a87-01d1-47c0-9803-84f253c61f46} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:09.135964 [ 277 ] {f4846a87-01d1-47c0-9803-84f253c61f46} executeQuery: Read 60 rows, 4.14 KiB in 0.001061 sec., 56550.42412818096 rows/sec., 3.81 MiB/sec. 2026.02.25 21:44:09.136001 [ 277 ] {f4846a87-01d1-47c0-9803-84f253c61f46} TCPHandler: Processed in 0.00122677 sec. 2026.02.25 21:44:12.024921 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 630 2026.02.25 21:44:12.027283 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:12.027331 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:12.028525 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.25 21:44:12.028794 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:12.028943 [ 87 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.25 21:44:12.029015 [ 87 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:12.029040 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:12.029059 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 630 2026.02.25 21:44:12.029144 [ 192 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.02.25 21:44:12.029639 [ 192 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:44:12.029765 [ 192 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 488 rows starting from the beginning of the part 2026.02.25 21:44:12.030100 [ 192 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part 2026.02.25 21:44:12.030416 [ 192 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 32 rows starting from the beginning of the part 2026.02.25 21:44:12.030735 [ 192 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 26 rows starting from the beginning of the part 2026.02.25 21:44:12.031051 [ 192 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part 2026.02.25 21:44:12.031360 [ 192 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part 2026.02.25 21:44:12.037245 [ 195 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 630 rows, containing 72 columns (72 merged, 0 gathered) in 0.008145653 sec., 77341.86565521512 rows/sec., 69.90 MiB/sec. 2026.02.25 21:44:12.038319 [ 189 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.25 21:44:12.038974 [ 189 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_16_3} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:12.039059 [ 189 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_16_3} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.25 21:44:12.039303 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB. 2026.02.25 21:44:14.122587 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:14.122793 [ 277 ] {866e1b3e-afb8-499b-a6ff-1d6399328adb} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:44:14.122867 [ 277 ] {866e1b3e-afb8-499b-a6ff-1d6399328adb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:44:14.123653 [ 277 ] {866e1b3e-afb8-499b-a6ff-1d6399328adb} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:14.123713 [ 277 ] {866e1b3e-afb8-499b-a6ff-1d6399328adb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:14.124176 [ 277 ] {866e1b3e-afb8-499b-a6ff-1d6399328adb} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.25 21:44:14.124453 [ 277 ] {866e1b3e-afb8-499b-a6ff-1d6399328adb} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:14.124607 [ 85 ] {} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.25 21:44:14.124630 [ 277 ] {866e1b3e-afb8-499b-a6ff-1d6399328adb} executeQuery: Read 66 rows, 5.38 KiB in 0.001904 sec., 34663.86554621848 rows/sec., 2.76 MiB/sec. 2026.02.25 21:44:14.124650 [ 85 ] {} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:14.124672 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:14.124677 [ 277 ] {866e1b3e-afb8-499b-a6ff-1d6399328adb} TCPHandler: Processed in 0.002276717 sec. 2026.02.25 21:44:14.124800 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:14.124813 [ 194 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.02.25 21:44:14.124898 [ 277 ] {9d690a11-e224-4bea-8000-c99a60e6a0eb} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.25 21:44:14.124946 [ 277 ] {9d690a11-e224-4bea-8000-c99a60e6a0eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.25 21:44:14.124997 [ 194 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:44:14.125052 [ 194 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 2150 rows starting from the beginning of the part 2026.02.25 21:44:14.125149 [ 194 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 66 rows starting from the beginning of the part 2026.02.25 21:44:14.125219 [ 194 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 128 rows starting from the beginning of the part 2026.02.25 21:44:14.125282 [ 194 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1326 rows starting from the beginning of the part 2026.02.25 21:44:14.125322 [ 277 ] {9d690a11-e224-4bea-8000-c99a60e6a0eb} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:14.125406 [ 194 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 128 rows starting from the beginning of the part 2026.02.25 21:44:14.125429 [ 277 ] {9d690a11-e224-4bea-8000-c99a60e6a0eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:14.125475 [ 194 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 66 rows starting from the beginning of the part 2026.02.25 21:44:14.125768 [ 277 ] {9d690a11-e224-4bea-8000-c99a60e6a0eb} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.25 21:44:14.126001 [ 277 ] {9d690a11-e224-4bea-8000-c99a60e6a0eb} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:14.126134 [ 277 ] {9d690a11-e224-4bea-8000-c99a60e6a0eb} executeQuery: Read 5 rows, 385.00 B in 0.001228 sec., 4071.6612377850165 rows/sec., 306.17 KiB/sec. 2026.02.25 21:44:14.126171 [ 277 ] {9d690a11-e224-4bea-8000-c99a60e6a0eb} TCPHandler: Processed in 0.001395391 sec. 2026.02.25 21:44:14.126278 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:14.126373 [ 277 ] {8128893f-5c1f-43a3-9976-50254400f846} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:44:14.126415 [ 277 ] {8128893f-5c1f-43a3-9976-50254400f846} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:44:14.126846 [ 277 ] {8128893f-5c1f-43a3-9976-50254400f846} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:14.126880 [ 277 ] {8128893f-5c1f-43a3-9976-50254400f846} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:14.127091 [ 189 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 3864 rows, containing 5 columns (5 merged, 0 gathered) in 0.002326918 sec., 1660565.6065233068 rows/sec., 143.87 MiB/sec. 2026.02.25 21:44:14.127204 [ 277 ] {8128893f-5c1f-43a3-9976-50254400f846} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.25 21:44:14.127424 [ 277 ] {8128893f-5c1f-43a3-9976-50254400f846} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:14.127467 [ 195 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.25 21:44:14.127517 [ 85 ] {} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.25 21:44:14.127549 [ 85 ] {} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:14.127552 [ 277 ] {8128893f-5c1f-43a3-9976-50254400f846} executeQuery: Read 69 rows, 5.52 KiB in 0.001199 sec., 57547.95663052544 rows/sec., 4.49 MiB/sec. 2026.02.25 21:44:14.127568 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:14.127594 [ 277 ] {8128893f-5c1f-43a3-9976-50254400f846} TCPHandler: Processed in 0.001365681 sec. 2026.02.25 21:44:14.127637 [ 194 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.02.25 21:44:14.127705 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:14.127733 [ 194 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:44:14.127763 [ 194 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1061 rows starting from the beginning of the part 2026.02.25 21:44:14.127804 [ 277 ] {97de6170-f823-430e-9ec5-2e3b5b775c9a} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:44:14.127810 [ 194 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 69 rows starting from the beginning of the part 2026.02.25 21:44:14.127835 [ 195 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_31_6} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:14.127856 [ 277 ] {97de6170-f823-430e-9ec5-2e3b5b775c9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:44:14.127863 [ 194 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 100 rows starting from the beginning of the part 2026.02.25 21:44:14.127908 [ 194 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 561 rows starting from the beginning of the part 2026.02.25 21:44:14.127941 [ 195 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_31_6} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.25 21:44:14.127942 [ 194 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 100 rows starting from the beginning of the part 2026.02.25 21:44:14.127995 [ 194 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 69 rows starting from the beginning of the part 2026.02.25 21:44:14.128050 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. 2026.02.25 21:44:14.128275 [ 277 ] {97de6170-f823-430e-9ec5-2e3b5b775c9a} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:14.128315 [ 277 ] {97de6170-f823-430e-9ec5-2e3b5b775c9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:14.128669 [ 277 ] {97de6170-f823-430e-9ec5-2e3b5b775c9a} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.25 21:44:14.128899 [ 277 ] {97de6170-f823-430e-9ec5-2e3b5b775c9a} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:14.128960 [ 191 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.00135037 sec., 1451454.045928153 rows/sec., 113.42 MiB/sec. 2026.02.25 21:44:14.129004 [ 85 ] {} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.25 21:44:14.129026 [ 277 ] {97de6170-f823-430e-9ec5-2e3b5b775c9a} executeQuery: Read 160 rows, 11.41 KiB in 0.001241 sec., 128928.28364222402 rows/sec., 8.98 MiB/sec. 2026.02.25 21:44:14.129044 [ 85 ] {} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:14.129063 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:14.129063 [ 277 ] {97de6170-f823-430e-9ec5-2e3b5b775c9a} TCPHandler: Processed in 0.001407151 sec. 2026.02.25 21:44:14.129124 [ 194 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.02.25 21:44:14.129168 [ 195 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.25 21:44:14.129179 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:14.129221 [ 194 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:44:14.129252 [ 194 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 8043 rows starting from the beginning of the part 2026.02.25 21:44:14.129277 [ 277 ] {16c37701-db13-492e-956c-2d91dac37db3} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.25 21:44:14.129298 [ 194 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part 2026.02.25 21:44:14.129337 [ 277 ] {16c37701-db13-492e-956c-2d91dac37db3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.25 21:44:14.129341 [ 194 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part 2026.02.25 21:44:14.129392 [ 194 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 880 rows starting from the beginning of the part 2026.02.25 21:44:14.129426 [ 194 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part 2026.02.25 21:44:14.129440 [ 195 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_31_6} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:14.129461 [ 194 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part 2026.02.25 21:44:14.129530 [ 195 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_31_6} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.25 21:44:14.129609 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2026.02.25 21:44:14.130111 [ 277 ] {16c37701-db13-492e-956c-2d91dac37db3} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:14.130151 [ 277 ] {16c37701-db13-492e-956c-2d91dac37db3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:14.130656 [ 277 ] {16c37701-db13-492e-956c-2d91dac37db3} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.25 21:44:14.130882 [ 277 ] {16c37701-db13-492e-956c-2d91dac37db3} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:14.130986 [ 85 ] {} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.25 21:44:14.131018 [ 277 ] {16c37701-db13-492e-956c-2d91dac37db3} executeQuery: Read 5 rows, 9.17 KiB in 0.001757 sec., 2845.7598178713715 rows/sec., 5.10 MiB/sec. 2026.02.25 21:44:14.131042 [ 85 ] {} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:14.131069 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:14.131088 [ 277 ] {16c37701-db13-492e-956c-2d91dac37db3} TCPHandler: Processed in 0.001958116 sec. 2026.02.25 21:44:14.131154 [ 195 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.02.25 21:44:14.131210 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:14.131309 [ 277 ] {746c18d8-4bce-4268-be92-571cea439094} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:44:14.131351 [ 277 ] {746c18d8-4bce-4268-be92-571cea439094} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:44:14.131356 [ 195 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:44:14.131422 [ 195 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 399 rows starting from the beginning of the part 2026.02.25 21:44:14.131547 [ 195 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 5 rows starting from the beginning of the part 2026.02.25 21:44:14.131650 [ 195 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 36 rows starting from the beginning of the part 2026.02.25 21:44:14.131687 [ 277 ] {746c18d8-4bce-4268-be92-571cea439094} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:14.131727 [ 277 ] {746c18d8-4bce-4268-be92-571cea439094} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:14.131751 [ 195 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 5 rows starting from the beginning of the part 2026.02.25 21:44:14.131853 [ 195 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 36 rows starting from the beginning of the part 2026.02.25 21:44:14.131958 [ 195 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 5 rows starting from the beginning of the part 2026.02.25 21:44:14.132057 [ 277 ] {746c18d8-4bce-4268-be92-571cea439094} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.25 21:44:14.132291 [ 277 ] {746c18d8-4bce-4268-be92-571cea439094} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:14.132393 [ 85 ] {} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.25 21:44:14.132421 [ 277 ] {746c18d8-4bce-4268-be92-571cea439094} executeQuery: Read 60 rows, 4.14 KiB in 0.001131 sec., 53050.39787798408 rows/sec., 3.58 MiB/sec. 2026.02.25 21:44:14.132423 [ 85 ] {} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:14.132454 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:14.132458 [ 277 ] {746c18d8-4bce-4268-be92-571cea439094} TCPHandler: Processed in 0.0012975 sec. 2026.02.25 21:44:14.132531 [ 199 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.02.25 21:44:14.132637 [ 199 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:44:14.132671 [ 199 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1560 rows starting from the beginning of the part 2026.02.25 21:44:14.132730 [ 199 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part 2026.02.25 21:44:14.132776 [ 199 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part 2026.02.25 21:44:14.132822 [ 199 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part 2026.02.25 21:44:14.132845 [ 194 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 9563 rows, containing 5 columns (5 merged, 0 gathered) in 0.003743219 sec., 2554753.008039337 rows/sec., 175.12 MiB/sec. 2026.02.25 21:44:14.132866 [ 199 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part 2026.02.25 21:44:14.132916 [ 199 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part 2026.02.25 21:44:14.133088 [ 194 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.25 21:44:14.133367 [ 194 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_31_6} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:14.133452 [ 194 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_31_6} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.25 21:44:14.133526 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.57 MiB. 2026.02.25 21:44:14.134127 [ 187 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1860 rows, containing 4 columns (4 merged, 0 gathered) in 0.001629593 sec., 1141389.2916820336 rows/sec., 76.39 MiB/sec. 2026.02.25 21:44:14.134390 [ 194 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.25 21:44:14.134637 [ 194 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_31_6} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:14.134708 [ 194 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_31_6} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.25 21:44:14.134778 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.02.25 21:44:14.135740 [ 199 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 486 rows, containing 19 columns (19 merged, 0 gathered) in 0.004622295 sec., 105142.57527916327 rows/sec., 188.41 MiB/sec. 2026.02.25 21:44:14.136429 [ 199 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.25 21:44:14.136733 [ 199 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_26_5} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:14.136799 [ 199 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_26_5} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.25 21:44:14.136873 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.69 MiB. 2026.02.25 21:44:14.499331 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10986 2026.02.25 21:44:14.499854 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:14.499907 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:14.500415 [ 245 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.25 21:44:14.500676 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:14.500835 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10986 2026.02.25 21:44:15.000214 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 253.69 MiB, peak 263.94 MiB, free memory in arenas 0.00 B, will set to 255.96 MiB (RSS), difference: 2.27 MiB 2026.02.25 21:44:15.087481 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2026.02.25 21:44:15.103090 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:15.103145 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:15.108966 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.25 21:44:15.109685 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:15.112309 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2026.02.25 21:44:19.132659 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:19.132861 [ 277 ] {cfe80d4f-4660-4642-9c7d-843a2f7f17d7} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.25 21:44:19.132922 [ 277 ] {cfe80d4f-4660-4642-9c7d-843a2f7f17d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.25 21:44:19.133616 [ 277 ] {cfe80d4f-4660-4642-9c7d-843a2f7f17d7} oximeter.fields_i16 (5b8cb844-b05e-4fc3-bc08-c8de9a1883e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:19.133664 [ 277 ] {cfe80d4f-4660-4642-9c7d-843a2f7f17d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:19.134061 [ 277 ] {cfe80d4f-4660-4642-9c7d-843a2f7f17d7} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.25 21:44:19.134287 [ 277 ] {cfe80d4f-4660-4642-9c7d-843a2f7f17d7} oximeter.fields_i16 (5b8cb844-b05e-4fc3-bc08-c8de9a1883e6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:19.134436 [ 277 ] {cfe80d4f-4660-4642-9c7d-843a2f7f17d7} executeQuery: Read 284 rows, 18.47 KiB in 0.001621 sec., 175200.49352251695 rows/sec., 11.13 MiB/sec. 2026.02.25 21:44:19.134475 [ 277 ] {cfe80d4f-4660-4642-9c7d-843a2f7f17d7} TCPHandler: Processed in 0.001945305 sec. 2026.02.25 21:44:19.134591 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:19.134684 [ 277 ] {1f1d1887-6b58-4f27-a9e3-d4189350a91c} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.25 21:44:19.134723 [ 277 ] {1f1d1887-6b58-4f27-a9e3-d4189350a91c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.25 21:44:19.135077 [ 277 ] {1f1d1887-6b58-4f27-a9e3-d4189350a91c} oximeter.fields_ipaddr (9d816c18-633c-4844-8e74-bf82544c842d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:19.135112 [ 277 ] {1f1d1887-6b58-4f27-a9e3-d4189350a91c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:19.135392 [ 277 ] {1f1d1887-6b58-4f27-a9e3-d4189350a91c} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.25 21:44:19.135594 [ 277 ] {1f1d1887-6b58-4f27-a9e3-d4189350a91c} oximeter.fields_ipaddr (9d816c18-633c-4844-8e74-bf82544c842d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:19.135716 [ 277 ] {1f1d1887-6b58-4f27-a9e3-d4189350a91c} executeQuery: Read 2 rows, 167.00 B in 0.00105 sec., 1904.7619047619048 rows/sec., 155.32 KiB/sec. 2026.02.25 21:44:19.135752 [ 277 ] {1f1d1887-6b58-4f27-a9e3-d4189350a91c} TCPHandler: Processed in 0.00120888 sec. 2026.02.25 21:44:19.135851 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:19.135942 [ 277 ] {19a6ff95-c8b4-42a3-9156-9fbf222b0d04} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:44:19.135979 [ 277 ] {19a6ff95-c8b4-42a3-9156-9fbf222b0d04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:44:19.136700 [ 277 ] {19a6ff95-c8b4-42a3-9156-9fbf222b0d04} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:19.136736 [ 277 ] {19a6ff95-c8b4-42a3-9156-9fbf222b0d04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:19.137095 [ 277 ] {19a6ff95-c8b4-42a3-9156-9fbf222b0d04} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.25 21:44:19.137300 [ 277 ] {19a6ff95-c8b4-42a3-9156-9fbf222b0d04} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:19.137419 [ 277 ] {19a6ff95-c8b4-42a3-9156-9fbf222b0d04} executeQuery: Read 870 rows, 71.17 KiB in 0.001495 sec., 581939.7993311037 rows/sec., 46.49 MiB/sec. 2026.02.25 21:44:19.137455 [ 277 ] {19a6ff95-c8b4-42a3-9156-9fbf222b0d04} TCPHandler: Processed in 0.001651333 sec. 2026.02.25 21:44:19.137553 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:19.137645 [ 277 ] {0ac22d40-e4e3-4c85-b569-74e723df1ffc} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.25 21:44:19.137683 [ 277 ] {0ac22d40-e4e3-4c85-b569-74e723df1ffc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.25 21:44:19.138099 [ 277 ] {0ac22d40-e4e3-4c85-b569-74e723df1ffc} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:19.138134 [ 277 ] {0ac22d40-e4e3-4c85-b569-74e723df1ffc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:19.138457 [ 277 ] {0ac22d40-e4e3-4c85-b569-74e723df1ffc} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.25 21:44:19.138672 [ 277 ] {0ac22d40-e4e3-4c85-b569-74e723df1ffc} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:19.138794 [ 277 ] {0ac22d40-e4e3-4c85-b569-74e723df1ffc} executeQuery: Read 180 rows, 11.39 KiB in 0.001165 sec., 154506.43776824034 rows/sec., 9.55 MiB/sec. 2026.02.25 21:44:19.138830 [ 277 ] {0ac22d40-e4e3-4c85-b569-74e723df1ffc} TCPHandler: Processed in 0.00132304 sec. 2026.02.25 21:44:19.138927 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:19.139018 [ 277 ] {a8635d75-a484-4ee0-a57f-f7f5c063de7d} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.25 21:44:19.139055 [ 277 ] {a8635d75-a484-4ee0-a57f-f7f5c063de7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.25 21:44:19.139454 [ 277 ] {a8635d75-a484-4ee0-a57f-f7f5c063de7d} oximeter.fields_u32 (908bf044-80c4-4aff-a2d0-2b9c977956ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:19.139489 [ 277 ] {a8635d75-a484-4ee0-a57f-f7f5c063de7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:19.139785 [ 277 ] {a8635d75-a484-4ee0-a57f-f7f5c063de7d} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.25 21:44:19.139986 [ 277 ] {a8635d75-a484-4ee0-a57f-f7f5c063de7d} oximeter.fields_u32 (908bf044-80c4-4aff-a2d0-2b9c977956ba): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:19.140105 [ 277 ] {a8635d75-a484-4ee0-a57f-f7f5c063de7d} executeQuery: Read 149 rows, 9.86 KiB in 0.001104 sec., 134963.76811594205 rows/sec., 8.72 MiB/sec. 2026.02.25 21:44:19.140141 [ 277 ] {a8635d75-a484-4ee0-a57f-f7f5c063de7d} TCPHandler: Processed in 0.001259729 sec. 2026.02.25 21:44:19.140237 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:19.140327 [ 277 ] {32a54998-af5e-43eb-bd68-1b71a2c8ff12} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.25 21:44:19.140364 [ 277 ] {32a54998-af5e-43eb-bd68-1b71a2c8ff12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.25 21:44:19.140769 [ 277 ] {32a54998-af5e-43eb-bd68-1b71a2c8ff12} oximeter.fields_u8 (0c034aba-187c-4a21-bc08-4ff6715ead94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:19.140804 [ 277 ] {32a54998-af5e-43eb-bd68-1b71a2c8ff12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:19.141101 [ 277 ] {32a54998-af5e-43eb-bd68-1b71a2c8ff12} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.25 21:44:19.141301 [ 277 ] {32a54998-af5e-43eb-bd68-1b71a2c8ff12} oximeter.fields_u8 (0c034aba-187c-4a21-bc08-4ff6715ead94): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:19.141418 [ 277 ] {32a54998-af5e-43eb-bd68-1b71a2c8ff12} executeQuery: Read 148 rows, 8.62 KiB in 0.001108 sec., 133574.0072202166 rows/sec., 7.60 MiB/sec. 2026.02.25 21:44:19.141454 [ 277 ] {32a54998-af5e-43eb-bd68-1b71a2c8ff12} TCPHandler: Processed in 0.00126328 sec. 2026.02.25 21:44:19.141552 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:19.141643 [ 277 ] {79af6743-025f-4816-84b3-412dced1da0d} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:44:19.141680 [ 277 ] {79af6743-025f-4816-84b3-412dced1da0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:44:19.142223 [ 277 ] {79af6743-025f-4816-84b3-412dced1da0d} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:19.142258 [ 277 ] {79af6743-025f-4816-84b3-412dced1da0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:19.142590 [ 277 ] {79af6743-025f-4816-84b3-412dced1da0d} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.25 21:44:19.142791 [ 277 ] {79af6743-025f-4816-84b3-412dced1da0d} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:19.142913 [ 277 ] {79af6743-025f-4816-84b3-412dced1da0d} executeQuery: Read 528 rows, 38.22 KiB in 0.001288 sec., 409937.8881987577 rows/sec., 28.98 MiB/sec. 2026.02.25 21:44:19.142949 [ 277 ] {79af6743-025f-4816-84b3-412dced1da0d} TCPHandler: Processed in 0.001442851 sec. 2026.02.25 21:44:19.143046 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:19.143137 [ 277 ] {a72d4540-58d3-4bcd-8811-2346703ac3fa} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.25 21:44:19.143176 [ 277 ] {a72d4540-58d3-4bcd-8811-2346703ac3fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.25 21:44:19.143548 [ 277 ] {a72d4540-58d3-4bcd-8811-2346703ac3fa} oximeter.measurements_bool (56df8f31-1f20-4ab1-90ac-a009fe2a26a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:19.143583 [ 277 ] {a72d4540-58d3-4bcd-8811-2346703ac3fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:19.143870 [ 277 ] {a72d4540-58d3-4bcd-8811-2346703ac3fa} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.25 21:44:19.144078 [ 277 ] {a72d4540-58d3-4bcd-8811-2346703ac3fa} oximeter.measurements_bool (56df8f31-1f20-4ab1-90ac-a009fe2a26a9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:19.144198 [ 277 ] {a72d4540-58d3-4bcd-8811-2346703ac3fa} executeQuery: Read 6 rows, 321.00 B in 0.001079 sec., 5560.704355885078 rows/sec., 290.53 KiB/sec. 2026.02.25 21:44:19.144233 [ 277 ] {a72d4540-58d3-4bcd-8811-2346703ac3fa} TCPHandler: Processed in 0.001233599 sec. 2026.02.25 21:44:19.144325 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:19.144416 [ 277 ] {2947dfc3-b2e1-4cc1-aafc-7beb9b42076e} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:44:19.144535 [ 277 ] {2947dfc3-b2e1-4cc1-aafc-7beb9b42076e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:44:19.144924 [ 277 ] {2947dfc3-b2e1-4cc1-aafc-7beb9b42076e} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:19.144959 [ 277 ] {2947dfc3-b2e1-4cc1-aafc-7beb9b42076e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:19.145277 [ 277 ] {2947dfc3-b2e1-4cc1-aafc-7beb9b42076e} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.25 21:44:19.145482 [ 277 ] {2947dfc3-b2e1-4cc1-aafc-7beb9b42076e} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:19.145603 [ 277 ] {2947dfc3-b2e1-4cc1-aafc-7beb9b42076e} executeQuery: Read 266 rows, 18.10 KiB in 0.001205 sec., 220746.887966805 rows/sec., 14.67 MiB/sec. 2026.02.25 21:44:19.145637 [ 277 ] {2947dfc3-b2e1-4cc1-aafc-7beb9b42076e} TCPHandler: Processed in 0.00135826 sec. 2026.02.25 21:44:19.145734 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:19.145826 [ 277 ] {8a85c69c-495f-4e4b-86f4-3c057e116b28} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.25 21:44:19.145865 [ 277 ] {8a85c69c-495f-4e4b-86f4-3c057e116b28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.25 21:44:19.146144 [ 277 ] {8a85c69c-495f-4e4b-86f4-3c057e116b28} oximeter.measurements_f64 (760b9128-f55b-4821-acd8-e74f0010e1c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:19.146176 [ 277 ] {8a85c69c-495f-4e4b-86f4-3c057e116b28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:19.146456 [ 277 ] {8a85c69c-495f-4e4b-86f4-3c057e116b28} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.25 21:44:19.146674 [ 277 ] {8a85c69c-495f-4e4b-86f4-3c057e116b28} oximeter.measurements_f64 (760b9128-f55b-4821-acd8-e74f0010e1c7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:19.146790 [ 277 ] {8a85c69c-495f-4e4b-86f4-3c057e116b28} executeQuery: Read 1 rows, 69.00 B in 0.000981 sec., 1019.3679918450559 rows/sec., 68.69 KiB/sec. 2026.02.25 21:44:19.146824 [ 277 ] {8a85c69c-495f-4e4b-86f4-3c057e116b28} TCPHandler: Processed in 0.001137059 sec. 2026.02.25 21:44:19.146919 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:19.147009 [ 277 ] {2322b508-bd9a-4284-b8bd-e486949c6498} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.25 21:44:19.147060 [ 277 ] {2322b508-bd9a-4284-b8bd-e486949c6498} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.25 21:44:19.147822 [ 277 ] {2322b508-bd9a-4284-b8bd-e486949c6498} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:19.147857 [ 277 ] {2322b508-bd9a-4284-b8bd-e486949c6498} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:19.148385 [ 277 ] {2322b508-bd9a-4284-b8bd-e486949c6498} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.25 21:44:19.148601 [ 277 ] {2322b508-bd9a-4284-b8bd-e486949c6498} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:19.148725 [ 277 ] {2322b508-bd9a-4284-b8bd-e486949c6498} executeQuery: Read 36 rows, 66.06 KiB in 0.001733 sec., 20773.225620311598 rows/sec., 37.22 MiB/sec. 2026.02.25 21:44:19.148773 [ 277 ] {2322b508-bd9a-4284-b8bd-e486949c6498} TCPHandler: Processed in 0.001900525 sec. 2026.02.25 21:44:19.148874 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:19.148965 [ 277 ] {3eda2c1b-fd57-4e0b-b71f-4680bdedb303} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:44:19.149005 [ 277 ] {3eda2c1b-fd57-4e0b-b71f-4680bdedb303} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:44:19.149310 [ 277 ] {3eda2c1b-fd57-4e0b-b71f-4680bdedb303} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:19.149344 [ 277 ] {3eda2c1b-fd57-4e0b-b71f-4680bdedb303} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:19.149642 [ 277 ] {3eda2c1b-fd57-4e0b-b71f-4680bdedb303} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.25 21:44:19.149850 [ 277 ] {3eda2c1b-fd57-4e0b-b71f-4680bdedb303} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:19.149968 [ 277 ] {3eda2c1b-fd57-4e0b-b71f-4680bdedb303} executeQuery: Read 90 rows, 5.77 KiB in 0.001022 sec., 88062.62230919766 rows/sec., 5.51 MiB/sec. 2026.02.25 21:44:19.150001 [ 277 ] {3eda2c1b-fd57-4e0b-b71f-4680bdedb303} TCPHandler: Processed in 0.001174389 sec. 2026.02.25 21:44:21.908173 [ 73 ] {} DNSResolver: Updating DNS cache 2026.02.25 21:44:21.908240 [ 73 ] {} DNSResolver: Updated DNS cache 2026.02.25 21:44:22.001038 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11498 2026.02.25 21:44:22.001583 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:22.001624 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:22.002124 [ 245 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.25 21:44:22.002349 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:22.002476 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11498 2026.02.25 21:44:22.029401 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 666 2026.02.25 21:44:22.031879 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:22.031928 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:22.033124 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.25 21:44:22.033398 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:22.033670 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 666 2026.02.25 21:44:22.612495 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2026.02.25 21:44:22.628199 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:22.628251 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:22.634509 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.25 21:44:22.635195 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:22.638097 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2026.02.25 21:44:24.122752 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:24.122942 [ 277 ] {ee5d03d1-8c1c-4a56-b279-ef90f3dbd580} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:44:24.123012 [ 277 ] {ee5d03d1-8c1c-4a56-b279-ef90f3dbd580} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:44:24.123648 [ 277 ] {ee5d03d1-8c1c-4a56-b279-ef90f3dbd580} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:24.123701 [ 277 ] {ee5d03d1-8c1c-4a56-b279-ef90f3dbd580} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:24.124113 [ 277 ] {ee5d03d1-8c1c-4a56-b279-ef90f3dbd580} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.25 21:44:24.124336 [ 277 ] {ee5d03d1-8c1c-4a56-b279-ef90f3dbd580} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:24.124488 [ 277 ] {ee5d03d1-8c1c-4a56-b279-ef90f3dbd580} executeQuery: Read 66 rows, 5.38 KiB in 0.001598 sec., 41301.62703379224 rows/sec., 3.29 MiB/sec. 2026.02.25 21:44:24.124533 [ 277 ] {ee5d03d1-8c1c-4a56-b279-ef90f3dbd580} TCPHandler: Processed in 0.001909645 sec. 2026.02.25 21:44:24.124654 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:24.124755 [ 277 ] {7bcc6b1a-6fa3-4e24-a46d-292ee87c14bf} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.25 21:44:24.124797 [ 277 ] {7bcc6b1a-6fa3-4e24-a46d-292ee87c14bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.25 21:44:24.125195 [ 277 ] {7bcc6b1a-6fa3-4e24-a46d-292ee87c14bf} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:24.125236 [ 277 ] {7bcc6b1a-6fa3-4e24-a46d-292ee87c14bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:24.125527 [ 277 ] {7bcc6b1a-6fa3-4e24-a46d-292ee87c14bf} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.25 21:44:24.125738 [ 277 ] {7bcc6b1a-6fa3-4e24-a46d-292ee87c14bf} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:24.125866 [ 277 ] {7bcc6b1a-6fa3-4e24-a46d-292ee87c14bf} executeQuery: Read 5 rows, 385.00 B in 0.001134 sec., 4409.171075837742 rows/sec., 331.55 KiB/sec. 2026.02.25 21:44:24.125902 [ 277 ] {7bcc6b1a-6fa3-4e24-a46d-292ee87c14bf} TCPHandler: Processed in 0.00129837 sec. 2026.02.25 21:44:24.126011 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:24.126104 [ 277 ] {a02c9474-17ad-48e1-96ff-6da637390d43} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:44:24.126143 [ 277 ] {a02c9474-17ad-48e1-96ff-6da637390d43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:44:24.126549 [ 277 ] {a02c9474-17ad-48e1-96ff-6da637390d43} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:24.126585 [ 277 ] {a02c9474-17ad-48e1-96ff-6da637390d43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:24.126886 [ 277 ] {a02c9474-17ad-48e1-96ff-6da637390d43} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.25 21:44:24.127116 [ 277 ] {a02c9474-17ad-48e1-96ff-6da637390d43} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:24.127241 [ 277 ] {a02c9474-17ad-48e1-96ff-6da637390d43} executeQuery: Read 69 rows, 5.52 KiB in 0.001154 sec., 59792.027729636044 rows/sec., 4.67 MiB/sec. 2026.02.25 21:44:24.127276 [ 277 ] {a02c9474-17ad-48e1-96ff-6da637390d43} TCPHandler: Processed in 0.00131383 sec. 2026.02.25 21:44:24.127382 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:24.127474 [ 277 ] {e47cecfc-f856-4105-8290-dcfb5a6e7138} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:44:24.127517 [ 277 ] {e47cecfc-f856-4105-8290-dcfb5a6e7138} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:44:24.127922 [ 277 ] {e47cecfc-f856-4105-8290-dcfb5a6e7138} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:24.127957 [ 277 ] {e47cecfc-f856-4105-8290-dcfb5a6e7138} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:24.128276 [ 277 ] {e47cecfc-f856-4105-8290-dcfb5a6e7138} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.25 21:44:24.128483 [ 277 ] {e47cecfc-f856-4105-8290-dcfb5a6e7138} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:24.128610 [ 277 ] {e47cecfc-f856-4105-8290-dcfb5a6e7138} executeQuery: Read 160 rows, 11.41 KiB in 0.001153 sec., 138768.43018213357 rows/sec., 9.66 MiB/sec. 2026.02.25 21:44:24.128645 [ 277 ] {e47cecfc-f856-4105-8290-dcfb5a6e7138} TCPHandler: Processed in 0.0013118 sec. 2026.02.25 21:44:24.128753 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:24.128845 [ 277 ] {603a8cdb-4a6b-4415-a222-ffc696c804ec} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.25 21:44:24.128899 [ 277 ] {603a8cdb-4a6b-4415-a222-ffc696c804ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.25 21:44:24.129613 [ 277 ] {603a8cdb-4a6b-4415-a222-ffc696c804ec} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:24.129649 [ 277 ] {603a8cdb-4a6b-4415-a222-ffc696c804ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:24.130140 [ 277 ] {603a8cdb-4a6b-4415-a222-ffc696c804ec} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.25 21:44:24.130366 [ 277 ] {603a8cdb-4a6b-4415-a222-ffc696c804ec} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:24.130501 [ 277 ] {603a8cdb-4a6b-4415-a222-ffc696c804ec} executeQuery: Read 5 rows, 9.17 KiB in 0.001673 sec., 2988.643156007173 rows/sec., 5.36 MiB/sec. 2026.02.25 21:44:24.130552 [ 277 ] {603a8cdb-4a6b-4415-a222-ffc696c804ec} TCPHandler: Processed in 0.001847334 sec. 2026.02.25 21:44:24.130661 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:24.130754 [ 277 ] {0f7a8477-067e-462b-b35e-dd3f97353eb3} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:44:24.130794 [ 277 ] {0f7a8477-067e-462b-b35e-dd3f97353eb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:44:24.131110 [ 277 ] {0f7a8477-067e-462b-b35e-dd3f97353eb3} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:24.131146 [ 277 ] {0f7a8477-067e-462b-b35e-dd3f97353eb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:24.131450 [ 277 ] {0f7a8477-067e-462b-b35e-dd3f97353eb3} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.25 21:44:24.131656 [ 277 ] {0f7a8477-067e-462b-b35e-dd3f97353eb3} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:24.131779 [ 277 ] {0f7a8477-067e-462b-b35e-dd3f97353eb3} executeQuery: Read 60 rows, 4.14 KiB in 0.001043 sec., 57526.36625119846 rows/sec., 3.88 MiB/sec. 2026.02.25 21:44:24.131814 [ 277 ] {0f7a8477-067e-462b-b35e-dd3f97353eb3} TCPHandler: Processed in 0.001202209 sec. 2026.02.25 21:44:28.638314 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48262 2026.02.25 21:44:28.638431 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:44:28.638459 [ 288 ] {} TCP-Session: eea0fd01-4ba6-4150-a5e2-0d134969ff93 Authenticating user 'default' from [fd00:1122:3344:101::e]:48262 2026.02.25 21:44:28.638482 [ 288 ] {} TCP-Session: eea0fd01-4ba6-4150-a5e2-0d134969ff93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.638495 [ 288 ] {} TCP-Session: eea0fd01-4ba6-4150-a5e2-0d134969ff93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.638746 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43814 2026.02.25 21:44:28.638762 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56276 2026.02.25 21:44:28.638757 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40343 2026.02.25 21:44:28.638852 [ 288 ] {} TCP-Session: eea0fd01-4ba6-4150-a5e2-0d134969ff93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:28.638878 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:44:28.638903 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:44:28.638947 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:44:28.638951 [ 289 ] {} TCP-Session: 3d183057-128f-483e-b5c6-42a2f1ca47e8 Authenticating user 'default' from [fd00:1122:3344:101::e]:43814 2026.02.25 21:44:28.638985 [ 290 ] {} TCP-Session: 56553043-fb48-4acf-99d5-f643f80710e5 Authenticating user 'default' from [fd00:1122:3344:101::e]:40343 2026.02.25 21:44:28.639006 [ 289 ] {} TCP-Session: 3d183057-128f-483e-b5c6-42a2f1ca47e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.639024 [ 290 ] {} TCP-Session: 56553043-fb48-4acf-99d5-f643f80710e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.639032 [ 289 ] {} TCP-Session: 3d183057-128f-483e-b5c6-42a2f1ca47e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.639038 [ 288 ] {0e6d61fa-1b0f-4521-8cb8-41f82d1f9d46} executeQuery: (from [fd00:1122:3344:101::e]:48262) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.25 21:44:28.639048 [ 290 ] {} TCP-Session: 56553043-fb48-4acf-99d5-f643f80710e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.638952 [ 291 ] {} TCP-Session: 3f9e25a5-4496-4712-8430-57e812fd8cec Authenticating user 'default' from [fd00:1122:3344:101::e]:56276 2026.02.25 21:44:28.639119 [ 291 ] {} TCP-Session: 3f9e25a5-4496-4712-8430-57e812fd8cec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.639139 [ 291 ] {} TCP-Session: 3f9e25a5-4496-4712-8430-57e812fd8cec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.639343 [ 288 ] {0e6d61fa-1b0f-4521-8cb8-41f82d1f9d46} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.25 21:44:28.639406 [ 288 ] {0e6d61fa-1b0f-4521-8cb8-41f82d1f9d46} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:44:28.639699 [ 288 ] {0e6d61fa-1b0f-4521-8cb8-41f82d1f9d46} oximeter.version (ac487c47-ef48-4f37-ab71-738eedb6c21a) (SelectExecutor): Key condition: unknown 2026.02.25 21:44:28.640667 [ 325 ] {0e6d61fa-1b0f-4521-8cb8-41f82d1f9d46} AggregatingTransform: Aggregating 2026.02.25 21:44:28.641032 [ 325 ] {0e6d61fa-1b0f-4521-8cb8-41f82d1f9d46} Aggregator: Aggregation method: without_key 2026.02.25 21:44:28.641070 [ 325 ] {0e6d61fa-1b0f-4521-8cb8-41f82d1f9d46} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00126082 sec. (793.135 rows/sec., 30.98 KiB/sec.) 2026.02.25 21:44:28.641086 [ 325 ] {0e6d61fa-1b0f-4521-8cb8-41f82d1f9d46} Aggregator: Merging aggregated data 2026.02.25 21:44:28.642037 [ 288 ] {0e6d61fa-1b0f-4521-8cb8-41f82d1f9d46} executeQuery: Read 1 rows, 40.00 B in 0.003052 sec., 327.653997378768 rows/sec., 12.80 KiB/sec. 2026.02.25 21:44:28.642189 [ 288 ] {0e6d61fa-1b0f-4521-8cb8-41f82d1f9d46} TCPHandler: Processed in 0.003485547 sec. 2026.02.25 21:44:28.642319 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.25 21:44:28.642339 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.25 21:44:28.642363 [ 290 ] {} TCP-Session: 56553043-fb48-4acf-99d5-f643f80710e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.642371 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.25 21:44:28.642398 [ 289 ] {} TCP-Session: 3d183057-128f-483e-b5c6-42a2f1ca47e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.642442 [ 291 ] {} TCP-Session: 3f9e25a5-4496-4712-8430-57e812fd8cec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.642449 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.25 21:44:28.642491 [ 288 ] {} TCP-Session: eea0fd01-4ba6-4150-a5e2-0d134969ff93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.645940 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42201 2026.02.25 21:44:28.645957 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47683 2026.02.25 21:44:28.646026 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38249 2026.02.25 21:44:28.646037 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62485 2026.02.25 21:44:28.646048 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54893 2026.02.25 21:44:28.646037 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:44:28.646033 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:44:28.646131 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:44:28.646132 [ 291 ] {} TCP-Session: 3900ae53-0d0f-4e08-9fd5-f938972492fa Authenticating user 'default' from [fd00:1122:3344:101::e]:47683 2026.02.25 21:44:28.646157 [ 350 ] {} TCP-Session: 74243d6a-2cc7-41e6-8f74-5c861d219f79 Authenticating user 'default' from [fd00:1122:3344:101::e]:42201 2026.02.25 21:44:28.646168 [ 351 ] {} TCP-Session: 550b9d63-3ef2-42ee-b5b5-02cc65e6a907 Authenticating user 'default' from [fd00:1122:3344:101::e]:38249 2026.02.25 21:44:28.646185 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:44:28.646194 [ 350 ] {} TCP-Session: 74243d6a-2cc7-41e6-8f74-5c861d219f79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.646208 [ 351 ] {} TCP-Session: 550b9d63-3ef2-42ee-b5b5-02cc65e6a907 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.646220 [ 289 ] {} TCP-Session: 0d6bfc80-0dcd-4e8e-9823-b0c18843476c Authenticating user 'default' from [fd00:1122:3344:101::e]:54893 2026.02.25 21:44:28.646222 [ 350 ] {} TCP-Session: 74243d6a-2cc7-41e6-8f74-5c861d219f79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.646242 [ 351 ] {} TCP-Session: 550b9d63-3ef2-42ee-b5b5-02cc65e6a907 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.646257 [ 289 ] {} TCP-Session: 0d6bfc80-0dcd-4e8e-9823-b0c18843476c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.646179 [ 291 ] {} TCP-Session: 3900ae53-0d0f-4e08-9fd5-f938972492fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.646285 [ 289 ] {} TCP-Session: 0d6bfc80-0dcd-4e8e-9823-b0c18843476c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.646306 [ 291 ] {} TCP-Session: 3900ae53-0d0f-4e08-9fd5-f938972492fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.646309 [ 351 ] {} TCPHandler: Done processing connection. 2026.02.25 21:44:28.646122 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:44:28.646351 [ 351 ] {} TCP-Session: 550b9d63-3ef2-42ee-b5b5-02cc65e6a907 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.646370 [ 288 ] {} TCP-Session: 2bbfcfef-0aa7-4cc0-80cc-1c34ea5b4fcb Authenticating user 'default' from [fd00:1122:3344:101::e]:62485 2026.02.25 21:44:28.646386 [ 288 ] {} TCP-Session: 2bbfcfef-0aa7-4cc0-80cc-1c34ea5b4fcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.646399 [ 288 ] {} TCP-Session: 2bbfcfef-0aa7-4cc0-80cc-1c34ea5b4fcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.673658 [ 350 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:42201). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.02.25 21:44:28.673846 [ 350 ] {} TCP-Session: 74243d6a-2cc7-41e6-8f74-5c861d219f79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.673868 [ 289 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:54893). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.02.25 21:44:28.673925 [ 289 ] {} TCP-Session: 0d6bfc80-0dcd-4e8e-9823-b0c18843476c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.673972 [ 288 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:62485). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.02.25 21:44:28.674078 [ 288 ] {} TCP-Session: 2bbfcfef-0aa7-4cc0-80cc-1c34ea5b4fcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.674114 [ 291 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:47683). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.02.25 21:44:28.674208 [ 291 ] {} TCP-Session: 3900ae53-0d0f-4e08-9fd5-f938972492fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.681525 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43388 2026.02.25 21:44:28.681612 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:44:28.681636 [ 288 ] {} TCP-Session: 135d291d-6439-4791-98a0-5c87bf8c6e22 Authenticating user 'default' from [fd00:1122:3344:101::e]:43388 2026.02.25 21:44:28.681658 [ 288 ] {} TCP-Session: 135d291d-6439-4791-98a0-5c87bf8c6e22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.681671 [ 288 ] {} TCP-Session: 135d291d-6439-4791-98a0-5c87bf8c6e22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.681833 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43159 2026.02.25 21:44:28.681895 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62330 2026.02.25 21:44:28.681916 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:44:28.681942 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40233 2026.02.25 21:44:28.681902 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49802 2026.02.25 21:44:28.681997 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:44:28.682010 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:44:28.682010 [ 288 ] {} TCP-Session: 135d291d-6439-4791-98a0-5c87bf8c6e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:28.682045 [ 350 ] {} TCP-Session: 011032f7-dd42-4c24-9cd8-89b043e94829 Authenticating user 'default' from [fd00:1122:3344:101::e]:40233 2026.02.25 21:44:28.682041 [ 291 ] {} TCP-Session: c8d2195d-5a55-44e6-aebb-bd6ed83ec9f4 Authenticating user 'default' from [fd00:1122:3344:101::e]:62330 2026.02.25 21:44:28.682059 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52668 2026.02.25 21:44:28.682079 [ 350 ] {} TCP-Session: 011032f7-dd42-4c24-9cd8-89b043e94829 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.682086 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:44:28.682107 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35718 2026.02.25 21:44:28.682135 [ 290 ] {} TCP-Session: c6f87081-d9bb-4c3c-8e50-e5ebbe27443a Authenticating user 'default' from [fd00:1122:3344:101::e]:49802 2026.02.25 21:44:28.682093 [ 291 ] {} TCP-Session: c8d2195d-5a55-44e6-aebb-bd6ed83ec9f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.682180 [ 290 ] {} TCP-Session: c6f87081-d9bb-4c3c-8e50-e5ebbe27443a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.682189 [ 291 ] {} TCP-Session: c8d2195d-5a55-44e6-aebb-bd6ed83ec9f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.682199 [ 288 ] {dbd01c2a-b36c-4a63-9c55-0eacbac19563} executeQuery: (from [fd00:1122:3344:101::e]:43388) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.25 21:44:28.682207 [ 290 ] {} TCP-Session: c6f87081-d9bb-4c3c-8e50-e5ebbe27443a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.682009 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51998 2026.02.25 21:44:28.682262 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:44:28.682287 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:44:28.682312 [ 353 ] {} TCP-Session: 15432d82-8a5a-421a-a3ff-175fac796568 Authenticating user 'default' from [fd00:1122:3344:101::e]:52668 2026.02.25 21:44:28.682005 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43718 2026.02.25 21:44:28.682341 [ 353 ] {} TCP-Session: 15432d82-8a5a-421a-a3ff-175fac796568 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.682370 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:44:28.682376 [ 353 ] {} TCP-Session: 15432d82-8a5a-421a-a3ff-175fac796568 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.682400 [ 351 ] {} TCP-Session: 7d2190f8-fa0a-43b2-bf41-b8033d845b3e Authenticating user 'default' from [fd00:1122:3344:101::e]:51998 2026.02.25 21:44:28.681967 [ 289 ] {} TCP-Session: 29754738-20cf-4b12-8bca-606f50540d8c Authenticating user 'default' from [fd00:1122:3344:101::e]:43159 2026.02.25 21:44:28.682425 [ 351 ] {} TCP-Session: 7d2190f8-fa0a-43b2-bf41-b8033d845b3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.682445 [ 289 ] {} TCP-Session: 29754738-20cf-4b12-8bca-606f50540d8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.682454 [ 351 ] {} TCP-Session: 7d2190f8-fa0a-43b2-bf41-b8033d845b3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.682468 [ 289 ] {} TCP-Session: 29754738-20cf-4b12-8bca-606f50540d8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.682486 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:44:28.682505 [ 288 ] {dbd01c2a-b36c-4a63-9c55-0eacbac19563} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.25 21:44:28.682527 [ 352 ] {} TCP-Session: 3163ce26-5e94-4fc9-8ad0-e9035d6764e3 Authenticating user 'default' from [fd00:1122:3344:101::e]:43718 2026.02.25 21:44:28.682333 [ 354 ] {} TCP-Session: 26fd974c-4bca-45f5-a6eb-5ba810cffdf8 Authenticating user 'default' from [fd00:1122:3344:101::e]:35718 2026.02.25 21:44:28.682557 [ 352 ] {} TCP-Session: 3163ce26-5e94-4fc9-8ad0-e9035d6764e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.682571 [ 288 ] {dbd01c2a-b36c-4a63-9c55-0eacbac19563} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:44:28.682580 [ 354 ] {} TCP-Session: 26fd974c-4bca-45f5-a6eb-5ba810cffdf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.682587 [ 352 ] {} TCP-Session: 3163ce26-5e94-4fc9-8ad0-e9035d6764e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.682608 [ 354 ] {} TCP-Session: 26fd974c-4bca-45f5-a6eb-5ba810cffdf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.682106 [ 350 ] {} TCP-Session: 011032f7-dd42-4c24-9cd8-89b043e94829 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.682879 [ 288 ] {dbd01c2a-b36c-4a63-9c55-0eacbac19563} oximeter.version (ac487c47-ef48-4f37-ab71-738eedb6c21a) (SelectExecutor): Key condition: unknown 2026.02.25 21:44:28.683945 [ 333 ] {dbd01c2a-b36c-4a63-9c55-0eacbac19563} AggregatingTransform: Aggregating 2026.02.25 21:44:28.683990 [ 333 ] {dbd01c2a-b36c-4a63-9c55-0eacbac19563} Aggregator: Aggregation method: without_key 2026.02.25 21:44:28.684029 [ 333 ] {dbd01c2a-b36c-4a63-9c55-0eacbac19563} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001047948 sec. (954.246 rows/sec., 37.28 KiB/sec.) 2026.02.25 21:44:28.684048 [ 333 ] {dbd01c2a-b36c-4a63-9c55-0eacbac19563} Aggregator: Merging aggregated data 2026.02.25 21:44:28.685188 [ 288 ] {dbd01c2a-b36c-4a63-9c55-0eacbac19563} executeQuery: Read 1 rows, 40.00 B in 0.003045 sec., 328.4072249589491 rows/sec., 12.83 KiB/sec. 2026.02.25 21:44:28.685363 [ 288 ] {dbd01c2a-b36c-4a63-9c55-0eacbac19563} TCPHandler: Processed in 0.003496727 sec. 2026.02.25 21:44:28.685487 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.25 21:44:28.685513 [ 288 ] {} TCP-Session: 135d291d-6439-4791-98a0-5c87bf8c6e22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.685517 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.25 21:44:28.685535 [ 354 ] {} TCPHandler: Done processing connection. 2026.02.25 21:44:28.685561 [ 289 ] {} TCP-Session: 29754738-20cf-4b12-8bca-606f50540d8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.685562 [ 351 ] {} TCPHandler: Done processing connection. 2026.02.25 21:44:28.685583 [ 354 ] {} TCP-Session: 26fd974c-4bca-45f5-a6eb-5ba810cffdf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.685590 [ 350 ] {} TCPHandler: Done processing connection. 2026.02.25 21:44:28.685623 [ 351 ] {} TCP-Session: 7d2190f8-fa0a-43b2-bf41-b8033d845b3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.685633 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.25 21:44:28.685647 [ 350 ] {} TCP-Session: 011032f7-dd42-4c24-9cd8-89b043e94829 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.685654 [ 353 ] {} TCPHandler: Done processing connection. 2026.02.25 21:44:28.685698 [ 290 ] {} TCP-Session: c6f87081-d9bb-4c3c-8e50-e5ebbe27443a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.685723 [ 353 ] {} TCP-Session: 15432d82-8a5a-421a-a3ff-175fac796568 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.685611 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.25 21:44:28.685571 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.25 21:44:28.685790 [ 291 ] {} TCP-Session: c8d2195d-5a55-44e6-aebb-bd6ed83ec9f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.685808 [ 352 ] {} TCP-Session: 3163ce26-5e94-4fc9-8ad0-e9035d6764e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.797285 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53508 2026.02.25 21:44:28.797396 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:44:28.797421 [ 288 ] {} TCP-Session: e9712eb2-4d7b-4af1-b1ad-ffda8281e841 Authenticating user 'default' from [fd00:1122:3344:101::e]:53508 2026.02.25 21:44:28.797463 [ 288 ] {} TCP-Session: e9712eb2-4d7b-4af1-b1ad-ffda8281e841 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.797476 [ 288 ] {} TCP-Session: e9712eb2-4d7b-4af1-b1ad-ffda8281e841 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.797690 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46195 2026.02.25 21:44:28.797715 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39134 2026.02.25 21:44:28.797727 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36671 2026.02.25 21:44:28.797756 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57659 2026.02.25 21:44:28.797782 [ 288 ] {} TCP-Session: e9712eb2-4d7b-4af1-b1ad-ffda8281e841 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:28.797748 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43787 2026.02.25 21:44:28.797814 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:44:28.797838 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:44:28.797821 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:44:28.797874 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:44:28.797877 [ 354 ] {} TCP-Session: 7ab1b64d-905d-4210-bf2a-4513d52ed3f9 Authenticating user 'default' from [fd00:1122:3344:101::e]:57659 2026.02.25 21:44:28.797892 [ 351 ] {} TCP-Session: 754d1e54-4ea8-41b3-9dff-fd0de1de8b71 Authenticating user 'default' from [fd00:1122:3344:101::e]:36671 2026.02.25 21:44:28.797909 [ 353 ] {} TCP-Session: 4c2b429d-58a1-4b27-ad9d-4ca1a0c05c0c Authenticating user 'default' from [fd00:1122:3344:101::e]:43787 2026.02.25 21:44:28.797922 [ 354 ] {} TCP-Session: 7ab1b64d-905d-4210-bf2a-4513d52ed3f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.797927 [ 351 ] {} TCP-Session: 754d1e54-4ea8-41b3-9dff-fd0de1de8b71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.797947 [ 353 ] {} TCP-Session: 4c2b429d-58a1-4b27-ad9d-4ca1a0c05c0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.797954 [ 288 ] {94bbaf6a-4f06-40dc-bac6-7eefb11e825f} executeQuery: (from [fd00:1122:3344:101::e]:53508) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.25 21:44:28.797978 [ 353 ] {} TCP-Session: 4c2b429d-58a1-4b27-ad9d-4ca1a0c05c0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.797969 [ 351 ] {} TCP-Session: 754d1e54-4ea8-41b3-9dff-fd0de1de8b71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.797952 [ 354 ] {} TCP-Session: 7ab1b64d-905d-4210-bf2a-4513d52ed3f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.797864 [ 289 ] {} TCP-Session: a643f226-4626-4842-b28b-eb4d94f2e2b1 Authenticating user 'default' from [fd00:1122:3344:101::e]:46195 2026.02.25 21:44:28.797738 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50517 2026.02.25 21:44:28.798094 [ 289 ] {} TCP-Session: a643f226-4626-4842-b28b-eb4d94f2e2b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.797709 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54879 2026.02.25 21:44:28.798135 [ 289 ] {} TCP-Session: a643f226-4626-4842-b28b-eb4d94f2e2b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.797701 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43520 2026.02.25 21:44:28.798191 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:44:28.798215 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:44:28.798241 [ 352 ] {} TCP-Session: 4adebfe3-2708-4367-b112-c6c44df20b6b Authenticating user 'default' from [fd00:1122:3344:101::e]:50517 2026.02.25 21:44:28.798241 [ 288 ] {94bbaf6a-4f06-40dc-bac6-7eefb11e825f} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.25 21:44:28.798267 [ 352 ] {} TCP-Session: 4adebfe3-2708-4367-b112-c6c44df20b6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.798284 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:44:28.798292 [ 352 ] {} TCP-Session: 4adebfe3-2708-4367-b112-c6c44df20b6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.798309 [ 288 ] {94bbaf6a-4f06-40dc-bac6-7eefb11e825f} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.25 21:44:28.798321 [ 290 ] {} TCP-Session: 27852806-502f-46b7-8add-092ecd95b578 Authenticating user 'default' from [fd00:1122:3344:101::e]:43520 2026.02.25 21:44:28.798254 [ 291 ] {} TCP-Session: 127d6e64-9844-4ffa-be28-75ff1005a3f2 Authenticating user 'default' from [fd00:1122:3344:101::e]:54879 2026.02.25 21:44:28.798364 [ 290 ] {} TCP-Session: 27852806-502f-46b7-8add-092ecd95b578 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.798380 [ 291 ] {} TCP-Session: 127d6e64-9844-4ffa-be28-75ff1005a3f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.798393 [ 290 ] {} TCP-Session: 27852806-502f-46b7-8add-092ecd95b578 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.798404 [ 291 ] {} TCP-Session: 127d6e64-9844-4ffa-be28-75ff1005a3f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.797811 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.25 21:44:28.798470 [ 350 ] {} TCP-Session: 66347ba0-4ccf-4408-8fbe-3cfd0dd6b72f Authenticating user 'default' from [fd00:1122:3344:101::e]:39134 2026.02.25 21:44:28.798487 [ 350 ] {} TCP-Session: 66347ba0-4ccf-4408-8fbe-3cfd0dd6b72f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.798500 [ 350 ] {} TCP-Session: 66347ba0-4ccf-4408-8fbe-3cfd0dd6b72f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.798603 [ 288 ] {94bbaf6a-4f06-40dc-bac6-7eefb11e825f} oximeter.version (ac487c47-ef48-4f37-ab71-738eedb6c21a) (SelectExecutor): Key condition: unknown 2026.02.25 21:44:28.799445 [ 343 ] {94bbaf6a-4f06-40dc-bac6-7eefb11e825f} AggregatingTransform: Aggregating 2026.02.25 21:44:28.799478 [ 343 ] {94bbaf6a-4f06-40dc-bac6-7eefb11e825f} Aggregator: Aggregation method: without_key 2026.02.25 21:44:28.799511 [ 343 ] {94bbaf6a-4f06-40dc-bac6-7eefb11e825f} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000808116 sec. (1237.446 rows/sec., 48.34 KiB/sec.) 2026.02.25 21:44:28.799528 [ 343 ] {94bbaf6a-4f06-40dc-bac6-7eefb11e825f} Aggregator: Merging aggregated data 2026.02.25 21:44:28.800730 [ 288 ] {94bbaf6a-4f06-40dc-bac6-7eefb11e825f} executeQuery: Read 1 rows, 40.00 B in 0.002832 sec., 353.1073446327684 rows/sec., 13.79 KiB/sec. 2026.02.25 21:44:28.800814 [ 288 ] {94bbaf6a-4f06-40dc-bac6-7eefb11e825f} TCPHandler: Processed in 0.003145094 sec. 2026.02.25 21:44:28.800920 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.25 21:44:28.800952 [ 354 ] {} TCPHandler: Done processing connection. 2026.02.25 21:44:28.800978 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.25 21:44:28.800995 [ 351 ] {} TCPHandler: Done processing connection. 2026.02.25 21:44:28.801017 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.25 21:44:28.801034 [ 290 ] {} TCP-Session: 27852806-502f-46b7-8add-092ecd95b578 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.801050 [ 350 ] {} TCPHandler: Done processing connection. 2026.02.25 21:44:28.801068 [ 289 ] {} TCP-Session: a643f226-4626-4842-b28b-eb4d94f2e2b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.801069 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.25 21:44:28.801086 [ 353 ] {} TCPHandler: Done processing connection. 2026.02.25 21:44:28.801124 [ 352 ] {} TCP-Session: 4adebfe3-2708-4367-b112-c6c44df20b6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.801044 [ 351 ] {} TCP-Session: 754d1e54-4ea8-41b3-9dff-fd0de1de8b71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.801146 [ 353 ] {} TCP-Session: 4c2b429d-58a1-4b27-ad9d-4ca1a0c05c0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.801034 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.25 21:44:28.801000 [ 354 ] {} TCP-Session: 7ab1b64d-905d-4210-bf2a-4513d52ed3f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.801219 [ 291 ] {} TCP-Session: 127d6e64-9844-4ffa-be28-75ff1005a3f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.800961 [ 288 ] {} TCP-Session: e9712eb2-4d7b-4af1-b1ad-ffda8281e841 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:28.801094 [ 350 ] {} TCP-Session: 66347ba0-4ccf-4408-8fbe-3cfd0dd6b72f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.25 21:44:29.133067 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:29.133237 [ 277 ] {0601cde3-c003-4774-93f4-6d29e4fd3705} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.25 21:44:29.133301 [ 277 ] {0601cde3-c003-4774-93f4-6d29e4fd3705} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.25 21:44:29.134014 [ 277 ] {0601cde3-c003-4774-93f4-6d29e4fd3705} oximeter.fields_i16 (5b8cb844-b05e-4fc3-bc08-c8de9a1883e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:29.134058 [ 277 ] {0601cde3-c003-4774-93f4-6d29e4fd3705} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:29.134451 [ 277 ] {0601cde3-c003-4774-93f4-6d29e4fd3705} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.25 21:44:29.134679 [ 277 ] {0601cde3-c003-4774-93f4-6d29e4fd3705} oximeter.fields_i16 (5b8cb844-b05e-4fc3-bc08-c8de9a1883e6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:29.134830 [ 277 ] {0601cde3-c003-4774-93f4-6d29e4fd3705} executeQuery: Read 284 rows, 18.47 KiB in 0.00164 sec., 173170.73170731709 rows/sec., 11.00 MiB/sec. 2026.02.25 21:44:29.134871 [ 277 ] {0601cde3-c003-4774-93f4-6d29e4fd3705} TCPHandler: Processed in 0.001926524 sec. 2026.02.25 21:44:29.134993 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:29.135087 [ 277 ] {054191e5-8455-4534-99e6-e5b7984d37fc} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:44:29.135128 [ 277 ] {054191e5-8455-4534-99e6-e5b7984d37fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:44:29.135950 [ 277 ] {054191e5-8455-4534-99e6-e5b7984d37fc} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:29.135987 [ 277 ] {054191e5-8455-4534-99e6-e5b7984d37fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:29.136359 [ 277 ] {054191e5-8455-4534-99e6-e5b7984d37fc} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.25 21:44:29.136584 [ 277 ] {054191e5-8455-4534-99e6-e5b7984d37fc} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:29.136721 [ 277 ] {054191e5-8455-4534-99e6-e5b7984d37fc} executeQuery: Read 869 rows, 71.10 KiB in 0.001653 sec., 525710.8287961283 rows/sec., 42.00 MiB/sec. 2026.02.25 21:44:29.136760 [ 277 ] {054191e5-8455-4534-99e6-e5b7984d37fc} TCPHandler: Processed in 0.001817474 sec. 2026.02.25 21:44:29.136878 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:29.136971 [ 277 ] {f38265dd-563c-4a4d-8180-6d2ae887e0b3} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.25 21:44:29.137011 [ 277 ] {f38265dd-563c-4a4d-8180-6d2ae887e0b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.25 21:44:29.137469 [ 277 ] {f38265dd-563c-4a4d-8180-6d2ae887e0b3} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:29.137504 [ 277 ] {f38265dd-563c-4a4d-8180-6d2ae887e0b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:29.137812 [ 277 ] {f38265dd-563c-4a4d-8180-6d2ae887e0b3} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.25 21:44:29.138025 [ 277 ] {f38265dd-563c-4a4d-8180-6d2ae887e0b3} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:29.138155 [ 277 ] {f38265dd-563c-4a4d-8180-6d2ae887e0b3} executeQuery: Read 178 rows, 11.25 KiB in 0.001201 sec., 148209.8251457119 rows/sec., 9.15 MiB/sec. 2026.02.25 21:44:29.138193 [ 277 ] {f38265dd-563c-4a4d-8180-6d2ae887e0b3} TCPHandler: Processed in 0.001364441 sec. 2026.02.25 21:44:29.138294 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:29.138387 [ 277 ] {07f15fc7-a267-4fdc-8730-4169fdb7ada3} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.25 21:44:29.138426 [ 277 ] {07f15fc7-a267-4fdc-8730-4169fdb7ada3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.25 21:44:29.138870 [ 277 ] {07f15fc7-a267-4fdc-8730-4169fdb7ada3} oximeter.fields_u32 (908bf044-80c4-4aff-a2d0-2b9c977956ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:29.138907 [ 277 ] {07f15fc7-a267-4fdc-8730-4169fdb7ada3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:29.139223 [ 277 ] {07f15fc7-a267-4fdc-8730-4169fdb7ada3} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.25 21:44:29.139427 [ 277 ] {07f15fc7-a267-4fdc-8730-4169fdb7ada3} oximeter.fields_u32 (908bf044-80c4-4aff-a2d0-2b9c977956ba): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:29.139544 [ 67 ] {} oximeter.fields_u32 (908bf044-80c4-4aff-a2d0-2b9c977956ba) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.02.25 21:44:29.139552 [ 277 ] {07f15fc7-a267-4fdc-8730-4169fdb7ada3} executeQuery: Read 149 rows, 9.86 KiB in 0.001183 sec., 125950.97210481825 rows/sec., 8.14 MiB/sec. 2026.02.25 21:44:29.139622 [ 67 ] {} oximeter.fields_u32 (908bf044-80c4-4aff-a2d0-2b9c977956ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:29.139636 [ 277 ] {07f15fc7-a267-4fdc-8730-4169fdb7ada3} TCPHandler: Processed in 0.001389971 sec. 2026.02.25 21:44:29.139656 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:29.139764 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:29.139797 [ 194 ] {908bf044-80c4-4aff-a2d0-2b9c977956ba::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2026.02.25 21:44:29.139871 [ 277 ] {7d0aed26-fd03-4844-b0a6-f59160e842c4} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.25 21:44:29.139917 [ 277 ] {7d0aed26-fd03-4844-b0a6-f59160e842c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.25 21:44:29.139928 [ 194 ] {908bf044-80c4-4aff-a2d0-2b9c977956ba::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:44:29.139964 [ 194 ] {908bf044-80c4-4aff-a2d0-2b9c977956ba::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 402 rows starting from the beginning of the part 2026.02.25 21:44:29.140030 [ 194 ] {908bf044-80c4-4aff-a2d0-2b9c977956ba::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 252 rows starting from the beginning of the part 2026.02.25 21:44:29.140073 [ 194 ] {908bf044-80c4-4aff-a2d0-2b9c977956ba::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 252 rows starting from the beginning of the part 2026.02.25 21:44:29.140113 [ 194 ] {908bf044-80c4-4aff-a2d0-2b9c977956ba::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 252 rows starting from the beginning of the part 2026.02.25 21:44:29.140151 [ 194 ] {908bf044-80c4-4aff-a2d0-2b9c977956ba::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 149 rows starting from the beginning of the part 2026.02.25 21:44:29.140189 [ 194 ] {908bf044-80c4-4aff-a2d0-2b9c977956ba::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 149 rows starting from the beginning of the part 2026.02.25 21:44:29.140396 [ 277 ] {7d0aed26-fd03-4844-b0a6-f59160e842c4} oximeter.fields_u8 (0c034aba-187c-4a21-bc08-4ff6715ead94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:29.140438 [ 277 ] {7d0aed26-fd03-4844-b0a6-f59160e842c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:29.140811 [ 277 ] {7d0aed26-fd03-4844-b0a6-f59160e842c4} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.25 21:44:29.141061 [ 277 ] {7d0aed26-fd03-4844-b0a6-f59160e842c4} oximeter.fields_u8 (0c034aba-187c-4a21-bc08-4ff6715ead94): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:29.141197 [ 277 ] {7d0aed26-fd03-4844-b0a6-f59160e842c4} executeQuery: Read 148 rows, 8.62 KiB in 0.001345 sec., 110037.17472118959 rows/sec., 6.26 MiB/sec. 2026.02.25 21:44:29.141239 [ 277 ] {7d0aed26-fd03-4844-b0a6-f59160e842c4} TCPHandler: Processed in 0.001527261 sec. 2026.02.25 21:44:29.141258 [ 199 ] {908bf044-80c4-4aff-a2d0-2b9c977956ba::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 1456 rows, containing 5 columns (5 merged, 0 gathered) in 0.001518102 sec., 959092.3403038795 rows/sec., 68.65 MiB/sec. 2026.02.25 21:44:29.141352 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:29.141452 [ 277 ] {053e4fff-284f-4078-9f01-0bda8f76061a} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:44:29.141462 [ 187 ] {908bf044-80c4-4aff-a2d0-2b9c977956ba::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.02.25 21:44:29.141496 [ 277 ] {053e4fff-284f-4078-9f01-0bda8f76061a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:44:29.141793 [ 187 ] {908bf044-80c4-4aff-a2d0-2b9c977956ba::all_1_10_2} oximeter.fields_u32 (908bf044-80c4-4aff-a2d0-2b9c977956ba): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:29.141879 [ 187 ] {908bf044-80c4-4aff-a2d0-2b9c977956ba::all_1_10_2} oximeter.fields_u32 (908bf044-80c4-4aff-a2d0-2b9c977956ba) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.02.25 21:44:29.141985 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.02.25 21:44:29.142201 [ 277 ] {053e4fff-284f-4078-9f01-0bda8f76061a} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:29.142243 [ 277 ] {053e4fff-284f-4078-9f01-0bda8f76061a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:29.142611 [ 277 ] {053e4fff-284f-4078-9f01-0bda8f76061a} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.25 21:44:29.142844 [ 277 ] {053e4fff-284f-4078-9f01-0bda8f76061a} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:29.142984 [ 277 ] {053e4fff-284f-4078-9f01-0bda8f76061a} executeQuery: Read 526 rows, 38.06 KiB in 0.001551 sec., 339136.0412637008 rows/sec., 23.96 MiB/sec. 2026.02.25 21:44:29.143025 [ 277 ] {053e4fff-284f-4078-9f01-0bda8f76061a} TCPHandler: Processed in 0.001724573 sec. 2026.02.25 21:44:29.143138 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:29.143255 [ 277 ] {a6cd73f7-74b7-42f7-b15e-05b4ec6ac3f2} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.25 21:44:29.143302 [ 277 ] {a6cd73f7-74b7-42f7-b15e-05b4ec6ac3f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.25 21:44:29.143641 [ 277 ] {a6cd73f7-74b7-42f7-b15e-05b4ec6ac3f2} oximeter.measurements_bool (56df8f31-1f20-4ab1-90ac-a009fe2a26a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:29.143678 [ 277 ] {a6cd73f7-74b7-42f7-b15e-05b4ec6ac3f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:29.144001 [ 277 ] {a6cd73f7-74b7-42f7-b15e-05b4ec6ac3f2} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.25 21:44:29.144219 [ 277 ] {a6cd73f7-74b7-42f7-b15e-05b4ec6ac3f2} oximeter.measurements_bool (56df8f31-1f20-4ab1-90ac-a009fe2a26a9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:29.144352 [ 277 ] {a6cd73f7-74b7-42f7-b15e-05b4ec6ac3f2} executeQuery: Read 6 rows, 321.00 B in 0.001117 sec., 5371.530886302597 rows/sec., 280.64 KiB/sec. 2026.02.25 21:44:29.144390 [ 277 ] {a6cd73f7-74b7-42f7-b15e-05b4ec6ac3f2} TCPHandler: Processed in 0.00130449 sec. 2026.02.25 21:44:29.144499 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:29.144594 [ 277 ] {d571ecc3-3e39-4452-819d-767ad7f478e3} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:44:29.144636 [ 277 ] {d571ecc3-3e39-4452-819d-767ad7f478e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:44:29.145114 [ 277 ] {d571ecc3-3e39-4452-819d-767ad7f478e3} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:29.145151 [ 277 ] {d571ecc3-3e39-4452-819d-767ad7f478e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:29.145501 [ 277 ] {d571ecc3-3e39-4452-819d-767ad7f478e3} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.25 21:44:29.145715 [ 277 ] {d571ecc3-3e39-4452-819d-767ad7f478e3} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:29.145846 [ 277 ] {d571ecc3-3e39-4452-819d-767ad7f478e3} executeQuery: Read 265 rows, 18.03 KiB in 0.00127 sec., 208661.41732283463 rows/sec., 13.87 MiB/sec. 2026.02.25 21:44:29.145883 [ 277 ] {d571ecc3-3e39-4452-819d-767ad7f478e3} TCPHandler: Processed in 0.001433971 sec. 2026.02.25 21:44:29.145996 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:29.146088 [ 277 ] {8360f463-f765-42d0-8c3b-980f413bbbb8} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.25 21:44:29.146130 [ 277 ] {8360f463-f765-42d0-8c3b-980f413bbbb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.25 21:44:29.146434 [ 277 ] {8360f463-f765-42d0-8c3b-980f413bbbb8} oximeter.measurements_f64 (760b9128-f55b-4821-acd8-e74f0010e1c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:29.146472 [ 277 ] {8360f463-f765-42d0-8c3b-980f413bbbb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:29.146783 [ 277 ] {8360f463-f765-42d0-8c3b-980f413bbbb8} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.25 21:44:29.146996 [ 277 ] {8360f463-f765-42d0-8c3b-980f413bbbb8} oximeter.measurements_f64 (760b9128-f55b-4821-acd8-e74f0010e1c7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:29.147122 [ 277 ] {8360f463-f765-42d0-8c3b-980f413bbbb8} executeQuery: Read 1 rows, 69.00 B in 0.001052 sec., 950.5703422053232 rows/sec., 64.05 KiB/sec. 2026.02.25 21:44:29.147160 [ 277 ] {8360f463-f765-42d0-8c3b-980f413bbbb8} TCPHandler: Processed in 0.001215739 sec. 2026.02.25 21:44:29.147285 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:29.147378 [ 277 ] {82706f3a-f7b0-4ff1-92dd-ff2e362f5161} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.25 21:44:29.147432 [ 277 ] {82706f3a-f7b0-4ff1-92dd-ff2e362f5161} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.25 21:44:29.148265 [ 277 ] {82706f3a-f7b0-4ff1-92dd-ff2e362f5161} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:29.148302 [ 277 ] {82706f3a-f7b0-4ff1-92dd-ff2e362f5161} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:29.148859 [ 277 ] {82706f3a-f7b0-4ff1-92dd-ff2e362f5161} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.25 21:44:29.149092 [ 277 ] {82706f3a-f7b0-4ff1-92dd-ff2e362f5161} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:29.149232 [ 277 ] {82706f3a-f7b0-4ff1-92dd-ff2e362f5161} executeQuery: Read 36 rows, 66.06 KiB in 0.001871 sec., 19241.047568145375 rows/sec., 34.48 MiB/sec. 2026.02.25 21:44:29.149306 [ 277 ] {82706f3a-f7b0-4ff1-92dd-ff2e362f5161} TCPHandler: Processed in 0.002070646 sec. 2026.02.25 21:44:29.149425 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:29.149520 [ 277 ] {e8f5d266-5193-40c0-b532-122d34e3aa0d} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:44:29.149562 [ 277 ] {e8f5d266-5193-40c0-b532-122d34e3aa0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:44:29.149908 [ 277 ] {e8f5d266-5193-40c0-b532-122d34e3aa0d} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:29.149945 [ 277 ] {e8f5d266-5193-40c0-b532-122d34e3aa0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:29.150254 [ 277 ] {e8f5d266-5193-40c0-b532-122d34e3aa0d} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.25 21:44:29.150465 [ 277 ] {e8f5d266-5193-40c0-b532-122d34e3aa0d} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:29.150596 [ 277 ] {e8f5d266-5193-40c0-b532-122d34e3aa0d} executeQuery: Read 90 rows, 5.77 KiB in 0.001093 sec., 82342.17749313815 rows/sec., 5.15 MiB/sec. 2026.02.25 21:44:29.150646 [ 277 ] {e8f5d266-5193-40c0-b532-122d34e3aa0d} TCPHandler: Processed in 0.00127 sec. 2026.02.25 21:44:29.502692 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11946 2026.02.25 21:44:29.503177 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:29.503222 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:29.503710 [ 245 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.25 21:44:29.503947 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:29.504095 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11946 2026.02.25 21:44:30.138298 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2026.02.25 21:44:30.156951 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:30.157020 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. 2026.02.25 21:44:30.163600 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.25 21:44:30.164315 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:30.167359 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2026.02.25 21:44:32.034096 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 706 2026.02.25 21:44:32.036647 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:32.036701 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:32.037927 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.25 21:44:32.038184 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:32.038489 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 706 2026.02.25 21:44:34.151549 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:34.151717 [ 277 ] {c7cb98bb-65ea-4615-8532-70a223bdfe5c} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.25 21:44:34.151777 [ 277 ] {c7cb98bb-65ea-4615-8532-70a223bdfe5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.25 21:44:34.152403 [ 277 ] {c7cb98bb-65ea-4615-8532-70a223bdfe5c} oximeter.fields_i16 (5b8cb844-b05e-4fc3-bc08-c8de9a1883e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:34.152445 [ 277 ] {c7cb98bb-65ea-4615-8532-70a223bdfe5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:34.152847 [ 277 ] {c7cb98bb-65ea-4615-8532-70a223bdfe5c} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.25 21:44:34.153079 [ 277 ] {c7cb98bb-65ea-4615-8532-70a223bdfe5c} oximeter.fields_i16 (5b8cb844-b05e-4fc3-bc08-c8de9a1883e6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:34.153211 [ 57 ] {} oximeter.fields_i16 (5b8cb844-b05e-4fc3-bc08-c8de9a1883e6) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.02.25 21:44:34.153221 [ 277 ] {c7cb98bb-65ea-4615-8532-70a223bdfe5c} executeQuery: Read 24 rows, 2.04 KiB in 0.00155 sec., 15483.870967741936 rows/sec., 1.28 MiB/sec. 2026.02.25 21:44:34.153259 [ 57 ] {} oximeter.fields_i16 (5b8cb844-b05e-4fc3-bc08-c8de9a1883e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:34.153278 [ 277 ] {c7cb98bb-65ea-4615-8532-70a223bdfe5c} TCPHandler: Processed in 0.001848675 sec. 2026.02.25 21:44:34.153282 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:34.153403 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:34.153410 [ 194 ] {5b8cb844-b05e-4fc3-bc08-c8de9a1883e6::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2026.02.25 21:44:34.153501 [ 277 ] {b182f8a8-3785-4399-9fc2-6227317ec4f5} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.25 21:44:34.153545 [ 277 ] {b182f8a8-3785-4399-9fc2-6227317ec4f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.25 21:44:34.153558 [ 194 ] {5b8cb844-b05e-4fc3-bc08-c8de9a1883e6::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:44:34.153594 [ 194 ] {5b8cb844-b05e-4fc3-bc08-c8de9a1883e6::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 308 rows starting from the beginning of the part 2026.02.25 21:44:34.153659 [ 194 ] {5b8cb844-b05e-4fc3-bc08-c8de9a1883e6::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2026.02.25 21:44:34.153707 [ 194 ] {5b8cb844-b05e-4fc3-bc08-c8de9a1883e6::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2026.02.25 21:44:34.153747 [ 194 ] {5b8cb844-b05e-4fc3-bc08-c8de9a1883e6::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 284 rows starting from the beginning of the part 2026.02.25 21:44:34.153785 [ 194 ] {5b8cb844-b05e-4fc3-bc08-c8de9a1883e6::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 284 rows starting from the beginning of the part 2026.02.25 21:44:34.153823 [ 194 ] {5b8cb844-b05e-4fc3-bc08-c8de9a1883e6::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2026.02.25 21:44:34.153951 [ 277 ] {b182f8a8-3785-4399-9fc2-6227317ec4f5} oximeter.fields_ipaddr (9d816c18-633c-4844-8e74-bf82544c842d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:34.153990 [ 277 ] {b182f8a8-3785-4399-9fc2-6227317ec4f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:34.154327 [ 277 ] {b182f8a8-3785-4399-9fc2-6227317ec4f5} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.25 21:44:34.154547 [ 277 ] {b182f8a8-3785-4399-9fc2-6227317ec4f5} oximeter.fields_ipaddr (9d816c18-633c-4844-8e74-bf82544c842d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:34.154674 [ 277 ] {b182f8a8-3785-4399-9fc2-6227317ec4f5} executeQuery: Read 6 rows, 501.00 B in 0.001191 sec., 5037.783375314862 rows/sec., 410.80 KiB/sec. 2026.02.25 21:44:34.154710 [ 277 ] {b182f8a8-3785-4399-9fc2-6227317ec4f5} TCPHandler: Processed in 0.001357431 sec. 2026.02.25 21:44:34.154743 [ 198 ] {5b8cb844-b05e-4fc3-bc08-c8de9a1883e6::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 948 rows, containing 5 columns (5 merged, 0 gathered) in 0.001389721 sec., 682151.3095074479 rows/sec., 47.27 MiB/sec. 2026.02.25 21:44:34.154817 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:34.154886 [ 194 ] {5b8cb844-b05e-4fc3-bc08-c8de9a1883e6::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.02.25 21:44:34.154923 [ 277 ] {4daf2492-c877-4164-95a4-ee7bb6567e65} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:44:34.154966 [ 277 ] {4daf2492-c877-4164-95a4-ee7bb6567e65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:44:34.155132 [ 194 ] {5b8cb844-b05e-4fc3-bc08-c8de9a1883e6::all_1_10_2} oximeter.fields_i16 (5b8cb844-b05e-4fc3-bc08-c8de9a1883e6): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:34.155205 [ 194 ] {5b8cb844-b05e-4fc3-bc08-c8de9a1883e6::all_1_10_2} oximeter.fields_i16 (5b8cb844-b05e-4fc3-bc08-c8de9a1883e6) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.02.25 21:44:34.155276 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2026.02.25 21:44:34.155913 [ 277 ] {4daf2492-c877-4164-95a4-ee7bb6567e65} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:34.155953 [ 277 ] {4daf2492-c877-4164-95a4-ee7bb6567e65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:34.156348 [ 277 ] {4daf2492-c877-4164-95a4-ee7bb6567e65} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.25 21:44:34.156561 [ 277 ] {4daf2492-c877-4164-95a4-ee7bb6567e65} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:34.156685 [ 277 ] {4daf2492-c877-4164-95a4-ee7bb6567e65} executeQuery: Read 1329 rows, 113.62 KiB in 0.001788 sec., 743288.5906040268 rows/sec., 62.06 MiB/sec. 2026.02.25 21:44:34.156722 [ 277 ] {4daf2492-c877-4164-95a4-ee7bb6567e65} TCPHandler: Processed in 0.001952905 sec. 2026.02.25 21:44:34.156830 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:34.156934 [ 277 ] {fefe5f84-130c-44af-9409-8928f149e453} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.25 21:44:34.156973 [ 277 ] {fefe5f84-130c-44af-9409-8928f149e453} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.25 21:44:34.157348 [ 277 ] {fefe5f84-130c-44af-9409-8928f149e453} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:34.157384 [ 277 ] {fefe5f84-130c-44af-9409-8928f149e453} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:34.157680 [ 277 ] {fefe5f84-130c-44af-9409-8928f149e453} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.25 21:44:34.157896 [ 277 ] {fefe5f84-130c-44af-9409-8928f149e453} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:34.158010 [ 57 ] {} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.25 21:44:34.158019 [ 277 ] {fefe5f84-130c-44af-9409-8928f149e453} executeQuery: Read 23 rows, 1.76 KiB in 0.001104 sec., 20833.333333333336 rows/sec., 1.55 MiB/sec. 2026.02.25 21:44:34.158046 [ 57 ] {} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:34.158065 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:34.158065 [ 277 ] {fefe5f84-130c-44af-9409-8928f149e453} TCPHandler: Processed in 0.00128261 sec. 2026.02.25 21:44:34.158177 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:34.158176 [ 199 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.02.25 21:44:34.158278 [ 277 ] {45847677-986a-4228-9175-f5bf604b2a14} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.25 21:44:34.158321 [ 277 ] {45847677-986a-4228-9175-f5bf604b2a14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.25 21:44:34.158332 [ 199 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:44:34.158370 [ 199 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 215 rows starting from the beginning of the part 2026.02.25 21:44:34.158437 [ 199 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 5 rows starting from the beginning of the part 2026.02.25 21:44:34.158481 [ 199 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 180 rows starting from the beginning of the part 2026.02.25 21:44:34.158523 [ 199 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 5 rows starting from the beginning of the part 2026.02.25 21:44:34.158586 [ 199 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 178 rows starting from the beginning of the part 2026.02.25 21:44:34.158665 [ 199 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 23 rows starting from the beginning of the part 2026.02.25 21:44:34.158777 [ 277 ] {45847677-986a-4228-9175-f5bf604b2a14} oximeter.fields_u32 (908bf044-80c4-4aff-a2d0-2b9c977956ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:34.158817 [ 277 ] {45847677-986a-4228-9175-f5bf604b2a14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:34.159161 [ 277 ] {45847677-986a-4228-9175-f5bf604b2a14} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.25 21:44:34.159383 [ 277 ] {45847677-986a-4228-9175-f5bf604b2a14} oximeter.fields_u32 (908bf044-80c4-4aff-a2d0-2b9c977956ba): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:34.159515 [ 277 ] {45847677-986a-4228-9175-f5bf604b2a14} executeQuery: Read 252 rows, 17.85 KiB in 0.001256 sec., 200636.94267515925 rows/sec., 13.88 MiB/sec. 2026.02.25 21:44:34.159560 [ 277 ] {45847677-986a-4228-9175-f5bf604b2a14} TCPHandler: Processed in 0.001429991 sec. 2026.02.25 21:44:34.159638 [ 199 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 606 rows, containing 5 columns (5 merged, 0 gathered) in 0.001509452 sec., 401470.2024310809 rows/sec., 26.85 MiB/sec. 2026.02.25 21:44:34.159666 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:34.159766 [ 199 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.25 21:44:34.159766 [ 277 ] {c5a57d06-878f-42b5-92ff-c7d5a0ed0659} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.25 21:44:34.159826 [ 277 ] {c5a57d06-878f-42b5-92ff-c7d5a0ed0659} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.25 21:44:34.160006 [ 199 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_31_6} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:34.160083 [ 199 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_31_6} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.25 21:44:34.160150 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.02.25 21:44:34.160212 [ 277 ] {c5a57d06-878f-42b5-92ff-c7d5a0ed0659} oximeter.fields_u8 (0c034aba-187c-4a21-bc08-4ff6715ead94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:34.160252 [ 277 ] {c5a57d06-878f-42b5-92ff-c7d5a0ed0659} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:34.160546 [ 277 ] {c5a57d06-878f-42b5-92ff-c7d5a0ed0659} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.25 21:44:34.160745 [ 277 ] {c5a57d06-878f-42b5-92ff-c7d5a0ed0659} oximeter.fields_u8 (0c034aba-187c-4a21-bc08-4ff6715ead94): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:34.160854 [ 57 ] {} oximeter.fields_u8 (0c034aba-187c-4a21-bc08-4ff6715ead94) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.02.25 21:44:34.160867 [ 277 ] {c5a57d06-878f-42b5-92ff-c7d5a0ed0659} executeQuery: Read 12 rows, 960.00 B in 0.001119 sec., 10723.860589812333 rows/sec., 837.80 KiB/sec. 2026.02.25 21:44:34.160887 [ 57 ] {} oximeter.fields_u8 (0c034aba-187c-4a21-bc08-4ff6715ead94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:34.160906 [ 277 ] {c5a57d06-878f-42b5-92ff-c7d5a0ed0659} TCPHandler: Processed in 0.00128754 sec. 2026.02.25 21:44:34.160906 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:34.160984 [ 194 ] {0c034aba-187c-4a21-bc08-4ff6715ead94::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2026.02.25 21:44:34.161072 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:34.161074 [ 194 ] {0c034aba-187c-4a21-bc08-4ff6715ead94::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:44:34.161124 [ 194 ] {0c034aba-187c-4a21-bc08-4ff6715ead94::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 160 rows starting from the beginning of the part 2026.02.25 21:44:34.161170 [ 194 ] {0c034aba-187c-4a21-bc08-4ff6715ead94::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part 2026.02.25 21:44:34.161187 [ 277 ] {81d07c14-635a-4b2f-aa5b-a13e7241507c} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:44:34.161208 [ 194 ] {0c034aba-187c-4a21-bc08-4ff6715ead94::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part 2026.02.25 21:44:34.161231 [ 277 ] {81d07c14-635a-4b2f-aa5b-a13e7241507c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:44:34.161248 [ 194 ] {0c034aba-187c-4a21-bc08-4ff6715ead94::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 148 rows starting from the beginning of the part 2026.02.25 21:44:34.161285 [ 194 ] {0c034aba-187c-4a21-bc08-4ff6715ead94::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 148 rows starting from the beginning of the part 2026.02.25 21:44:34.161321 [ 194 ] {0c034aba-187c-4a21-bc08-4ff6715ead94::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part 2026.02.25 21:44:34.161831 [ 277 ] {81d07c14-635a-4b2f-aa5b-a13e7241507c} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:34.161871 [ 277 ] {81d07c14-635a-4b2f-aa5b-a13e7241507c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:34.162033 [ 197 ] {0c034aba-187c-4a21-bc08-4ff6715ead94::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 492 rows, containing 5 columns (5 merged, 0 gathered) in 0.001079468 sec., 455780.0694416138 rows/sec., 28.52 MiB/sec. 2026.02.25 21:44:34.162172 [ 197 ] {0c034aba-187c-4a21-bc08-4ff6715ead94::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.02.25 21:44:34.162231 [ 277 ] {81d07c14-635a-4b2f-aa5b-a13e7241507c} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.25 21:44:34.162435 [ 197 ] {0c034aba-187c-4a21-bc08-4ff6715ead94::all_1_10_2} oximeter.fields_u8 (0c034aba-187c-4a21-bc08-4ff6715ead94): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:34.162461 [ 277 ] {81d07c14-635a-4b2f-aa5b-a13e7241507c} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:34.162509 [ 197 ] {0c034aba-187c-4a21-bc08-4ff6715ead94::all_1_10_2} oximeter.fields_u8 (0c034aba-187c-4a21-bc08-4ff6715ead94) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.02.25 21:44:34.162588 [ 277 ] {81d07c14-635a-4b2f-aa5b-a13e7241507c} executeQuery: Read 567 rows, 43.55 KiB in 0.00142 sec., 399295.77464788733 rows/sec., 29.95 MiB/sec. 2026.02.25 21:44:34.162589 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.02.25 21:44:34.162626 [ 277 ] {81d07c14-635a-4b2f-aa5b-a13e7241507c} TCPHandler: Processed in 0.001602453 sec. 2026.02.25 21:44:34.162745 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:34.162837 [ 277 ] {92d12491-8727-4cbd-820f-0a444a493675} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:44:34.162879 [ 277 ] {92d12491-8727-4cbd-820f-0a444a493675} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:44:34.163433 [ 277 ] {92d12491-8727-4cbd-820f-0a444a493675} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:34.163467 [ 277 ] {92d12491-8727-4cbd-820f-0a444a493675} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:34.163834 [ 277 ] {92d12491-8727-4cbd-820f-0a444a493675} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.25 21:44:34.164035 [ 277 ] {92d12491-8727-4cbd-820f-0a444a493675} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:34.164158 [ 277 ] {92d12491-8727-4cbd-820f-0a444a493675} executeQuery: Read 883 rows, 61.37 KiB in 0.001339 sec., 659447.3487677372 rows/sec., 44.76 MiB/sec. 2026.02.25 21:44:34.164193 [ 277 ] {92d12491-8727-4cbd-820f-0a444a493675} TCPHandler: Processed in 0.001505422 sec. 2026.02.25 21:44:34.164296 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:34.164388 [ 277 ] {f337b4d8-6c97-4a67-bb08-b6003f53531b} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.25 21:44:34.164439 [ 277 ] {f337b4d8-6c97-4a67-bb08-b6003f53531b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.25 21:44:34.165161 [ 277 ] {f337b4d8-6c97-4a67-bb08-b6003f53531b} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:34.165195 [ 277 ] {f337b4d8-6c97-4a67-bb08-b6003f53531b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:34.165664 [ 277 ] {f337b4d8-6c97-4a67-bb08-b6003f53531b} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.25 21:44:34.165881 [ 277 ] {f337b4d8-6c97-4a67-bb08-b6003f53531b} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:34.166009 [ 277 ] {f337b4d8-6c97-4a67-bb08-b6003f53531b} executeQuery: Read 5 rows, 9.17 KiB in 0.001639 sec., 3050.640634533252 rows/sec., 5.47 MiB/sec. 2026.02.25 21:44:34.166059 [ 277 ] {f337b4d8-6c97-4a67-bb08-b6003f53531b} TCPHandler: Processed in 0.001809623 sec. 2026.02.25 21:44:34.166164 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:34.166255 [ 277 ] {4f2b5564-57b8-4f41-b750-f17ddece7024} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:44:34.166295 [ 277 ] {4f2b5564-57b8-4f41-b750-f17ddece7024} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:44:34.166600 [ 277 ] {4f2b5564-57b8-4f41-b750-f17ddece7024} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:34.166635 [ 277 ] {4f2b5564-57b8-4f41-b750-f17ddece7024} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:34.166934 [ 277 ] {4f2b5564-57b8-4f41-b750-f17ddece7024} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.25 21:44:34.167139 [ 277 ] {4f2b5564-57b8-4f41-b750-f17ddece7024} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:34.167270 [ 277 ] {4f2b5564-57b8-4f41-b750-f17ddece7024} executeQuery: Read 60 rows, 4.14 KiB in 0.001033 sec., 58083.252662149076 rows/sec., 3.91 MiB/sec. 2026.02.25 21:44:34.167305 [ 277 ] {4f2b5564-57b8-4f41-b750-f17ddece7024} TCPHandler: Processed in 0.001188109 sec. 2026.02.25 21:44:36.908279 [ 51 ] {} DNSResolver: Updating DNS cache 2026.02.25 21:44:36.908355 [ 51 ] {} DNSResolver: Updated DNS cache 2026.02.25 21:44:37.004336 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12458 2026.02.25 21:44:37.004844 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:37.004890 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:37.005364 [ 245 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.25 21:44:37.005618 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:37.005761 [ 51 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.25 21:44:37.005768 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12458 2026.02.25 21:44:37.005834 [ 51 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:37.005861 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:37.005962 [ 199 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.02.25 21:44:37.006083 [ 199 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:44:37.006123 [ 199 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 10026 rows starting from the beginning of the part 2026.02.25 21:44:37.006194 [ 199 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 448 rows starting from the beginning of the part 2026.02.25 21:44:37.006256 [ 199 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 512 rows starting from the beginning of the part 2026.02.25 21:44:37.006318 [ 199 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 512 rows starting from the beginning of the part 2026.02.25 21:44:37.006369 [ 199 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 448 rows starting from the beginning of the part 2026.02.25 21:44:37.006415 [ 199 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 512 rows starting from the beginning of the part 2026.02.25 21:44:37.010690 [ 197 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12458 rows, containing 4 columns (4 merged, 0 gathered) in 0.004769487 sec., 2612020.957390176 rows/sec., 37.37 MiB/sec. 2026.02.25 21:44:37.010972 [ 199 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.25 21:44:37.011235 [ 199 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_26_5} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:37.011302 [ 199 ] {eddf745b-33ec-4f73-b6f4-6a71bbd834b2::all_1_26_5} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.25 21:44:37.011371 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. 2026.02.25 21:44:37.667611 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2026.02.25 21:44:37.685238 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:37.685293 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:37.690811 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.25 21:44:37.691525 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:37.691829 [ 50 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.25 21:44:37.691901 [ 50 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:37.691925 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:37.692064 [ 188 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.02.25 21:44:37.694617 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2026.02.25 21:44:37.696200 [ 188 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:44:37.697758 [ 188 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part 2026.02.25 21:44:37.702655 [ 188 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part 2026.02.25 21:44:37.707310 [ 188 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part 2026.02.25 21:44:37.711772 [ 188 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part 2026.02.25 21:44:37.716109 [ 188 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part 2026.02.25 21:44:37.720439 [ 188 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part 2026.02.25 21:44:37.773938 [ 197 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.081934862 sec., 2392.1441400609183 rows/sec., 12.37 MiB/sec. 2026.02.25 21:44:37.775833 [ 200 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.25 21:44:37.777790 [ 200 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_26_5} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:37.777888 [ 200 ] {94d4341e-afc0-4251-b436-55216f0f9a40::all_1_26_5} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.25 21:44:37.779598 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. 2026.02.25 21:44:38.000246 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 258.29 MiB, peak 268.83 MiB, free memory in arenas 0.00 B, will set to 263.32 MiB (RSS), difference: 5.03 MiB 2026.02.25 21:44:39.123851 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:39.124026 [ 277 ] {2ff96558-edd1-4d38-982f-0cdecd9919de} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:44:39.124091 [ 277 ] {2ff96558-edd1-4d38-982f-0cdecd9919de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:44:39.124761 [ 277 ] {2ff96558-edd1-4d38-982f-0cdecd9919de} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:39.124811 [ 277 ] {2ff96558-edd1-4d38-982f-0cdecd9919de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:39.125218 [ 277 ] {2ff96558-edd1-4d38-982f-0cdecd9919de} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.25 21:44:39.125455 [ 277 ] {2ff96558-edd1-4d38-982f-0cdecd9919de} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:39.125619 [ 277 ] {2ff96558-edd1-4d38-982f-0cdecd9919de} executeQuery: Read 128 rows, 11.31 KiB in 0.001638 sec., 78144.07814407814 rows/sec., 6.74 MiB/sec. 2026.02.25 21:44:39.125646 [ 48 ] {} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.25 21:44:39.125670 [ 277 ] {2ff96558-edd1-4d38-982f-0cdecd9919de} TCPHandler: Processed in 0.001941645 sec. 2026.02.25 21:44:39.125720 [ 48 ] {} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:39.125752 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:39.125823 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:39.125864 [ 196 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.02.25 21:44:39.125929 [ 277 ] {c6a2d5c4-f94a-485a-958b-954f7158af88} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.25 21:44:39.125978 [ 277 ] {c6a2d5c4-f94a-485a-958b-954f7158af88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.25 21:44:39.125988 [ 196 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:44:39.126031 [ 196 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2150 rows starting from the beginning of the part 2026.02.25 21:44:39.126105 [ 196 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 870 rows starting from the beginning of the part 2026.02.25 21:44:39.126158 [ 196 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 66 rows starting from the beginning of the part 2026.02.25 21:44:39.126208 [ 196 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 869 rows starting from the beginning of the part 2026.02.25 21:44:39.126253 [ 196 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1329 rows starting from the beginning of the part 2026.02.25 21:44:39.126301 [ 196 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 128 rows starting from the beginning of the part 2026.02.25 21:44:39.126419 [ 277 ] {c6a2d5c4-f94a-485a-958b-954f7158af88} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:39.126462 [ 277 ] {c6a2d5c4-f94a-485a-958b-954f7158af88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:39.126832 [ 277 ] {c6a2d5c4-f94a-485a-958b-954f7158af88} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.25 21:44:39.127062 [ 277 ] {c6a2d5c4-f94a-485a-958b-954f7158af88} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:39.127202 [ 277 ] {c6a2d5c4-f94a-485a-958b-954f7158af88} executeQuery: Read 36 rows, 2.71 KiB in 0.001296 sec., 27777.777777777777 rows/sec., 2.04 MiB/sec. 2026.02.25 21:44:39.127242 [ 277 ] {c6a2d5c4-f94a-485a-958b-954f7158af88} TCPHandler: Processed in 0.001472652 sec. 2026.02.25 21:44:39.127355 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:39.127451 [ 277 ] {87d0be20-fd28-4b90-94bd-18246d54c64c} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:44:39.127491 [ 277 ] {87d0be20-fd28-4b90-94bd-18246d54c64c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:44:39.127934 [ 277 ] {87d0be20-fd28-4b90-94bd-18246d54c64c} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:39.127971 [ 277 ] {87d0be20-fd28-4b90-94bd-18246d54c64c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:39.128278 [ 277 ] {87d0be20-fd28-4b90-94bd-18246d54c64c} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.25 21:44:39.128318 [ 200 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 5412 rows, containing 5 columns (5 merged, 0 gathered) in 0.002501179 sec., 2163779.5615587686 rows/sec., 185.32 MiB/sec. 2026.02.25 21:44:39.128510 [ 277 ] {87d0be20-fd28-4b90-94bd-18246d54c64c} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:39.128626 [ 196 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.25 21:44:39.128627 [ 48 ] {} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.25 21:44:39.128650 [ 277 ] {87d0be20-fd28-4b90-94bd-18246d54c64c} executeQuery: Read 100 rows, 8.00 KiB in 0.001218 sec., 82101.80623973729 rows/sec., 6.41 MiB/sec. 2026.02.25 21:44:39.128681 [ 48 ] {} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:39.128704 [ 277 ] {87d0be20-fd28-4b90-94bd-18246d54c64c} TCPHandler: Processed in 0.001398591 sec. 2026.02.25 21:44:39.128710 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:39.128817 [ 197 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.02.25 21:44:39.128827 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:39.128890 [ 196 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_36_7} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:39.128954 [ 197 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:44:39.128972 [ 196 ] {61e79e35-dcef-4ea3-be18-7571ce5840bb::all_1_36_7} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.25 21:44:39.128972 [ 277 ] {f404f17b-1f2b-4ad8-9cd4-469030dd15b1} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:44:39.128993 [ 197 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1061 rows starting from the beginning of the part 2026.02.25 21:44:39.129035 [ 277 ] {f404f17b-1f2b-4ad8-9cd4-469030dd15b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:44:39.129049 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. 2026.02.25 21:44:39.129067 [ 197 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 528 rows starting from the beginning of the part 2026.02.25 21:44:39.129130 [ 197 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 69 rows starting from the beginning of the part 2026.02.25 21:44:39.129179 [ 197 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 526 rows starting from the beginning of the part 2026.02.25 21:44:39.129222 [ 197 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 567 rows starting from the beginning of the part 2026.02.25 21:44:39.129266 [ 197 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 100 rows starting from the beginning of the part 2026.02.25 21:44:39.129473 [ 277 ] {f404f17b-1f2b-4ad8-9cd4-469030dd15b1} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:39.129509 [ 277 ] {f404f17b-1f2b-4ad8-9cd4-469030dd15b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:39.129860 [ 277 ] {f404f17b-1f2b-4ad8-9cd4-469030dd15b1} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.25 21:44:39.130088 [ 277 ] {f404f17b-1f2b-4ad8-9cd4-469030dd15b1} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:39.130219 [ 277 ] {f404f17b-1f2b-4ad8-9cd4-469030dd15b1} executeQuery: Read 160 rows, 11.41 KiB in 0.001266 sec., 126382.30647709321 rows/sec., 8.80 MiB/sec. 2026.02.25 21:44:39.130229 [ 48 ] {} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.25 21:44:39.130260 [ 277 ] {f404f17b-1f2b-4ad8-9cd4-469030dd15b1} TCPHandler: Processed in 0.001482601 sec. 2026.02.25 21:44:39.130270 [ 48 ] {} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:39.130297 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:39.130368 [ 192 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.02.25 21:44:39.130374 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:39.130470 [ 192 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:44:39.130486 [ 277 ] {a7eadc1b-796a-44f2-8e02-6e302072af5d} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.25 21:44:39.130501 [ 196 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2851 rows, containing 5 columns (5 merged, 0 gathered) in 0.001731374 sec., 1646669.061681647 rows/sec., 126.11 MiB/sec. 2026.02.25 21:44:39.130504 [ 192 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9563 rows starting from the beginning of the part 2026.02.25 21:44:39.130545 [ 277 ] {a7eadc1b-796a-44f2-8e02-6e302072af5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.25 21:44:39.130586 [ 192 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 266 rows starting from the beginning of the part 2026.02.25 21:44:39.130640 [ 192 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part 2026.02.25 21:44:39.130675 [ 189 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.25 21:44:39.130685 [ 192 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 265 rows starting from the beginning of the part 2026.02.25 21:44:39.130737 [ 192 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 883 rows starting from the beginning of the part 2026.02.25 21:44:39.130781 [ 192 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part 2026.02.25 21:44:39.130967 [ 189 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_36_7} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:39.131045 [ 189 ] {52245a17-8218-42bc-9843-a8dd5c4cdc61::all_1_36_7} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.25 21:44:39.131111 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.02.25 21:44:39.131394 [ 277 ] {a7eadc1b-796a-44f2-8e02-6e302072af5d} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:39.131431 [ 277 ] {a7eadc1b-796a-44f2-8e02-6e302072af5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:39.132037 [ 277 ] {a7eadc1b-796a-44f2-8e02-6e302072af5d} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.25 21:44:39.132277 [ 277 ] {a7eadc1b-796a-44f2-8e02-6e302072af5d} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:39.132426 [ 277 ] {a7eadc1b-796a-44f2-8e02-6e302072af5d} executeQuery: Read 36 rows, 66.06 KiB in 0.001958 sec., 18386.108273748723 rows/sec., 32.95 MiB/sec. 2026.02.25 21:44:39.132432 [ 47 ] {} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.25 21:44:39.132495 [ 277 ] {a7eadc1b-796a-44f2-8e02-6e302072af5d} TCPHandler: Processed in 0.002170636 sec. 2026.02.25 21:44:39.132501 [ 47 ] {} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:39.132535 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:39.132614 [ 189 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.02.25 21:44:39.132617 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:39.132726 [ 277 ] {7a166253-b984-4a0d-b31f-e38ea5465a40} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:44:39.132769 [ 277 ] {7a166253-b984-4a0d-b31f-e38ea5465a40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:44:39.132802 [ 189 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:44:39.132855 [ 189 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 486 rows starting from the beginning of the part 2026.02.25 21:44:39.132979 [ 189 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 36 rows starting from the beginning of the part 2026.02.25 21:44:39.133089 [ 189 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 5 rows starting from the beginning of the part 2026.02.25 21:44:39.133098 [ 277 ] {7a166253-b984-4a0d-b31f-e38ea5465a40} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:39.133134 [ 277 ] {7a166253-b984-4a0d-b31f-e38ea5465a40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:39.133197 [ 189 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 36 rows starting from the beginning of the part 2026.02.25 21:44:39.133303 [ 189 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 5 rows starting from the beginning of the part 2026.02.25 21:44:39.133410 [ 189 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 36 rows starting from the beginning of the part 2026.02.25 21:44:39.133480 [ 277 ] {7a166253-b984-4a0d-b31f-e38ea5465a40} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.25 21:44:39.133700 [ 277 ] {7a166253-b984-4a0d-b31f-e38ea5465a40} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:39.133825 [ 47 ] {} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.25 21:44:39.133833 [ 277 ] {7a166253-b984-4a0d-b31f-e38ea5465a40} executeQuery: Read 60 rows, 4.14 KiB in 0.001125 sec., 53333.333333333336 rows/sec., 3.59 MiB/sec. 2026.02.25 21:44:39.133869 [ 47 ] {} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:39.133889 [ 277 ] {7a166253-b984-4a0d-b31f-e38ea5465a40} TCPHandler: Processed in 0.00132208 sec. 2026.02.25 21:44:39.133894 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:39.133979 [ 196 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.02.25 21:44:39.134065 [ 196 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:44:39.134090 [ 196 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1860 rows starting from the beginning of the part 2026.02.25 21:44:39.134135 [ 196 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 90 rows starting from the beginning of the part 2026.02.25 21:44:39.134171 [ 196 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part 2026.02.25 21:44:39.134206 [ 196 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 90 rows starting from the beginning of the part 2026.02.25 21:44:39.134240 [ 196 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part 2026.02.25 21:44:39.134272 [ 196 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part 2026.02.25 21:44:39.134926 [ 191 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 11297 rows, containing 5 columns (5 merged, 0 gathered) in 0.004587526 sec., 2462547.351230271 rows/sec., 168.51 MiB/sec. 2026.02.25 21:44:39.135307 [ 202 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.25 21:44:39.135331 [ 195 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2220 rows, containing 4 columns (4 merged, 0 gathered) in 0.001382251 sec., 1606075.8863621731 rows/sec., 106.98 MiB/sec. 2026.02.25 21:44:39.135608 [ 196 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.25 21:44:39.135663 [ 202 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_36_7} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:39.135763 [ 202 ] {44800d0a-50d1-4eee-80f8-e97a6d98c89c::all_1_36_7} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.25 21:44:39.135866 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB. 2026.02.25 21:44:39.135898 [ 196 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_36_7} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:39.135968 [ 196 ] {bd56847a-49cd-4366-951c-d24f90a7cd90::all_1_36_7} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.25 21:44:39.136026 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2026.02.25 21:44:39.151490 [ 187 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 604 rows, containing 19 columns (19 merged, 0 gathered) in 0.018905266 sec., 31948.77025269044 rows/sec., 57.25 MiB/sec. 2026.02.25 21:44:39.152646 [ 196 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.25 21:44:39.152981 [ 196 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_31_6} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:39.153060 [ 196 ] {3a027887-da97-4943-93d3-116f757a64b8::all_1_31_6} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.25 21:44:39.153206 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. 2026.02.25 21:44:40.000213 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 263.92 MiB, peak 275.59 MiB, free memory in arenas 0.00 B, will set to 267.33 MiB (RSS), difference: 3.41 MiB 2026.02.25 21:44:41.729672 [ 43 ] {} oximeter.measurements_f64 (760b9128-f55b-4821-acd8-e74f0010e1c7) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.02.25 21:44:41.729816 [ 43 ] {} oximeter.measurements_f64 (760b9128-f55b-4821-acd8-e74f0010e1c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:41.729864 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:41.730046 [ 187 ] {760b9128-f55b-4821-acd8-e74f0010e1c7::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.02.25 21:44:41.730248 [ 187 ] {760b9128-f55b-4821-acd8-e74f0010e1c7::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:44:41.730308 [ 187 ] {760b9128-f55b-4821-acd8-e74f0010e1c7::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2026.02.25 21:44:41.730409 [ 187 ] {760b9128-f55b-4821-acd8-e74f0010e1c7::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2026.02.25 21:44:41.730483 [ 187 ] {760b9128-f55b-4821-acd8-e74f0010e1c7::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2026.02.25 21:44:41.730550 [ 187 ] {760b9128-f55b-4821-acd8-e74f0010e1c7::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2026.02.25 21:44:41.730615 [ 187 ] {760b9128-f55b-4821-acd8-e74f0010e1c7::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2026.02.25 21:44:41.731428 [ 196 ] {760b9128-f55b-4821-acd8-e74f0010e1c7::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.001458791 sec., 3427.4957824664393 rows/sec., 228.28 KiB/sec. 2026.02.25 21:44:41.731608 [ 195 ] {760b9128-f55b-4821-acd8-e74f0010e1c7::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.02.25 21:44:41.731932 [ 195 ] {760b9128-f55b-4821-acd8-e74f0010e1c7::all_1_5_1} oximeter.measurements_f64 (760b9128-f55b-4821-acd8-e74f0010e1c7): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:41.732012 [ 195 ] {760b9128-f55b-4821-acd8-e74f0010e1c7::all_1_5_1} oximeter.measurements_f64 (760b9128-f55b-4821-acd8-e74f0010e1c7) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.02.25 21:44:41.732086 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.02.25 21:44:42.038945 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 738 2026.02.25 21:44:42.041338 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:42.041378 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:42.042537 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.25 21:44:42.042798 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:42.043057 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 738 2026.02.25 21:44:44.122948 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:44.123120 [ 277 ] {9fa0c592-3040-438f-9276-8b6b3d7c5570} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:44:44.123184 [ 277 ] {9fa0c592-3040-438f-9276-8b6b3d7c5570} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:44:44.123846 [ 277 ] {9fa0c592-3040-438f-9276-8b6b3d7c5570} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:44.123898 [ 277 ] {9fa0c592-3040-438f-9276-8b6b3d7c5570} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:44.124408 [ 277 ] {9fa0c592-3040-438f-9276-8b6b3d7c5570} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.25 21:44:44.124709 [ 277 ] {9fa0c592-3040-438f-9276-8b6b3d7c5570} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:44.124870 [ 277 ] {9fa0c592-3040-438f-9276-8b6b3d7c5570} executeQuery: Read 66 rows, 5.38 KiB in 0.001797 sec., 36727.87979966611 rows/sec., 2.92 MiB/sec. 2026.02.25 21:44:44.124914 [ 277 ] {9fa0c592-3040-438f-9276-8b6b3d7c5570} TCPHandler: Processed in 0.002091016 sec. 2026.02.25 21:44:44.125035 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:44.125131 [ 277 ] {3943ea61-739c-4dd2-8da4-764ca79e228f} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.25 21:44:44.125172 [ 277 ] {3943ea61-739c-4dd2-8da4-764ca79e228f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.25 21:44:44.125552 [ 277 ] {3943ea61-739c-4dd2-8da4-764ca79e228f} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:44.125586 [ 277 ] {3943ea61-739c-4dd2-8da4-764ca79e228f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:44.125879 [ 277 ] {3943ea61-739c-4dd2-8da4-764ca79e228f} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.25 21:44:44.126091 [ 277 ] {3943ea61-739c-4dd2-8da4-764ca79e228f} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:44.126216 [ 277 ] {3943ea61-739c-4dd2-8da4-764ca79e228f} executeQuery: Read 5 rows, 385.00 B in 0.001103 sec., 4533.091568449682 rows/sec., 340.87 KiB/sec. 2026.02.25 21:44:44.126254 [ 277 ] {3943ea61-739c-4dd2-8da4-764ca79e228f} TCPHandler: Processed in 0.001269279 sec. 2026.02.25 21:44:44.126361 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:44.126456 [ 277 ] {97348896-8ff3-4fb0-be0e-b188cda5d4c2} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:44:44.126496 [ 277 ] {97348896-8ff3-4fb0-be0e-b188cda5d4c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:44:44.126908 [ 277 ] {97348896-8ff3-4fb0-be0e-b188cda5d4c2} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:44.126944 [ 277 ] {97348896-8ff3-4fb0-be0e-b188cda5d4c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:44.127248 [ 277 ] {97348896-8ff3-4fb0-be0e-b188cda5d4c2} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.25 21:44:44.127456 [ 277 ] {97348896-8ff3-4fb0-be0e-b188cda5d4c2} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:44.127581 [ 277 ] {97348896-8ff3-4fb0-be0e-b188cda5d4c2} executeQuery: Read 69 rows, 5.52 KiB in 0.001142 sec., 60420.31523642732 rows/sec., 4.72 MiB/sec. 2026.02.25 21:44:44.127618 [ 277 ] {97348896-8ff3-4fb0-be0e-b188cda5d4c2} TCPHandler: Processed in 0.00130543 sec. 2026.02.25 21:44:44.127725 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:44.127820 [ 277 ] {651fd12a-2af2-49a1-8ea5-d16faeeb13b1} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:44:44.127862 [ 277 ] {651fd12a-2af2-49a1-8ea5-d16faeeb13b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:44:44.128246 [ 277 ] {651fd12a-2af2-49a1-8ea5-d16faeeb13b1} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:44.128280 [ 277 ] {651fd12a-2af2-49a1-8ea5-d16faeeb13b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:44.128612 [ 277 ] {651fd12a-2af2-49a1-8ea5-d16faeeb13b1} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.25 21:44:44.128819 [ 277 ] {651fd12a-2af2-49a1-8ea5-d16faeeb13b1} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:44.128943 [ 277 ] {651fd12a-2af2-49a1-8ea5-d16faeeb13b1} executeQuery: Read 160 rows, 11.41 KiB in 0.001142 sec., 140105.07880910684 rows/sec., 9.76 MiB/sec. 2026.02.25 21:44:44.128979 [ 277 ] {651fd12a-2af2-49a1-8ea5-d16faeeb13b1} TCPHandler: Processed in 0.001303781 sec. 2026.02.25 21:44:44.129084 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:44.129177 [ 277 ] {82cf1dc0-fcf1-42e6-9807-5438379678b9} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.25 21:44:44.129231 [ 277 ] {82cf1dc0-fcf1-42e6-9807-5438379678b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.25 21:44:44.130032 [ 277 ] {82cf1dc0-fcf1-42e6-9807-5438379678b9} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:44.130068 [ 277 ] {82cf1dc0-fcf1-42e6-9807-5438379678b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:44.130559 [ 277 ] {82cf1dc0-fcf1-42e6-9807-5438379678b9} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.25 21:44:44.130798 [ 277 ] {82cf1dc0-fcf1-42e6-9807-5438379678b9} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:44.130936 [ 277 ] {82cf1dc0-fcf1-42e6-9807-5438379678b9} executeQuery: Read 5 rows, 9.17 KiB in 0.001776 sec., 2815.3153153153153 rows/sec., 5.04 MiB/sec. 2026.02.25 21:44:44.130999 [ 277 ] {82cf1dc0-fcf1-42e6-9807-5438379678b9} TCPHandler: Processed in 0.001964165 sec. 2026.02.25 21:44:44.131118 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:44.131213 [ 277 ] {36500b93-d093-475b-b3f9-15f8a78b0afa} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:44:44.131255 [ 277 ] {36500b93-d093-475b-b3f9-15f8a78b0afa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:44:44.131574 [ 277 ] {36500b93-d093-475b-b3f9-15f8a78b0afa} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:44.131609 [ 277 ] {36500b93-d093-475b-b3f9-15f8a78b0afa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:44.131914 [ 277 ] {36500b93-d093-475b-b3f9-15f8a78b0afa} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.25 21:44:44.132132 [ 277 ] {36500b93-d093-475b-b3f9-15f8a78b0afa} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:44.132260 [ 277 ] {36500b93-d093-475b-b3f9-15f8a78b0afa} executeQuery: Read 60 rows, 4.14 KiB in 0.001065 sec., 56338.028169014084 rows/sec., 3.80 MiB/sec. 2026.02.25 21:44:44.132295 [ 277 ] {36500b93-d093-475b-b3f9-15f8a78b0afa} TCPHandler: Processed in 0.001227849 sec. 2026.02.25 21:44:44.506036 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12906 2026.02.25 21:44:44.506525 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:44.506574 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:44.507079 [ 245 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.25 21:44:44.507311 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:44.507457 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12906 2026.02.25 21:44:45.194834 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2026.02.25 21:44:45.211020 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:45.211083 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:45.217155 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.25 21:44:45.217853 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:45.220781 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2026.02.25 21:44:45.287577 [ 40 ] {} oximeter.fields_ipaddr (9d816c18-633c-4844-8e74-bf82544c842d) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.02.25 21:44:45.287645 [ 40 ] {} oximeter.fields_ipaddr (9d816c18-633c-4844-8e74-bf82544c842d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:45.287665 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:45.287770 [ 196 ] {9d816c18-633c-4844-8e74-bf82544c842d::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.02.25 21:44:45.287905 [ 196 ] {9d816c18-633c-4844-8e74-bf82544c842d::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:44:45.287945 [ 196 ] {9d816c18-633c-4844-8e74-bf82544c842d::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 20 rows starting from the beginning of the part 2026.02.25 21:44:45.288022 [ 196 ] {9d816c18-633c-4844-8e74-bf82544c842d::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2026.02.25 21:44:45.288075 [ 196 ] {9d816c18-633c-4844-8e74-bf82544c842d::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part 2026.02.25 21:44:45.288126 [ 196 ] {9d816c18-633c-4844-8e74-bf82544c842d::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part 2026.02.25 21:44:45.288173 [ 196 ] {9d816c18-633c-4844-8e74-bf82544c842d::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2026.02.25 21:44:45.288995 [ 195 ] {9d816c18-633c-4844-8e74-bf82544c842d::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 44 rows, containing 5 columns (5 merged, 0 gathered) in 0.00126884 sec., 34677.34308502254 rows/sec., 2.89 MiB/sec. 2026.02.25 21:44:45.289193 [ 202 ] {9d816c18-633c-4844-8e74-bf82544c842d::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.02.25 21:44:45.289508 [ 202 ] {9d816c18-633c-4844-8e74-bf82544c842d::all_1_9_2} oximeter.fields_ipaddr (9d816c18-633c-4844-8e74-bf82544c842d): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:45.289588 [ 202 ] {9d816c18-633c-4844-8e74-bf82544c842d::all_1_9_2} oximeter.fields_ipaddr (9d816c18-633c-4844-8e74-bf82544c842d) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.02.25 21:44:45.289681 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.25 21:44:49.125671 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:49.125885 [ 277 ] {243715a3-df5d-44e9-b05c-a30ef5a323ed} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.25 21:44:49.125956 [ 277 ] {243715a3-df5d-44e9-b05c-a30ef5a323ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.25 21:44:49.126648 [ 277 ] {243715a3-df5d-44e9-b05c-a30ef5a323ed} oximeter.fields_ipaddr (9d816c18-633c-4844-8e74-bf82544c842d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:49.126695 [ 277 ] {243715a3-df5d-44e9-b05c-a30ef5a323ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:49.127066 [ 277 ] {243715a3-df5d-44e9-b05c-a30ef5a323ed} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.25 21:44:49.127291 [ 277 ] {243715a3-df5d-44e9-b05c-a30ef5a323ed} oximeter.fields_ipaddr (9d816c18-633c-4844-8e74-bf82544c842d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:49.127440 [ 277 ] {243715a3-df5d-44e9-b05c-a30ef5a323ed} executeQuery: Read 10 rows, 835.00 B in 0.001607 sec., 6222.7753578095835 rows/sec., 507.42 KiB/sec. 2026.02.25 21:44:49.127481 [ 277 ] {243715a3-df5d-44e9-b05c-a30ef5a323ed} TCPHandler: Processed in 0.001944485 sec. 2026.02.25 21:44:49.127613 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:49.127707 [ 277 ] {79946ccb-29f2-4ce0-8b7f-54cc9f958548} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:44:49.127746 [ 277 ] {79946ccb-29f2-4ce0-8b7f-54cc9f958548} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:44:49.128272 [ 277 ] {79946ccb-29f2-4ce0-8b7f-54cc9f958548} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:49.128308 [ 277 ] {79946ccb-29f2-4ce0-8b7f-54cc9f958548} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:49.128619 [ 277 ] {79946ccb-29f2-4ce0-8b7f-54cc9f958548} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.25 21:44:49.128823 [ 277 ] {79946ccb-29f2-4ce0-8b7f-54cc9f958548} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:49.128954 [ 277 ] {79946ccb-29f2-4ce0-8b7f-54cc9f958548} executeQuery: Read 133 rows, 11.68 KiB in 0.001265 sec., 105138.33992094861 rows/sec., 9.02 MiB/sec. 2026.02.25 21:44:49.128992 [ 277 ] {79946ccb-29f2-4ce0-8b7f-54cc9f958548} TCPHandler: Processed in 0.001434182 sec. 2026.02.25 21:44:49.129104 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:49.129197 [ 277 ] {66e74cfb-826a-4109-8d8b-aee810fd74b3} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.25 21:44:49.129237 [ 277 ] {66e74cfb-826a-4109-8d8b-aee810fd74b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.25 21:44:49.129642 [ 277 ] {66e74cfb-826a-4109-8d8b-aee810fd74b3} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:49.129678 [ 277 ] {66e74cfb-826a-4109-8d8b-aee810fd74b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:49.129974 [ 277 ] {66e74cfb-826a-4109-8d8b-aee810fd74b3} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.25 21:44:49.130172 [ 277 ] {66e74cfb-826a-4109-8d8b-aee810fd74b3} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:49.130295 [ 277 ] {66e74cfb-826a-4109-8d8b-aee810fd74b3} executeQuery: Read 46 rows, 3.41 KiB in 0.001116 sec., 41218.637992831544 rows/sec., 2.98 MiB/sec. 2026.02.25 21:44:49.130332 [ 277 ] {66e74cfb-826a-4109-8d8b-aee810fd74b3} TCPHandler: Processed in 0.00127615 sec. 2026.02.25 21:44:49.130439 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:49.130546 [ 277 ] {7390fd65-8ef9-40b8-8a71-dfce21470980} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:44:49.130586 [ 277 ] {7390fd65-8ef9-40b8-8a71-dfce21470980} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:44:49.131089 [ 277 ] {7390fd65-8ef9-40b8-8a71-dfce21470980} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:49.131129 [ 277 ] {7390fd65-8ef9-40b8-8a71-dfce21470980} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:49.131444 [ 277 ] {7390fd65-8ef9-40b8-8a71-dfce21470980} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.25 21:44:49.131645 [ 277 ] {7390fd65-8ef9-40b8-8a71-dfce21470980} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:49.131774 [ 277 ] {7390fd65-8ef9-40b8-8a71-dfce21470980} executeQuery: Read 110 rows, 8.81 KiB in 0.001246 sec., 88282.50401284109 rows/sec., 6.91 MiB/sec. 2026.02.25 21:44:49.131812 [ 277 ] {7390fd65-8ef9-40b8-8a71-dfce21470980} TCPHandler: Processed in 0.001421461 sec. 2026.02.25 21:44:49.131921 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:49.132015 [ 277 ] {3baaacc4-9cab-49f3-a863-4ab0087f56d0} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:44:49.132058 [ 277 ] {3baaacc4-9cab-49f3-a863-4ab0087f56d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:44:49.132500 [ 277 ] {3baaacc4-9cab-49f3-a863-4ab0087f56d0} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:49.132536 [ 277 ] {3baaacc4-9cab-49f3-a863-4ab0087f56d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:49.132861 [ 277 ] {3baaacc4-9cab-49f3-a863-4ab0087f56d0} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.25 21:44:49.133072 [ 277 ] {3baaacc4-9cab-49f3-a863-4ab0087f56d0} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:49.133204 [ 277 ] {3baaacc4-9cab-49f3-a863-4ab0087f56d0} executeQuery: Read 165 rows, 11.76 KiB in 0.001208 sec., 136589.40397350994 rows/sec., 9.51 MiB/sec. 2026.02.25 21:44:49.133242 [ 277 ] {3baaacc4-9cab-49f3-a863-4ab0087f56d0} TCPHandler: Processed in 0.00136914 sec. 2026.02.25 21:44:49.133348 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:49.133443 [ 277 ] {62c0a4a8-e93a-4d3e-ad1a-19d869668b3e} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.25 21:44:49.133495 [ 277 ] {62c0a4a8-e93a-4d3e-ad1a-19d869668b3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.25 21:44:49.134322 [ 277 ] {62c0a4a8-e93a-4d3e-ad1a-19d869668b3e} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:49.134358 [ 277 ] {62c0a4a8-e93a-4d3e-ad1a-19d869668b3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:49.134903 [ 277 ] {62c0a4a8-e93a-4d3e-ad1a-19d869668b3e} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.25 21:44:49.135118 [ 277 ] {62c0a4a8-e93a-4d3e-ad1a-19d869668b3e} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:49.135298 [ 277 ] {62c0a4a8-e93a-4d3e-ad1a-19d869668b3e} executeQuery: Read 36 rows, 66.06 KiB in 0.001871 sec., 19241.047568145375 rows/sec., 34.48 MiB/sec. 2026.02.25 21:44:49.135371 [ 277 ] {62c0a4a8-e93a-4d3e-ad1a-19d869668b3e} TCPHandler: Processed in 0.002070956 sec. 2026.02.25 21:44:49.135501 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:49.135615 [ 277 ] {65b764c5-cfb2-4bc0-8362-cf0c4535e341} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:44:49.135666 [ 277 ] {65b764c5-cfb2-4bc0-8362-cf0c4535e341} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:44:49.136042 [ 277 ] {65b764c5-cfb2-4bc0-8362-cf0c4535e341} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:49.136079 [ 277 ] {65b764c5-cfb2-4bc0-8362-cf0c4535e341} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:49.136407 [ 277 ] {65b764c5-cfb2-4bc0-8362-cf0c4535e341} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.25 21:44:49.136621 [ 277 ] {65b764c5-cfb2-4bc0-8362-cf0c4535e341} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:49.136757 [ 277 ] {65b764c5-cfb2-4bc0-8362-cf0c4535e341} executeQuery: Read 60 rows, 4.14 KiB in 0.001166 sec., 51457.975986277874 rows/sec., 3.47 MiB/sec. 2026.02.25 21:44:49.136793 [ 277 ] {65b764c5-cfb2-4bc0-8362-cf0c4535e341} TCPHandler: Processed in 0.001352341 sec. 2026.02.25 21:44:51.908436 [ 32 ] {} DNSResolver: Updating DNS cache 2026.02.25 21:44:51.908534 [ 32 ] {} DNSResolver: Updated DNS cache 2026.02.25 21:44:52.007746 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13418 2026.02.25 21:44:52.008281 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:52.008317 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:52.008794 [ 245 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.25 21:44:52.009017 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:52.009152 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13418 2026.02.25 21:44:52.043504 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 764 2026.02.25 21:44:52.045734 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:52.045773 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:52.046947 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.25 21:44:52.047220 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:52.047480 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 764 2026.02.25 21:44:52.721063 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2026.02.25 21:44:52.737481 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:52.737549 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:52.743577 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.25 21:44:52.744268 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:52.747093 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2026.02.25 21:44:54.123073 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:54.123248 [ 277 ] {0382c317-9ba1-4f87-91ad-231fa0c06edd} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:44:54.123319 [ 277 ] {0382c317-9ba1-4f87-91ad-231fa0c06edd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:44:54.123998 [ 277 ] {0382c317-9ba1-4f87-91ad-231fa0c06edd} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:54.124053 [ 277 ] {0382c317-9ba1-4f87-91ad-231fa0c06edd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:54.124459 [ 277 ] {0382c317-9ba1-4f87-91ad-231fa0c06edd} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.25 21:44:54.124676 [ 277 ] {0382c317-9ba1-4f87-91ad-231fa0c06edd} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:54.124832 [ 277 ] {0382c317-9ba1-4f87-91ad-231fa0c06edd} executeQuery: Read 66 rows, 5.38 KiB in 0.001637 sec., 40317.65424557117 rows/sec., 3.21 MiB/sec. 2026.02.25 21:44:54.124883 [ 277 ] {0382c317-9ba1-4f87-91ad-231fa0c06edd} TCPHandler: Processed in 0.001929995 sec. 2026.02.25 21:44:54.124997 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:54.125097 [ 277 ] {9d9e37cc-287a-46e7-aae5-27dbeb51f67c} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.25 21:44:54.125138 [ 277 ] {9d9e37cc-287a-46e7-aae5-27dbeb51f67c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.25 21:44:54.125532 [ 277 ] {9d9e37cc-287a-46e7-aae5-27dbeb51f67c} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:54.125569 [ 277 ] {9d9e37cc-287a-46e7-aae5-27dbeb51f67c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:54.125858 [ 277 ] {9d9e37cc-287a-46e7-aae5-27dbeb51f67c} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.25 21:44:54.126060 [ 277 ] {9d9e37cc-287a-46e7-aae5-27dbeb51f67c} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:54.126191 [ 277 ] {9d9e37cc-287a-46e7-aae5-27dbeb51f67c} executeQuery: Read 5 rows, 385.00 B in 0.001117 sec., 4476.2757385854975 rows/sec., 336.59 KiB/sec. 2026.02.25 21:44:54.126230 [ 277 ] {9d9e37cc-287a-46e7-aae5-27dbeb51f67c} TCPHandler: Processed in 0.0012832 sec. 2026.02.25 21:44:54.126335 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:54.126430 [ 277 ] {dcebb5f3-b35a-4171-a17c-931ea29be668} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:44:54.126470 [ 277 ] {dcebb5f3-b35a-4171-a17c-931ea29be668} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:44:54.126878 [ 277 ] {dcebb5f3-b35a-4171-a17c-931ea29be668} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:54.126914 [ 277 ] {dcebb5f3-b35a-4171-a17c-931ea29be668} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:54.127208 [ 277 ] {dcebb5f3-b35a-4171-a17c-931ea29be668} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.25 21:44:54.127440 [ 277 ] {dcebb5f3-b35a-4171-a17c-931ea29be668} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:54.127572 [ 277 ] {dcebb5f3-b35a-4171-a17c-931ea29be668} executeQuery: Read 69 rows, 5.52 KiB in 0.001161 sec., 59431.52454780362 rows/sec., 4.64 MiB/sec. 2026.02.25 21:44:54.127609 [ 277 ] {dcebb5f3-b35a-4171-a17c-931ea29be668} TCPHandler: Processed in 0.001321831 sec. 2026.02.25 21:44:54.127715 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:54.127808 [ 277 ] {37df5164-5b64-468b-94b1-645d22d1954b} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:44:54.127849 [ 277 ] {37df5164-5b64-468b-94b1-645d22d1954b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:44:54.128236 [ 277 ] {37df5164-5b64-468b-94b1-645d22d1954b} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:54.128270 [ 277 ] {37df5164-5b64-468b-94b1-645d22d1954b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:54.128587 [ 277 ] {37df5164-5b64-468b-94b1-645d22d1954b} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.25 21:44:54.128785 [ 277 ] {37df5164-5b64-468b-94b1-645d22d1954b} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:54.128910 [ 277 ] {37df5164-5b64-468b-94b1-645d22d1954b} executeQuery: Read 160 rows, 11.41 KiB in 0.00112 sec., 142857.14285714287 rows/sec., 9.95 MiB/sec. 2026.02.25 21:44:54.128946 [ 277 ] {37df5164-5b64-468b-94b1-645d22d1954b} TCPHandler: Processed in 0.00127826 sec. 2026.02.25 21:44:54.129049 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:54.129141 [ 277 ] {6605555b-93a4-44ed-8d52-db4deab8c4d8} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.25 21:44:54.129194 [ 277 ] {6605555b-93a4-44ed-8d52-db4deab8c4d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.25 21:44:54.129906 [ 277 ] {6605555b-93a4-44ed-8d52-db4deab8c4d8} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:54.129942 [ 277 ] {6605555b-93a4-44ed-8d52-db4deab8c4d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:54.130426 [ 277 ] {6605555b-93a4-44ed-8d52-db4deab8c4d8} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.25 21:44:54.130639 [ 277 ] {6605555b-93a4-44ed-8d52-db4deab8c4d8} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:54.130770 [ 277 ] {6605555b-93a4-44ed-8d52-db4deab8c4d8} executeQuery: Read 5 rows, 9.17 KiB in 0.001647 sec., 3035.8227079538556 rows/sec., 5.44 MiB/sec. 2026.02.25 21:44:54.130823 [ 277 ] {6605555b-93a4-44ed-8d52-db4deab8c4d8} TCPHandler: Processed in 0.001820723 sec. 2026.02.25 21:44:54.130928 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:54.131021 [ 277 ] {4b43bf76-2384-4da2-80da-ee2f4b7dc402} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:44:54.131062 [ 277 ] {4b43bf76-2384-4da2-80da-ee2f4b7dc402} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:44:54.131375 [ 277 ] {4b43bf76-2384-4da2-80da-ee2f4b7dc402} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:54.131410 [ 277 ] {4b43bf76-2384-4da2-80da-ee2f4b7dc402} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:54.131704 [ 277 ] {4b43bf76-2384-4da2-80da-ee2f4b7dc402} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.25 21:44:54.131927 [ 277 ] {4b43bf76-2384-4da2-80da-ee2f4b7dc402} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:54.132052 [ 277 ] {4b43bf76-2384-4da2-80da-ee2f4b7dc402} executeQuery: Read 60 rows, 4.14 KiB in 0.001049 sec., 57197.33079122974 rows/sec., 3.85 MiB/sec. 2026.02.25 21:44:54.132087 [ 277 ] {4b43bf76-2384-4da2-80da-ee2f4b7dc402} TCPHandler: Processed in 0.001207419 sec. 2026.02.25 21:44:59.125744 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:59.125953 [ 277 ] {bf39095c-d4e6-44a3-a000-171d4cdfa295} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.25 21:44:59.126026 [ 277 ] {bf39095c-d4e6-44a3-a000-171d4cdfa295} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.25 21:44:59.126749 [ 277 ] {bf39095c-d4e6-44a3-a000-171d4cdfa295} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:59.126800 [ 277 ] {bf39095c-d4e6-44a3-a000-171d4cdfa295} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:59.127194 [ 277 ] {bf39095c-d4e6-44a3-a000-171d4cdfa295} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.25 21:44:59.127416 [ 277 ] {bf39095c-d4e6-44a3-a000-171d4cdfa295} oximeter.fields_string (61e79e35-dcef-4ea3-be18-7571ce5840bb): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:59.127572 [ 277 ] {bf39095c-d4e6-44a3-a000-171d4cdfa295} executeQuery: Read 128 rows, 11.31 KiB in 0.00167 sec., 76646.70658682635 rows/sec., 6.62 MiB/sec. 2026.02.25 21:44:59.127620 [ 277 ] {bf39095c-d4e6-44a3-a000-171d4cdfa295} TCPHandler: Processed in 0.002007176 sec. 2026.02.25 21:44:59.127739 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:59.127840 [ 277 ] {dbc9a0b6-c4fa-47ef-b2e8-17a5949a35c4} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.25 21:44:59.127883 [ 277 ] {dbc9a0b6-c4fa-47ef-b2e8-17a5949a35c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.25 21:44:59.128278 [ 277 ] {dbc9a0b6-c4fa-47ef-b2e8-17a5949a35c4} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:59.128314 [ 277 ] {dbc9a0b6-c4fa-47ef-b2e8-17a5949a35c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:59.128606 [ 277 ] {dbc9a0b6-c4fa-47ef-b2e8-17a5949a35c4} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.25 21:44:59.128806 [ 277 ] {dbc9a0b6-c4fa-47ef-b2e8-17a5949a35c4} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:59.128906 [ 44 ] {} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.25 21:44:59.128931 [ 277 ] {dbc9a0b6-c4fa-47ef-b2e8-17a5949a35c4} executeQuery: Read 36 rows, 2.71 KiB in 0.001114 sec., 32315.978456014363 rows/sec., 2.37 MiB/sec. 2026.02.25 21:44:59.128972 [ 44 ] {} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:59.128982 [ 277 ] {dbc9a0b6-c4fa-47ef-b2e8-17a5949a35c4} TCPHandler: Processed in 0.00129413 sec. 2026.02.25 21:44:59.129001 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:59.129097 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:59.129103 [ 196 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.02.25 21:44:59.129197 [ 277 ] {eea1c23d-a3cd-4729-86b8-e535a5c86ff2} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.25 21:44:59.129233 [ 196 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:44:59.129240 [ 277 ] {eea1c23d-a3cd-4729-86b8-e535a5c86ff2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.25 21:44:59.129274 [ 196 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 215 rows starting from the beginning of the part 2026.02.25 21:44:59.129347 [ 196 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 36 rows starting from the beginning of the part 2026.02.25 21:44:59.129397 [ 196 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 5 rows starting from the beginning of the part 2026.02.25 21:44:59.129447 [ 196 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 46 rows starting from the beginning of the part 2026.02.25 21:44:59.129491 [ 196 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 5 rows starting from the beginning of the part 2026.02.25 21:44:59.129541 [ 196 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 36 rows starting from the beginning of the part 2026.02.25 21:44:59.129681 [ 277 ] {eea1c23d-a3cd-4729-86b8-e535a5c86ff2} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:59.129722 [ 277 ] {eea1c23d-a3cd-4729-86b8-e535a5c86ff2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:59.130047 [ 277 ] {eea1c23d-a3cd-4729-86b8-e535a5c86ff2} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.25 21:44:59.130279 [ 277 ] {eea1c23d-a3cd-4729-86b8-e535a5c86ff2} oximeter.fields_uuid (52245a17-8218-42bc-9843-a8dd5c4cdc61): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:59.130412 [ 277 ] {eea1c23d-a3cd-4729-86b8-e535a5c86ff2} executeQuery: Read 100 rows, 8.00 KiB in 0.001234 sec., 81037.27714748784 rows/sec., 6.33 MiB/sec. 2026.02.25 21:44:59.130449 [ 277 ] {eea1c23d-a3cd-4729-86b8-e535a5c86ff2} TCPHandler: Processed in 0.0014001 sec. 2026.02.25 21:44:59.130551 [ 198 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 343 rows, containing 5 columns (5 merged, 0 gathered) in 0.001489331 sec., 230304.74756786771 rows/sec., 16.32 MiB/sec. 2026.02.25 21:44:59.130560 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:59.130691 [ 277 ] {a03918ba-7f0c-4363-9718-3c7211914a2c} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.25 21:44:59.130735 [ 277 ] {a03918ba-7f0c-4363-9718-3c7211914a2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.25 21:44:59.130736 [ 196 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.25 21:44:59.131003 [ 196 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_36_7} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:59.131072 [ 196 ] {befa72f3-d83e-409d-8183-8bf3ce3048d0::all_1_36_7} oximeter.fields_u16 (befa72f3-d83e-409d-8183-8bf3ce3048d0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.25 21:44:59.131145 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.02.25 21:44:59.131157 [ 277 ] {a03918ba-7f0c-4363-9718-3c7211914a2c} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:59.131199 [ 277 ] {a03918ba-7f0c-4363-9718-3c7211914a2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:59.131533 [ 277 ] {a03918ba-7f0c-4363-9718-3c7211914a2c} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.25 21:44:59.131733 [ 277 ] {a03918ba-7f0c-4363-9718-3c7211914a2c} oximeter.measurements_cumulativeu64 (44800d0a-50d1-4eee-80f8-e97a6d98c89c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:59.131861 [ 277 ] {a03918ba-7f0c-4363-9718-3c7211914a2c} executeQuery: Read 160 rows, 11.41 KiB in 0.001188 sec., 134680.13468013468 rows/sec., 9.38 MiB/sec. 2026.02.25 21:44:59.131899 [ 277 ] {a03918ba-7f0c-4363-9718-3c7211914a2c} TCPHandler: Processed in 0.001385831 sec. 2026.02.25 21:44:59.132005 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:59.132100 [ 277 ] {40e7a74e-e918-4126-ba60-6db89b47a088} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.25 21:44:59.132153 [ 277 ] {40e7a74e-e918-4126-ba60-6db89b47a088} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.25 21:44:59.132964 [ 277 ] {40e7a74e-e918-4126-ba60-6db89b47a088} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:59.133002 [ 277 ] {40e7a74e-e918-4126-ba60-6db89b47a088} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:59.133537 [ 277 ] {40e7a74e-e918-4126-ba60-6db89b47a088} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.25 21:44:59.133751 [ 277 ] {40e7a74e-e918-4126-ba60-6db89b47a088} oximeter.measurements_histogramu64 (3a027887-da97-4943-93d3-116f757a64b8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:59.133886 [ 277 ] {40e7a74e-e918-4126-ba60-6db89b47a088} executeQuery: Read 36 rows, 66.06 KiB in 0.001804 sec., 19955.654101995566 rows/sec., 35.76 MiB/sec. 2026.02.25 21:44:59.133938 [ 277 ] {40e7a74e-e918-4126-ba60-6db89b47a088} TCPHandler: Processed in 0.001981295 sec. 2026.02.25 21:44:59.134046 [ 277 ] {} TCP-Session: 878c9ab1-adb9-4a7c-9aaa-f00dbfda6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.25 21:44:59.134140 [ 277 ] {89bdbe59-3388-4500-989d-a8ce7b578fdc} executeQuery: (from [fd00:1122:3344:101::d]:63898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.25 21:44:59.134181 [ 277 ] {89bdbe59-3388-4500-989d-a8ce7b578fdc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.25 21:44:59.134493 [ 277 ] {89bdbe59-3388-4500-989d-a8ce7b578fdc} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:59.134528 [ 277 ] {89bdbe59-3388-4500-989d-a8ce7b578fdc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:59.134825 [ 277 ] {89bdbe59-3388-4500-989d-a8ce7b578fdc} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.25 21:44:59.135024 [ 277 ] {89bdbe59-3388-4500-989d-a8ce7b578fdc} oximeter.measurements_u64 (bd56847a-49cd-4366-951c-d24f90a7cd90): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:59.135147 [ 277 ] {89bdbe59-3388-4500-989d-a8ce7b578fdc} executeQuery: Read 60 rows, 4.14 KiB in 0.001026 sec., 58479.53216374269 rows/sec., 3.94 MiB/sec. 2026.02.25 21:44:59.135182 [ 277 ] {89bdbe59-3388-4500-989d-a8ce7b578fdc} TCPHandler: Processed in 0.001185279 sec. 2026.02.25 21:44:59.509289 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13866 2026.02.25 21:44:59.509833 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:44:59.509889 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:44:59.510420 [ 245 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.25 21:44:59.510655 [ 245 ] {} system.asynchronous_metric_log (eddf745b-33ec-4f73-b6f4-6a71bbd834b2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:44:59.510802 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13866 2026.02.25 21:45:00.247220 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2026.02.25 21:45:00.263579 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:45:00.263642 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. 2026.02.25 21:45:00.270008 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.25 21:45:00.270822 [ 244 ] {} system.metric_log (94d4341e-afc0-4251-b436-55216f0f9a40): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:45:00.273991 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2026.02.25 21:45:02.047740 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 788 2026.02.25 21:45:02.050148 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:45:02.050211 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.02.25 21:45:02.051601 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.25 21:45:02.051898 [ 243 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:45:02.052068 [ 81 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.25 21:45:02.052138 [ 81 ] {} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.25 21:45:02.052164 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. 2026.02.25 21:45:02.052267 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 788 2026.02.25 21:45:02.052294 [ 195 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.02.25 21:45:02.052889 [ 195 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.25 21:45:02.053037 [ 195 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 630 rows starting from the beginning of the part 2026.02.25 21:45:02.053398 [ 195 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 36 rows starting from the beginning of the part 2026.02.25 21:45:02.053807 [ 195 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 40 rows starting from the beginning of the part 2026.02.25 21:45:02.054316 [ 195 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 32 rows starting from the beginning of the part 2026.02.25 21:45:02.054821 [ 195 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 26 rows starting from the beginning of the part 2026.02.25 21:45:02.055218 [ 195 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 24 rows starting from the beginning of the part 2026.02.25 21:45:02.061996 [ 198 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 788 rows, containing 72 columns (72 merged, 0 gathered) in 0.009759365 sec., 80742.95817402053 rows/sec., 69.88 MiB/sec. 2026.02.25 21:45:02.063512 [ 193 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.25 21:45:02.064126 [ 193 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_21_4} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.25 21:45:02.064207 [ 193 ] {7ea3ffb8-58a2-4d43-82d9-208a172146b7::all_1_21_4} system.query_log (7ea3ffb8-58a2-4d43-82d9-208a172146b7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.25 21:45:02.064543 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB.