[ Oct 15 20:58:08 Enabled. ] [ Oct 15 20:58:08 Rereading configuration. ] [ Oct 15 20:58:09 Rereading configuration. ] [ Oct 15 20:58:12 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 [ Oct 15 20:58:12 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 2025.10.15 20:58:13.319427 [ 1 ] {} Application: Will watch for the process with pid 23893 2025.10.15 20:58:13.319779 [ 1 ] {} Application: Forked a child process to watch 2025.10.15 20:58:13.524870 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 23893 2025.10.15 20:58:13.525604 [ 1 ] {} Application: starting up 2025.10.15 20:58:13.525742 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.10.15 20:58:13.618185 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.10.15 20:58:13.754639 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.10.15 20:58:13.754716 [ 1 ] {} Application: Initializing DateLUT. 2025.10.15 20:58:13.754747 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.10.15 20:58:13.754843 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.10.15 20:58:13.755481 [ 1 ] {} Application: Initializing interserver credentials. 2025.10.15 20:58:13.757688 [ 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'. 2025.10.15 20:58:13.758449 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.10.15 20:58:13.759304 [ 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) 2025.10.15 20:58:13.759329 [ 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) 2025.10.15 20:58:13.759341 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.10.15 20:58:13.760056 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.10.15 20:58:13.760991 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.10.15 20:58:13.765974 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.10.15 20:58:13.766689 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.10.15 20:58:13.768542 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.10.15 20:58:13.768617 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.10.15 20:58:13.769661 [ 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'. 2025.10.15 20:58:13.770055 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.10.15 20:58:13.772453 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.10.15 20:58:13.773148 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.10.15 20:58:13.776440 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.10.15 20:58:13.776962 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.10.15 20:58:13.777328 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.10.15 20:58:13.777663 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.10.15 20:58:13.778452 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.10.15 20:58:13.778481 [ 1 ] {} Application: Loading metadata from /data/ 2025.10.15 20:58:13.778591 [ 43 ] {} DNSResolver: Updating DNS cache 2025.10.15 20:58:13.778686 [ 43 ] {} DNSResolver: Updated DNS cache 2025.10.15 20:58:13.799855 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.10.15 20:58:13.799884 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000174656 sec 2025.10.15 20:58:13.799906 [ 1 ] {} ReferentialDeps: No tables 2025.10.15 20:58:13.799922 [ 1 ] {} LoadingDeps: No tables 2025.10.15 20:58:13.800657 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.10.15 20:58:13.801237 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.10.15 20:58:13.809561 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.10.15 20:58:13.809602 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.10.15 20:58:13.809629 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.10.15 20:58:13.809640 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.10.15 20:58:13.809672 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.10.15 20:58:13.809689 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.10.15 20:58:13.811672 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.10.15 20:58:13.811714 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.10.15 20:58:13.811732 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.10.15 20:58:13.811863 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.10.15 20:58:13.811902 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.10.15 20:58:13.811915 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.10.15 20:58:13.811936 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.10.15 20:58:13.811947 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.10.15 20:58:13.811976 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.10.15 20:58:13.811996 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.10.15 20:58:13.833346 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.10.15 20:58:13.835214 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.10.15 20:58:13.835255 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.8342e-05 sec 2025.10.15 20:58:13.835266 [ 1 ] {} ReferentialDeps: No tables 2025.10.15 20:58:13.835276 [ 1 ] {} LoadingDeps: No tables 2025.10.15 20:58:13.835298 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.10.15 20:58:13.835481 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.10.15 20:58:13.835522 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.10.15 20:58:13.835535 [ 1 ] {} Application: Loaded metadata. 2025.10.15 20:58:13.835545 [ 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). 2025.10.15 20:58:13.835555 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.10.15 20:58:13.839134 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.10.15 20:58:13.839340 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.67 MiB (RSS), difference: 91.89 MiB 2025.10.15 20:58:13.840256 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.4271e-05 sec. 2025.10.15 20:58:13.840611 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.10.15 20:58:13.840667 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.10.15 20:58:13.840681 [ 1 ] {} Application: Ready for connections. 2025.10.15 20:58:13.867504 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49808 2025.10.15 20:58:13.868306 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:13.868358 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Authenticating user 'default' from [fd00:1122:3344:101::d]:49808 2025.10.15 20:58:13.868382 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:13.868411 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:13.868487 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.10.15 20:58:13.868510 [ 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 2025.10.15 20:58:13.868534 [ 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 2025.10.15 20:58:13.869763 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59601 2025.10.15 20:58:13.869925 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:13.869966 [ 4 ] {} TCP-Session: 5823587d-2689-4a8d-be30-b8a7c3c1e0d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:59601 2025.10.15 20:58:13.869990 [ 4 ] {} TCP-Session: 5823587d-2689-4a8d-be30-b8a7c3c1e0d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:13.870051 [ 4 ] {} TCP-Session: 5823587d-2689-4a8d-be30-b8a7c3c1e0d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:13.870597 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52379 2025.10.15 20:58:13.870609 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45625 2025.10.15 20:58:13.870701 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53204 2025.10.15 20:58:13.870819 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:13.870856 [ 253 ] {} TCP-Session: bb7e9fe7-14e9-4a13-9137-a51c00b74b2b Authenticating user 'default' from [fd00:1122:3344:101::d]:52379 2025.10.15 20:58:13.870872 [ 253 ] {} TCP-Session: bb7e9fe7-14e9-4a13-9137-a51c00b74b2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:13.870909 [ 253 ] {} TCP-Session: bb7e9fe7-14e9-4a13-9137-a51c00b74b2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:13.870934 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58505 2025.10.15 20:58:13.870938 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:13.870954 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:13.871007 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Authenticating user 'default' from [fd00:1122:3344:101::d]:45625 2025.10.15 20:58:13.871023 [ 254 ] {} TCP-Session: 51bb5175-35d5-41cc-affe-29113fe50781 Authenticating user 'default' from [fd00:1122:3344:101::d]:53204 2025.10.15 20:58:13.871037 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:13.871047 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:13.871059 [ 254 ] {} TCP-Session: 51bb5175-35d5-41cc-affe-29113fe50781 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:13.871069 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:13.871084 [ 255 ] {} TCP-Session: b6d7c352-44b5-488b-829c-52ff1ebab386 Authenticating user 'default' from [fd00:1122:3344:101::d]:58505 2025.10.15 20:58:13.871093 [ 254 ] {} TCP-Session: 51bb5175-35d5-41cc-affe-29113fe50781 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:13.871118 [ 255 ] {} TCP-Session: b6d7c352-44b5-488b-829c-52ff1ebab386 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:13.871132 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49287 2025.10.15 20:58:13.871152 [ 255 ] {} TCP-Session: b6d7c352-44b5-488b-829c-52ff1ebab386 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:13.871037 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39743 2025.10.15 20:58:13.871239 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36898 2025.10.15 20:58:13.871266 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:13.871299 [ 257 ] {} TCP-Session: 8688fdce-0d73-4921-b1da-3108b357148a Authenticating user 'default' from [fd00:1122:3344:101::d]:49287 2025.10.15 20:58:13.871314 [ 257 ] {} TCP-Session: 8688fdce-0d73-4921-b1da-3108b357148a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:13.871475 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:13.871503 [ 257 ] {} TCP-Session: 8688fdce-0d73-4921-b1da-3108b357148a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:13.871433 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:13.871531 [ 258 ] {} TCP-Session: 1610a3d9-5f2d-4479-91de-63b506694403 Authenticating user 'default' from [fd00:1122:3344:101::d]:36898 2025.10.15 20:58:13.871580 [ 258 ] {} TCP-Session: 1610a3d9-5f2d-4479-91de-63b506694403 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:13.871591 [ 256 ] {} TCP-Session: 67df4175-4f68-4c48-b1a5-91febbdea7be Authenticating user 'default' from [fd00:1122:3344:101::d]:39743 2025.10.15 20:58:13.871595 [ 258 ] {} TCP-Session: 1610a3d9-5f2d-4479-91de-63b506694403 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:13.871632 [ 256 ] {} TCP-Session: 67df4175-4f68-4c48-b1a5-91febbdea7be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:13.871651 [ 256 ] {} TCP-Session: 67df4175-4f68-4c48-b1a5-91febbdea7be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:13.890102 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:13.892417 [ 3 ] {a33ce727-a556-46ac-aea1-b399c145b18d} executeQuery: (from [fd00:1122:3344:101::d]:49808) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.10.15 20:58:13.973846 [ 3 ] {a33ce727-a556-46ac-aea1-b399c145b18d} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:49808) (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 @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.10.15 20:58:13.974702 [ 3 ] {a33ce727-a556-46ac-aea1-b399c145b18d} 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 @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.10.15 20:58:13.974811 [ 3 ] {a33ce727-a556-46ac-aea1-b399c145b18d} TCPHandler: Processed in 0.086220121 sec. 2025.10.15 20:58:13.975411 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:13.975703 [ 5 ] {4c639be9-d497-45d0-b3b3-a26150e3e304} executeQuery: (from [fd00:1122:3344:101::d]:45625) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.10.15 20:58:13.976140 [ 5 ] {4c639be9-d497-45d0-b3b3-a26150e3e304} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:45625) (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 @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.10.15 20:58:13.976289 [ 5 ] {4c639be9-d497-45d0-b3b3-a26150e3e304} 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 @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.10.15 20:58:13.976377 [ 5 ] {4c639be9-d497-45d0-b3b3-a26150e3e304} TCPHandler: Processed in 0.001175627 sec. 2025.10.15 20:58:13.978601 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:13.979386 [ 3 ] {dcdaff24-b8de-4ec0-b975-23c8995b41b2} executeQuery: (from [fd00:1122:3344:101::d]:49808) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.10.15 20:58:13.979486 [ 3 ] {dcdaff24-b8de-4ec0-b975-23c8995b41b2} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.10.15 20:58:13.984923 [ 3 ] {dcdaff24-b8de-4ec0-b975-23c8995b41b2} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.10.15 20:58:13.984944 [ 3 ] {dcdaff24-b8de-4ec0-b975-23c8995b41b2} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.2512e-05 sec 2025.10.15 20:58:13.984962 [ 3 ] {dcdaff24-b8de-4ec0-b975-23c8995b41b2} ReferentialDeps: No tables 2025.10.15 20:58:13.984994 [ 3 ] {dcdaff24-b8de-4ec0-b975-23c8995b41b2} LoadingDeps: No tables 2025.10.15 20:58:13.985019 [ 3 ] {dcdaff24-b8de-4ec0-b975-23c8995b41b2} DatabaseAtomic (oximeter): Starting up tables. 2025.10.15 20:58:13.985728 [ 3 ] {dcdaff24-b8de-4ec0-b975-23c8995b41b2} TCPHandler: Processed in 0.007244242 sec. 2025.10.15 20:58:13.985875 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:13.986057 [ 3 ] {4521df54-a5fd-43fe-9a15-86e9f171193e} executeQuery: (from [fd00:1122:3344:101::d]:49808) /* 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) 2025.10.15 20:58:13.986109 [ 3 ] {4521df54-a5fd-43fe-9a15-86e9f171193e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.10.15 20:58:13.990636 [ 3 ] {4521df54-a5fd-43fe-9a15-86e9f171193e} StoragePolicy (default): Storage policy default created, total volumes 1 2025.10.15 20:58:14.000170 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 120.84 MiB, peak 120.84 MiB, free memory in arenas 0.00 B, will set to 129.32 MiB (RSS), difference: 8.47 MiB 2025.10.15 20:58:14.017805 [ 3 ] {4521df54-a5fd-43fe-9a15-86e9f171193e} oximeter.version (2389ab4c-c2e0-4775-9ef6-cb3f659ecd5d): Loading data parts 2025.10.15 20:58:14.018787 [ 3 ] {4521df54-a5fd-43fe-9a15-86e9f171193e} oximeter.version (2389ab4c-c2e0-4775-9ef6-cb3f659ecd5d): There are no data parts 2025.10.15 20:58:14.021923 [ 3 ] {4521df54-a5fd-43fe-9a15-86e9f171193e} TCPHandler: Processed in 0.036096237 sec. 2025.10.15 20:58:14.022123 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.022331 [ 3 ] {15be439f-adbb-4a30-a711-73b5327ba79c} executeQuery: (from [fd00:1122:3344:101::d]:49808) /* 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) 2025.10.15 20:58:14.022392 [ 3 ] {15be439f-adbb-4a30-a711-73b5327ba79c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.10.15 20:58:14.032539 [ 3 ] {15be439f-adbb-4a30-a711-73b5327ba79c} oximeter.measurements_bool (586847d1-d826-4dd7-93d1-9329d9c9aeba): Loading data parts 2025.10.15 20:58:14.032724 [ 3 ] {15be439f-adbb-4a30-a711-73b5327ba79c} oximeter.measurements_bool (586847d1-d826-4dd7-93d1-9329d9c9aeba): There are no data parts 2025.10.15 20:58:14.035128 [ 3 ] {15be439f-adbb-4a30-a711-73b5327ba79c} TCPHandler: Processed in 0.013053248 sec. 2025.10.15 20:58:14.035300 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.035472 [ 3 ] {a5b2a773-7daf-4155-b890-1c9c0bd47b9e} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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) 2025.10.15 20:58:14.035522 [ 3 ] {a5b2a773-7daf-4155-b890-1c9c0bd47b9e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.10.15 20:58:14.039523 [ 3 ] {a5b2a773-7daf-4155-b890-1c9c0bd47b9e} oximeter.measurements_i8 (5b115d38-f10a-46b3-9a54-0503538d3691): Loading data parts 2025.10.15 20:58:14.039665 [ 3 ] {a5b2a773-7daf-4155-b890-1c9c0bd47b9e} oximeter.measurements_i8 (5b115d38-f10a-46b3-9a54-0503538d3691): There are no data parts 2025.10.15 20:58:14.044786 [ 3 ] {a5b2a773-7daf-4155-b890-1c9c0bd47b9e} TCPHandler: Processed in 0.009544865 sec. 2025.10.15 20:58:14.044931 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.045125 [ 3 ] {3cb92747-8eba-4016-ba2d-809a3ffd89d1} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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) 2025.10.15 20:58:14.045167 [ 3 ] {3cb92747-8eba-4016-ba2d-809a3ffd89d1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.10.15 20:58:14.054577 [ 3 ] {3cb92747-8eba-4016-ba2d-809a3ffd89d1} oximeter.measurements_u8 (9f349b82-aecd-4f88-aabd-682f837001e5): Loading data parts 2025.10.15 20:58:14.054706 [ 3 ] {3cb92747-8eba-4016-ba2d-809a3ffd89d1} oximeter.measurements_u8 (9f349b82-aecd-4f88-aabd-682f837001e5): There are no data parts 2025.10.15 20:58:14.061428 [ 3 ] {3cb92747-8eba-4016-ba2d-809a3ffd89d1} TCPHandler: Processed in 0.016545301 sec. 2025.10.15 20:58:14.061632 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.061818 [ 3 ] {726cacb4-afc9-4926-b270-68c4da4992fb} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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) 2025.10.15 20:58:14.061881 [ 3 ] {726cacb4-afc9-4926-b270-68c4da4992fb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.10.15 20:58:14.067021 [ 3 ] {726cacb4-afc9-4926-b270-68c4da4992fb} oximeter.measurements_i16 (f1f4150f-37fd-4942-9b1b-c19581192cce): Loading data parts 2025.10.15 20:58:14.067212 [ 3 ] {726cacb4-afc9-4926-b270-68c4da4992fb} oximeter.measurements_i16 (f1f4150f-37fd-4942-9b1b-c19581192cce): There are no data parts 2025.10.15 20:58:14.073679 [ 3 ] {726cacb4-afc9-4926-b270-68c4da4992fb} TCPHandler: Processed in 0.012104718 sec. 2025.10.15 20:58:14.073840 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.074025 [ 3 ] {a2381cb2-226f-4043-aef5-99cf8fd35b7b} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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) 2025.10.15 20:58:14.074096 [ 3 ] {a2381cb2-226f-4043-aef5-99cf8fd35b7b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.10.15 20:58:14.083134 [ 3 ] {a2381cb2-226f-4043-aef5-99cf8fd35b7b} oximeter.measurements_u16 (8d0a5f4f-5c02-4a25-9cb8-e7c0bff0953e): Loading data parts 2025.10.15 20:58:14.083374 [ 3 ] {a2381cb2-226f-4043-aef5-99cf8fd35b7b} oximeter.measurements_u16 (8d0a5f4f-5c02-4a25-9cb8-e7c0bff0953e): There are no data parts 2025.10.15 20:58:14.097117 [ 3 ] {a2381cb2-226f-4043-aef5-99cf8fd35b7b} TCPHandler: Processed in 0.023335848 sec. 2025.10.15 20:58:14.097316 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.097517 [ 3 ] {dcba1ead-d9d7-4095-b893-37adec90fbdd} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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) 2025.10.15 20:58:14.097577 [ 3 ] {dcba1ead-d9d7-4095-b893-37adec90fbdd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.10.15 20:58:14.101045 [ 3 ] {dcba1ead-d9d7-4095-b893-37adec90fbdd} oximeter.measurements_i32 (a6d012d7-9b75-4761-9802-81a93a0c8064): Loading data parts 2025.10.15 20:58:14.101215 [ 3 ] {dcba1ead-d9d7-4095-b893-37adec90fbdd} oximeter.measurements_i32 (a6d012d7-9b75-4761-9802-81a93a0c8064): There are no data parts 2025.10.15 20:58:14.109051 [ 3 ] {dcba1ead-d9d7-4095-b893-37adec90fbdd} TCPHandler: Processed in 0.011795248 sec. 2025.10.15 20:58:14.109229 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.109416 [ 3 ] {6c37f203-910b-4f08-824f-2a2adc648f3e} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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) 2025.10.15 20:58:14.109472 [ 3 ] {6c37f203-910b-4f08-824f-2a2adc648f3e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.10.15 20:58:14.115812 [ 3 ] {6c37f203-910b-4f08-824f-2a2adc648f3e} oximeter.measurements_u32 (2597445c-82e3-4409-992c-e7dc3a8f2427): Loading data parts 2025.10.15 20:58:14.115990 [ 3 ] {6c37f203-910b-4f08-824f-2a2adc648f3e} oximeter.measurements_u32 (2597445c-82e3-4409-992c-e7dc3a8f2427): There are no data parts 2025.10.15 20:58:14.121824 [ 3 ] {6c37f203-910b-4f08-824f-2a2adc648f3e} TCPHandler: Processed in 0.012660145 sec. 2025.10.15 20:58:14.122008 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.122223 [ 3 ] {85debba8-59dc-485e-8c30-c81326fa4307} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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) 2025.10.15 20:58:14.122286 [ 3 ] {85debba8-59dc-485e-8c30-c81326fa4307} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.10.15 20:58:14.131099 [ 3 ] {85debba8-59dc-485e-8c30-c81326fa4307} oximeter.measurements_i64 (4bc0ca69-9df1-4c43-a044-2a84658fcc6d): Loading data parts 2025.10.15 20:58:14.131282 [ 3 ] {85debba8-59dc-485e-8c30-c81326fa4307} oximeter.measurements_i64 (4bc0ca69-9df1-4c43-a044-2a84658fcc6d): There are no data parts 2025.10.15 20:58:14.133433 [ 3 ] {85debba8-59dc-485e-8c30-c81326fa4307} TCPHandler: Processed in 0.011484108 sec. 2025.10.15 20:58:14.133585 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.133767 [ 3 ] {459fbbcb-bd78-4bd6-9354-3c9ceefaba74} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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) 2025.10.15 20:58:14.133834 [ 3 ] {459fbbcb-bd78-4bd6-9354-3c9ceefaba74} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.10.15 20:58:14.137399 [ 3 ] {459fbbcb-bd78-4bd6-9354-3c9ceefaba74} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Loading data parts 2025.10.15 20:58:14.137665 [ 3 ] {459fbbcb-bd78-4bd6-9354-3c9ceefaba74} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): There are no data parts 2025.10.15 20:58:14.145500 [ 3 ] {459fbbcb-bd78-4bd6-9354-3c9ceefaba74} TCPHandler: Processed in 0.011972663 sec. 2025.10.15 20:58:14.145654 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.145866 [ 3 ] {fde2ecb4-a994-4929-aa3c-f6af97017d30} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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) 2025.10.15 20:58:14.145928 [ 3 ] {fde2ecb4-a994-4929-aa3c-f6af97017d30} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.10.15 20:58:14.148123 [ 3 ] {fde2ecb4-a994-4929-aa3c-f6af97017d30} oximeter.measurements_f32 (ebc08c9d-a9ea-40e1-93a0-6442ac4c555f): Loading data parts 2025.10.15 20:58:14.148272 [ 3 ] {fde2ecb4-a994-4929-aa3c-f6af97017d30} oximeter.measurements_f32 (ebc08c9d-a9ea-40e1-93a0-6442ac4c555f): There are no data parts 2025.10.15 20:58:14.152454 [ 3 ] {fde2ecb4-a994-4929-aa3c-f6af97017d30} TCPHandler: Processed in 0.00686004 sec. 2025.10.15 20:58:14.152607 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.152790 [ 3 ] {37607cbb-5d15-4a1c-80a4-194f0a2a789f} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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) 2025.10.15 20:58:14.152860 [ 3 ] {37607cbb-5d15-4a1c-80a4-194f0a2a789f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.10.15 20:58:14.158290 [ 3 ] {37607cbb-5d15-4a1c-80a4-194f0a2a789f} oximeter.measurements_f64 (00762691-9e9f-4a16-839e-f9b070191355): Loading data parts 2025.10.15 20:58:14.158524 [ 3 ] {37607cbb-5d15-4a1c-80a4-194f0a2a789f} oximeter.measurements_f64 (00762691-9e9f-4a16-839e-f9b070191355): There are no data parts 2025.10.15 20:58:14.162234 [ 3 ] {37607cbb-5d15-4a1c-80a4-194f0a2a789f} TCPHandler: Processed in 0.009686 sec. 2025.10.15 20:58:14.162382 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.162553 [ 3 ] {8057d710-cda0-4678-97c6-98e23e66fc7a} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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) 2025.10.15 20:58:14.162603 [ 3 ] {8057d710-cda0-4678-97c6-98e23e66fc7a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.10.15 20:58:14.164306 [ 3 ] {8057d710-cda0-4678-97c6-98e23e66fc7a} oximeter.measurements_string (34a53a25-2dac-4761-a2e7-80e72f1556b0): Loading data parts 2025.10.15 20:58:14.164421 [ 3 ] {8057d710-cda0-4678-97c6-98e23e66fc7a} oximeter.measurements_string (34a53a25-2dac-4761-a2e7-80e72f1556b0): There are no data parts 2025.10.15 20:58:14.168741 [ 3 ] {8057d710-cda0-4678-97c6-98e23e66fc7a} TCPHandler: Processed in 0.006417816 sec. 2025.10.15 20:58:14.168893 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.169078 [ 3 ] {90d1da09-d65d-4a79-a2f0-78da752f3b5f} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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) 2025.10.15 20:58:14.169164 [ 3 ] {90d1da09-d65d-4a79-a2f0-78da752f3b5f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.10.15 20:58:14.170970 [ 3 ] {90d1da09-d65d-4a79-a2f0-78da752f3b5f} oximeter.measurements_bytes (5af02001-59fd-4577-9636-4a7013513414): Loading data parts 2025.10.15 20:58:14.171081 [ 3 ] {90d1da09-d65d-4a79-a2f0-78da752f3b5f} oximeter.measurements_bytes (5af02001-59fd-4577-9636-4a7013513414): There are no data parts 2025.10.15 20:58:14.176692 [ 3 ] {90d1da09-d65d-4a79-a2f0-78da752f3b5f} TCPHandler: Processed in 0.007856981 sec. 2025.10.15 20:58:14.176853 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.177051 [ 3 ] {14aedd76-c085-4d61-920c-1f0bc1cc4fc1} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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) 2025.10.15 20:58:14.177128 [ 3 ] {14aedd76-c085-4d61-920c-1f0bc1cc4fc1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.10.15 20:58:14.180894 [ 3 ] {14aedd76-c085-4d61-920c-1f0bc1cc4fc1} oximeter.measurements_cumulativei64 (d872dcb1-3ea6-4ee1-b4db-793ca8be0cc4): Loading data parts 2025.10.15 20:58:14.181017 [ 3 ] {14aedd76-c085-4d61-920c-1f0bc1cc4fc1} oximeter.measurements_cumulativei64 (d872dcb1-3ea6-4ee1-b4db-793ca8be0cc4): There are no data parts 2025.10.15 20:58:14.190889 [ 3 ] {14aedd76-c085-4d61-920c-1f0bc1cc4fc1} TCPHandler: Processed in 0.014095511 sec. 2025.10.15 20:58:14.191065 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.191238 [ 3 ] {f94df020-b2e5-4b98-ae59-01f36fa0c4bf} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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) 2025.10.15 20:58:14.191291 [ 3 ] {f94df020-b2e5-4b98-ae59-01f36fa0c4bf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.10.15 20:58:14.193467 [ 3 ] {f94df020-b2e5-4b98-ae59-01f36fa0c4bf} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Loading data parts 2025.10.15 20:58:14.193607 [ 3 ] {f94df020-b2e5-4b98-ae59-01f36fa0c4bf} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): There are no data parts 2025.10.15 20:58:14.198279 [ 3 ] {f94df020-b2e5-4b98-ae59-01f36fa0c4bf} TCPHandler: Processed in 0.007276033 sec. 2025.10.15 20:58:14.198442 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.198671 [ 3 ] {0d5c6101-ee70-4209-80d3-35918e87202f} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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) 2025.10.15 20:58:14.198737 [ 3 ] {0d5c6101-ee70-4209-80d3-35918e87202f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.10.15 20:58:14.206642 [ 3 ] {0d5c6101-ee70-4209-80d3-35918e87202f} oximeter.measurements_cumulativef32 (391a6793-2363-45fb-9050-f947ca5efdc1): Loading data parts 2025.10.15 20:58:14.206777 [ 3 ] {0d5c6101-ee70-4209-80d3-35918e87202f} oximeter.measurements_cumulativef32 (391a6793-2363-45fb-9050-f947ca5efdc1): There are no data parts 2025.10.15 20:58:14.211741 [ 3 ] {0d5c6101-ee70-4209-80d3-35918e87202f} TCPHandler: Processed in 0.013349187 sec. 2025.10.15 20:58:14.211909 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.212103 [ 3 ] {c2aace78-cf68-447d-944a-503e4eaf9559} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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) 2025.10.15 20:58:14.212182 [ 3 ] {c2aace78-cf68-447d-944a-503e4eaf9559} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.10.15 20:58:14.235333 [ 3 ] {c2aace78-cf68-447d-944a-503e4eaf9559} oximeter.measurements_cumulativef64 (97ff354b-31f8-4653-8238-9da3f58ccdd3): Loading data parts 2025.10.15 20:58:14.235585 [ 3 ] {c2aace78-cf68-447d-944a-503e4eaf9559} oximeter.measurements_cumulativef64 (97ff354b-31f8-4653-8238-9da3f58ccdd3): There are no data parts 2025.10.15 20:58:14.248817 [ 3 ] {c2aace78-cf68-447d-944a-503e4eaf9559} TCPHandler: Processed in 0.036965994 sec. 2025.10.15 20:58:14.249011 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.249358 [ 3 ] {f8f0fe46-c6f6-4f9b-acbd-31943d96bf70} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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) 2025.10.15 20:58:14.249471 [ 3 ] {f8f0fe46-c6f6-4f9b-acbd-31943d96bf70} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.10.15 20:58:14.251882 [ 3 ] {f8f0fe46-c6f6-4f9b-acbd-31943d96bf70} oximeter.measurements_histogrami8 (d618274f-4b4f-4ee6-abd6-5f518bc4a640): Loading data parts 2025.10.15 20:58:14.252011 [ 3 ] {f8f0fe46-c6f6-4f9b-acbd-31943d96bf70} oximeter.measurements_histogrami8 (d618274f-4b4f-4ee6-abd6-5f518bc4a640): There are no data parts 2025.10.15 20:58:14.259132 [ 3 ] {f8f0fe46-c6f6-4f9b-acbd-31943d96bf70} TCPHandler: Processed in 0.010196147 sec. 2025.10.15 20:58:14.259344 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.259706 [ 3 ] {9ca90ca8-a1ab-4040-8b27-36d4c7bbbe06} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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) 2025.10.15 20:58:14.259808 [ 3 ] {9ca90ca8-a1ab-4040-8b27-36d4c7bbbe06} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.10.15 20:58:14.263209 [ 3 ] {9ca90ca8-a1ab-4040-8b27-36d4c7bbbe06} oximeter.measurements_histogramu8 (ecb05921-4776-48ec-8e2a-f864503b0a2f): Loading data parts 2025.10.15 20:58:14.263378 [ 3 ] {9ca90ca8-a1ab-4040-8b27-36d4c7bbbe06} oximeter.measurements_histogramu8 (ecb05921-4776-48ec-8e2a-f864503b0a2f): There are no data parts 2025.10.15 20:58:14.264620 [ 3 ] {9ca90ca8-a1ab-4040-8b27-36d4c7bbbe06} TCPHandler: Processed in 0.005350402 sec. 2025.10.15 20:58:14.264751 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.264978 [ 3 ] {05b29c6a-7576-4fbe-ace6-f0fc4770d1cb} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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) 2025.10.15 20:58:14.265041 [ 3 ] {05b29c6a-7576-4fbe-ace6-f0fc4770d1cb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.10.15 20:58:14.273114 [ 3 ] {05b29c6a-7576-4fbe-ace6-f0fc4770d1cb} oximeter.measurements_histogrami16 (78ade4d5-31f0-4e26-a935-ca388cb516ca): Loading data parts 2025.10.15 20:58:14.273274 [ 3 ] {05b29c6a-7576-4fbe-ace6-f0fc4770d1cb} oximeter.measurements_histogrami16 (78ade4d5-31f0-4e26-a935-ca388cb516ca): There are no data parts 2025.10.15 20:58:14.280551 [ 3 ] {05b29c6a-7576-4fbe-ace6-f0fc4770d1cb} TCPHandler: Processed in 0.015846468 sec. 2025.10.15 20:58:14.280732 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.280984 [ 3 ] {c7046d2b-0ea5-47b8-b857-75e233cb45ae} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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) 2025.10.15 20:58:14.281061 [ 3 ] {c7046d2b-0ea5-47b8-b857-75e233cb45ae} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.10.15 20:58:14.293798 [ 3 ] {c7046d2b-0ea5-47b8-b857-75e233cb45ae} oximeter.measurements_histogramu16 (04a07d00-4529-4ad3-b42c-b79cb232f096): Loading data parts 2025.10.15 20:58:14.293976 [ 3 ] {c7046d2b-0ea5-47b8-b857-75e233cb45ae} oximeter.measurements_histogramu16 (04a07d00-4529-4ad3-b42c-b79cb232f096): There are no data parts 2025.10.15 20:58:14.297332 [ 3 ] {c7046d2b-0ea5-47b8-b857-75e233cb45ae} TCPHandler: Processed in 0.016658034 sec. 2025.10.15 20:58:14.297476 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.297697 [ 3 ] {7aa19adc-595c-422c-a066-f730ff41885d} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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) 2025.10.15 20:58:14.297759 [ 3 ] {7aa19adc-595c-422c-a066-f730ff41885d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.10.15 20:58:14.307452 [ 3 ] {7aa19adc-595c-422c-a066-f730ff41885d} oximeter.measurements_histogrami32 (66157565-2f71-43f8-a0a9-3cb6bc150fa7): Loading data parts 2025.10.15 20:58:14.307587 [ 3 ] {7aa19adc-595c-422c-a066-f730ff41885d} oximeter.measurements_histogrami32 (66157565-2f71-43f8-a0a9-3cb6bc150fa7): There are no data parts 2025.10.15 20:58:14.309504 [ 3 ] {7aa19adc-595c-422c-a066-f730ff41885d} TCPHandler: Processed in 0.012074867 sec. 2025.10.15 20:58:14.309650 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.309857 [ 3 ] {7229cc5d-17e7-4f7e-833a-c7d35b6a4d4c} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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) 2025.10.15 20:58:14.309923 [ 3 ] {7229cc5d-17e7-4f7e-833a-c7d35b6a4d4c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.10.15 20:58:14.312747 [ 3 ] {7229cc5d-17e7-4f7e-833a-c7d35b6a4d4c} oximeter.measurements_histogramu32 (c3ade4ef-788d-43b1-9426-e1373f43c6eb): Loading data parts 2025.10.15 20:58:14.312881 [ 3 ] {7229cc5d-17e7-4f7e-833a-c7d35b6a4d4c} oximeter.measurements_histogramu32 (c3ade4ef-788d-43b1-9426-e1373f43c6eb): There are no data parts 2025.10.15 20:58:14.314112 [ 3 ] {7229cc5d-17e7-4f7e-833a-c7d35b6a4d4c} TCPHandler: Processed in 0.004510624 sec. 2025.10.15 20:58:14.314244 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.314472 [ 3 ] {a5610d9d-f6d5-4ff3-bb4b-9032121e2415} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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) 2025.10.15 20:58:14.314533 [ 3 ] {a5610d9d-f6d5-4ff3-bb4b-9032121e2415} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.10.15 20:58:14.324698 [ 3 ] {a5610d9d-f6d5-4ff3-bb4b-9032121e2415} oximeter.measurements_histogrami64 (b3881fbb-a0f7-45e2-ab1c-2e76fc9507dc): Loading data parts 2025.10.15 20:58:14.324837 [ 3 ] {a5610d9d-f6d5-4ff3-bb4b-9032121e2415} oximeter.measurements_histogrami64 (b3881fbb-a0f7-45e2-ab1c-2e76fc9507dc): There are no data parts 2025.10.15 20:58:14.326757 [ 3 ] {a5610d9d-f6d5-4ff3-bb4b-9032121e2415} TCPHandler: Processed in 0.012561872 sec. 2025.10.15 20:58:14.326911 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.327117 [ 3 ] {29a6afa4-1e37-453c-bf73-160117bbdb69} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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) 2025.10.15 20:58:14.327187 [ 3 ] {29a6afa4-1e37-453c-bf73-160117bbdb69} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.10.15 20:58:14.329978 [ 3 ] {29a6afa4-1e37-453c-bf73-160117bbdb69} oximeter.measurements_histogramu64 (a8ff0e27-afa2-41fe-82fb-121565cf63c4): Loading data parts 2025.10.15 20:58:14.330107 [ 3 ] {29a6afa4-1e37-453c-bf73-160117bbdb69} oximeter.measurements_histogramu64 (a8ff0e27-afa2-41fe-82fb-121565cf63c4): There are no data parts 2025.10.15 20:58:14.331314 [ 3 ] {29a6afa4-1e37-453c-bf73-160117bbdb69} TCPHandler: Processed in 0.004452682 sec. 2025.10.15 20:58:14.331447 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.331653 [ 3 ] {13663b0c-d88e-4122-ab3d-820cd9d70f85} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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) 2025.10.15 20:58:14.331716 [ 3 ] {13663b0c-d88e-4122-ab3d-820cd9d70f85} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.10.15 20:58:14.340492 [ 3 ] {13663b0c-d88e-4122-ab3d-820cd9d70f85} oximeter.measurements_histogramf32 (c49bee9d-2f37-4d26-be54-4e9592cdfcb8): Loading data parts 2025.10.15 20:58:14.340646 [ 3 ] {13663b0c-d88e-4122-ab3d-820cd9d70f85} oximeter.measurements_histogramf32 (c49bee9d-2f37-4d26-be54-4e9592cdfcb8): There are no data parts 2025.10.15 20:58:14.343948 [ 3 ] {13663b0c-d88e-4122-ab3d-820cd9d70f85} TCPHandler: Processed in 0.012548802 sec. 2025.10.15 20:58:14.344096 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.344310 [ 3 ] {5fbefdc7-4236-4e4a-a45b-221db0693822} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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) 2025.10.15 20:58:14.344383 [ 3 ] {5fbefdc7-4236-4e4a-a45b-221db0693822} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.10.15 20:58:14.347323 [ 3 ] {5fbefdc7-4236-4e4a-a45b-221db0693822} oximeter.measurements_histogramf64 (520bb9cd-e653-4a81-ac85-928087665004): Loading data parts 2025.10.15 20:58:14.347455 [ 3 ] {5fbefdc7-4236-4e4a-a45b-221db0693822} oximeter.measurements_histogramf64 (520bb9cd-e653-4a81-ac85-928087665004): There are no data parts 2025.10.15 20:58:14.348683 [ 3 ] {5fbefdc7-4236-4e4a-a45b-221db0693822} TCPHandler: Processed in 0.004637279 sec. 2025.10.15 20:58:14.348820 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.348992 [ 3 ] {2d500303-5ae2-4645-8c79-201093043b13} executeQuery: (from [fd00:1122:3344:101::d]:49808) /* 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) 2025.10.15 20:58:14.349058 [ 3 ] {2d500303-5ae2-4645-8c79-201093043b13} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.10.15 20:58:14.359581 [ 3 ] {2d500303-5ae2-4645-8c79-201093043b13} oximeter.fields_bool (93d6d114-ad8d-407d-977b-f218d9184b0b): Loading data parts 2025.10.15 20:58:14.359754 [ 3 ] {2d500303-5ae2-4645-8c79-201093043b13} oximeter.fields_bool (93d6d114-ad8d-407d-977b-f218d9184b0b): There are no data parts 2025.10.15 20:58:14.371514 [ 3 ] {2d500303-5ae2-4645-8c79-201093043b13} TCPHandler: Processed in 0.022743128 sec. 2025.10.15 20:58:14.371675 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.371884 [ 3 ] {ae7fca15-6bfb-4264-8b87-cda4e0d1e2a2} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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) 2025.10.15 20:58:14.371959 [ 3 ] {ae7fca15-6bfb-4264-8b87-cda4e0d1e2a2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.10.15 20:58:14.385685 [ 3 ] {ae7fca15-6bfb-4264-8b87-cda4e0d1e2a2} oximeter.fields_i8 (6df49c91-1f50-4101-86cd-af73eec9665f): Loading data parts 2025.10.15 20:58:14.385862 [ 3 ] {ae7fca15-6bfb-4264-8b87-cda4e0d1e2a2} oximeter.fields_i8 (6df49c91-1f50-4101-86cd-af73eec9665f): There are no data parts 2025.10.15 20:58:14.389053 [ 3 ] {ae7fca15-6bfb-4264-8b87-cda4e0d1e2a2} TCPHandler: Processed in 0.017438908 sec. 2025.10.15 20:58:14.389214 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.389399 [ 3 ] {cd12cc24-512c-4c30-aea7-9bce29b74cd1} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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) 2025.10.15 20:58:14.389457 [ 3 ] {cd12cc24-512c-4c30-aea7-9bce29b74cd1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.10.15 20:58:14.391066 [ 3 ] {cd12cc24-512c-4c30-aea7-9bce29b74cd1} oximeter.fields_u8 (35941b20-babd-4759-abdd-f7e290b7e7b6): Loading data parts 2025.10.15 20:58:14.391224 [ 3 ] {cd12cc24-512c-4c30-aea7-9bce29b74cd1} oximeter.fields_u8 (35941b20-babd-4759-abdd-f7e290b7e7b6): There are no data parts 2025.10.15 20:58:14.399330 [ 3 ] {cd12cc24-512c-4c30-aea7-9bce29b74cd1} TCPHandler: Processed in 0.010176586 sec. 2025.10.15 20:58:14.399507 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.399759 [ 3 ] {ef1aff1d-a00f-42f8-8e49-d46fe4e7d339} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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) 2025.10.15 20:58:14.399839 [ 3 ] {ef1aff1d-a00f-42f8-8e49-d46fe4e7d339} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.10.15 20:58:14.402313 [ 3 ] {ef1aff1d-a00f-42f8-8e49-d46fe4e7d339} oximeter.fields_i16 (d7f482c1-5aba-40b2-aabc-700f53107ca9): Loading data parts 2025.10.15 20:58:14.402445 [ 3 ] {ef1aff1d-a00f-42f8-8e49-d46fe4e7d339} oximeter.fields_i16 (d7f482c1-5aba-40b2-aabc-700f53107ca9): There are no data parts 2025.10.15 20:58:14.404637 [ 3 ] {ef1aff1d-a00f-42f8-8e49-d46fe4e7d339} TCPHandler: Processed in 0.005204207 sec. 2025.10.15 20:58:14.404799 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.404982 [ 3 ] {fa69f64b-960d-4594-a838-9d3e611d39c6} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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) 2025.10.15 20:58:14.405047 [ 3 ] {fa69f64b-960d-4594-a838-9d3e611d39c6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.10.15 20:58:14.406693 [ 3 ] {fa69f64b-960d-4594-a838-9d3e611d39c6} oximeter.fields_u16 (d7c303a9-15d9-4d06-8799-7c4da6fb54b6): Loading data parts 2025.10.15 20:58:14.406832 [ 3 ] {fa69f64b-960d-4594-a838-9d3e611d39c6} oximeter.fields_u16 (d7c303a9-15d9-4d06-8799-7c4da6fb54b6): There are no data parts 2025.10.15 20:58:14.416315 [ 3 ] {fa69f64b-960d-4594-a838-9d3e611d39c6} TCPHandler: Processed in 0.011573581 sec. 2025.10.15 20:58:14.416473 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.416674 [ 3 ] {e76186aa-32a5-4454-b6f1-e8211dba2ccf} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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) 2025.10.15 20:58:14.416737 [ 3 ] {e76186aa-32a5-4454-b6f1-e8211dba2ccf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.10.15 20:58:14.419210 [ 3 ] {e76186aa-32a5-4454-b6f1-e8211dba2ccf} oximeter.fields_i32 (b5ee878f-1cd3-465f-9046-5637c9e38e4e): Loading data parts 2025.10.15 20:58:14.419386 [ 3 ] {e76186aa-32a5-4454-b6f1-e8211dba2ccf} oximeter.fields_i32 (b5ee878f-1cd3-465f-9046-5637c9e38e4e): There are no data parts 2025.10.15 20:58:14.421635 [ 3 ] {e76186aa-32a5-4454-b6f1-e8211dba2ccf} TCPHandler: Processed in 0.005218977 sec. 2025.10.15 20:58:14.421831 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.422057 [ 3 ] {df4f0e80-a517-4ffa-b780-753d9f54b3f7} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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) 2025.10.15 20:58:14.422138 [ 3 ] {df4f0e80-a517-4ffa-b780-753d9f54b3f7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.10.15 20:58:14.424003 [ 3 ] {df4f0e80-a517-4ffa-b780-753d9f54b3f7} oximeter.fields_u32 (853aebea-44d6-4641-a94a-0f59bfb9a27d): Loading data parts 2025.10.15 20:58:14.424151 [ 3 ] {df4f0e80-a517-4ffa-b780-753d9f54b3f7} oximeter.fields_u32 (853aebea-44d6-4641-a94a-0f59bfb9a27d): There are no data parts 2025.10.15 20:58:14.431524 [ 3 ] {df4f0e80-a517-4ffa-b780-753d9f54b3f7} TCPHandler: Processed in 0.009765263 sec. 2025.10.15 20:58:14.431679 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.431879 [ 3 ] {73edb336-6932-45cd-883a-71d69efbf7c6} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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) 2025.10.15 20:58:14.431942 [ 3 ] {73edb336-6932-45cd-883a-71d69efbf7c6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.10.15 20:58:14.438893 [ 3 ] {73edb336-6932-45cd-883a-71d69efbf7c6} oximeter.fields_i64 (a4cfe63f-db0e-4159-a38b-4b8fcb8ee8ea): Loading data parts 2025.10.15 20:58:14.439067 [ 3 ] {73edb336-6932-45cd-883a-71d69efbf7c6} oximeter.fields_i64 (a4cfe63f-db0e-4159-a38b-4b8fcb8ee8ea): There are no data parts 2025.10.15 20:58:14.443621 [ 3 ] {73edb336-6932-45cd-883a-71d69efbf7c6} TCPHandler: Processed in 0.012000344 sec. 2025.10.15 20:58:14.443752 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.443907 [ 3 ] {1ebf9fc4-4524-4a6e-aec8-b044a4edfa8c} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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) 2025.10.15 20:58:14.443963 [ 3 ] {1ebf9fc4-4524-4a6e-aec8-b044a4edfa8c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.10.15 20:58:14.445809 [ 3 ] {1ebf9fc4-4524-4a6e-aec8-b044a4edfa8c} oximeter.fields_u64 (1fd5f7ae-af70-4649-adfa-c218da23526e): Loading data parts 2025.10.15 20:58:14.445965 [ 3 ] {1ebf9fc4-4524-4a6e-aec8-b044a4edfa8c} oximeter.fields_u64 (1fd5f7ae-af70-4649-adfa-c218da23526e): There are no data parts 2025.10.15 20:58:14.450394 [ 3 ] {1ebf9fc4-4524-4a6e-aec8-b044a4edfa8c} TCPHandler: Processed in 0.006686064 sec. 2025.10.15 20:58:14.450592 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.450788 [ 3 ] {60cff4ad-d2af-4cfc-bf32-3b3f98585669} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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) 2025.10.15 20:58:14.450853 [ 3 ] {60cff4ad-d2af-4cfc-bf32-3b3f98585669} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.10.15 20:58:14.452746 [ 3 ] {60cff4ad-d2af-4cfc-bf32-3b3f98585669} oximeter.fields_ipaddr (41cdf2fe-246e-4bbe-986e-2e310ae919ad): Loading data parts 2025.10.15 20:58:14.452884 [ 3 ] {60cff4ad-d2af-4cfc-bf32-3b3f98585669} oximeter.fields_ipaddr (41cdf2fe-246e-4bbe-986e-2e310ae919ad): There are no data parts 2025.10.15 20:58:14.460001 [ 3 ] {60cff4ad-d2af-4cfc-bf32-3b3f98585669} TCPHandler: Processed in 0.009468993 sec. 2025.10.15 20:58:14.460146 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.460299 [ 3 ] {33eb8521-663b-4868-a488-ebe97dc9133b} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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) 2025.10.15 20:58:14.460366 [ 3 ] {33eb8521-663b-4868-a488-ebe97dc9133b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.10.15 20:58:14.463950 [ 3 ] {33eb8521-663b-4868-a488-ebe97dc9133b} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Loading data parts 2025.10.15 20:58:14.464109 [ 3 ] {33eb8521-663b-4868-a488-ebe97dc9133b} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): There are no data parts 2025.10.15 20:58:14.468734 [ 3 ] {33eb8521-663b-4868-a488-ebe97dc9133b} TCPHandler: Processed in 0.008636776 sec. 2025.10.15 20:58:14.468880 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.469054 [ 3 ] {61f4ed81-097a-4ff2-9773-7da02cf03b7b} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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) 2025.10.15 20:58:14.469113 [ 3 ] {61f4ed81-097a-4ff2-9773-7da02cf03b7b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.10.15 20:58:14.470985 [ 3 ] {61f4ed81-097a-4ff2-9773-7da02cf03b7b} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Loading data parts 2025.10.15 20:58:14.471144 [ 3 ] {61f4ed81-097a-4ff2-9773-7da02cf03b7b} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): There are no data parts 2025.10.15 20:58:14.476835 [ 3 ] {61f4ed81-097a-4ff2-9773-7da02cf03b7b} TCPHandler: Processed in 0.008004217 sec. 2025.10.15 20:58:14.477011 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.477293 [ 3 ] {966ead14-f639-4825-a35b-6b8b6b10fe8a} executeQuery: (from [fd00:1122:3344:101::d]:49808) /* 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) 2025.10.15 20:58:14.477380 [ 3 ] {966ead14-f639-4825-a35b-6b8b6b10fe8a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.10.15 20:58:14.482673 [ 3 ] {966ead14-f639-4825-a35b-6b8b6b10fe8a} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731): Loading data parts 2025.10.15 20:58:14.482905 [ 3 ] {966ead14-f639-4825-a35b-6b8b6b10fe8a} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731): There are no data parts 2025.10.15 20:58:14.492960 [ 3 ] {966ead14-f639-4825-a35b-6b8b6b10fe8a} TCPHandler: Processed in 0.016005682 sec. 2025.10.15 20:58:14.493311 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:14.493622 [ 5 ] {7f655100-45c4-4b18-b6dd-0faa7dd447cf} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.10.15 20:58:14.494382 [ 5 ] {7f655100-45c4-4b18-b6dd-0faa7dd447cf} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.10.15 20:58:14.506276 [ 260 ] {7f655100-45c4-4b18-b6dd-0faa7dd447cf} oximeter.version (2389ab4c-c2e0-4775-9ef6-cb3f659ecd5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:14.506317 [ 260 ] {7f655100-45c4-4b18-b6dd-0faa7dd447cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.10.15 20:58:14.510595 [ 260 ] {7f655100-45c4-4b18-b6dd-0faa7dd447cf} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.10.15 20:58:14.510923 [ 260 ] {7f655100-45c4-4b18-b6dd-0faa7dd447cf} oximeter.version (2389ab4c-c2e0-4775-9ef6-cb3f659ecd5d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:14.511178 [ 5 ] {7f655100-45c4-4b18-b6dd-0faa7dd447cf} executeQuery: Read 1 rows, 16.00 B in 0.0177 sec., 56.497175141242934 rows/sec., 903.95 B/sec. 2025.10.15 20:58:14.511535 [ 5 ] {7f655100-45c4-4b18-b6dd-0faa7dd447cf} TCPHandler: Processed in 0.018365959 sec. 2025.10.15 20:58:15.001138 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 132.51 MiB, peak 132.51 MiB, free memory in arenas 0.00 B, will set to 138.13 MiB (RSS), difference: 5.62 MiB 2025.10.15 20:58:17.053475 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49390 2025.10.15 20:58:17.055451 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:17.055507 [ 262 ] {} TCP-Session: 97d36004-1198-40c9-94d0-e4a8b5936c52 Authenticating user 'default' from [fd00:1122:3344:101::b]:49390 2025.10.15 20:58:17.055544 [ 262 ] {} TCP-Session: 97d36004-1198-40c9-94d0-e4a8b5936c52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:17.055611 [ 262 ] {} TCP-Session: 97d36004-1198-40c9-94d0-e4a8b5936c52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:17.055726 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.10.15 20:58:17.055770 [ 262 ] {} 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 2025.10.15 20:58:17.055911 [ 262 ] {} 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 2025.10.15 20:58:17.058618 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54413 2025.10.15 20:58:17.058686 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39506 2025.10.15 20:58:17.058772 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58341 2025.10.15 20:58:17.058869 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:17.058893 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57671 2025.10.15 20:58:17.058995 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35235 2025.10.15 20:58:17.059023 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:17.059024 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:17.059123 [ 263 ] {} TCP-Session: cc6cfe8e-34f2-493a-a8f1-0c1494b50944 Authenticating user 'default' from [fd00:1122:3344:101::b]:54413 2025.10.15 20:58:17.059139 [ 264 ] {} TCP-Session: 44791441-7d13-44e8-b9f2-5b16d6153e42 Authenticating user 'default' from [fd00:1122:3344:101::b]:39506 2025.10.15 20:58:17.059160 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40462 2025.10.15 20:58:17.059168 [ 263 ] {} TCP-Session: cc6cfe8e-34f2-493a-a8f1-0c1494b50944 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:17.059171 [ 265 ] {} TCP-Session: 8237b9b0-707b-4dba-8b62-22808a509bd6 Authenticating user 'default' from [fd00:1122:3344:101::b]:58341 2025.10.15 20:58:17.059257 [ 263 ] {} TCP-Session: cc6cfe8e-34f2-493a-a8f1-0c1494b50944 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:17.059100 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55421 2025.10.15 20:58:17.059345 [ 264 ] {} TCP-Session: 44791441-7d13-44e8-b9f2-5b16d6153e42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:17.059380 [ 264 ] {} TCP-Session: 44791441-7d13-44e8-b9f2-5b16d6153e42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:17.059389 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:17.059463 [ 265 ] {} TCP-Session: 8237b9b0-707b-4dba-8b62-22808a509bd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:17.059391 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:17.059488 [ 269 ] {} TCP-Session: 91426191-37f6-4514-8867-7a8be00dc5c1 Authenticating user 'default' from [fd00:1122:3344:101::b]:40462 2025.10.15 20:58:17.059536 [ 265 ] {} TCP-Session: 8237b9b0-707b-4dba-8b62-22808a509bd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:17.059561 [ 267 ] {} TCP-Session: a02e6de2-4af9-4b95-9b2b-c9ae97484ccb Authenticating user 'default' from [fd00:1122:3344:101::b]:35235 2025.10.15 20:58:17.059537 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:17.059646 [ 267 ] {} TCP-Session: a02e6de2-4af9-4b95-9b2b-c9ae97484ccb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:17.059637 [ 269 ] {} TCP-Session: 91426191-37f6-4514-8867-7a8be00dc5c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:17.059698 [ 268 ] {} TCP-Session: 0b2a4ee3-1e87-4497-bafa-d76dc51c3ff7 Authenticating user 'default' from [fd00:1122:3344:101::b]:55421 2025.10.15 20:58:17.059743 [ 267 ] {} TCP-Session: a02e6de2-4af9-4b95-9b2b-c9ae97484ccb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:17.059752 [ 269 ] {} TCP-Session: 91426191-37f6-4514-8867-7a8be00dc5c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:17.059790 [ 268 ] {} TCP-Session: 0b2a4ee3-1e87-4497-bafa-d76dc51c3ff7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:17.059719 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:17.059860 [ 268 ] {} TCP-Session: 0b2a4ee3-1e87-4497-bafa-d76dc51c3ff7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:17.059946 [ 266 ] {} TCP-Session: 3aeb5a72-36c9-4168-a548-854d9610ece2 Authenticating user 'default' from [fd00:1122:3344:101::b]:57671 2025.10.15 20:58:17.059974 [ 266 ] {} TCP-Session: 3aeb5a72-36c9-4168-a548-854d9610ece2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:17.060081 [ 266 ] {} TCP-Session: 3aeb5a72-36c9-4168-a548-854d9610ece2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:17.212682 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55147 2025.10.15 20:58:17.214871 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:17.215031 [ 270 ] {} TCP-Session: 2b0ddf08-60c5-4748-acc1-c95b2021228f Authenticating user 'default' from [fd00:1122:3344:101::a]:55147 2025.10.15 20:58:17.215057 [ 270 ] {} TCP-Session: 2b0ddf08-60c5-4748-acc1-c95b2021228f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:17.215071 [ 270 ] {} TCP-Session: 2b0ddf08-60c5-4748-acc1-c95b2021228f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:17.215239 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.10.15 20:58:17.215285 [ 270 ] {} 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 2025.10.15 20:58:17.215403 [ 270 ] {} 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 2025.10.15 20:58:17.216419 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43954 2025.10.15 20:58:17.216501 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35905 2025.10.15 20:58:17.216643 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40145 2025.10.15 20:58:17.216671 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50893 2025.10.15 20:58:17.216723 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51643 2025.10.15 20:58:17.216950 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40219 2025.10.15 20:58:17.216977 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:17.217095 [ 272 ] {} TCP-Session: 051134b1-45d2-436d-ad46-d48764bea889 Authenticating user 'default' from [fd00:1122:3344:101::a]:35905 2025.10.15 20:58:17.217120 [ 272 ] {} TCP-Session: 051134b1-45d2-436d-ad46-d48764bea889 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:17.217163 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56102 2025.10.15 20:58:17.217217 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:17.217134 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:17.217255 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:17.217404 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:17.217347 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:17.217332 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:17.217585 [ 277 ] {} TCP-Session: de8bb7bf-2798-4739-b8e5-fdf6cf81a127 Authenticating user 'default' from [fd00:1122:3344:101::a]:56102 2025.10.15 20:58:17.217577 [ 276 ] {} TCP-Session: fb055b1a-3082-4b48-8ceb-10ad22945e25 Authenticating user 'default' from [fd00:1122:3344:101::a]:40219 2025.10.15 20:58:17.217693 [ 275 ] {} TCP-Session: 386a09b3-ed8a-4e08-9470-1de60263c919 Authenticating user 'default' from [fd00:1122:3344:101::a]:51643 2025.10.15 20:58:17.217556 [ 273 ] {} TCP-Session: 4bf3f9f5-1d67-49f8-835f-a8390c5832c2 Authenticating user 'default' from [fd00:1122:3344:101::a]:50893 2025.10.15 20:58:17.217703 [ 276 ] {} TCP-Session: fb055b1a-3082-4b48-8ceb-10ad22945e25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:17.217305 [ 274 ] {} TCP-Session: cd34cff0-4696-44eb-ae75-0c53740b9e1c Authenticating user 'default' from [fd00:1122:3344:101::a]:40145 2025.10.15 20:58:17.217840 [ 273 ] {} TCP-Session: 4bf3f9f5-1d67-49f8-835f-a8390c5832c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:17.217824 [ 276 ] {} TCP-Session: fb055b1a-3082-4b48-8ceb-10ad22945e25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:17.217894 [ 274 ] {} TCP-Session: cd34cff0-4696-44eb-ae75-0c53740b9e1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:17.217817 [ 275 ] {} TCP-Session: 386a09b3-ed8a-4e08-9470-1de60263c919 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:17.217294 [ 271 ] {} TCP-Session: 3fa0007d-205b-4434-b9ff-f6615a1a1cb7 Authenticating user 'default' from [fd00:1122:3344:101::a]:43954 2025.10.15 20:58:17.217259 [ 272 ] {} TCP-Session: 051134b1-45d2-436d-ad46-d48764bea889 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:17.218103 [ 273 ] {} TCP-Session: 4bf3f9f5-1d67-49f8-835f-a8390c5832c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:17.217723 [ 277 ] {} TCP-Session: de8bb7bf-2798-4739-b8e5-fdf6cf81a127 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:17.218193 [ 275 ] {} TCP-Session: 386a09b3-ed8a-4e08-9470-1de60263c919 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:17.218214 [ 277 ] {} TCP-Session: de8bb7bf-2798-4739-b8e5-fdf6cf81a127 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:17.218295 [ 274 ] {} TCP-Session: cd34cff0-4696-44eb-ae75-0c53740b9e1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:17.218419 [ 271 ] {} TCP-Session: 3fa0007d-205b-4434-b9ff-f6615a1a1cb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:17.218647 [ 271 ] {} TCP-Session: 3fa0007d-205b-4434-b9ff-f6615a1a1cb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:18.001139 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 138.39 MiB, peak 138.39 MiB, free memory in arenas 0.00 B, will set to 139.41 MiB (RSS), difference: 1.02 MiB 2025.10.15 20:58:18.696810 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35330 2025.10.15 20:58:18.697389 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:18.697515 [ 278 ] {} TCP-Session: bbbd3dae-0bbe-487b-bae4-cce45799bf23 Authenticating user 'default' from [fd00:1122:3344:101::c]:35330 2025.10.15 20:58:18.697546 [ 278 ] {} TCP-Session: bbbd3dae-0bbe-487b-bae4-cce45799bf23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:18.697559 [ 278 ] {} TCP-Session: bbbd3dae-0bbe-487b-bae4-cce45799bf23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:18.697758 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.10.15 20:58:18.697788 [ 278 ] {} 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 2025.10.15 20:58:18.697908 [ 278 ] {} 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 2025.10.15 20:58:18.700892 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62699 2025.10.15 20:58:18.700992 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38652 2025.10.15 20:58:18.701110 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:18.701150 [ 279 ] {} TCP-Session: b55bf176-88e8-4aea-a3dd-3dc0d18aa41a Authenticating user 'default' from [fd00:1122:3344:101::c]:62699 2025.10.15 20:58:18.701198 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:18.701144 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40464 2025.10.15 20:58:18.701294 [ 279 ] {} TCP-Session: b55bf176-88e8-4aea-a3dd-3dc0d18aa41a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:18.701299 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59837 2025.10.15 20:58:18.701372 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57850 2025.10.15 20:58:18.701517 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:18.701314 [ 280 ] {} TCP-Session: 0ecd3e47-f40b-4eb3-a37e-0b7031a177a9 Authenticating user 'default' from [fd00:1122:3344:101::c]:38652 2025.10.15 20:58:18.701673 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37693 2025.10.15 20:58:18.701700 [ 280 ] {} TCP-Session: 0ecd3e47-f40b-4eb3-a37e-0b7031a177a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:18.701596 [ 281 ] {} TCP-Session: fdb03bd1-a886-49be-b7b1-1c139b164852 Authenticating user 'default' from [fd00:1122:3344:101::c]:40464 2025.10.15 20:58:18.701558 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53524 2025.10.15 20:58:18.701809 [ 280 ] {} TCP-Session: 0ecd3e47-f40b-4eb3-a37e-0b7031a177a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:18.701800 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:18.701810 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:18.701917 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:18.702022 [ 283 ] {} TCP-Session: 5c5413e5-1895-4494-9f3d-bb46117447b7 Authenticating user 'default' from [fd00:1122:3344:101::c]:57850 2025.10.15 20:58:18.702024 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:18.701896 [ 282 ] {} TCP-Session: 31cbd5c6-b388-4872-890e-958a71a9298d Authenticating user 'default' from [fd00:1122:3344:101::c]:59837 2025.10.15 20:58:18.702128 [ 285 ] {} TCP-Session: 8243c21e-f523-42c3-b1d1-e1edb7cfee9d Authenticating user 'default' from [fd00:1122:3344:101::c]:37693 2025.10.15 20:58:18.702153 [ 283 ] {} TCP-Session: 5c5413e5-1895-4494-9f3d-bb46117447b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:18.702160 [ 284 ] {} TCP-Session: 4360edee-eea3-4f52-b7f3-6a00075abfbb Authenticating user 'default' from [fd00:1122:3344:101::c]:53524 2025.10.15 20:58:18.702222 [ 282 ] {} TCP-Session: 31cbd5c6-b388-4872-890e-958a71a9298d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:18.702226 [ 283 ] {} TCP-Session: 5c5413e5-1895-4494-9f3d-bb46117447b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:18.701796 [ 281 ] {} TCP-Session: fdb03bd1-a886-49be-b7b1-1c139b164852 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:18.702405 [ 282 ] {} TCP-Session: 31cbd5c6-b388-4872-890e-958a71a9298d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:18.702384 [ 284 ] {} TCP-Session: 4360edee-eea3-4f52-b7f3-6a00075abfbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:18.701319 [ 279 ] {} TCP-Session: b55bf176-88e8-4aea-a3dd-3dc0d18aa41a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:18.702540 [ 284 ] {} TCP-Session: 4360edee-eea3-4f52-b7f3-6a00075abfbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:18.702528 [ 281 ] {} TCP-Session: fdb03bd1-a886-49be-b7b1-1c139b164852 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:18.702244 [ 285 ] {} TCP-Session: 8243c21e-f523-42c3-b1d1-e1edb7cfee9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:18.702829 [ 285 ] {} TCP-Session: 8243c21e-f523-42c3-b1d1-e1edb7cfee9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:21.313107 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.10.15 20:58:21.313112 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2025.10.15 20:58:21.313255 [ 243 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.10.15 20:58:21.313403 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.10.15 20:58:21.319975 [ 244 ] {} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c): Loading data parts 2025.10.15 20:58:21.320195 [ 244 ] {} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c): There are no data parts 2025.10.15 20:58:21.331229 [ 243 ] {} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443): Loading data parts 2025.10.15 20:58:21.331407 [ 243 ] {} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443): There are no data parts 2025.10.15 20:58:21.332519 [ 244 ] {} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:21.332655 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:21.338293 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.10.15 20:58:21.338839 [ 244 ] {} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:21.339035 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2025.10.15 20:58:21.363174 [ 243 ] {} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:21.363224 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:21.371040 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.10.15 20:58:21.372898 [ 243 ] {} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:21.377913 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.10.15 20:58:22.000153 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.94 MiB, peak 148.94 MiB, free memory in arenas 0.00 B, will set to 154.02 MiB (RSS), difference: 9.08 MiB 2025.10.15 20:58:23.812996 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.10.15 20:58:23.813101 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.10.15 20:58:23.819961 [ 242 ] {} system.query_log (b165a8b3-ba06-4257-a6e6-94c295333196): Loading data parts 2025.10.15 20:58:23.820180 [ 242 ] {} system.query_log (b165a8b3-ba06-4257-a6e6-94c295333196): There are no data parts 2025.10.15 20:58:23.826475 [ 242 ] {} system.query_log (b165a8b3-ba06-4257-a6e6-94c295333196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:23.826517 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:23.828207 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.10.15 20:58:23.828652 [ 242 ] {} system.query_log (b165a8b3-ba06-4257-a6e6-94c295333196): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:23.828995 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.10.15 20:58:24.000174 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.23 MiB, peak 158.23 MiB, free memory in arenas 0.00 B, will set to 155.20 MiB (RSS), difference: -3.03 MiB 2025.10.15 20:58:28.778726 [ 128 ] {} DNSResolver: Updating DNS cache 2025.10.15 20:58:28.778884 [ 128 ] {} DNSResolver: Updated DNS cache 2025.10.15 20:58:28.839122 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2025.10.15 20:58:28.839837 [ 244 ] {} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:28.839878 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:28.840818 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.10.15 20:58:28.841332 [ 244 ] {} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:28.841501 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.10.15 20:58:28.877968 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.10.15 20:58:28.899592 [ 243 ] {} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:28.899644 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:28.907520 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.10.15 20:58:28.908995 [ 243 ] {} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:28.912588 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.10.15 20:58:29.001136 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.93 MiB, peak 159.93 MiB, free memory in arenas 0.00 B, will set to 157.73 MiB (RSS), difference: 1.80 MiB 2025.10.15 20:58:34.001148 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 153.73 MiB, peak 159.93 MiB, free memory in arenas 0.00 B, will set to 157.75 MiB (RSS), difference: 4.02 MiB 2025.10.15 20:58:34.526227 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:34.526408 [ 3 ] {2b7e3424-6a24-4373-91f3-c7291f241d35} executeQuery: (from [fd00:1122:3344:101::d]:49808) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.10.15 20:58:34.531018 [ 3 ] {2b7e3424-6a24-4373-91f3-c7291f241d35} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:58:34.535800 [ 3 ] {2b7e3424-6a24-4373-91f3-c7291f241d35} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:58:34.542651 [ 3 ] {2b7e3424-6a24-4373-91f3-c7291f241d35} TCPHandler: Processed in 0.01654699 sec. 2025.10.15 20:58:34.556462 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:34.556612 [ 3 ] {99fc571b-daa2-4614-8e39-8662fbe5ca52} executeQuery: (from [fd00:1122:3344:101::d]:49808) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.10.15 20:58:34.558980 [ 3 ] {99fc571b-daa2-4614-8e39-8662fbe5ca52} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:58:34.559032 [ 3 ] {99fc571b-daa2-4614-8e39-8662fbe5ca52} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:58:34.559444 [ 3 ] {99fc571b-daa2-4614-8e39-8662fbe5ca52} TCPHandler: Processed in 0.003047607 sec. 2025.10.15 20:58:34.562308 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:34.562438 [ 3 ] {52b00ff0-4ee0-45e6-912e-6db30a16d410} executeQuery: (from [fd00:1122:3344:101::d]:49808) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'switch_port_control_data_link:errors_received') FORMAT Native; (stage: Complete) 2025.10.15 20:58:34.562741 [ 3 ] {52b00ff0-4ee0-45e6-912e-6db30a16d410} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:58:34.562785 [ 3 ] {52b00ff0-4ee0-45e6-912e-6db30a16d410} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:58:34.563109 [ 3 ] {52b00ff0-4ee0-45e6-912e-6db30a16d410} TCPHandler: Processed in 0.000855418 sec. 2025.10.15 20:58:34.563364 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:34.563482 [ 3 ] {5b38e6a2-6cae-4584-b13a-95b08160408b} executeQuery: (from [fd00:1122:3344:101::d]:49808) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent') FORMAT Native; (stage: Complete) 2025.10.15 20:58:34.563730 [ 3 ] {5b38e6a2-6cae-4584-b13a-95b08160408b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:58:34.563773 [ 3 ] {5b38e6a2-6cae-4584-b13a-95b08160408b} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:58:34.564194 [ 3 ] {5b38e6a2-6cae-4584-b13a-95b08160408b} TCPHandler: Processed in 0.000877968 sec. 2025.10.15 20:58:34.564455 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:34.564581 [ 3 ] {bf1b7ece-b013-4d92-95fe-13e5b93c1de2} executeQuery: (from [fd00:1122:3344:101::d]:49808) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent') FORMAT Native; (stage: Complete) 2025.10.15 20:58:34.564874 [ 3 ] {bf1b7ece-b013-4d92-95fe-13e5b93c1de2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:58:34.564921 [ 3 ] {bf1b7ece-b013-4d92-95fe-13e5b93c1de2} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:58:34.565284 [ 3 ] {bf1b7ece-b013-4d92-95fe-13e5b93c1de2} TCPHandler: Processed in 0.000877998 sec. 2025.10.15 20:58:34.565576 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:34.565700 [ 3 ] {4f22ab60-8edf-418d-bed4-a9f5fd586210} executeQuery: (from [fd00:1122:3344:101::d]:49808) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.10.15 20:58:34.565977 [ 3 ] {4f22ab60-8edf-418d-bed4-a9f5fd586210} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:58:34.566022 [ 3 ] {4f22ab60-8edf-418d-bed4-a9f5fd586210} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:58:34.566360 [ 3 ] {4f22ab60-8edf-418d-bed4-a9f5fd586210} TCPHandler: Processed in 0.000834297 sec. 2025.10.15 20:58:34.566630 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:34.566748 [ 3 ] {237f322e-8294-4c1b-abe3-2f6e6c87ff65} executeQuery: (from [fd00:1122:3344:101::d]:49808) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.10.15 20:58:34.566999 [ 3 ] {237f322e-8294-4c1b-abe3-2f6e6c87ff65} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:58:34.567043 [ 3 ] {237f322e-8294-4c1b-abe3-2f6e6c87ff65} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:58:34.567371 [ 3 ] {237f322e-8294-4c1b-abe3-2f6e6c87ff65} TCPHandler: Processed in 0.000788925 sec. 2025.10.15 20:58:34.573576 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:34.573700 [ 3 ] {2e3c8a7d-9230-4b1d-bf65-da0e5c0fd111} executeQuery: (from [fd00:1122:3344:101::d]:49808) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.10.15 20:58:34.573958 [ 3 ] {2e3c8a7d-9230-4b1d-bf65-da0e5c0fd111} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:58:34.574003 [ 3 ] {2e3c8a7d-9230-4b1d-bf65-da0e5c0fd111} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:58:34.574346 [ 3 ] {2e3c8a7d-9230-4b1d-bf65-da0e5c0fd111} TCPHandler: Processed in 0.000821467 sec. 2025.10.15 20:58:34.574633 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:34.574752 [ 3 ] {2ce322cd-f50f-495a-8f0a-6e8fc8a759bf} executeQuery: (from [fd00:1122:3344:101::d]:49808) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.10.15 20:58:34.575013 [ 3 ] {2ce322cd-f50f-495a-8f0a-6e8fc8a759bf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:58:34.575057 [ 3 ] {2ce322cd-f50f-495a-8f0a-6e8fc8a759bf} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:58:34.575379 [ 3 ] {2ce322cd-f50f-495a-8f0a-6e8fc8a759bf} TCPHandler: Processed in 0.000793926 sec. 2025.10.15 20:58:34.575583 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:34.575702 [ 3 ] {6cf76b1b-5672-44f0-992b-2fdaa7eab634} executeQuery: (from [fd00:1122:3344:101::d]:49808) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.10.15 20:58:34.575949 [ 3 ] {6cf76b1b-5672-44f0-992b-2fdaa7eab634} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:58:34.575992 [ 3 ] {6cf76b1b-5672-44f0-992b-2fdaa7eab634} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:58:34.576305 [ 3 ] {6cf76b1b-5672-44f0-992b-2fdaa7eab634} TCPHandler: Processed in 0.000770614 sec. 2025.10.15 20:58:34.576546 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:34.576664 [ 3 ] {d9e442b8-565f-4a68-b8a2-bacac0242441} executeQuery: (from [fd00:1122:3344:101::d]:49808) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.10.15 20:58:34.576917 [ 3 ] {d9e442b8-565f-4a68-b8a2-bacac0242441} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:58:34.576959 [ 3 ] {d9e442b8-565f-4a68-b8a2-bacac0242441} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:58:34.577271 [ 3 ] {d9e442b8-565f-4a68-b8a2-bacac0242441} TCPHandler: Processed in 0.000772264 sec. 2025.10.15 20:58:34.577466 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:34.577584 [ 3 ] {420666c3-5f32-4bc6-9a46-862702ba25ba} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.10.15 20:58:34.577838 [ 3 ] {420666c3-5f32-4bc6-9a46-862702ba25ba} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:58:34.577883 [ 3 ] {420666c3-5f32-4bc6-9a46-862702ba25ba} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:58:34.578209 [ 3 ] {420666c3-5f32-4bc6-9a46-862702ba25ba} TCPHandler: Processed in 0.000793536 sec. 2025.10.15 20:58:34.578426 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:34.578544 [ 3 ] {b704d97d-d838-451a-a5e3-1fb2ba933c59} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.10.15 20:58:34.578795 [ 3 ] {b704d97d-d838-451a-a5e3-1fb2ba933c59} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:58:34.578837 [ 3 ] {b704d97d-d838-451a-a5e3-1fb2ba933c59} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:58:34.579148 [ 3 ] {b704d97d-d838-451a-a5e3-1fb2ba933c59} TCPHandler: Processed in 0.000769724 sec. 2025.10.15 20:58:34.579351 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:34.579468 [ 3 ] {6715f60c-0024-4955-8c3a-66356dcb0621} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.10.15 20:58:34.579717 [ 3 ] {6715f60c-0024-4955-8c3a-66356dcb0621} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:58:34.579759 [ 3 ] {6715f60c-0024-4955-8c3a-66356dcb0621} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:58:34.580078 [ 3 ] {6715f60c-0024-4955-8c3a-66356dcb0621} TCPHandler: Processed in 0.000773925 sec. 2025.10.15 20:58:34.580333 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:34.580453 [ 3 ] {7cd043a2-a09a-4a82-9c3a-e25aeb864d20} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.10.15 20:58:34.580711 [ 3 ] {7cd043a2-a09a-4a82-9c3a-e25aeb864d20} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:58:34.580754 [ 3 ] {7cd043a2-a09a-4a82-9c3a-e25aeb864d20} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:58:34.581081 [ 3 ] {7cd043a2-a09a-4a82-9c3a-e25aeb864d20} TCPHandler: Processed in 0.000795736 sec. 2025.10.15 20:58:34.581315 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:34.581451 [ 3 ] {df996b9b-e40f-4ec7-ad50-000e6af35aeb} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.10.15 20:58:34.581748 [ 3 ] {df996b9b-e40f-4ec7-ad50-000e6af35aeb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:58:34.581793 [ 3 ] {df996b9b-e40f-4ec7-ad50-000e6af35aeb} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:58:34.582120 [ 3 ] {df996b9b-e40f-4ec7-ad50-000e6af35aeb} TCPHandler: Processed in 0.000852678 sec. 2025.10.15 20:58:34.582337 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:34.582456 [ 3 ] {5b16d698-53b9-4ba2-99a2-68a893c733d4} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.10.15 20:58:34.582713 [ 3 ] {5b16d698-53b9-4ba2-99a2-68a893c733d4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:58:34.582757 [ 3 ] {5b16d698-53b9-4ba2-99a2-68a893c733d4} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:58:34.583093 [ 3 ] {5b16d698-53b9-4ba2-99a2-68a893c733d4} TCPHandler: Processed in 0.000803886 sec. 2025.10.15 20:58:34.583307 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:34.583426 [ 3 ] {5f6b5b5b-36fe-452c-8ca3-e11fea02a441} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.10.15 20:58:34.583701 [ 3 ] {5f6b5b5b-36fe-452c-8ca3-e11fea02a441} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:58:34.583743 [ 3 ] {5f6b5b5b-36fe-452c-8ca3-e11fea02a441} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:58:34.584058 [ 3 ] {5f6b5b5b-36fe-452c-8ca3-e11fea02a441} TCPHandler: Processed in 0.000799526 sec. 2025.10.15 20:58:34.584291 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:34.584420 [ 3 ] {c615384d-f617-4697-921c-6d55c3209c93} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.10.15 20:58:34.584689 [ 3 ] {c615384d-f617-4697-921c-6d55c3209c93} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:58:34.584733 [ 3 ] {c615384d-f617-4697-921c-6d55c3209c93} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:58:34.585050 [ 3 ] {c615384d-f617-4697-921c-6d55c3209c93} TCPHandler: Processed in 0.000806366 sec. 2025.10.15 20:58:34.585250 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:34.585372 [ 3 ] {85b066d7-6aa6-439f-915d-ae8a3ca36e5b} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.10.15 20:58:34.585639 [ 3 ] {85b066d7-6aa6-439f-915d-ae8a3ca36e5b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:58:34.585682 [ 3 ] {85b066d7-6aa6-439f-915d-ae8a3ca36e5b} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:58:34.585996 [ 3 ] {85b066d7-6aa6-439f-915d-ae8a3ca36e5b} TCPHandler: Processed in 0.000793265 sec. 2025.10.15 20:58:34.586205 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:34.586326 [ 3 ] {1e3d234e-eeb5-4356-b552-085799910df3} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.10.15 20:58:34.586587 [ 3 ] {1e3d234e-eeb5-4356-b552-085799910df3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:58:34.586629 [ 3 ] {1e3d234e-eeb5-4356-b552-085799910df3} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:58:34.586921 [ 3 ] {1e3d234e-eeb5-4356-b552-085799910df3} TCPHandler: Processed in 0.000763165 sec. 2025.10.15 20:58:34.587124 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:34.587245 [ 3 ] {2c04cb0b-5338-4ffe-9191-a9755566cf79} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.10.15 20:58:34.587506 [ 3 ] {2c04cb0b-5338-4ffe-9191-a9755566cf79} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:58:34.587548 [ 3 ] {2c04cb0b-5338-4ffe-9191-a9755566cf79} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:58:34.587829 [ 3 ] {2c04cb0b-5338-4ffe-9191-a9755566cf79} TCPHandler: Processed in 0.000752104 sec. 2025.10.15 20:58:34.588027 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:34.588147 [ 3 ] {07fbfed2-c277-4d78-a7b8-3c8c7575c57d} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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', 'oximeter_collector:collections', 'static_routing_config:static_routes', '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') FORMAT Native; (stage: Complete) 2025.10.15 20:58:34.588408 [ 3 ] {07fbfed2-c277-4d78-a7b8-3c8c7575c57d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:58:34.588450 [ 3 ] {07fbfed2-c277-4d78-a7b8-3c8c7575c57d} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:58:34.588735 [ 3 ] {07fbfed2-c277-4d78-a7b8-3c8c7575c57d} TCPHandler: Processed in 0.000754194 sec. 2025.10.15 20:58:34.588933 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:34.589052 [ 3 ] {feeb84cb-cf01-497b-ab0c-d3973701ba55} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', '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') FORMAT Native; (stage: Complete) 2025.10.15 20:58:34.589312 [ 3 ] {feeb84cb-cf01-497b-ab0c-d3973701ba55} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:58:34.589354 [ 3 ] {feeb84cb-cf01-497b-ab0c-d3973701ba55} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:58:34.589635 [ 3 ] {feeb84cb-cf01-497b-ab0c-d3973701ba55} TCPHandler: Processed in 0.000749824 sec. 2025.10.15 20:58:34.589822 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:34.589941 [ 3 ] {99b6ebc0-ae6f-4a35-a9db-413d5592d04a} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', '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') FORMAT Native; (stage: Complete) 2025.10.15 20:58:34.590203 [ 3 ] {99b6ebc0-ae6f-4a35-a9db-413d5592d04a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:58:34.590244 [ 3 ] {99b6ebc0-ae6f-4a35-a9db-413d5592d04a} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:58:34.590525 [ 3 ] {99b6ebc0-ae6f-4a35-a9db-413d5592d04a} TCPHandler: Processed in 0.000750004 sec. 2025.10.15 20:58:34.590777 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:34.590897 [ 3 ] {61ff5748-f8cc-44df-914a-abc546b1c3b2} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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_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') FORMAT Native; (stage: Complete) 2025.10.15 20:58:34.591161 [ 3 ] {61ff5748-f8cc-44df-914a-abc546b1c3b2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:58:34.591203 [ 3 ] {61ff5748-f8cc-44df-914a-abc546b1c3b2} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:58:34.591494 [ 3 ] {61ff5748-f8cc-44df-914a-abc546b1c3b2} TCPHandler: Processed in 0.000764824 sec. 2025.10.15 20:58:34.594644 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:34.594913 [ 3 ] {628194dd-9cd3-4dda-831c-0d38d7fca103} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.10.15 20:58:34.595029 [ 3 ] {628194dd-9cd3-4dda-831c-0d38d7fca103} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:58:34.595921 [ 3 ] {628194dd-9cd3-4dda-831c-0d38d7fca103} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:34.595984 [ 3 ] {628194dd-9cd3-4dda-831c-0d38d7fca103} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:34.598699 [ 3 ] {628194dd-9cd3-4dda-831c-0d38d7fca103} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.10.15 20:58:34.599187 [ 3 ] {628194dd-9cd3-4dda-831c-0d38d7fca103} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:34.599342 [ 3 ] {628194dd-9cd3-4dda-831c-0d38d7fca103} executeQuery: Read 26 rows, 5.74 KiB in 0.004519 sec., 5753.485284354946 rows/sec., 1.24 MiB/sec. 2025.10.15 20:58:34.599402 [ 3 ] {628194dd-9cd3-4dda-831c-0d38d7fca103} TCPHandler: Processed in 0.00500423 sec. 2025.10.15 20:58:34.599543 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:34.599655 [ 3 ] {67e18838-5298-4575-b8d9-69f96b813423} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.10.15 20:58:34.599700 [ 3 ] {67e18838-5298-4575-b8d9-69f96b813423} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.10.15 20:58:34.604199 [ 3 ] {67e18838-5298-4575-b8d9-69f96b813423} oximeter.fields_i16 (d7f482c1-5aba-40b2-aabc-700f53107ca9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:34.604241 [ 3 ] {67e18838-5298-4575-b8d9-69f96b813423} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:34.604723 [ 3 ] {67e18838-5298-4575-b8d9-69f96b813423} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.10.15 20:58:34.605150 [ 3 ] {67e18838-5298-4575-b8d9-69f96b813423} oximeter.fields_i16 (d7f482c1-5aba-40b2-aabc-700f53107ca9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:34.605282 [ 3 ] {67e18838-5298-4575-b8d9-69f96b813423} executeQuery: Read 24 rows, 2.04 KiB in 0.005659 sec., 4241.03198444955 rows/sec., 360.32 KiB/sec. 2025.10.15 20:58:34.605320 [ 3 ] {67e18838-5298-4575-b8d9-69f96b813423} TCPHandler: Processed in 0.005830977 sec. 2025.10.15 20:58:34.605436 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:34.605536 [ 3 ] {6682aef3-4c7e-4aba-8c73-5ad9e1b5a85f} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.10.15 20:58:34.605576 [ 3 ] {6682aef3-4c7e-4aba-8c73-5ad9e1b5a85f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.10.15 20:58:34.605967 [ 3 ] {6682aef3-4c7e-4aba-8c73-5ad9e1b5a85f} oximeter.fields_ipaddr (41cdf2fe-246e-4bbe-986e-2e310ae919ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:34.606003 [ 3 ] {6682aef3-4c7e-4aba-8c73-5ad9e1b5a85f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:34.606394 [ 3 ] {6682aef3-4c7e-4aba-8c73-5ad9e1b5a85f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.10.15 20:58:34.606800 [ 3 ] {6682aef3-4c7e-4aba-8c73-5ad9e1b5a85f} oximeter.fields_ipaddr (41cdf2fe-246e-4bbe-986e-2e310ae919ad): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:34.606931 [ 3 ] {6682aef3-4c7e-4aba-8c73-5ad9e1b5a85f} executeQuery: Read 10 rows, 835.00 B in 0.001419 sec., 7047.216349541932 rows/sec., 574.65 KiB/sec. 2025.10.15 20:58:34.606969 [ 3 ] {6682aef3-4c7e-4aba-8c73-5ad9e1b5a85f} TCPHandler: Processed in 0.001583411 sec. 2025.10.15 20:58:34.607070 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:34.607163 [ 3 ] {e3dbc2ba-5f7c-4e5c-af4c-ef198a810bf5} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.10.15 20:58:34.607203 [ 3 ] {e3dbc2ba-5f7c-4e5c-af4c-ef198a810bf5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.10.15 20:58:34.607699 [ 3 ] {e3dbc2ba-5f7c-4e5c-af4c-ef198a810bf5} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:34.607734 [ 3 ] {e3dbc2ba-5f7c-4e5c-af4c-ef198a810bf5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:34.608211 [ 3 ] {e3dbc2ba-5f7c-4e5c-af4c-ef198a810bf5} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.10.15 20:58:34.608717 [ 3 ] {e3dbc2ba-5f7c-4e5c-af4c-ef198a810bf5} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:34.608843 [ 3 ] {e3dbc2ba-5f7c-4e5c-af4c-ef198a810bf5} executeQuery: Read 203 rows, 18.39 KiB in 0.001699 sec., 119482.04826368453 rows/sec., 10.57 MiB/sec. 2025.10.15 20:58:34.608885 [ 3 ] {e3dbc2ba-5f7c-4e5c-af4c-ef198a810bf5} TCPHandler: Processed in 0.00186435 sec. 2025.10.15 20:58:34.608998 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:34.609096 [ 3 ] {15a690b2-2e0c-4f0e-bf4f-51c4e9606039} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.10.15 20:58:34.609137 [ 3 ] {15a690b2-2e0c-4f0e-bf4f-51c4e9606039} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.10.15 20:58:34.609546 [ 3 ] {15a690b2-2e0c-4f0e-bf4f-51c4e9606039} oximeter.fields_u16 (d7c303a9-15d9-4d06-8799-7c4da6fb54b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:34.609581 [ 3 ] {15a690b2-2e0c-4f0e-bf4f-51c4e9606039} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:34.609970 [ 3 ] {15a690b2-2e0c-4f0e-bf4f-51c4e9606039} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.10.15 20:58:34.610386 [ 3 ] {15a690b2-2e0c-4f0e-bf4f-51c4e9606039} oximeter.fields_u16 (d7c303a9-15d9-4d06-8799-7c4da6fb54b6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:34.610506 [ 3 ] {15a690b2-2e0c-4f0e-bf4f-51c4e9606039} executeQuery: Read 33 rows, 2.49 KiB in 0.001432 sec., 23044.69273743017 rows/sec., 1.70 MiB/sec. 2025.10.15 20:58:34.610541 [ 3 ] {15a690b2-2e0c-4f0e-bf4f-51c4e9606039} TCPHandler: Processed in 0.001593671 sec. 2025.10.15 20:58:34.610637 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:34.610730 [ 3 ] {e8abe873-9d84-41b7-a788-b606899ac13f} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.10.15 20:58:34.610769 [ 3 ] {e8abe873-9d84-41b7-a788-b606899ac13f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.10.15 20:58:34.611197 [ 3 ] {e8abe873-9d84-41b7-a788-b606899ac13f} oximeter.fields_u32 (853aebea-44d6-4641-a94a-0f59bfb9a27d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:34.611229 [ 3 ] {e8abe873-9d84-41b7-a788-b606899ac13f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:34.611648 [ 3 ] {e8abe873-9d84-41b7-a788-b606899ac13f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.10.15 20:58:34.612244 [ 3 ] {e8abe873-9d84-41b7-a788-b606899ac13f} oximeter.fields_u32 (853aebea-44d6-4641-a94a-0f59bfb9a27d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:34.612378 [ 3 ] {e8abe873-9d84-41b7-a788-b606899ac13f} executeQuery: Read 24 rows, 2.04 KiB in 0.001666 sec., 14405.76230492197 rows/sec., 1.20 MiB/sec. 2025.10.15 20:58:34.612415 [ 3 ] {e8abe873-9d84-41b7-a788-b606899ac13f} TCPHandler: Processed in 0.001826868 sec. 2025.10.15 20:58:34.612527 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:34.612623 [ 3 ] {df6e0287-1772-4805-98c2-b87675f362f7} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.10.15 20:58:34.612664 [ 3 ] {df6e0287-1772-4805-98c2-b87675f362f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.10.15 20:58:34.613054 [ 3 ] {df6e0287-1772-4805-98c2-b87675f362f7} oximeter.fields_u8 (35941b20-babd-4759-abdd-f7e290b7e7b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:34.613089 [ 3 ] {df6e0287-1772-4805-98c2-b87675f362f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:34.613530 [ 3 ] {df6e0287-1772-4805-98c2-b87675f362f7} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.10.15 20:58:34.614045 [ 3 ] {df6e0287-1772-4805-98c2-b87675f362f7} oximeter.fields_u8 (35941b20-babd-4759-abdd-f7e290b7e7b6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:34.614172 [ 3 ] {df6e0287-1772-4805-98c2-b87675f362f7} executeQuery: Read 12 rows, 960.00 B in 0.001568 sec., 7653.061224489797 rows/sec., 597.90 KiB/sec. 2025.10.15 20:58:34.614210 [ 3 ] {df6e0287-1772-4805-98c2-b87675f362f7} TCPHandler: Processed in 0.001733606 sec. 2025.10.15 20:58:34.614317 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:34.614412 [ 3 ] {5404c1eb-2991-4c84-856f-54d9111cbd62} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.10.15 20:58:34.614452 [ 3 ] {5404c1eb-2991-4c84-856f-54d9111cbd62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.10.15 20:58:34.614886 [ 3 ] {5404c1eb-2991-4c84-856f-54d9111cbd62} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:34.614920 [ 3 ] {5404c1eb-2991-4c84-856f-54d9111cbd62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:34.615372 [ 3 ] {5404c1eb-2991-4c84-856f-54d9111cbd62} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.10.15 20:58:34.615851 [ 3 ] {5404c1eb-2991-4c84-856f-54d9111cbd62} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:34.615974 [ 3 ] {5404c1eb-2991-4c84-856f-54d9111cbd62} executeQuery: Read 121 rows, 10.07 KiB in 0.001581 sec., 76533.8393421885 rows/sec., 6.22 MiB/sec. 2025.10.15 20:58:34.616011 [ 3 ] {5404c1eb-2991-4c84-856f-54d9111cbd62} TCPHandler: Processed in 0.001745506 sec. 2025.10.15 20:58:34.616117 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:34.616213 [ 3 ] {85ba4e37-6ed9-4e21-97c4-7aecc6c407ae} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.10.15 20:58:34.616254 [ 3 ] {85ba4e37-6ed9-4e21-97c4-7aecc6c407ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.10.15 20:58:34.616682 [ 3 ] {85ba4e37-6ed9-4e21-97c4-7aecc6c407ae} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:34.616714 [ 3 ] {85ba4e37-6ed9-4e21-97c4-7aecc6c407ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:34.617231 [ 3 ] {85ba4e37-6ed9-4e21-97c4-7aecc6c407ae} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.10.15 20:58:34.617695 [ 3 ] {85ba4e37-6ed9-4e21-97c4-7aecc6c407ae} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:34.617822 [ 3 ] {85ba4e37-6ed9-4e21-97c4-7aecc6c407ae} executeQuery: Read 175 rows, 14.09 KiB in 0.001628 sec., 107493.85749385749 rows/sec., 8.45 MiB/sec. 2025.10.15 20:58:34.617858 [ 3 ] {85ba4e37-6ed9-4e21-97c4-7aecc6c407ae} TCPHandler: Processed in 0.001791238 sec. 2025.10.15 20:58:34.617966 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:34.618062 [ 3 ] {e5e073e9-4fa6-4899-b4b7-6aa930fa976c} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.10.15 20:58:34.618115 [ 3 ] {e5e073e9-4fa6-4899-b4b7-6aa930fa976c} 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 2025.10.15 20:58:34.618872 [ 3 ] {e5e073e9-4fa6-4899-b4b7-6aa930fa976c} oximeter.measurements_histogramu64 (a8ff0e27-afa2-41fe-82fb-121565cf63c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:34.618911 [ 3 ] {e5e073e9-4fa6-4899-b4b7-6aa930fa976c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:34.622580 [ 3 ] {e5e073e9-4fa6-4899-b4b7-6aa930fa976c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.10.15 20:58:34.623171 [ 3 ] {e5e073e9-4fa6-4899-b4b7-6aa930fa976c} oximeter.measurements_histogramu64 (a8ff0e27-afa2-41fe-82fb-121565cf63c4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:34.623324 [ 3 ] {e5e073e9-4fa6-4899-b4b7-6aa930fa976c} executeQuery: Read 11 rows, 20.18 KiB in 0.00528 sec., 2083.3333333333335 rows/sec., 3.73 MiB/sec. 2025.10.15 20:58:34.623397 [ 3 ] {e5e073e9-4fa6-4899-b4b7-6aa930fa976c} TCPHandler: Processed in 0.005480725 sec. 2025.10.15 20:58:34.623513 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:34.623611 [ 3 ] {917315ba-cb89-488d-b95c-b089597355d8} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.10.15 20:58:34.623653 [ 3 ] {917315ba-cb89-488d-b95c-b089597355d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.10.15 20:58:34.623988 [ 3 ] {917315ba-cb89-488d-b95c-b089597355d8} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:34.624026 [ 3 ] {917315ba-cb89-488d-b95c-b089597355d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:34.624485 [ 3 ] {917315ba-cb89-488d-b95c-b089597355d8} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.10.15 20:58:34.624965 [ 3 ] {917315ba-cb89-488d-b95c-b089597355d8} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:34.625091 [ 3 ] {917315ba-cb89-488d-b95c-b089597355d8} executeQuery: Read 12 rows, 848.00 B in 0.0015 sec., 8000 rows/sec., 552.08 KiB/sec. 2025.10.15 20:58:34.625129 [ 3 ] {917315ba-cb89-488d-b95c-b089597355d8} TCPHandler: Processed in 0.001666334 sec. 2025.10.15 20:58:36.342504 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 2025.10.15 20:58:36.343006 [ 244 ] {} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:36.343053 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:36.343794 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.10.15 20:58:36.344265 [ 244 ] {} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:36.344414 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 2025.10.15 20:58:36.413508 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.10.15 20:58:36.430547 [ 243 ] {} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:36.430614 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:36.437169 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.10.15 20:58:36.438331 [ 243 ] {} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:36.441553 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.10.15 20:58:37.001264 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 159.79 MiB, peak 163.79 MiB, free memory in arenas 0.00 B, will set to 160.93 MiB (RSS), difference: 1.14 MiB 2025.10.15 20:58:39.534578 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:39.534767 [ 3 ] {8ab9b797-1fd6-44cd-b8be-dd6441bc889e} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.10.15 20:58:39.534832 [ 3 ] {8ab9b797-1fd6-44cd-b8be-dd6441bc889e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.10.15 20:58:39.535455 [ 3 ] {8ab9b797-1fd6-44cd-b8be-dd6441bc889e} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:39.535503 [ 3 ] {8ab9b797-1fd6-44cd-b8be-dd6441bc889e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:39.536002 [ 3 ] {8ab9b797-1fd6-44cd-b8be-dd6441bc889e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.10.15 20:58:39.536541 [ 3 ] {8ab9b797-1fd6-44cd-b8be-dd6441bc889e} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:39.536702 [ 3 ] {8ab9b797-1fd6-44cd-b8be-dd6441bc889e} executeQuery: Read 56 rows, 4.38 KiB in 0.001982 sec., 28254.28859737639 rows/sec., 2.16 MiB/sec. 2025.10.15 20:58:39.536749 [ 3 ] {8ab9b797-1fd6-44cd-b8be-dd6441bc889e} TCPHandler: Processed in 0.002296144 sec. 2025.10.15 20:58:39.536875 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:39.536978 [ 3 ] {409ad586-9818-4e42-b9da-7449bef2ccdc} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.10.15 20:58:39.537023 [ 3 ] {409ad586-9818-4e42-b9da-7449bef2ccdc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.10.15 20:58:39.537456 [ 3 ] {409ad586-9818-4e42-b9da-7449bef2ccdc} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:39.537493 [ 3 ] {409ad586-9818-4e42-b9da-7449bef2ccdc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:39.537904 [ 3 ] {409ad586-9818-4e42-b9da-7449bef2ccdc} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.10.15 20:58:39.538364 [ 3 ] {409ad586-9818-4e42-b9da-7449bef2ccdc} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:39.538495 [ 3 ] {409ad586-9818-4e42-b9da-7449bef2ccdc} executeQuery: Read 64 rows, 5.12 KiB in 0.001541 sec., 41531.47306943543 rows/sec., 3.24 MiB/sec. 2025.10.15 20:58:39.538532 [ 3 ] {409ad586-9818-4e42-b9da-7449bef2ccdc} TCPHandler: Processed in 0.001711895 sec. 2025.10.15 20:58:39.538647 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:39.538744 [ 3 ] {d0cd7fa1-b882-4fdb-bff9-e44e4b5f117e} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.10.15 20:58:39.538788 [ 3 ] {d0cd7fa1-b882-4fdb-bff9-e44e4b5f117e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.10.15 20:58:39.539187 [ 3 ] {d0cd7fa1-b882-4fdb-bff9-e44e4b5f117e} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:39.539224 [ 3 ] {d0cd7fa1-b882-4fdb-bff9-e44e4b5f117e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:39.539660 [ 3 ] {d0cd7fa1-b882-4fdb-bff9-e44e4b5f117e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.10.15 20:58:39.540140 [ 3 ] {d0cd7fa1-b882-4fdb-bff9-e44e4b5f117e} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:39.540271 [ 3 ] {d0cd7fa1-b882-4fdb-bff9-e44e4b5f117e} executeQuery: Read 160 rows, 11.41 KiB in 0.001547 sec., 103425.98577892696 rows/sec., 7.20 MiB/sec. 2025.10.15 20:58:39.540307 [ 3 ] {d0cd7fa1-b882-4fdb-bff9-e44e4b5f117e} TCPHandler: Processed in 0.001710855 sec. 2025.10.15 20:58:39.540417 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:39.540514 [ 3 ] {a7307cdb-fcfc-4dc2-a255-5d345d24f889} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.10.15 20:58:39.540558 [ 3 ] {a7307cdb-fcfc-4dc2-a255-5d345d24f889} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.10.15 20:58:39.540884 [ 3 ] {a7307cdb-fcfc-4dc2-a255-5d345d24f889} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:39.540922 [ 3 ] {a7307cdb-fcfc-4dc2-a255-5d345d24f889} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:39.541317 [ 3 ] {a7307cdb-fcfc-4dc2-a255-5d345d24f889} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.10.15 20:58:39.541742 [ 3 ] {a7307cdb-fcfc-4dc2-a255-5d345d24f889} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:39.541871 [ 3 ] {a7307cdb-fcfc-4dc2-a255-5d345d24f889} executeQuery: Read 60 rows, 4.14 KiB in 0.001377 sec., 43572.98474945534 rows/sec., 2.94 MiB/sec. 2025.10.15 20:58:39.541905 [ 3 ] {a7307cdb-fcfc-4dc2-a255-5d345d24f889} TCPHandler: Processed in 0.001539199 sec. 2025.10.15 20:58:43.779125 [ 103 ] {} DNSResolver: Updating DNS cache 2025.10.15 20:58:43.779201 [ 103 ] {} DNSResolver: Updated DNS cache 2025.10.15 20:58:43.831034 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 82 entries to flush up to offset 170 2025.10.15 20:58:43.834591 [ 242 ] {} system.query_log (b165a8b3-ba06-4257-a6e6-94c295333196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:43.834631 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:43.835936 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.10.15 20:58:43.836417 [ 242 ] {} system.query_log (b165a8b3-ba06-4257-a6e6-94c295333196): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:43.836712 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 170 2025.10.15 20:58:43.845468 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 2025.10.15 20:58:43.845941 [ 244 ] {} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:43.845979 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:43.846632 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.10.15 20:58:43.847162 [ 244 ] {} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:43.847286 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2025.10.15 20:58:43.942579 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2025.10.15 20:58:43.959220 [ 243 ] {} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:43.959270 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:43.968828 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.10.15 20:58:43.970238 [ 243 ] {} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:43.974087 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2025.10.15 20:58:44.535172 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:44.535347 [ 3 ] {382a8c12-25ec-463c-afdb-c31529005916} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.10.15 20:58:44.535416 [ 3 ] {382a8c12-25ec-463c-afdb-c31529005916} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.10.15 20:58:44.536122 [ 3 ] {382a8c12-25ec-463c-afdb-c31529005916} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:44.536169 [ 3 ] {382a8c12-25ec-463c-afdb-c31529005916} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:44.536697 [ 3 ] {382a8c12-25ec-463c-afdb-c31529005916} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.10.15 20:58:44.537205 [ 3 ] {382a8c12-25ec-463c-afdb-c31529005916} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:44.537377 [ 3 ] {382a8c12-25ec-463c-afdb-c31529005916} executeQuery: Read 78 rows, 6.59 KiB in 0.002076 sec., 37572.25433526011 rows/sec., 3.10 MiB/sec. 2025.10.15 20:58:44.537432 [ 3 ] {382a8c12-25ec-463c-afdb-c31529005916} TCPHandler: Processed in 0.002382756 sec. 2025.10.15 20:58:44.537570 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:44.537678 [ 3 ] {ed0f9a0d-8d6b-47e0-8d6a-ab1696d91ee0} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.10.15 20:58:44.537727 [ 3 ] {ed0f9a0d-8d6b-47e0-8d6a-ab1696d91ee0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.10.15 20:58:44.538262 [ 3 ] {ed0f9a0d-8d6b-47e0-8d6a-ab1696d91ee0} oximeter.fields_u16 (d7c303a9-15d9-4d06-8799-7c4da6fb54b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:44.538303 [ 3 ] {ed0f9a0d-8d6b-47e0-8d6a-ab1696d91ee0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:44.538807 [ 3 ] {ed0f9a0d-8d6b-47e0-8d6a-ab1696d91ee0} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.10.15 20:58:44.539335 [ 3 ] {ed0f9a0d-8d6b-47e0-8d6a-ab1696d91ee0} oximeter.fields_u16 (d7c303a9-15d9-4d06-8799-7c4da6fb54b6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:44.539524 [ 3 ] {ed0f9a0d-8d6b-47e0-8d6a-ab1696d91ee0} executeQuery: Read 11 rows, 847.00 B in 0.00187 sec., 5882.352941176471 rows/sec., 442.33 KiB/sec. 2025.10.15 20:58:44.539577 [ 3 ] {ed0f9a0d-8d6b-47e0-8d6a-ab1696d91ee0} TCPHandler: Processed in 0.002059536 sec. 2025.10.15 20:58:44.539816 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:44.539937 [ 3 ] {095bad51-5d53-4b8e-a405-23394639a2d9} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.10.15 20:58:44.539992 [ 3 ] {095bad51-5d53-4b8e-a405-23394639a2d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.10.15 20:58:44.540629 [ 3 ] {095bad51-5d53-4b8e-a405-23394639a2d9} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:44.540671 [ 3 ] {095bad51-5d53-4b8e-a405-23394639a2d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:44.541120 [ 3 ] {095bad51-5d53-4b8e-a405-23394639a2d9} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.10.15 20:58:44.541600 [ 3 ] {095bad51-5d53-4b8e-a405-23394639a2d9} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:44.541735 [ 3 ] {095bad51-5d53-4b8e-a405-23394639a2d9} executeQuery: Read 75 rows, 6.00 KiB in 0.001829 sec., 41006.01421541826 rows/sec., 3.20 MiB/sec. 2025.10.15 20:58:44.541772 [ 3 ] {095bad51-5d53-4b8e-a405-23394639a2d9} TCPHandler: Processed in 0.002020135 sec. 2025.10.15 20:58:44.541901 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:44.541998 [ 3 ] {162180a0-5e48-484e-93e3-e3c3738eb936} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.10.15 20:58:44.542041 [ 3 ] {162180a0-5e48-484e-93e3-e3c3738eb936} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.10.15 20:58:44.542469 [ 3 ] {162180a0-5e48-484e-93e3-e3c3738eb936} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:44.542508 [ 3 ] {162180a0-5e48-484e-93e3-e3c3738eb936} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:44.542986 [ 3 ] {162180a0-5e48-484e-93e3-e3c3738eb936} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.10.15 20:58:44.543422 [ 3 ] {162180a0-5e48-484e-93e3-e3c3738eb936} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:44.543554 [ 3 ] {162180a0-5e48-484e-93e3-e3c3738eb936} executeQuery: Read 160 rows, 11.41 KiB in 0.001575 sec., 101587.30158730158 rows/sec., 7.08 MiB/sec. 2025.10.15 20:58:44.543590 [ 3 ] {162180a0-5e48-484e-93e3-e3c3738eb936} TCPHandler: Processed in 0.001747226 sec. 2025.10.15 20:58:44.543705 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:44.543806 [ 3 ] {d0906e5b-5450-40b5-ac26-d8e4fbb333ec} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.10.15 20:58:44.543866 [ 3 ] {d0906e5b-5450-40b5-ac26-d8e4fbb333ec} 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 2025.10.15 20:58:44.544668 [ 3 ] {d0906e5b-5450-40b5-ac26-d8e4fbb333ec} oximeter.measurements_histogramu64 (a8ff0e27-afa2-41fe-82fb-121565cf63c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:44.544705 [ 3 ] {d0906e5b-5450-40b5-ac26-d8e4fbb333ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:44.545336 [ 3 ] {d0906e5b-5450-40b5-ac26-d8e4fbb333ec} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.10.15 20:58:44.545754 [ 3 ] {d0906e5b-5450-40b5-ac26-d8e4fbb333ec} oximeter.measurements_histogramu64 (a8ff0e27-afa2-41fe-82fb-121565cf63c4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:44.545892 [ 3 ] {d0906e5b-5450-40b5-ac26-d8e4fbb333ec} executeQuery: Read 11 rows, 20.18 KiB in 0.002105 sec., 5225.653206650831 rows/sec., 9.36 MiB/sec. 2025.10.15 20:58:44.545940 [ 3 ] {d0906e5b-5450-40b5-ac26-d8e4fbb333ec} TCPHandler: Processed in 0.002284323 sec. 2025.10.15 20:58:44.546062 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:44.546164 [ 3 ] {5b5c6dca-006d-4056-af51-31b4ec6533ee} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.10.15 20:58:44.546208 [ 3 ] {5b5c6dca-006d-4056-af51-31b4ec6533ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.10.15 20:58:44.546568 [ 3 ] {5b5c6dca-006d-4056-af51-31b4ec6533ee} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:44.546608 [ 3 ] {5b5c6dca-006d-4056-af51-31b4ec6533ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:44.547031 [ 3 ] {5b5c6dca-006d-4056-af51-31b4ec6533ee} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.10.15 20:58:44.547562 [ 3 ] {5b5c6dca-006d-4056-af51-31b4ec6533ee} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:44.547698 [ 3 ] {5b5c6dca-006d-4056-af51-31b4ec6533ee} executeQuery: Read 60 rows, 4.14 KiB in 0.001554 sec., 38610.03861003861 rows/sec., 2.60 MiB/sec. 2025.10.15 20:58:44.547736 [ 3 ] {5b5c6dca-006d-4056-af51-31b4ec6533ee} TCPHandler: Processed in 0.001729786 sec. 2025.10.15 20:58:49.534469 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:49.534662 [ 3 ] {1cd090b4-766d-4545-ae12-542edeb6ad86} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.10.15 20:58:49.534730 [ 3 ] {1cd090b4-766d-4545-ae12-542edeb6ad86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.10.15 20:58:49.535409 [ 3 ] {1cd090b4-766d-4545-ae12-542edeb6ad86} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:49.535458 [ 3 ] {1cd090b4-766d-4545-ae12-542edeb6ad86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:49.535958 [ 3 ] {1cd090b4-766d-4545-ae12-542edeb6ad86} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.10.15 20:58:49.536450 [ 3 ] {1cd090b4-766d-4545-ae12-542edeb6ad86} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:49.536613 [ 3 ] {1cd090b4-766d-4545-ae12-542edeb6ad86} executeQuery: Read 56 rows, 4.38 KiB in 0.001998 sec., 28028.028028028024 rows/sec., 2.14 MiB/sec. 2025.10.15 20:58:49.536671 [ 3 ] {1cd090b4-766d-4545-ae12-542edeb6ad86} TCPHandler: Processed in 0.002327404 sec. 2025.10.15 20:58:49.536810 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:49.536915 [ 3 ] {18c2d1e3-e90e-4f46-9509-a9c64a3b8e9c} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.10.15 20:58:49.536957 [ 3 ] {18c2d1e3-e90e-4f46-9509-a9c64a3b8e9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.10.15 20:58:49.537411 [ 3 ] {18c2d1e3-e90e-4f46-9509-a9c64a3b8e9c} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:49.537447 [ 3 ] {18c2d1e3-e90e-4f46-9509-a9c64a3b8e9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:49.537889 [ 3 ] {18c2d1e3-e90e-4f46-9509-a9c64a3b8e9c} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.10.15 20:58:49.538322 [ 3 ] {18c2d1e3-e90e-4f46-9509-a9c64a3b8e9c} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:49.538460 [ 3 ] {18c2d1e3-e90e-4f46-9509-a9c64a3b8e9c} executeQuery: Read 64 rows, 5.12 KiB in 0.001571 sec., 40738.383195416936 rows/sec., 3.18 MiB/sec. 2025.10.15 20:58:49.538506 [ 3 ] {18c2d1e3-e90e-4f46-9509-a9c64a3b8e9c} TCPHandler: Processed in 0.001755447 sec. 2025.10.15 20:58:49.538627 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:49.538726 [ 3 ] {5c6b78fe-98fb-437c-8094-e9a09f649f51} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.10.15 20:58:49.538770 [ 3 ] {5c6b78fe-98fb-437c-8094-e9a09f649f51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.10.15 20:58:49.539235 [ 3 ] {5c6b78fe-98fb-437c-8094-e9a09f649f51} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:49.539269 [ 3 ] {5c6b78fe-98fb-437c-8094-e9a09f649f51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:49.539724 [ 3 ] {5c6b78fe-98fb-437c-8094-e9a09f649f51} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.10.15 20:58:49.540140 [ 3 ] {5c6b78fe-98fb-437c-8094-e9a09f649f51} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:49.540268 [ 3 ] {5c6b78fe-98fb-437c-8094-e9a09f649f51} executeQuery: Read 160 rows, 11.41 KiB in 0.001564 sec., 102301.79028132992 rows/sec., 7.13 MiB/sec. 2025.10.15 20:58:49.540304 [ 3 ] {5c6b78fe-98fb-437c-8094-e9a09f649f51} TCPHandler: Processed in 0.001728456 sec. 2025.10.15 20:58:49.540419 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:49.540516 [ 3 ] {286ce623-e48a-42b1-bd04-430d03fd6b12} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.10.15 20:58:49.540558 [ 3 ] {286ce623-e48a-42b1-bd04-430d03fd6b12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.10.15 20:58:49.540901 [ 3 ] {286ce623-e48a-42b1-bd04-430d03fd6b12} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:49.540935 [ 3 ] {286ce623-e48a-42b1-bd04-430d03fd6b12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:49.541322 [ 3 ] {286ce623-e48a-42b1-bd04-430d03fd6b12} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.10.15 20:58:49.541882 [ 3 ] {286ce623-e48a-42b1-bd04-430d03fd6b12} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:49.542068 [ 3 ] {286ce623-e48a-42b1-bd04-430d03fd6b12} executeQuery: Read 60 rows, 4.14 KiB in 0.001569 sec., 38240.917782026765 rows/sec., 2.58 MiB/sec. 2025.10.15 20:58:49.542115 [ 3 ] {286ce623-e48a-42b1-bd04-430d03fd6b12} TCPHandler: Processed in 0.001744876 sec. 2025.10.15 20:58:51.348249 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 2025.10.15 20:58:51.348748 [ 244 ] {} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:51.348785 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:51.349418 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.10.15 20:58:51.349907 [ 244 ] {} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:51.350073 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 2025.10.15 20:58:51.475057 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2025.10.15 20:58:51.492957 [ 243 ] {} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:51.493012 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:51.499480 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.10.15 20:58:51.500641 [ 243 ] {} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:51.503804 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2025.10.15 20:58:52.000163 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 163.03 MiB, peak 167.03 MiB, free memory in arenas 0.00 B, will set to 164.18 MiB (RSS), difference: 1.15 MiB 2025.10.15 20:58:53.837909 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 190 2025.10.15 20:58:53.839793 [ 242 ] {} system.query_log (b165a8b3-ba06-4257-a6e6-94c295333196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:53.839844 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:53.840950 [ 242 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.10.15 20:58:53.841216 [ 242 ] {} system.query_log (b165a8b3-ba06-4257-a6e6-94c295333196): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:53.841506 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 190 2025.10.15 20:58:54.538228 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:54.538415 [ 3 ] {3bf383b7-bd89-4233-8d00-cb00d99e28c6} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.10.15 20:58:54.538482 [ 3 ] {3bf383b7-bd89-4233-8d00-cb00d99e28c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.10.15 20:58:54.539106 [ 3 ] {3bf383b7-bd89-4233-8d00-cb00d99e28c6} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:54.539158 [ 3 ] {3bf383b7-bd89-4233-8d00-cb00d99e28c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:54.539569 [ 3 ] {3bf383b7-bd89-4233-8d00-cb00d99e28c6} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.10.15 20:58:54.539797 [ 3 ] {3bf383b7-bd89-4233-8d00-cb00d99e28c6} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:54.539969 [ 3 ] {3bf383b7-bd89-4233-8d00-cb00d99e28c6} executeQuery: Read 78 rows, 6.59 KiB in 0.001603 sec., 48658.764815970055 rows/sec., 4.01 MiB/sec. 2025.10.15 20:58:54.540018 [ 3 ] {3bf383b7-bd89-4233-8d00-cb00d99e28c6} TCPHandler: Processed in 0.001920222 sec. 2025.10.15 20:58:54.540154 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:54.540258 [ 3 ] {50b8e2cf-9e8f-4721-a513-3980a0f46131} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.10.15 20:58:54.540302 [ 3 ] {50b8e2cf-9e8f-4721-a513-3980a0f46131} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.10.15 20:58:54.540721 [ 3 ] {50b8e2cf-9e8f-4721-a513-3980a0f46131} oximeter.fields_u16 (d7c303a9-15d9-4d06-8799-7c4da6fb54b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:54.540758 [ 3 ] {50b8e2cf-9e8f-4721-a513-3980a0f46131} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:54.541071 [ 3 ] {50b8e2cf-9e8f-4721-a513-3980a0f46131} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.10.15 20:58:54.541303 [ 3 ] {50b8e2cf-9e8f-4721-a513-3980a0f46131} oximeter.fields_u16 (d7c303a9-15d9-4d06-8799-7c4da6fb54b6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:54.541433 [ 3 ] {50b8e2cf-9e8f-4721-a513-3980a0f46131} executeQuery: Read 11 rows, 847.00 B in 0.0012 sec., 9166.666666666668 rows/sec., 689.29 KiB/sec. 2025.10.15 20:58:54.541471 [ 3 ] {50b8e2cf-9e8f-4721-a513-3980a0f46131} TCPHandler: Processed in 0.001372404 sec. 2025.10.15 20:58:54.541674 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:54.541772 [ 3 ] {d3ac0a0b-7678-4a32-a881-73d55b8e7495} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.10.15 20:58:54.541813 [ 3 ] {d3ac0a0b-7678-4a32-a881-73d55b8e7495} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.10.15 20:58:54.542229 [ 3 ] {d3ac0a0b-7678-4a32-a881-73d55b8e7495} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:54.542266 [ 3 ] {d3ac0a0b-7678-4a32-a881-73d55b8e7495} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:54.542574 [ 3 ] {d3ac0a0b-7678-4a32-a881-73d55b8e7495} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.10.15 20:58:54.542786 [ 3 ] {d3ac0a0b-7678-4a32-a881-73d55b8e7495} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:54.542916 [ 3 ] {d3ac0a0b-7678-4a32-a881-73d55b8e7495} executeQuery: Read 75 rows, 6.00 KiB in 0.001165 sec., 64377.68240343348 rows/sec., 5.03 MiB/sec. 2025.10.15 20:58:54.542952 [ 3 ] {d3ac0a0b-7678-4a32-a881-73d55b8e7495} TCPHandler: Processed in 0.001328983 sec. 2025.10.15 20:58:54.543068 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:54.543164 [ 3 ] {d729e270-bb7b-4bc7-b3f3-a9558b5817f3} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.10.15 20:58:54.543208 [ 3 ] {d729e270-bb7b-4bc7-b3f3-a9558b5817f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.10.15 20:58:54.543604 [ 3 ] {d729e270-bb7b-4bc7-b3f3-a9558b5817f3} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:54.543642 [ 3 ] {d729e270-bb7b-4bc7-b3f3-a9558b5817f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:54.543987 [ 3 ] {d729e270-bb7b-4bc7-b3f3-a9558b5817f3} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.10.15 20:58:54.544213 [ 3 ] {d729e270-bb7b-4bc7-b3f3-a9558b5817f3} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:54.544350 [ 3 ] {d729e270-bb7b-4bc7-b3f3-a9558b5817f3} executeQuery: Read 160 rows, 11.41 KiB in 0.001205 sec., 132780.08298755187 rows/sec., 9.25 MiB/sec. 2025.10.15 20:58:54.544389 [ 3 ] {d729e270-bb7b-4bc7-b3f3-a9558b5817f3} TCPHandler: Processed in 0.001371704 sec. 2025.10.15 20:58:54.544511 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:54.544607 [ 3 ] {3fe01590-f263-404b-8e34-75c888f9533c} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.10.15 20:58:54.544662 [ 3 ] {3fe01590-f263-404b-8e34-75c888f9533c} 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 2025.10.15 20:58:54.545386 [ 3 ] {3fe01590-f263-404b-8e34-75c888f9533c} oximeter.measurements_histogramu64 (a8ff0e27-afa2-41fe-82fb-121565cf63c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:54.545425 [ 3 ] {3fe01590-f263-404b-8e34-75c888f9533c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:54.545953 [ 3 ] {3fe01590-f263-404b-8e34-75c888f9533c} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.10.15 20:58:54.546180 [ 3 ] {3fe01590-f263-404b-8e34-75c888f9533c} oximeter.measurements_histogramu64 (a8ff0e27-afa2-41fe-82fb-121565cf63c4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:54.546313 [ 3 ] {3fe01590-f263-404b-8e34-75c888f9533c} executeQuery: Read 11 rows, 20.18 KiB in 0.001725 sec., 6376.811594202899 rows/sec., 11.43 MiB/sec. 2025.10.15 20:58:54.546368 [ 3 ] {3fe01590-f263-404b-8e34-75c888f9533c} TCPHandler: Processed in 0.001908161 sec. 2025.10.15 20:58:54.546481 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:54.546578 [ 3 ] {cd4142dc-6d4d-48c5-b012-f631c8e163a7} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.10.15 20:58:54.546620 [ 3 ] {cd4142dc-6d4d-48c5-b012-f631c8e163a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.10.15 20:58:54.546971 [ 3 ] {cd4142dc-6d4d-48c5-b012-f631c8e163a7} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:54.547007 [ 3 ] {cd4142dc-6d4d-48c5-b012-f631c8e163a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:54.547317 [ 3 ] {cd4142dc-6d4d-48c5-b012-f631c8e163a7} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.10.15 20:58:54.547530 [ 3 ] {cd4142dc-6d4d-48c5-b012-f631c8e163a7} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:54.547660 [ 3 ] {cd4142dc-6d4d-48c5-b012-f631c8e163a7} executeQuery: Read 60 rows, 4.14 KiB in 0.001101 sec., 54495.91280653951 rows/sec., 3.67 MiB/sec. 2025.10.15 20:58:54.547698 [ 3 ] {cd4142dc-6d4d-48c5-b012-f631c8e163a7} TCPHandler: Processed in 0.001267601 sec. 2025.10.15 20:58:56.618892 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60329 2025.10.15 20:58:56.619031 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:56.619062 [ 286 ] {} TCP-Session: 337571d4-60bc-4ea5-a433-7311866875ac Authenticating user 'default' from [fd00:1122:3344:101::e]:60329 2025.10.15 20:58:56.619083 [ 286 ] {} TCP-Session: 337571d4-60bc-4ea5-a433-7311866875ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:56.619096 [ 286 ] {} TCP-Session: 337571d4-60bc-4ea5-a433-7311866875ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:56.619145 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.10.15 20:58:56.619167 [ 286 ] {} 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 2025.10.15 20:58:56.619184 [ 286 ] {} 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 2025.10.15 20:58:56.620354 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56751 2025.10.15 20:58:56.620444 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34393 2025.10.15 20:58:56.620534 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35163 2025.10.15 20:58:56.620611 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41529 2025.10.15 20:58:56.620906 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35884 2025.10.15 20:58:56.621041 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61343 2025.10.15 20:58:56.621314 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58774 2025.10.15 20:58:56.621414 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51396 2025.10.15 20:58:56.622981 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:56.623003 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:56.623006 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:56.623029 [ 289 ] {} TCP-Session: fda2e2df-593b-4438-b3b0-5be1e2cd0b32 Authenticating user 'default' from [fd00:1122:3344:101::e]:35163 2025.10.15 20:58:56.623044 [ 294 ] {} TCP-Session: 066a5214-e883-45e9-9749-b9e91a5332eb Authenticating user 'default' from [fd00:1122:3344:101::e]:51396 2025.10.15 20:58:56.623045 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:56.623080 [ 294 ] {} TCP-Session: 066a5214-e883-45e9-9749-b9e91a5332eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:56.623070 [ 289 ] {} TCP-Session: fda2e2df-593b-4438-b3b0-5be1e2cd0b32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:56.623110 [ 294 ] {} TCP-Session: 066a5214-e883-45e9-9749-b9e91a5332eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:56.623113 [ 292 ] {} TCP-Session: 4572bbea-9b92-491f-b589-c81ae8699f56 Authenticating user 'default' from [fd00:1122:3344:101::e]:61343 2025.10.15 20:58:56.623128 [ 289 ] {} TCP-Session: fda2e2df-593b-4438-b3b0-5be1e2cd0b32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:56.623065 [ 293 ] {} TCP-Session: 5085229a-0a70-437a-adad-96fa1ee71037 Authenticating user 'default' from [fd00:1122:3344:101::e]:58774 2025.10.15 20:58:56.623166 [ 292 ] {} TCP-Session: 4572bbea-9b92-491f-b589-c81ae8699f56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:56.623187 [ 293 ] {} TCP-Session: 5085229a-0a70-437a-adad-96fa1ee71037 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:56.623205 [ 292 ] {} TCP-Session: 4572bbea-9b92-491f-b589-c81ae8699f56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:56.623213 [ 293 ] {} TCP-Session: 5085229a-0a70-437a-adad-96fa1ee71037 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:56.625277 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:56.625316 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:56.625328 [ 291 ] {} TCP-Session: 93078703-91ef-462e-82a8-ea72d9ab8ba9 Authenticating user 'default' from [fd00:1122:3344:101::e]:35884 2025.10.15 20:58:56.625358 [ 290 ] {} TCP-Session: 87f09344-d980-407a-bdbd-10a4c4954756 Authenticating user 'default' from [fd00:1122:3344:101::e]:41529 2025.10.15 20:58:56.625368 [ 291 ] {} TCP-Session: 93078703-91ef-462e-82a8-ea72d9ab8ba9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:56.625368 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:56.625392 [ 291 ] {} TCP-Session: 93078703-91ef-462e-82a8-ea72d9ab8ba9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:56.625385 [ 290 ] {} TCP-Session: 87f09344-d980-407a-bdbd-10a4c4954756 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:56.625420 [ 287 ] {} TCP-Session: 7dda7e84-772d-4fcb-8154-59f1fca07cb9 Authenticating user 'default' from [fd00:1122:3344:101::e]:56751 2025.10.15 20:58:56.625444 [ 290 ] {} TCP-Session: 87f09344-d980-407a-bdbd-10a4c4954756 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:56.625459 [ 287 ] {} TCP-Session: 7dda7e84-772d-4fcb-8154-59f1fca07cb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:56.625363 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:58:56.625484 [ 287 ] {} TCP-Session: 7dda7e84-772d-4fcb-8154-59f1fca07cb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:56.625523 [ 288 ] {} TCP-Session: 734c6a39-f8eb-4528-bf3f-cd46a73991bb Authenticating user 'default' from [fd00:1122:3344:101::e]:34393 2025.10.15 20:58:56.625548 [ 288 ] {} TCP-Session: 734c6a39-f8eb-4528-bf3f-cd46a73991bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:56.625560 [ 288 ] {} TCP-Session: 734c6a39-f8eb-4528-bf3f-cd46a73991bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:56.625627 [ 286 ] {} TCP-Session: 337571d4-60bc-4ea5-a433-7311866875ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:56.625799 [ 286 ] {901733eb-c6b9-4fa2-94ec-8ecb981f7bd7} executeQuery: (from [fd00:1122:3344:101::e]:60329) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.10.15 20:58:56.626105 [ 286 ] {901733eb-c6b9-4fa2-94ec-8ecb981f7bd7} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.10.15 20:58:56.630322 [ 286 ] {901733eb-c6b9-4fa2-94ec-8ecb981f7bd7} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:58:56.639185 [ 286 ] {901733eb-c6b9-4fa2-94ec-8ecb981f7bd7} oximeter.version (2389ab4c-c2e0-4775-9ef6-cb3f659ecd5d) (SelectExecutor): Key condition: unknown 2025.10.15 20:58:56.654784 [ 298 ] {901733eb-c6b9-4fa2-94ec-8ecb981f7bd7} AggregatingTransform: Aggregating 2025.10.15 20:58:56.656768 [ 298 ] {901733eb-c6b9-4fa2-94ec-8ecb981f7bd7} Aggregator: Aggregation method: without_key 2025.10.15 20:58:56.657482 [ 298 ] {901733eb-c6b9-4fa2-94ec-8ecb981f7bd7} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.005451414 sec. (183.439 rows/sec., 7.17 KiB/sec.) 2025.10.15 20:58:56.657505 [ 298 ] {901733eb-c6b9-4fa2-94ec-8ecb981f7bd7} Aggregator: Merging aggregated data 2025.10.15 20:58:56.657534 [ 298 ] {901733eb-c6b9-4fa2-94ec-8ecb981f7bd7} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2025.10.15 20:58:56.660712 [ 286 ] {901733eb-c6b9-4fa2-94ec-8ecb981f7bd7} executeQuery: Read 1 rows, 40.00 B in 0.03497 sec., 28.59593937660852 rows/sec., 1.12 KiB/sec. 2025.10.15 20:58:56.660832 [ 286 ] {901733eb-c6b9-4fa2-94ec-8ecb981f7bd7} TCPHandler: Processed in 0.035342372 sec. 2025.10.15 20:58:56.663316 [ 286 ] {} TCPHandler: Done processing connection. 2025.10.15 20:58:56.663349 [ 287 ] {} TCPHandler: Done processing connection. 2025.10.15 20:58:56.663371 [ 286 ] {} TCP-Session: 337571d4-60bc-4ea5-a433-7311866875ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:56.663370 [ 288 ] {} TCPHandler: Done processing connection. 2025.10.15 20:58:56.663393 [ 292 ] {} TCPHandler: Done processing connection. 2025.10.15 20:58:56.663416 [ 294 ] {} TCPHandler: Done processing connection. 2025.10.15 20:58:56.663436 [ 288 ] {} TCP-Session: 734c6a39-f8eb-4528-bf3f-cd46a73991bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:56.663449 [ 292 ] {} TCP-Session: 4572bbea-9b92-491f-b589-c81ae8699f56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:56.663446 [ 291 ] {} TCPHandler: Done processing connection. 2025.10.15 20:58:56.663484 [ 293 ] {} TCPHandler: Done processing connection. 2025.10.15 20:58:56.663512 [ 291 ] {} TCP-Session: 93078703-91ef-462e-82a8-ea72d9ab8ba9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:56.663471 [ 294 ] {} TCP-Session: 066a5214-e883-45e9-9749-b9e91a5332eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:56.663550 [ 293 ] {} TCP-Session: 5085229a-0a70-437a-adad-96fa1ee71037 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:56.663465 [ 290 ] {} TCPHandler: Done processing connection. 2025.10.15 20:58:56.663444 [ 289 ] {} TCPHandler: Done processing connection. 2025.10.15 20:58:56.663620 [ 290 ] {} TCP-Session: 87f09344-d980-407a-bdbd-10a4c4954756 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:56.663410 [ 287 ] {} TCP-Session: 7dda7e84-772d-4fcb-8154-59f1fca07cb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:56.663648 [ 289 ] {} TCP-Session: fda2e2df-593b-4438-b3b0-5be1e2cd0b32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:58:57.001157 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 164.45 MiB, peak 172.56 MiB, free memory in arenas 0.00 B, will set to 166.77 MiB (RSS), difference: 2.32 MiB 2025.10.15 20:58:58.779244 [ 84 ] {} DNSResolver: Updating DNS cache 2025.10.15 20:58:58.779304 [ 84 ] {} DNSResolver: Updated DNS cache 2025.10.15 20:58:58.851062 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 433 entries to flush up to offset 2812 2025.10.15 20:58:58.851554 [ 244 ] {} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:58.851604 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:58.852114 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.10.15 20:58:58.852363 [ 244 ] {} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:58.852507 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2812 2025.10.15 20:58:58.852540 [ 84 ] {} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.10.15 20:58:58.852643 [ 84 ] {} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:58.852679 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:58.853301 [ 187 ] {3c4b635c-9787-4e6c-abb8-2c8694f65b8c::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.10.15 20:58:58.855737 [ 187 ] {3c4b635c-9787-4e6c-abb8-2c8694f65b8c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.10.15 20:58:58.856082 [ 187 ] {3c4b635c-9787-4e6c-abb8-2c8694f65b8c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part 2025.10.15 20:58:58.860979 [ 187 ] {3c4b635c-9787-4e6c-abb8-2c8694f65b8c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part 2025.10.15 20:58:58.861098 [ 187 ] {3c4b635c-9787-4e6c-abb8-2c8694f65b8c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part 2025.10.15 20:58:58.861189 [ 187 ] {3c4b635c-9787-4e6c-abb8-2c8694f65b8c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part 2025.10.15 20:58:58.861268 [ 187 ] {3c4b635c-9787-4e6c-abb8-2c8694f65b8c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part 2025.10.15 20:58:58.861351 [ 187 ] {3c4b635c-9787-4e6c-abb8-2c8694f65b8c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 433 rows starting from the beginning of the part 2025.10.15 20:58:58.895676 [ 192 ] {3c4b635c-9787-4e6c-abb8-2c8694f65b8c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2812 rows, containing 4 columns (4 merged, 0 gathered) in 0.042857593 sec., 65612.64418186061 rows/sec., 961.12 KiB/sec. 2025.10.15 20:58:58.896475 [ 186 ] {3c4b635c-9787-4e6c-abb8-2c8694f65b8c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.10.15 20:58:58.896821 [ 186 ] {3c4b635c-9787-4e6c-abb8-2c8694f65b8c::all_1_6_1} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:58.896891 [ 186 ] {3c4b635c-9787-4e6c-abb8-2c8694f65b8c::all_1_6_1} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.10.15 20:58:58.897000 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2025.10.15 20:58:59.001165 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 166.91 MiB, peak 173.22 MiB, free memory in arenas 0.00 B, will set to 168.96 MiB (RSS), difference: 2.05 MiB 2025.10.15 20:58:59.004784 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2025.10.15 20:58:59.025619 [ 243 ] {} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:59.025709 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:59.032953 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.10.15 20:58:59.033870 [ 243 ] {} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:59.034192 [ 84 ] {} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.10.15 20:58:59.034230 [ 84 ] {} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:59.034248 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:59.034367 [ 186 ] {22c2ad7a-bff2-4209-9b4b-4237489d8443::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.10.15 20:58:59.038660 [ 186 ] {22c2ad7a-bff2-4209-9b4b-4237489d8443::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.10.15 20:58:59.038927 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2025.10.15 20:58:59.040231 [ 186 ] {22c2ad7a-bff2-4209-9b4b-4237489d8443::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2025.10.15 20:58:59.045057 [ 186 ] {22c2ad7a-bff2-4209-9b4b-4237489d8443::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2025.10.15 20:58:59.050469 [ 186 ] {22c2ad7a-bff2-4209-9b4b-4237489d8443::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part 2025.10.15 20:58:59.054876 [ 186 ] {22c2ad7a-bff2-4209-9b4b-4237489d8443::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2025.10.15 20:58:59.063965 [ 186 ] {22c2ad7a-bff2-4209-9b4b-4237489d8443::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2025.10.15 20:58:59.068529 [ 186 ] {22c2ad7a-bff2-4209-9b4b-4237489d8443::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2025.10.15 20:58:59.130444 [ 192 ] {22c2ad7a-bff2-4209-9b4b-4237489d8443::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.09613017 sec., 478.51782640143045 rows/sec., 2.47 MiB/sec. 2025.10.15 20:58:59.132824 [ 190 ] {22c2ad7a-bff2-4209-9b4b-4237489d8443::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.10.15 20:58:59.135017 [ 190 ] {22c2ad7a-bff2-4209-9b4b-4237489d8443::all_1_6_1} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:59.135117 [ 190 ] {22c2ad7a-bff2-4209-9b4b-4237489d8443::all_1_6_1} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.10.15 20:58:59.136992 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2025.10.15 20:58:59.534805 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:59.534985 [ 3 ] {52e3feef-3544-419e-bc4a-2e133cde4da2} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.10.15 20:58:59.535051 [ 3 ] {52e3feef-3544-419e-bc4a-2e133cde4da2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.10.15 20:58:59.535716 [ 3 ] {52e3feef-3544-419e-bc4a-2e133cde4da2} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:59.535766 [ 3 ] {52e3feef-3544-419e-bc4a-2e133cde4da2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:59.536169 [ 3 ] {52e3feef-3544-419e-bc4a-2e133cde4da2} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.10.15 20:58:59.536399 [ 3 ] {52e3feef-3544-419e-bc4a-2e133cde4da2} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:59.536553 [ 3 ] {52e3feef-3544-419e-bc4a-2e133cde4da2} executeQuery: Read 56 rows, 4.38 KiB in 0.001618 sec., 34610.630407911 rows/sec., 2.64 MiB/sec. 2025.10.15 20:58:59.536570 [ 85 ] {} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.10.15 20:58:59.536600 [ 3 ] {52e3feef-3544-419e-bc4a-2e133cde4da2} TCPHandler: Processed in 0.001928231 sec. 2025.10.15 20:58:59.536634 [ 85 ] {} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:59.536660 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:59.536741 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:59.536767 [ 193 ] {5949747e-8619-4b36-8053-86044f837c32::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.10.15 20:58:59.536852 [ 3 ] {806bdc14-709c-44e1-ac9b-fc7e1d0d9d07} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.10.15 20:58:59.536878 [ 193 ] {5949747e-8619-4b36-8053-86044f837c32::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.10.15 20:58:59.536896 [ 3 ] {806bdc14-709c-44e1-ac9b-fc7e1d0d9d07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.10.15 20:58:59.536925 [ 193 ] {5949747e-8619-4b36-8053-86044f837c32::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 203 rows starting from the beginning of the part 2025.10.15 20:58:59.537019 [ 193 ] {5949747e-8619-4b36-8053-86044f837c32::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part 2025.10.15 20:58:59.537082 [ 193 ] {5949747e-8619-4b36-8053-86044f837c32::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 78 rows starting from the beginning of the part 2025.10.15 20:58:59.537146 [ 193 ] {5949747e-8619-4b36-8053-86044f837c32::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part 2025.10.15 20:58:59.537206 [ 193 ] {5949747e-8619-4b36-8053-86044f837c32::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 78 rows starting from the beginning of the part 2025.10.15 20:58:59.537263 [ 193 ] {5949747e-8619-4b36-8053-86044f837c32::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part 2025.10.15 20:58:59.537346 [ 3 ] {806bdc14-709c-44e1-ac9b-fc7e1d0d9d07} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:59.537385 [ 3 ] {806bdc14-709c-44e1-ac9b-fc7e1d0d9d07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:59.537757 [ 3 ] {806bdc14-709c-44e1-ac9b-fc7e1d0d9d07} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.10.15 20:58:59.538010 [ 3 ] {806bdc14-709c-44e1-ac9b-fc7e1d0d9d07} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:59.538125 [ 85 ] {} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.10.15 20:58:59.538147 [ 3 ] {806bdc14-709c-44e1-ac9b-fc7e1d0d9d07} executeQuery: Read 64 rows, 5.12 KiB in 0.001321 sec., 48448.14534443604 rows/sec., 3.78 MiB/sec. 2025.10.15 20:58:59.538175 [ 85 ] {} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:59.538199 [ 3 ] {806bdc14-709c-44e1-ac9b-fc7e1d0d9d07} TCPHandler: Processed in 0.001511449 sec. 2025.10.15 20:58:59.538203 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:59.538267 [ 193 ] {5949747e-8619-4b36-8053-86044f837c32::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.00154378 sec., 341369.8843099405 rows/sec., 29.58 MiB/sec. 2025.10.15 20:58:59.538329 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:59.538349 [ 192 ] {1be09326-b1ef-4ed2-9100-0a0057739344::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.10.15 20:58:59.538431 [ 3 ] {e49ea00f-d3ea-4105-8310-c436938f4e05} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.10.15 20:58:59.538483 [ 3 ] {e49ea00f-d3ea-4105-8310-c436938f4e05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.10.15 20:58:59.538510 [ 192 ] {1be09326-b1ef-4ed2-9100-0a0057739344::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.10.15 20:58:59.538526 [ 188 ] {5949747e-8619-4b36-8053-86044f837c32::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.10.15 20:58:59.538565 [ 192 ] {1be09326-b1ef-4ed2-9100-0a0057739344::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 121 rows starting from the beginning of the part 2025.10.15 20:58:59.538657 [ 192 ] {1be09326-b1ef-4ed2-9100-0a0057739344::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part 2025.10.15 20:58:59.538710 [ 192 ] {1be09326-b1ef-4ed2-9100-0a0057739344::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 75 rows starting from the beginning of the part 2025.10.15 20:58:59.538756 [ 192 ] {1be09326-b1ef-4ed2-9100-0a0057739344::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part 2025.10.15 20:58:59.538816 [ 192 ] {1be09326-b1ef-4ed2-9100-0a0057739344::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 75 rows starting from the beginning of the part 2025.10.15 20:58:59.538865 [ 192 ] {1be09326-b1ef-4ed2-9100-0a0057739344::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part 2025.10.15 20:58:59.538894 [ 188 ] {5949747e-8619-4b36-8053-86044f837c32::all_1_6_1} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:59.538910 [ 3 ] {e49ea00f-d3ea-4105-8310-c436938f4e05} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:59.538955 [ 3 ] {e49ea00f-d3ea-4105-8310-c436938f4e05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:58:59.538981 [ 188 ] {5949747e-8619-4b36-8053-86044f837c32::all_1_6_1} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.10.15 20:58:59.539081 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.10.15 20:58:59.539368 [ 3 ] {e49ea00f-d3ea-4105-8310-c436938f4e05} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.10.15 20:58:59.539625 [ 3 ] {e49ea00f-d3ea-4105-8310-c436938f4e05} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:59.539730 [ 85 ] {} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.10.15 20:58:59.539763 [ 85 ] {} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:59.539767 [ 3 ] {e49ea00f-d3ea-4105-8310-c436938f4e05} executeQuery: Read 160 rows, 11.41 KiB in 0.001357 sec., 117907.14812085484 rows/sec., 8.21 MiB/sec. 2025.10.15 20:58:59.539872 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:59.539916 [ 3 ] {e49ea00f-d3ea-4105-8310-c436938f4e05} TCPHandler: Processed in 0.001638703 sec. 2025.10.15 20:58:59.539949 [ 193 ] {1be09326-b1ef-4ed2-9100-0a0057739344::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 463 rows, containing 5 columns (5 merged, 0 gathered) in 0.001679414 sec., 275691.4018818469 rows/sec., 22.80 MiB/sec. 2025.10.15 20:58:59.539957 [ 192 ] {b813c381-d0a9-40a4-bc41-76b393ddd609::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.10.15 20:58:59.540039 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:58:59.540076 [ 192 ] {b813c381-d0a9-40a4-bc41-76b393ddd609::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.10.15 20:58:59.540085 [ 188 ] {1be09326-b1ef-4ed2-9100-0a0057739344::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.10.15 20:58:59.540109 [ 192 ] {b813c381-d0a9-40a4-bc41-76b393ddd609::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 175 rows starting from the beginning of the part 2025.10.15 20:58:59.540144 [ 3 ] {2a67216d-7443-48c6-b7ae-3d699c9ab349} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.10.15 20:58:59.540267 [ 192 ] {b813c381-d0a9-40a4-bc41-76b393ddd609::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part 2025.10.15 20:58:59.540273 [ 3 ] {2a67216d-7443-48c6-b7ae-3d699c9ab349} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.10.15 20:58:59.540315 [ 192 ] {b813c381-d0a9-40a4-bc41-76b393ddd609::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part 2025.10.15 20:58:59.540344 [ 188 ] {1be09326-b1ef-4ed2-9100-0a0057739344::all_1_6_1} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:59.540355 [ 192 ] {b813c381-d0a9-40a4-bc41-76b393ddd609::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part 2025.10.15 20:58:59.540394 [ 192 ] {b813c381-d0a9-40a4-bc41-76b393ddd609::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part 2025.10.15 20:58:59.540414 [ 188 ] {1be09326-b1ef-4ed2-9100-0a0057739344::all_1_6_1} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.10.15 20:58:59.540432 [ 192 ] {b813c381-d0a9-40a4-bc41-76b393ddd609::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part 2025.10.15 20:58:59.540481 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.10.15 20:58:59.540636 [ 3 ] {2a67216d-7443-48c6-b7ae-3d699c9ab349} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:59.540682 [ 3 ] {2a67216d-7443-48c6-b7ae-3d699c9ab349} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:59.541037 [ 3 ] {2a67216d-7443-48c6-b7ae-3d699c9ab349} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.10.15 20:58:59.541274 [ 3 ] {2a67216d-7443-48c6-b7ae-3d699c9ab349} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:59.541376 [ 85 ] {} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.10.15 20:58:59.541406 [ 3 ] {2a67216d-7443-48c6-b7ae-3d699c9ab349} executeQuery: Read 60 rows, 4.14 KiB in 0.001282 sec., 46801.872074882995 rows/sec., 3.15 MiB/sec. 2025.10.15 20:58:59.541413 [ 85 ] {} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:58:59.541448 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.10.15 20:58:59.541451 [ 3 ] {2a67216d-7443-48c6-b7ae-3d699c9ab349} TCPHandler: Processed in 0.001462827 sec. 2025.10.15 20:58:59.541501 [ 194 ] {b813c381-d0a9-40a4-bc41-76b393ddd609::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 975 rows, containing 5 columns (5 merged, 0 gathered) in 0.00156062 sec., 624751.7012469403 rows/sec., 44.52 MiB/sec. 2025.10.15 20:58:59.541543 [ 192 ] {63a49219-c5d3-43db-829a-36c29b2288cf::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.10.15 20:58:59.541632 [ 192 ] {63a49219-c5d3-43db-829a-36c29b2288cf::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.10.15 20:58:59.541656 [ 192 ] {63a49219-c5d3-43db-829a-36c29b2288cf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2025.10.15 20:58:59.541698 [ 192 ] {63a49219-c5d3-43db-829a-36c29b2288cf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part 2025.10.15 20:58:59.541735 [ 192 ] {63a49219-c5d3-43db-829a-36c29b2288cf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part 2025.10.15 20:58:59.541749 [ 193 ] {b813c381-d0a9-40a4-bc41-76b393ddd609::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.10.15 20:58:59.541770 [ 192 ] {63a49219-c5d3-43db-829a-36c29b2288cf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part 2025.10.15 20:58:59.541807 [ 192 ] {63a49219-c5d3-43db-829a-36c29b2288cf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part 2025.10.15 20:58:59.541841 [ 192 ] {63a49219-c5d3-43db-829a-36c29b2288cf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part 2025.10.15 20:58:59.542076 [ 193 ] {b813c381-d0a9-40a4-bc41-76b393ddd609::all_1_6_1} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:59.542150 [ 193 ] {b813c381-d0a9-40a4-bc41-76b393ddd609::all_1_6_1} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.10.15 20:58:59.542227 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2025.10.15 20:58:59.542606 [ 189 ] {63a49219-c5d3-43db-829a-36c29b2288cf::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 312 rows, containing 4 columns (4 merged, 0 gathered) in 0.001092845 sec., 285493.3682269672 rows/sec., 19.24 MiB/sec. 2025.10.15 20:58:59.542753 [ 193 ] {63a49219-c5d3-43db-829a-36c29b2288cf::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.10.15 20:58:59.543028 [ 193 ] {63a49219-c5d3-43db-829a-36c29b2288cf::all_1_6_1} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:58:59.543091 [ 193 ] {63a49219-c5d3-43db-829a-36c29b2288cf::all_1_6_1} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.10.15 20:58:59.543159 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.10.15 20:59:00.001171 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 170.47 MiB, peak 179.58 MiB, free memory in arenas 0.00 B, will set to 179.79 MiB (RSS), difference: 9.33 MiB 2025.10.15 20:59:03.679789 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35157 2025.10.15 20:59:03.679915 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:03.679941 [ 286 ] {} TCP-Session: 2008d220-3e86-48c3-a4b9-0d737236602c Authenticating user 'default' from [fd00:1122:3344:101::e]:35157 2025.10.15 20:59:03.679962 [ 286 ] {} TCP-Session: 2008d220-3e86-48c3-a4b9-0d737236602c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.679975 [ 286 ] {} TCP-Session: 2008d220-3e86-48c3-a4b9-0d737236602c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.680194 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37807 2025.10.15 20:59:03.680249 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46494 2025.10.15 20:59:03.680270 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33361 2025.10.15 20:59:03.680288 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55428 2025.10.15 20:59:03.680325 [ 286 ] {} TCP-Session: 2008d220-3e86-48c3-a4b9-0d737236602c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:03.680318 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:03.680356 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62537 2025.10.15 20:59:03.680399 [ 287 ] {} TCP-Session: 80c52a8d-f8ab-449e-adfe-ef4430ce357e Authenticating user 'default' from [fd00:1122:3344:101::e]:37807 2025.10.15 20:59:03.680284 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42606 2025.10.15 20:59:03.680437 [ 287 ] {} TCP-Session: 80c52a8d-f8ab-449e-adfe-ef4430ce357e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.680255 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46734 2025.10.15 20:59:03.680490 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:03.680509 [ 286 ] {014b47d1-6c32-42d2-9777-3107a5abfe2d} executeQuery: (from [fd00:1122:3344:101::e]:35157) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.10.15 20:59:03.680255 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65206 2025.10.15 20:59:03.680547 [ 291 ] {} TCP-Session: c45d8d9b-50b5-434d-b787-45732291c6c4 Authenticating user 'default' from [fd00:1122:3344:101::e]:33361 2025.10.15 20:59:03.680472 [ 287 ] {} TCP-Session: 80c52a8d-f8ab-449e-adfe-ef4430ce357e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.680586 [ 291 ] {} TCP-Session: c45d8d9b-50b5-434d-b787-45732291c6c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.680605 [ 291 ] {} TCP-Session: c45d8d9b-50b5-434d-b787-45732291c6c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.680797 [ 286 ] {014b47d1-6c32-42d2-9777-3107a5abfe2d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.10.15 20:59:03.680901 [ 286 ] {014b47d1-6c32-42d2-9777-3107a5abfe2d} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:59:03.680927 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:03.680929 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:03.680959 [ 294 ] {} TCP-Session: 89ba7825-842f-4ada-9a7d-32391d150818 Authenticating user 'default' from [fd00:1122:3344:101::e]:62537 2025.10.15 20:59:03.680971 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:03.680981 [ 294 ] {} TCP-Session: 89ba7825-842f-4ada-9a7d-32391d150818 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.680974 [ 290 ] {} TCP-Session: f2dae1be-e93b-44a7-9327-7b4fde70b50e Authenticating user 'default' from [fd00:1122:3344:101::e]:65206 2025.10.15 20:59:03.681019 [ 294 ] {} TCP-Session: 89ba7825-842f-4ada-9a7d-32391d150818 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.681020 [ 293 ] {} TCP-Session: 13ccf2ae-0f3a-45b8-bfbf-8a988f284463 Authenticating user 'default' from [fd00:1122:3344:101::e]:55428 2025.10.15 20:59:03.681034 [ 290 ] {} TCP-Session: f2dae1be-e93b-44a7-9327-7b4fde70b50e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.681061 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:03.681070 [ 290 ] {} TCP-Session: f2dae1be-e93b-44a7-9327-7b4fde70b50e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.681066 [ 293 ] {} TCP-Session: 13ccf2ae-0f3a-45b8-bfbf-8a988f284463 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.681102 [ 288 ] {} TCP-Session: c67cfd12-04b1-4806-9c5f-580c89a0addc Authenticating user 'default' from [fd00:1122:3344:101::e]:46494 2025.10.15 20:59:03.681124 [ 293 ] {} TCP-Session: 13ccf2ae-0f3a-45b8-bfbf-8a988f284463 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.680927 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:03.681145 [ 288 ] {} TCP-Session: c67cfd12-04b1-4806-9c5f-580c89a0addc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.681148 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:03.681178 [ 288 ] {} TCP-Session: c67cfd12-04b1-4806-9c5f-580c89a0addc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.681179 [ 292 ] {} TCP-Session: a9a1c763-7370-477d-98fe-928ebd8a2f40 Authenticating user 'default' from [fd00:1122:3344:101::e]:42606 2025.10.15 20:59:03.681204 [ 289 ] {} TCP-Session: 9b893d61-9fa4-4bbb-81a6-812706e19a69 Authenticating user 'default' from [fd00:1122:3344:101::e]:46734 2025.10.15 20:59:03.681221 [ 292 ] {} TCP-Session: a9a1c763-7370-477d-98fe-928ebd8a2f40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.681237 [ 289 ] {} TCP-Session: 9b893d61-9fa4-4bbb-81a6-812706e19a69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.681246 [ 292 ] {} TCP-Session: a9a1c763-7370-477d-98fe-928ebd8a2f40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.681260 [ 289 ] {} TCP-Session: 9b893d61-9fa4-4bbb-81a6-812706e19a69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.681195 [ 286 ] {014b47d1-6c32-42d2-9777-3107a5abfe2d} oximeter.version (2389ab4c-c2e0-4775-9ef6-cb3f659ecd5d) (SelectExecutor): Key condition: unknown 2025.10.15 20:59:03.682478 [ 328 ] {014b47d1-6c32-42d2-9777-3107a5abfe2d} AggregatingTransform: Aggregating 2025.10.15 20:59:03.682527 [ 328 ] {014b47d1-6c32-42d2-9777-3107a5abfe2d} Aggregator: Aggregation method: without_key 2025.10.15 20:59:03.682560 [ 328 ] {014b47d1-6c32-42d2-9777-3107a5abfe2d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001176768 sec. (849.785 rows/sec., 33.19 KiB/sec.) 2025.10.15 20:59:03.682576 [ 328 ] {014b47d1-6c32-42d2-9777-3107a5abfe2d} Aggregator: Merging aggregated data 2025.10.15 20:59:03.683680 [ 286 ] {014b47d1-6c32-42d2-9777-3107a5abfe2d} executeQuery: Read 1 rows, 40.00 B in 0.003225 sec., 310.07751937984494 rows/sec., 12.11 KiB/sec. 2025.10.15 20:59:03.683844 [ 286 ] {014b47d1-6c32-42d2-9777-3107a5abfe2d} TCPHandler: Processed in 0.003636307 sec. 2025.10.15 20:59:03.683938 [ 286 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:03.683964 [ 286 ] {} TCP-Session: 2008d220-3e86-48c3-a4b9-0d737236602c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.683968 [ 287 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:03.683991 [ 291 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:03.684014 [ 287 ] {} TCP-Session: 80c52a8d-f8ab-449e-adfe-ef4430ce357e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.684027 [ 291 ] {} TCP-Session: c45d8d9b-50b5-434d-b787-45732291c6c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.684032 [ 290 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:03.684038 [ 293 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:03.684067 [ 288 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:03.684088 [ 292 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:03.684105 [ 293 ] {} TCP-Session: 13ccf2ae-0f3a-45b8-bfbf-8a988f284463 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.684107 [ 294 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:03.684129 [ 292 ] {} TCP-Session: a9a1c763-7370-477d-98fe-928ebd8a2f40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.684121 [ 288 ] {} TCP-Session: c67cfd12-04b1-4806-9c5f-580c89a0addc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.684163 [ 294 ] {} TCP-Session: 89ba7825-842f-4ada-9a7d-32391d150818 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.684077 [ 290 ] {} TCP-Session: f2dae1be-e93b-44a7-9327-7b4fde70b50e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.684046 [ 289 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:03.684248 [ 289 ] {} TCP-Session: 9b893d61-9fa4-4bbb-81a6-812706e19a69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.841642 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43877 2025.10.15 20:59:03.841754 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:03.841781 [ 286 ] {} TCP-Session: a17b1cea-dffb-40a5-a0ef-30b60587d07c Authenticating user 'default' from [fd00:1122:3344:101::e]:43877 2025.10.15 20:59:03.841804 [ 286 ] {} TCP-Session: a17b1cea-dffb-40a5-a0ef-30b60587d07c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.841818 [ 286 ] {} TCP-Session: a17b1cea-dffb-40a5-a0ef-30b60587d07c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.842041 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61534 2025.10.15 20:59:03.842052 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63869 2025.10.15 20:59:03.842095 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57196 2025.10.15 20:59:03.842124 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48494 2025.10.15 20:59:03.842152 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:03.842151 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37724 2025.10.15 20:59:03.842181 [ 287 ] {} TCP-Session: af2babbb-87b4-496a-be37-e9775ca99f9f Authenticating user 'default' from [fd00:1122:3344:101::e]:61534 2025.10.15 20:59:03.842181 [ 286 ] {} TCP-Session: a17b1cea-dffb-40a5-a0ef-30b60587d07c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:03.842214 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:03.842214 [ 287 ] {} TCP-Session: af2babbb-87b4-496a-be37-e9775ca99f9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.842237 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:03.842249 [ 287 ] {} TCP-Session: af2babbb-87b4-496a-be37-e9775ca99f9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.842247 [ 291 ] {} TCP-Session: fe041526-f349-4105-b180-2aed30b1e8c4 Authenticating user 'default' from [fd00:1122:3344:101::e]:48494 2025.10.15 20:59:03.842268 [ 294 ] {} TCP-Session: 44e697c8-d1a3-4ec8-959f-e81448e9d5ff Authenticating user 'default' from [fd00:1122:3344:101::e]:37724 2025.10.15 20:59:03.842285 [ 291 ] {} TCP-Session: fe041526-f349-4105-b180-2aed30b1e8c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.842302 [ 294 ] {} TCP-Session: 44e697c8-d1a3-4ec8-959f-e81448e9d5ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.842308 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 214 2025.10.15 20:59:03.842322 [ 294 ] {} TCP-Session: 44e697c8-d1a3-4ec8-959f-e81448e9d5ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.842312 [ 291 ] {} TCP-Session: fe041526-f349-4105-b180-2aed30b1e8c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.842186 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:03.842370 [ 286 ] {303c6369-a89f-48fd-9c1f-ec6a1ed4a674} executeQuery: (from [fd00:1122:3344:101::e]:43877) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.10.15 20:59:03.842145 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55496 2025.10.15 20:59:03.842407 [ 288 ] {} TCP-Session: 8ac4b3d1-444b-44f1-a726-802169f49d52 Authenticating user 'default' from [fd00:1122:3344:101::e]:63869 2025.10.15 20:59:03.842133 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55639 2025.10.15 20:59:03.842460 [ 288 ] {} TCP-Session: 8ac4b3d1-444b-44f1-a726-802169f49d52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.842107 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36533 2025.10.15 20:59:03.842480 [ 288 ] {} TCP-Session: 8ac4b3d1-444b-44f1-a726-802169f49d52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.842482 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:03.842522 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:03.842553 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:03.842555 [ 293 ] {} TCP-Session: 3f1fb019-c234-4248-b175-1cf1aed0aa95 Authenticating user 'default' from [fd00:1122:3344:101::e]:55496 2025.10.15 20:59:03.842571 [ 292 ] {} TCP-Session: 1346b851-3cc3-4049-a64c-5016262368e8 Authenticating user 'default' from [fd00:1122:3344:101::e]:55639 2025.10.15 20:59:03.842607 [ 293 ] {} TCP-Session: 3f1fb019-c234-4248-b175-1cf1aed0aa95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.842624 [ 292 ] {} TCP-Session: 1346b851-3cc3-4049-a64c-5016262368e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.842633 [ 293 ] {} TCP-Session: 3f1fb019-c234-4248-b175-1cf1aed0aa95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.842646 [ 292 ] {} TCP-Session: 1346b851-3cc3-4049-a64c-5016262368e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.842648 [ 286 ] {303c6369-a89f-48fd-9c1f-ec6a1ed4a674} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.10.15 20:59:03.842215 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:03.842586 [ 290 ] {} TCP-Session: 0f796cb2-73c8-4c72-a791-746b49353f18 Authenticating user 'default' from [fd00:1122:3344:101::e]:36533 2025.10.15 20:59:03.842728 [ 286 ] {303c6369-a89f-48fd-9c1f-ec6a1ed4a674} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:59:03.842729 [ 289 ] {} TCP-Session: 8ddb5ed2-cc2f-4a71-8621-6ad799712d73 Authenticating user 'default' from [fd00:1122:3344:101::e]:57196 2025.10.15 20:59:03.842744 [ 290 ] {} TCP-Session: 0f796cb2-73c8-4c72-a791-746b49353f18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.842776 [ 289 ] {} TCP-Session: 8ddb5ed2-cc2f-4a71-8621-6ad799712d73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.842780 [ 290 ] {} TCP-Session: 0f796cb2-73c8-4c72-a791-746b49353f18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.842799 [ 289 ] {} TCP-Session: 8ddb5ed2-cc2f-4a71-8621-6ad799712d73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.843015 [ 286 ] {303c6369-a89f-48fd-9c1f-ec6a1ed4a674} oximeter.version (2389ab4c-c2e0-4775-9ef6-cb3f659ecd5d) (SelectExecutor): Key condition: unknown 2025.10.15 20:59:03.844024 [ 323 ] {303c6369-a89f-48fd-9c1f-ec6a1ed4a674} AggregatingTransform: Aggregating 2025.10.15 20:59:03.844074 [ 323 ] {303c6369-a89f-48fd-9c1f-ec6a1ed4a674} Aggregator: Aggregation method: without_key 2025.10.15 20:59:03.844116 [ 323 ] {303c6369-a89f-48fd-9c1f-ec6a1ed4a674} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000997932 sec. (1002.072 rows/sec., 39.14 KiB/sec.) 2025.10.15 20:59:03.844142 [ 323 ] {303c6369-a89f-48fd-9c1f-ec6a1ed4a674} Aggregator: Merging aggregated data 2025.10.15 20:59:03.844513 [ 242 ] {} system.query_log (b165a8b3-ba06-4257-a6e6-94c295333196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:03.844573 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2025.10.15 20:59:03.845371 [ 286 ] {303c6369-a89f-48fd-9c1f-ec6a1ed4a674} executeQuery: Read 1 rows, 40.00 B in 0.003057 sec., 327.11808963035656 rows/sec., 12.78 KiB/sec. 2025.10.15 20:59:03.845516 [ 286 ] {303c6369-a89f-48fd-9c1f-ec6a1ed4a674} TCPHandler: Processed in 0.003458061 sec. 2025.10.15 20:59:03.845636 [ 286 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:03.845668 [ 287 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:03.845686 [ 286 ] {} TCP-Session: a17b1cea-dffb-40a5-a0ef-30b60587d07c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.845692 [ 288 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:03.845711 [ 287 ] {} TCP-Session: af2babbb-87b4-496a-be37-e9775ca99f9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.845725 [ 289 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:03.845747 [ 288 ] {} TCP-Session: 8ac4b3d1-444b-44f1-a726-802169f49d52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.845743 [ 292 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:03.845759 [ 291 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:03.845794 [ 290 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:03.845824 [ 291 ] {} TCP-Session: fe041526-f349-4105-b180-2aed30b1e8c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.845708 [ 294 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:03.845851 [ 290 ] {} TCP-Session: 0f796cb2-73c8-4c72-a791-746b49353f18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.845802 [ 292 ] {} TCP-Session: 1346b851-3cc3-4049-a64c-5016262368e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.845883 [ 294 ] {} TCP-Session: 44e697c8-d1a3-4ec8-959f-e81448e9d5ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.845788 [ 293 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:03.845781 [ 289 ] {} TCP-Session: 8ddb5ed2-cc2f-4a71-8621-6ad799712d73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.845960 [ 242 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.10.15 20:59:03.845962 [ 293 ] {} TCP-Session: 3f1fb019-c234-4248-b175-1cf1aed0aa95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:03.846249 [ 242 ] {} system.query_log (b165a8b3-ba06-4257-a6e6-94c295333196): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:03.846625 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 214 2025.10.15 20:59:04.539728 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:04.539980 [ 3 ] {291891b5-ad86-40a5-a70b-778b1e1fc656} executeQuery: (from [fd00:1122:3344:101::d]:49808) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', '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') FORMAT Native; (stage: Complete) 2025.10.15 20:59:04.540334 [ 3 ] {291891b5-ad86-40a5-a70b-778b1e1fc656} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.10.15 20:59:04.544347 [ 3 ] {291891b5-ad86-40a5-a70b-778b1e1fc656} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', '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')" moved to PREWHERE 2025.10.15 20:59:04.544647 [ 3 ] {291891b5-ad86-40a5-a70b-778b1e1fc656} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:59:04.544727 [ 3 ] {291891b5-ad86-40a5-a70b-778b1e1fc656} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:59:04.544916 [ 3 ] {291891b5-ad86-40a5-a70b-778b1e1fc656} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2025.10.15 20:59:04.546856 [ 3 ] {291891b5-ad86-40a5-a70b-778b1e1fc656} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.10.15 20:59:04.548935 [ 3 ] {291891b5-ad86-40a5-a70b-778b1e1fc656} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (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 2025.10.15 20:59:04.548972 [ 3 ] {291891b5-ad86-40a5-a70b-778b1e1fc656} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.10.15 20:59:04.549070 [ 3 ] {291891b5-ad86-40a5-a70b-778b1e1fc656} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', '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'))" 2025.10.15 20:59:04.549106 [ 3 ] {291891b5-ad86-40a5-a70b-778b1e1fc656} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2025.10.15 20:59:04.562502 [ 3 ] {291891b5-ad86-40a5-a70b-778b1e1fc656} executeQuery: Read 26 rows, 1.13 KiB in 0.022626 sec., 1149.1204808627242 rows/sec., 49.72 KiB/sec. 2025.10.15 20:59:04.562671 [ 3 ] {291891b5-ad86-40a5-a70b-778b1e1fc656} TCPHandler: Processed in 0.023073519 sec. 2025.10.15 20:59:04.563118 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:04.563336 [ 3 ] {9ec2877c-98da-4440-947c-d47d31fedab5} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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', '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_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') FORMAT Native; (stage: Complete) 2025.10.15 20:59:04.563674 [ 3 ] {9ec2877c-98da-4440-947c-d47d31fedab5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.10.15 20:59:04.563730 [ 3 ] {9ec2877c-98da-4440-947c-d47d31fedab5} 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', '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_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')" moved to PREWHERE 2025.10.15 20:59:04.564059 [ 3 ] {9ec2877c-98da-4440-947c-d47d31fedab5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:59:04.564138 [ 3 ] {9ec2877c-98da-4440-947c-d47d31fedab5} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:59:04.564304 [ 3 ] {9ec2877c-98da-4440-947c-d47d31fedab5} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2025.10.15 20:59:04.564355 [ 3 ] {9ec2877c-98da-4440-947c-d47d31fedab5} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.10.15 20:59:04.564385 [ 3 ] {9ec2877c-98da-4440-947c-d47d31fedab5} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (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 2025.10.15 20:59:04.564408 [ 3 ] {9ec2877c-98da-4440-947c-d47d31fedab5} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.10.15 20:59:04.564460 [ 3 ] {9ec2877c-98da-4440-947c-d47d31fedab5} 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', '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_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'))" 2025.10.15 20:59:04.564489 [ 3 ] {9ec2877c-98da-4440-947c-d47d31fedab5} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2025.10.15 20:59:04.565252 [ 3 ] {9ec2877c-98da-4440-947c-d47d31fedab5} executeQuery: Read 26 rows, 1.13 KiB in 0.002022 sec., 12858.555885262118 rows/sec., 556.38 KiB/sec. 2025.10.15 20:59:04.565375 [ 3 ] {9ec2877c-98da-4440-947c-d47d31fedab5} TCPHandler: Processed in 0.002372045 sec. 2025.10.15 20:59:04.565803 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:04.565962 [ 3 ] {9fda3bcb-7041-45e5-a01e-7928109ce973} executeQuery: (from [fd00:1122:3344:101::d]:49808) 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', '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_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') FORMAT Native; (stage: Complete) 2025.10.15 20:59:04.566245 [ 3 ] {9fda3bcb-7041-45e5-a01e-7928109ce973} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.10.15 20:59:04.566281 [ 3 ] {9fda3bcb-7041-45e5-a01e-7928109ce973} 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', '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_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')" moved to PREWHERE 2025.10.15 20:59:04.566490 [ 3 ] {9fda3bcb-7041-45e5-a01e-7928109ce973} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:59:04.566559 [ 3 ] {9fda3bcb-7041-45e5-a01e-7928109ce973} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:59:04.566720 [ 3 ] {9fda3bcb-7041-45e5-a01e-7928109ce973} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2025.10.15 20:59:04.566768 [ 3 ] {9fda3bcb-7041-45e5-a01e-7928109ce973} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.10.15 20:59:04.566800 [ 3 ] {9fda3bcb-7041-45e5-a01e-7928109ce973} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (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 2025.10.15 20:59:04.566824 [ 3 ] {9fda3bcb-7041-45e5-a01e-7928109ce973} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.10.15 20:59:04.566879 [ 3 ] {9fda3bcb-7041-45e5-a01e-7928109ce973} 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', '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_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'))" 2025.10.15 20:59:04.566918 [ 3 ] {9fda3bcb-7041-45e5-a01e-7928109ce973} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2025.10.15 20:59:04.567528 [ 3 ] {9fda3bcb-7041-45e5-a01e-7928109ce973} executeQuery: Read 26 rows, 1.13 KiB in 0.001635 sec., 15902.140672782874 rows/sec., 688.07 KiB/sec. 2025.10.15 20:59:04.567642 [ 3 ] {9fda3bcb-7041-45e5-a01e-7928109ce973} TCPHandler: Processed in 0.001905951 sec. 2025.10.15 20:59:04.568238 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:04.568354 [ 3 ] {a80f96a1-093c-45ae-b4fc-f5e1895ee4d9} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.10.15 20:59:04.568399 [ 3 ] {a80f96a1-093c-45ae-b4fc-f5e1895ee4d9} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:59:04.568928 [ 3 ] {a80f96a1-093c-45ae-b4fc-f5e1895ee4d9} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:04.568973 [ 3 ] {a80f96a1-093c-45ae-b4fc-f5e1895ee4d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2025.10.15 20:59:04.569428 [ 3 ] {a80f96a1-093c-45ae-b4fc-f5e1895ee4d9} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.10.15 20:59:04.569645 [ 3 ] {a80f96a1-093c-45ae-b4fc-f5e1895ee4d9} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:04.569796 [ 3 ] {a80f96a1-093c-45ae-b4fc-f5e1895ee4d9} executeQuery: Read 3 rows, 280.00 B in 0.001477 sec., 2031.144211238998 rows/sec., 185.13 KiB/sec. 2025.10.15 20:59:04.569837 [ 3 ] {a80f96a1-093c-45ae-b4fc-f5e1895ee4d9} TCPHandler: Processed in 0.001651833 sec. 2025.10.15 20:59:04.569951 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:04.570053 [ 3 ] {eeec705e-e128-49b2-aa98-4b7fb92795aa} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.10.15 20:59:04.570095 [ 3 ] {eeec705e-e128-49b2-aa98-4b7fb92795aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.10.15 20:59:04.570545 [ 3 ] {eeec705e-e128-49b2-aa98-4b7fb92795aa} oximeter.fields_i16 (d7f482c1-5aba-40b2-aabc-700f53107ca9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:04.570584 [ 3 ] {eeec705e-e128-49b2-aa98-4b7fb92795aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2025.10.15 20:59:04.570907 [ 3 ] {eeec705e-e128-49b2-aa98-4b7fb92795aa} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.10.15 20:59:04.571129 [ 3 ] {eeec705e-e128-49b2-aa98-4b7fb92795aa} oximeter.fields_i16 (d7f482c1-5aba-40b2-aabc-700f53107ca9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:04.571259 [ 3 ] {eeec705e-e128-49b2-aa98-4b7fb92795aa} executeQuery: Read 24 rows, 2.04 KiB in 0.00123 sec., 19512.19512195122 rows/sec., 1.62 MiB/sec. 2025.10.15 20:59:04.571296 [ 3 ] {eeec705e-e128-49b2-aa98-4b7fb92795aa} TCPHandler: Processed in 0.001396444 sec. 2025.10.15 20:59:04.571411 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:04.571515 [ 3 ] {c56de4bb-b1aa-4670-a707-8735c25718b3} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.10.15 20:59:04.571557 [ 3 ] {c56de4bb-b1aa-4670-a707-8735c25718b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.10.15 20:59:04.571983 [ 3 ] {c56de4bb-b1aa-4670-a707-8735c25718b3} oximeter.fields_ipaddr (41cdf2fe-246e-4bbe-986e-2e310ae919ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:04.572023 [ 3 ] {c56de4bb-b1aa-4670-a707-8735c25718b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2025.10.15 20:59:04.572327 [ 3 ] {c56de4bb-b1aa-4670-a707-8735c25718b3} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.10.15 20:59:04.572544 [ 3 ] {c56de4bb-b1aa-4670-a707-8735c25718b3} oximeter.fields_ipaddr (41cdf2fe-246e-4bbe-986e-2e310ae919ad): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:04.572679 [ 3 ] {c56de4bb-b1aa-4670-a707-8735c25718b3} executeQuery: Read 2 rows, 167.00 B in 0.001183 sec., 1690.61707523246 rows/sec., 137.86 KiB/sec. 2025.10.15 20:59:04.572718 [ 3 ] {c56de4bb-b1aa-4670-a707-8735c25718b3} TCPHandler: Processed in 0.001358854 sec. 2025.10.15 20:59:04.572844 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:04.572944 [ 3 ] {9ad6d8f6-2d98-43f7-a9b5-27b52567a741} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.10.15 20:59:04.572984 [ 3 ] {9ad6d8f6-2d98-43f7-a9b5-27b52567a741} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.10.15 20:59:04.573525 [ 3 ] {9ad6d8f6-2d98-43f7-a9b5-27b52567a741} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:04.573566 [ 3 ] {9ad6d8f6-2d98-43f7-a9b5-27b52567a741} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2025.10.15 20:59:04.573941 [ 3 ] {9ad6d8f6-2d98-43f7-a9b5-27b52567a741} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.10.15 20:59:04.574164 [ 3 ] {9ad6d8f6-2d98-43f7-a9b5-27b52567a741} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:04.574302 [ 3 ] {9ad6d8f6-2d98-43f7-a9b5-27b52567a741} executeQuery: Read 225 rows, 20.54 KiB in 0.001377 sec., 163398.69281045752 rows/sec., 14.56 MiB/sec. 2025.10.15 20:59:04.574340 [ 3 ] {9ad6d8f6-2d98-43f7-a9b5-27b52567a741} TCPHandler: Processed in 0.00154699 sec. 2025.10.15 20:59:04.574475 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:04.574588 [ 3 ] {6e6b9358-f6f3-4bf0-b6a6-53eef110a549} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.10.15 20:59:04.574640 [ 3 ] {6e6b9358-f6f3-4bf0-b6a6-53eef110a549} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.10.15 20:59:04.575194 [ 3 ] {6e6b9358-f6f3-4bf0-b6a6-53eef110a549} oximeter.fields_u16 (d7c303a9-15d9-4d06-8799-7c4da6fb54b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:04.575233 [ 3 ] {6e6b9358-f6f3-4bf0-b6a6-53eef110a549} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2025.10.15 20:59:04.575636 [ 3 ] {6e6b9358-f6f3-4bf0-b6a6-53eef110a549} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.10.15 20:59:04.575931 [ 3 ] {6e6b9358-f6f3-4bf0-b6a6-53eef110a549} oximeter.fields_u16 (d7c303a9-15d9-4d06-8799-7c4da6fb54b6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:04.576102 [ 3 ] {6e6b9358-f6f3-4bf0-b6a6-53eef110a549} executeQuery: Read 38 rows, 2.91 KiB in 0.001538 sec., 24707.4122236671 rows/sec., 1.84 MiB/sec. 2025.10.15 20:59:04.576156 [ 3 ] {6e6b9358-f6f3-4bf0-b6a6-53eef110a549} TCPHandler: Processed in 0.001742576 sec. 2025.10.15 20:59:04.576295 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:04.576409 [ 3 ] {15e1ad92-0250-4caa-8ffa-202103e68a8c} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.10.15 20:59:04.576458 [ 3 ] {15e1ad92-0250-4caa-8ffa-202103e68a8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.10.15 20:59:04.576990 [ 3 ] {15e1ad92-0250-4caa-8ffa-202103e68a8c} oximeter.fields_u32 (853aebea-44d6-4641-a94a-0f59bfb9a27d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:04.577038 [ 3 ] {15e1ad92-0250-4caa-8ffa-202103e68a8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2025.10.15 20:59:04.577389 [ 3 ] {15e1ad92-0250-4caa-8ffa-202103e68a8c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.10.15 20:59:04.577623 [ 3 ] {15e1ad92-0250-4caa-8ffa-202103e68a8c} oximeter.fields_u32 (853aebea-44d6-4641-a94a-0f59bfb9a27d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:04.577758 [ 3 ] {15e1ad92-0250-4caa-8ffa-202103e68a8c} executeQuery: Read 24 rows, 2.04 KiB in 0.001376 sec., 17441.86046511628 rows/sec., 1.45 MiB/sec. 2025.10.15 20:59:04.577798 [ 3 ] {15e1ad92-0250-4caa-8ffa-202103e68a8c} TCPHandler: Processed in 0.001564521 sec. 2025.10.15 20:59:04.577927 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:04.578033 [ 3 ] {dc628123-2265-4f71-a763-5cdfaf35d4b6} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.10.15 20:59:04.578083 [ 3 ] {dc628123-2265-4f71-a763-5cdfaf35d4b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.10.15 20:59:04.578516 [ 3 ] {dc628123-2265-4f71-a763-5cdfaf35d4b6} oximeter.fields_u8 (35941b20-babd-4759-abdd-f7e290b7e7b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:04.578554 [ 3 ] {dc628123-2265-4f71-a763-5cdfaf35d4b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2025.10.15 20:59:04.578881 [ 3 ] {dc628123-2265-4f71-a763-5cdfaf35d4b6} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.10.15 20:59:04.579104 [ 3 ] {dc628123-2265-4f71-a763-5cdfaf35d4b6} oximeter.fields_u8 (35941b20-babd-4759-abdd-f7e290b7e7b6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:04.579241 [ 3 ] {dc628123-2265-4f71-a763-5cdfaf35d4b6} executeQuery: Read 12 rows, 960.00 B in 0.001229 sec., 9764.035801464604 rows/sec., 762.82 KiB/sec. 2025.10.15 20:59:04.579280 [ 3 ] {dc628123-2265-4f71-a763-5cdfaf35d4b6} TCPHandler: Processed in 0.001404325 sec. 2025.10.15 20:59:04.579402 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:04.579499 [ 3 ] {66f0c7fc-2d11-4dd1-9644-5a275ba15410} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.10.15 20:59:04.579542 [ 3 ] {66f0c7fc-2d11-4dd1-9644-5a275ba15410} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.10.15 20:59:04.580005 [ 3 ] {66f0c7fc-2d11-4dd1-9644-5a275ba15410} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:04.580044 [ 3 ] {66f0c7fc-2d11-4dd1-9644-5a275ba15410} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2025.10.15 20:59:04.580367 [ 3 ] {66f0c7fc-2d11-4dd1-9644-5a275ba15410} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.10.15 20:59:04.580590 [ 3 ] {66f0c7fc-2d11-4dd1-9644-5a275ba15410} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:04.580727 [ 3 ] {66f0c7fc-2d11-4dd1-9644-5a275ba15410} executeQuery: Read 133 rows, 11.03 KiB in 0.001248 sec., 106570.51282051283 rows/sec., 8.63 MiB/sec. 2025.10.15 20:59:04.580766 [ 3 ] {66f0c7fc-2d11-4dd1-9644-5a275ba15410} TCPHandler: Processed in 0.001416196 sec. 2025.10.15 20:59:04.580885 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:04.580980 [ 3 ] {506a9feb-6391-4689-8110-02a5a6dfad39} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.10.15 20:59:04.581022 [ 3 ] {506a9feb-6391-4689-8110-02a5a6dfad39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.10.15 20:59:04.581471 [ 3 ] {506a9feb-6391-4689-8110-02a5a6dfad39} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:04.581509 [ 3 ] {506a9feb-6391-4689-8110-02a5a6dfad39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2025.10.15 20:59:04.581874 [ 3 ] {506a9feb-6391-4689-8110-02a5a6dfad39} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.10.15 20:59:04.582085 [ 3 ] {506a9feb-6391-4689-8110-02a5a6dfad39} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:04.582216 [ 3 ] {506a9feb-6391-4689-8110-02a5a6dfad39} executeQuery: Read 197 rows, 14.47 KiB in 0.001255 sec., 156972.11155378487 rows/sec., 11.26 MiB/sec. 2025.10.15 20:59:04.582253 [ 3 ] {506a9feb-6391-4689-8110-02a5a6dfad39} TCPHandler: Processed in 0.001419955 sec. 2025.10.15 20:59:04.582371 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:04.582478 [ 3 ] {ee81e1d8-d08b-4444-95e6-c92e834bbddb} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.10.15 20:59:04.582549 [ 3 ] {ee81e1d8-d08b-4444-95e6-c92e834bbddb} 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 2025.10.15 20:59:04.583536 [ 3 ] {ee81e1d8-d08b-4444-95e6-c92e834bbddb} oximeter.measurements_histogramu64 (a8ff0e27-afa2-41fe-82fb-121565cf63c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:04.583573 [ 3 ] {ee81e1d8-d08b-4444-95e6-c92e834bbddb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2025.10.15 20:59:04.584140 [ 3 ] {ee81e1d8-d08b-4444-95e6-c92e834bbddb} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.10.15 20:59:04.584367 [ 3 ] {ee81e1d8-d08b-4444-95e6-c92e834bbddb} oximeter.measurements_histogramu64 (a8ff0e27-afa2-41fe-82fb-121565cf63c4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:04.584511 [ 3 ] {ee81e1d8-d08b-4444-95e6-c92e834bbddb} executeQuery: Read 24 rows, 44.04 KiB in 0.002058 sec., 11661.807580174927 rows/sec., 20.90 MiB/sec. 2025.10.15 20:59:04.584581 [ 3 ] {ee81e1d8-d08b-4444-95e6-c92e834bbddb} TCPHandler: Processed in 0.002260923 sec. 2025.10.15 20:59:04.584697 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:04.584795 [ 3 ] {93464137-40b9-45d0-8737-cca96c65e04b} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.10.15 20:59:04.584837 [ 3 ] {93464137-40b9-45d0-8737-cca96c65e04b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.10.15 20:59:04.585236 [ 3 ] {93464137-40b9-45d0-8737-cca96c65e04b} oximeter.measurements_i64 (4bc0ca69-9df1-4c43-a044-2a84658fcc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:04.585275 [ 3 ] {93464137-40b9-45d0-8737-cca96c65e04b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2025.10.15 20:59:04.585647 [ 3 ] {93464137-40b9-45d0-8737-cca96c65e04b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.10.15 20:59:04.585876 [ 3 ] {93464137-40b9-45d0-8737-cca96c65e04b} oximeter.measurements_i64 (4bc0ca69-9df1-4c43-a044-2a84658fcc6d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:04.586009 [ 3 ] {93464137-40b9-45d0-8737-cca96c65e04b} executeQuery: Read 9 rows, 680.00 B in 0.001233 sec., 7299.270072992701 rows/sec., 538.57 KiB/sec. 2025.10.15 20:59:04.586047 [ 3 ] {93464137-40b9-45d0-8737-cca96c65e04b} TCPHandler: Processed in 0.001401095 sec. 2025.10.15 20:59:04.586162 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:04.586260 [ 3 ] {bde9170f-0c63-4393-bf5e-3d5929da6c87} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.10.15 20:59:04.586303 [ 3 ] {bde9170f-0c63-4393-bf5e-3d5929da6c87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.10.15 20:59:04.586686 [ 3 ] {bde9170f-0c63-4393-bf5e-3d5929da6c87} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:04.586727 [ 3 ] {bde9170f-0c63-4393-bf5e-3d5929da6c87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2025.10.15 20:59:04.587060 [ 3 ] {bde9170f-0c63-4393-bf5e-3d5929da6c87} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.10.15 20:59:04.587271 [ 3 ] {bde9170f-0c63-4393-bf5e-3d5929da6c87} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:04.587403 [ 3 ] {bde9170f-0c63-4393-bf5e-3d5929da6c87} executeQuery: Read 60 rows, 4.14 KiB in 0.001164 sec., 51546.391752577314 rows/sec., 3.47 MiB/sec. 2025.10.15 20:59:04.587439 [ 3 ] {bde9170f-0c63-4393-bf5e-3d5929da6c87} TCPHandler: Processed in 0.001326773 sec. 2025.10.15 20:59:06.353363 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3324 2025.10.15 20:59:06.353893 [ 244 ] {} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:06.353942 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:06.354458 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.10.15 20:59:06.354694 [ 244 ] {} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:06.354845 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3324 2025.10.15 20:59:06.539793 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2025.10.15 20:59:06.562523 [ 243 ] {} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:06.562596 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:06.569509 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.10.15 20:59:06.570358 [ 243 ] {} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:06.574722 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2025.10.15 20:59:09.534077 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:09.534254 [ 3 ] {afbb458d-6d5b-472d-b96d-dbe93572e18f} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.10.15 20:59:09.534330 [ 3 ] {afbb458d-6d5b-472d-b96d-dbe93572e18f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.10.15 20:59:09.535109 [ 3 ] {afbb458d-6d5b-472d-b96d-dbe93572e18f} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:09.535161 [ 3 ] {afbb458d-6d5b-472d-b96d-dbe93572e18f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:09.535547 [ 3 ] {afbb458d-6d5b-472d-b96d-dbe93572e18f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.10.15 20:59:09.535802 [ 3 ] {afbb458d-6d5b-472d-b96d-dbe93572e18f} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:09.535971 [ 3 ] {afbb458d-6d5b-472d-b96d-dbe93572e18f} executeQuery: Read 56 rows, 4.38 KiB in 0.001766 sec., 31710.07927519819 rows/sec., 2.42 MiB/sec. 2025.10.15 20:59:09.536019 [ 3 ] {afbb458d-6d5b-472d-b96d-dbe93572e18f} TCPHandler: Processed in 0.002087817 sec. 2025.10.15 20:59:09.536149 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:09.536254 [ 3 ] {8135efa8-7ccb-423d-ad37-a53aa44b288e} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.10.15 20:59:09.536298 [ 3 ] {8135efa8-7ccb-423d-ad37-a53aa44b288e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.10.15 20:59:09.536752 [ 3 ] {8135efa8-7ccb-423d-ad37-a53aa44b288e} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:09.536792 [ 3 ] {8135efa8-7ccb-423d-ad37-a53aa44b288e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:09.537128 [ 3 ] {8135efa8-7ccb-423d-ad37-a53aa44b288e} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.10.15 20:59:09.537346 [ 3 ] {8135efa8-7ccb-423d-ad37-a53aa44b288e} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:09.537486 [ 3 ] {8135efa8-7ccb-423d-ad37-a53aa44b288e} executeQuery: Read 64 rows, 5.12 KiB in 0.001258 sec., 50874.403815580285 rows/sec., 3.97 MiB/sec. 2025.10.15 20:59:09.537525 [ 3 ] {8135efa8-7ccb-423d-ad37-a53aa44b288e} TCPHandler: Processed in 0.001427805 sec. 2025.10.15 20:59:09.537644 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:09.537743 [ 3 ] {e83180a2-444c-480e-b1ea-c21aafd3875a} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.10.15 20:59:09.537791 [ 3 ] {e83180a2-444c-480e-b1ea-c21aafd3875a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.10.15 20:59:09.538206 [ 3 ] {e83180a2-444c-480e-b1ea-c21aafd3875a} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:09.538245 [ 3 ] {e83180a2-444c-480e-b1ea-c21aafd3875a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:09.538585 [ 3 ] {e83180a2-444c-480e-b1ea-c21aafd3875a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.10.15 20:59:09.538798 [ 3 ] {e83180a2-444c-480e-b1ea-c21aafd3875a} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:09.538929 [ 3 ] {e83180a2-444c-480e-b1ea-c21aafd3875a} executeQuery: Read 160 rows, 11.41 KiB in 0.001208 sec., 132450.3311258278 rows/sec., 9.22 MiB/sec. 2025.10.15 20:59:09.538966 [ 3 ] {e83180a2-444c-480e-b1ea-c21aafd3875a} TCPHandler: Processed in 0.001372854 sec. 2025.10.15 20:59:09.539079 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:09.539177 [ 3 ] {e48c0adb-3260-449e-9969-099931ea1d63} executeQuery: (from [fd00:1122:3344:101::d]:49808) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.10.15 20:59:09.539221 [ 3 ] {e48c0adb-3260-449e-9969-099931ea1d63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.10.15 20:59:09.539580 [ 3 ] {e48c0adb-3260-449e-9969-099931ea1d63} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:09.539618 [ 3 ] {e48c0adb-3260-449e-9969-099931ea1d63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:09.539934 [ 3 ] {e48c0adb-3260-449e-9969-099931ea1d63} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.10.15 20:59:09.540144 [ 3 ] {e48c0adb-3260-449e-9969-099931ea1d63} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:09.540276 [ 3 ] {e48c0adb-3260-449e-9969-099931ea1d63} executeQuery: Read 60 rows, 4.14 KiB in 0.001119 sec., 53619.30294906166 rows/sec., 3.61 MiB/sec. 2025.10.15 20:59:09.540311 [ 3 ] {e48c0adb-3260-449e-9969-099931ea1d63} TCPHandler: Processed in 0.001282571 sec. 2025.10.15 20:59:13.779359 [ 66 ] {} DNSResolver: Updating DNS cache 2025.10.15 20:59:13.779432 [ 66 ] {} DNSResolver: Updated DNS cache 2025.10.15 20:59:13.847645 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 254 2025.10.15 20:59:13.850002 [ 242 ] {} system.query_log (b165a8b3-ba06-4257-a6e6-94c295333196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:13.850061 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:13.851266 [ 242 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.10.15 20:59:13.851548 [ 242 ] {} system.query_log (b165a8b3-ba06-4257-a6e6-94c295333196): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:13.851875 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 254 2025.10.15 20:59:13.855861 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3772 2025.10.15 20:59:13.856346 [ 244 ] {} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:13.856385 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:13.856892 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.10.15 20:59:13.857125 [ 244 ] {} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:13.857274 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3772 2025.10.15 20:59:13.871197 [ 3 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:13.871273 [ 3 ] {} TCP-Session: 4871dd73-03bf-4ce3-b33e-5977b4049a07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:14.001184 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 179.43 MiB, peak 190.40 MiB, free memory in arenas 0.00 B, will set to 181.47 MiB (RSS), difference: 2.04 MiB 2025.10.15 20:59:14.075744 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2025.10.15 20:59:14.098896 [ 243 ] {} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:14.098959 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:14.106681 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.10.15 20:59:14.107504 [ 243 ] {} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:14.111462 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2025.10.15 20:59:14.536208 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:14.536418 [ 5 ] {ed9a7393-4e92-4a30-8b90-29a3384dcdc8} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.10.15 20:59:14.536496 [ 5 ] {ed9a7393-4e92-4a30-8b90-29a3384dcdc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.10.15 20:59:14.537365 [ 5 ] {ed9a7393-4e92-4a30-8b90-29a3384dcdc8} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:14.537407 [ 5 ] {ed9a7393-4e92-4a30-8b90-29a3384dcdc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:14.537968 [ 5 ] {ed9a7393-4e92-4a30-8b90-29a3384dcdc8} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.10.15 20:59:14.538414 [ 5 ] {ed9a7393-4e92-4a30-8b90-29a3384dcdc8} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:14.538571 [ 5 ] {ed9a7393-4e92-4a30-8b90-29a3384dcdc8} executeQuery: Read 130 rows, 11.46 KiB in 0.002211 sec., 58796.92446856626 rows/sec., 5.06 MiB/sec. 2025.10.15 20:59:14.538612 [ 5 ] {ed9a7393-4e92-4a30-8b90-29a3384dcdc8} TCPHandler: Processed in 0.002556262 sec. 2025.10.15 20:59:14.538752 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:14.538851 [ 5 ] {50b104bc-df17-42ce-8c5a-86ec21694896} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.10.15 20:59:14.538893 [ 5 ] {50b104bc-df17-42ce-8c5a-86ec21694896} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.10.15 20:59:14.539325 [ 5 ] {50b104bc-df17-42ce-8c5a-86ec21694896} oximeter.fields_u16 (d7c303a9-15d9-4d06-8799-7c4da6fb54b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:14.539362 [ 5 ] {50b104bc-df17-42ce-8c5a-86ec21694896} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:14.539764 [ 5 ] {50b104bc-df17-42ce-8c5a-86ec21694896} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.10.15 20:59:14.540236 [ 5 ] {50b104bc-df17-42ce-8c5a-86ec21694896} oximeter.fields_u16 (d7c303a9-15d9-4d06-8799-7c4da6fb54b6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:14.540427 [ 5 ] {50b104bc-df17-42ce-8c5a-86ec21694896} executeQuery: Read 37 rows, 2.78 KiB in 0.001595 sec., 23197.492163009403 rows/sec., 1.70 MiB/sec. 2025.10.15 20:59:14.540468 [ 5 ] {50b104bc-df17-42ce-8c5a-86ec21694896} TCPHandler: Processed in 0.001767337 sec. 2025.10.15 20:59:14.540704 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:14.540871 [ 5 ] {6b6c4008-df89-4cb4-a5c0-a9c5f3cee4be} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.10.15 20:59:14.540937 [ 5 ] {6b6c4008-df89-4cb4-a5c0-a9c5f3cee4be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.10.15 20:59:14.541580 [ 5 ] {6b6c4008-df89-4cb4-a5c0-a9c5f3cee4be} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:14.541621 [ 5 ] {6b6c4008-df89-4cb4-a5c0-a9c5f3cee4be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:14.542055 [ 5 ] {6b6c4008-df89-4cb4-a5c0-a9c5f3cee4be} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.10.15 20:59:14.542530 [ 5 ] {6b6c4008-df89-4cb4-a5c0-a9c5f3cee4be} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:14.542682 [ 5 ] {6b6c4008-df89-4cb4-a5c0-a9c5f3cee4be} executeQuery: Read 107 rows, 8.59 KiB in 0.001857 sec., 57619.816908993 rows/sec., 4.52 MiB/sec. 2025.10.15 20:59:14.542742 [ 5 ] {6b6c4008-df89-4cb4-a5c0-a9c5f3cee4be} TCPHandler: Processed in 0.002162579 sec. 2025.10.15 20:59:14.542873 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:14.542970 [ 5 ] {a623ef83-086a-462b-8899-51e53ac51983} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.10.15 20:59:14.543015 [ 5 ] {a623ef83-086a-462b-8899-51e53ac51983} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.10.15 20:59:14.543446 [ 5 ] {a623ef83-086a-462b-8899-51e53ac51983} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:14.543483 [ 5 ] {a623ef83-086a-462b-8899-51e53ac51983} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:14.543957 [ 5 ] {a623ef83-086a-462b-8899-51e53ac51983} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.10.15 20:59:14.544375 [ 5 ] {a623ef83-086a-462b-8899-51e53ac51983} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:14.544508 [ 5 ] {a623ef83-086a-462b-8899-51e53ac51983} executeQuery: Read 160 rows, 11.41 KiB in 0.001558 sec., 102695.76379974326 rows/sec., 7.15 MiB/sec. 2025.10.15 20:59:14.544547 [ 5 ] {a623ef83-086a-462b-8899-51e53ac51983} TCPHandler: Processed in 0.001726295 sec. 2025.10.15 20:59:14.544661 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:14.544756 [ 5 ] {09f74c47-853c-4baa-bcde-4584c5cd0bb5} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.10.15 20:59:14.544812 [ 5 ] {09f74c47-853c-4baa-bcde-4584c5cd0bb5} 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 2025.10.15 20:59:14.545826 [ 5 ] {09f74c47-853c-4baa-bcde-4584c5cd0bb5} oximeter.measurements_histogramu64 (a8ff0e27-afa2-41fe-82fb-121565cf63c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:14.545864 [ 5 ] {09f74c47-853c-4baa-bcde-4584c5cd0bb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:14.546595 [ 5 ] {09f74c47-853c-4baa-bcde-4584c5cd0bb5} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.10.15 20:59:14.547023 [ 5 ] {09f74c47-853c-4baa-bcde-4584c5cd0bb5} oximeter.measurements_histogramu64 (a8ff0e27-afa2-41fe-82fb-121565cf63c4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:14.547182 [ 5 ] {09f74c47-853c-4baa-bcde-4584c5cd0bb5} executeQuery: Read 37 rows, 67.89 KiB in 0.002445 sec., 15132.924335378322 rows/sec., 27.12 MiB/sec. 2025.10.15 20:59:14.547244 [ 5 ] {09f74c47-853c-4baa-bcde-4584c5cd0bb5} TCPHandler: Processed in 0.002633465 sec. 2025.10.15 20:59:14.547366 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:14.547467 [ 5 ] {9e40bd9a-5ee2-4a8f-895d-1f444eaad782} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.10.15 20:59:14.547512 [ 5 ] {9e40bd9a-5ee2-4a8f-895d-1f444eaad782} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.10.15 20:59:14.547832 [ 5 ] {9e40bd9a-5ee2-4a8f-895d-1f444eaad782} oximeter.measurements_i64 (4bc0ca69-9df1-4c43-a044-2a84658fcc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:14.547869 [ 5 ] {9e40bd9a-5ee2-4a8f-895d-1f444eaad782} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:14.548298 [ 5 ] {9e40bd9a-5ee2-4a8f-895d-1f444eaad782} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.10.15 20:59:14.548723 [ 5 ] {9e40bd9a-5ee2-4a8f-895d-1f444eaad782} oximeter.measurements_i64 (4bc0ca69-9df1-4c43-a044-2a84658fcc6d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:14.548864 [ 5 ] {9e40bd9a-5ee2-4a8f-895d-1f444eaad782} executeQuery: Read 9 rows, 709.00 B in 0.001416 sec., 6355.932203389831 rows/sec., 488.97 KiB/sec. 2025.10.15 20:59:14.548901 [ 5 ] {9e40bd9a-5ee2-4a8f-895d-1f444eaad782} TCPHandler: Processed in 0.001585251 sec. 2025.10.15 20:59:14.549019 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:14.549115 [ 5 ] {c02b8230-d32b-452b-82ff-9979125838bf} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.10.15 20:59:14.549156 [ 5 ] {c02b8230-d32b-452b-82ff-9979125838bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.10.15 20:59:14.549585 [ 5 ] {c02b8230-d32b-452b-82ff-9979125838bf} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:14.549622 [ 5 ] {c02b8230-d32b-452b-82ff-9979125838bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:14.550103 [ 5 ] {c02b8230-d32b-452b-82ff-9979125838bf} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.10.15 20:59:14.550624 [ 5 ] {c02b8230-d32b-452b-82ff-9979125838bf} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:14.550759 [ 5 ] {c02b8230-d32b-452b-82ff-9979125838bf} executeQuery: Read 60 rows, 4.14 KiB in 0.001663 sec., 36079.37462417318 rows/sec., 2.43 MiB/sec. 2025.10.15 20:59:14.550796 [ 5 ] {c02b8230-d32b-452b-82ff-9979125838bf} TCPHandler: Processed in 0.001826998 sec. 2025.10.15 20:59:19.533644 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:19.533843 [ 5 ] {a5e83985-e913-4a57-bfba-af088edbfba6} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.10.15 20:59:19.533910 [ 5 ] {a5e83985-e913-4a57-bfba-af088edbfba6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.10.15 20:59:19.534569 [ 5 ] {a5e83985-e913-4a57-bfba-af088edbfba6} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:19.534615 [ 5 ] {a5e83985-e913-4a57-bfba-af088edbfba6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:19.535025 [ 5 ] {a5e83985-e913-4a57-bfba-af088edbfba6} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.10.15 20:59:19.535259 [ 5 ] {a5e83985-e913-4a57-bfba-af088edbfba6} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:19.535409 [ 5 ] {a5e83985-e913-4a57-bfba-af088edbfba6} executeQuery: Read 56 rows, 4.38 KiB in 0.001618 sec., 34610.630407911 rows/sec., 2.64 MiB/sec. 2025.10.15 20:59:19.535450 [ 5 ] {a5e83985-e913-4a57-bfba-af088edbfba6} TCPHandler: Processed in 0.001939212 sec. 2025.10.15 20:59:19.535575 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:19.535672 [ 5 ] {a332c5b8-8ed8-4281-8e97-a20199d7bb9f} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.10.15 20:59:19.535714 [ 5 ] {a332c5b8-8ed8-4281-8e97-a20199d7bb9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.10.15 20:59:19.536185 [ 5 ] {a332c5b8-8ed8-4281-8e97-a20199d7bb9f} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:19.536226 [ 5 ] {a332c5b8-8ed8-4281-8e97-a20199d7bb9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:19.536546 [ 5 ] {a332c5b8-8ed8-4281-8e97-a20199d7bb9f} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.10.15 20:59:19.536775 [ 5 ] {a332c5b8-8ed8-4281-8e97-a20199d7bb9f} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:19.536904 [ 5 ] {a332c5b8-8ed8-4281-8e97-a20199d7bb9f} executeQuery: Read 64 rows, 5.12 KiB in 0.001251 sec., 51159.07274180656 rows/sec., 3.99 MiB/sec. 2025.10.15 20:59:19.536941 [ 5 ] {a332c5b8-8ed8-4281-8e97-a20199d7bb9f} TCPHandler: Processed in 0.001416316 sec. 2025.10.15 20:59:19.537059 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:19.537154 [ 5 ] {41a019a6-2e98-4ecd-940b-98484aa0c043} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.10.15 20:59:19.537201 [ 5 ] {41a019a6-2e98-4ecd-940b-98484aa0c043} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.10.15 20:59:19.537631 [ 5 ] {41a019a6-2e98-4ecd-940b-98484aa0c043} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:19.537668 [ 5 ] {41a019a6-2e98-4ecd-940b-98484aa0c043} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:19.538019 [ 5 ] {41a019a6-2e98-4ecd-940b-98484aa0c043} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.10.15 20:59:19.538232 [ 5 ] {41a019a6-2e98-4ecd-940b-98484aa0c043} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:19.538363 [ 5 ] {41a019a6-2e98-4ecd-940b-98484aa0c043} executeQuery: Read 160 rows, 11.41 KiB in 0.001227 sec., 130399.34800325998 rows/sec., 9.08 MiB/sec. 2025.10.15 20:59:19.538399 [ 5 ] {41a019a6-2e98-4ecd-940b-98484aa0c043} TCPHandler: Processed in 0.001389835 sec. 2025.10.15 20:59:19.538511 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:19.538607 [ 5 ] {bca80ace-734f-4a96-88b5-d5c960ce5d98} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.10.15 20:59:19.538650 [ 5 ] {bca80ace-734f-4a96-88b5-d5c960ce5d98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.10.15 20:59:19.538982 [ 5 ] {bca80ace-734f-4a96-88b5-d5c960ce5d98} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:19.539017 [ 5 ] {bca80ace-734f-4a96-88b5-d5c960ce5d98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:19.539339 [ 5 ] {bca80ace-734f-4a96-88b5-d5c960ce5d98} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.10.15 20:59:19.539552 [ 5 ] {bca80ace-734f-4a96-88b5-d5c960ce5d98} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:19.539679 [ 5 ] {bca80ace-734f-4a96-88b5-d5c960ce5d98} executeQuery: Read 60 rows, 4.14 KiB in 0.001091 sec., 54995.417048579286 rows/sec., 3.71 MiB/sec. 2025.10.15 20:59:19.539715 [ 5 ] {bca80ace-734f-4a96-88b5-d5c960ce5d98} TCPHandler: Processed in 0.001253181 sec. 2025.10.15 20:59:21.358248 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4284 2025.10.15 20:59:21.358782 [ 244 ] {} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:21.358821 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:21.359321 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.10.15 20:59:21.359563 [ 244 ] {} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:21.359706 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4284 2025.10.15 20:59:21.612434 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2025.10.15 20:59:21.631957 [ 243 ] {} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:21.632062 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:21.642684 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.10.15 20:59:21.644324 [ 243 ] {} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:21.650919 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2025.10.15 20:59:22.594229 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42567 2025.10.15 20:59:22.594351 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:22.594379 [ 3 ] {} TCP-Session: 3ab629ca-35d4-48bf-8b0a-6f613a4d9a30 Authenticating user 'default' from [fd00:1122:3344:101::e]:42567 2025.10.15 20:59:22.594401 [ 3 ] {} TCP-Session: 3ab629ca-35d4-48bf-8b0a-6f613a4d9a30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:22.594414 [ 3 ] {} TCP-Session: 3ab629ca-35d4-48bf-8b0a-6f613a4d9a30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:22.594687 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62085 2025.10.15 20:59:22.594740 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34579 2025.10.15 20:59:22.594773 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:22.594770 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57751 2025.10.15 20:59:22.594814 [ 3 ] {} TCP-Session: 3ab629ca-35d4-48bf-8b0a-6f613a4d9a30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:22.594821 [ 286 ] {} TCP-Session: efd8d38f-6b8c-4eee-909b-44ed9858f23f Authenticating user 'default' from [fd00:1122:3344:101::e]:62085 2025.10.15 20:59:22.594801 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59307 2025.10.15 20:59:22.594888 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:22.594882 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:22.594947 [ 290 ] {} TCP-Session: 5fe288bb-dd05-4457-8548-96f6d0ec8720 Authenticating user 'default' from [fd00:1122:3344:101::e]:57751 2025.10.15 20:59:22.594869 [ 286 ] {} TCP-Session: efd8d38f-6b8c-4eee-909b-44ed9858f23f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:22.594982 [ 290 ] {} TCP-Session: 5fe288bb-dd05-4457-8548-96f6d0ec8720 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:22.594978 [ 287 ] {} TCP-Session: 9e6d01b0-54e6-4fef-901f-1f198c6f7aea Authenticating user 'default' from [fd00:1122:3344:101::e]:34579 2025.10.15 20:59:22.595003 [ 290 ] {} TCP-Session: 5fe288bb-dd05-4457-8548-96f6d0ec8720 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:22.594995 [ 286 ] {} TCP-Session: efd8d38f-6b8c-4eee-909b-44ed9858f23f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:22.595026 [ 3 ] {6314d780-9781-4926-8180-ed31192f7098} executeQuery: (from [fd00:1122:3344:101::e]:42567) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.10.15 20:59:22.595028 [ 287 ] {} TCP-Session: 9e6d01b0-54e6-4fef-901f-1f198c6f7aea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:22.595022 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:22.595073 [ 287 ] {} TCP-Session: 9e6d01b0-54e6-4fef-901f-1f198c6f7aea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:22.594795 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38662 2025.10.15 20:59:22.595121 [ 293 ] {} TCP-Session: 5036f4d5-681e-4519-a2c4-ea1a79984fc7 Authenticating user 'default' from [fd00:1122:3344:101::e]:59307 2025.10.15 20:59:22.594780 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39471 2025.10.15 20:59:22.595207 [ 293 ] {} TCP-Session: 5036f4d5-681e-4519-a2c4-ea1a79984fc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:22.595217 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:22.595237 [ 293 ] {} TCP-Session: 5036f4d5-681e-4519-a2c4-ea1a79984fc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:22.594757 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59687 2025.10.15 20:59:22.595269 [ 292 ] {} TCP-Session: 759591d0-a492-4628-99b0-e182f3f8baae Authenticating user 'default' from [fd00:1122:3344:101::e]:38662 2025.10.15 20:59:22.594759 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43641 2025.10.15 20:59:22.595329 [ 3 ] {6314d780-9781-4926-8180-ed31192f7098} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.10.15 20:59:22.595366 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:22.595340 [ 292 ] {} TCP-Session: 759591d0-a492-4628-99b0-e182f3f8baae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:22.595409 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:22.595422 [ 292 ] {} TCP-Session: 759591d0-a492-4628-99b0-e182f3f8baae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:22.595421 [ 3 ] {6314d780-9781-4926-8180-ed31192f7098} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:59:22.595441 [ 289 ] {} TCP-Session: 3ece78a1-7ada-40e3-b6e4-f6c20ba2ab32 Authenticating user 'default' from [fd00:1122:3344:101::e]:43641 2025.10.15 20:59:22.595410 [ 288 ] {} TCP-Session: cea96e20-86ac-4ef4-8fc2-5bc46989bdc8 Authenticating user 'default' from [fd00:1122:3344:101::e]:59687 2025.10.15 20:59:22.595480 [ 289 ] {} TCP-Session: 3ece78a1-7ada-40e3-b6e4-f6c20ba2ab32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:22.595500 [ 288 ] {} TCP-Session: cea96e20-86ac-4ef4-8fc2-5bc46989bdc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:22.595516 [ 289 ] {} TCP-Session: 3ece78a1-7ada-40e3-b6e4-f6c20ba2ab32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:22.595538 [ 288 ] {} TCP-Session: cea96e20-86ac-4ef4-8fc2-5bc46989bdc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:22.595274 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:22.595607 [ 291 ] {} TCP-Session: bf4d4b59-d259-45ed-b600-7e18ac35c5af Authenticating user 'default' from [fd00:1122:3344:101::e]:39471 2025.10.15 20:59:22.595625 [ 291 ] {} TCP-Session: bf4d4b59-d259-45ed-b600-7e18ac35c5af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:22.595638 [ 291 ] {} TCP-Session: bf4d4b59-d259-45ed-b600-7e18ac35c5af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:22.595761 [ 3 ] {6314d780-9781-4926-8180-ed31192f7098} oximeter.version (2389ab4c-c2e0-4775-9ef6-cb3f659ecd5d) (SelectExecutor): Key condition: unknown 2025.10.15 20:59:22.595879 [ 3 ] {6314d780-9781-4926-8180-ed31192f7098} Aggregator: Compile expression max()(UInt64) 0 2025.10.15 20:59:22.963245 [ 313 ] {6314d780-9781-4926-8180-ed31192f7098} AggregatingTransform: Aggregating 2025.10.15 20:59:22.963320 [ 313 ] {6314d780-9781-4926-8180-ed31192f7098} Aggregator: Aggregation method: without_key 2025.10.15 20:59:22.963358 [ 313 ] {6314d780-9781-4926-8180-ed31192f7098} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001114086 sec. (897.597 rows/sec., 35.06 KiB/sec.) 2025.10.15 20:59:22.963373 [ 313 ] {6314d780-9781-4926-8180-ed31192f7098} Aggregator: Merging aggregated data 2025.10.15 20:59:22.964751 [ 3 ] {6314d780-9781-4926-8180-ed31192f7098} executeQuery: Read 1 rows, 40.00 B in 0.369803 sec., 2.704142475858768 rows/sec., 108.17 B/sec. 2025.10.15 20:59:22.964905 [ 3 ] {6314d780-9781-4926-8180-ed31192f7098} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2025.10.15 20:59:22.964921 [ 3 ] {6314d780-9781-4926-8180-ed31192f7098} TCPHandler: Processed in 0.370271342 sec. 2025.10.15 20:59:22.965050 [ 3 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:22.965079 [ 3 ] {} TCP-Session: 3ab629ca-35d4-48bf-8b0a-6f613a4d9a30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:22.965095 [ 292 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:22.965110 [ 291 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:22.965162 [ 289 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:22.965175 [ 287 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:22.965193 [ 290 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:22.965217 [ 289 ] {} TCP-Session: 3ece78a1-7ada-40e3-b6e4-f6c20ba2ab32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:22.965235 [ 287 ] {} TCP-Session: 9e6d01b0-54e6-4fef-901f-1f198c6f7aea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:22.965257 [ 290 ] {} TCP-Session: 5fe288bb-dd05-4457-8548-96f6d0ec8720 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:22.965208 [ 293 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:22.965208 [ 291 ] {} TCP-Session: bf4d4b59-d259-45ed-b600-7e18ac35c5af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:22.965172 [ 292 ] {} TCP-Session: 759591d0-a492-4628-99b0-e182f3f8baae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:22.965331 [ 293 ] {} TCP-Session: 5036f4d5-681e-4519-a2c4-ea1a79984fc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:22.965144 [ 286 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:22.965126 [ 288 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:22.965414 [ 286 ] {} TCP-Session: efd8d38f-6b8c-4eee-909b-44ed9858f23f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:22.965441 [ 288 ] {} TCP-Session: cea96e20-86ac-4ef4-8fc2-5bc46989bdc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:23.001272 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 185.44 MiB, peak 197.57 MiB, free memory in arenas 0.00 B, will set to 204.50 MiB (RSS), difference: 19.05 MiB 2025.10.15 20:59:23.852875 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 278 2025.10.15 20:59:23.854906 [ 242 ] {} system.query_log (b165a8b3-ba06-4257-a6e6-94c295333196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:23.854962 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:23.856303 [ 242 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.10.15 20:59:23.856788 [ 242 ] {} system.query_log (b165a8b3-ba06-4257-a6e6-94c295333196): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:23.856979 [ 41 ] {} system.query_log (b165a8b3-ba06-4257-a6e6-94c295333196) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.10.15 20:59:23.857046 [ 41 ] {} system.query_log (b165a8b3-ba06-4257-a6e6-94c295333196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:23.857071 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:23.857099 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 278 2025.10.15 20:59:23.857215 [ 192 ] {b165a8b3-ba06-4257-a6e6-94c295333196::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.10.15 20:59:23.857847 [ 192 ] {b165a8b3-ba06-4257-a6e6-94c295333196::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.10.15 20:59:23.858013 [ 192 ] {b165a8b3-ba06-4257-a6e6-94c295333196::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part 2025.10.15 20:59:23.858405 [ 192 ] {b165a8b3-ba06-4257-a6e6-94c295333196::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 82 rows starting from the beginning of the part 2025.10.15 20:59:23.858752 [ 192 ] {b165a8b3-ba06-4257-a6e6-94c295333196::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part 2025.10.15 20:59:23.859102 [ 192 ] {b165a8b3-ba06-4257-a6e6-94c295333196::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2025.10.15 20:59:23.859446 [ 192 ] {b165a8b3-ba06-4257-a6e6-94c295333196::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 40 rows starting from the beginning of the part 2025.10.15 20:59:23.859793 [ 192 ] {b165a8b3-ba06-4257-a6e6-94c295333196::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2025.10.15 20:59:23.866932 [ 189 ] {b165a8b3-ba06-4257-a6e6-94c295333196::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 278 rows, containing 72 columns (72 merged, 0 gathered) in 0.009786973 sec., 28405.105439649218 rows/sec., 27.72 MiB/sec. 2025.10.15 20:59:23.867972 [ 194 ] {b165a8b3-ba06-4257-a6e6-94c295333196::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.10.15 20:59:23.868963 [ 194 ] {b165a8b3-ba06-4257-a6e6-94c295333196::all_1_6_1} system.query_log (b165a8b3-ba06-4257-a6e6-94c295333196): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:23.869072 [ 194 ] {b165a8b3-ba06-4257-a6e6-94c295333196::all_1_6_1} system.query_log (b165a8b3-ba06-4257-a6e6-94c295333196) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.10.15 20:59:23.869386 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.64 MiB. 2025.10.15 20:59:23.954057 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46125 2025.10.15 20:59:23.954160 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:23.954188 [ 288 ] {} TCP-Session: bffec1fd-0f22-4751-a7fa-babf63d9b928 Authenticating user 'default' from [fd00:1122:3344:101::e]:46125 2025.10.15 20:59:23.954212 [ 288 ] {} TCP-Session: bffec1fd-0f22-4751-a7fa-babf63d9b928 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:23.954225 [ 288 ] {} TCP-Session: bffec1fd-0f22-4751-a7fa-babf63d9b928 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:23.954435 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65040 2025.10.15 20:59:23.954466 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39468 2025.10.15 20:59:23.954474 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64476 2025.10.15 20:59:23.954530 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46059 2025.10.15 20:59:23.954543 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43387 2025.10.15 20:59:23.954549 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46657 2025.10.15 20:59:23.954588 [ 288 ] {} TCP-Session: bffec1fd-0f22-4751-a7fa-babf63d9b928 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:23.954617 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:23.954638 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:23.954646 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:23.954664 [ 290 ] {} TCP-Session: 6168217b-0ddb-4bca-b524-57b561aa07cf Authenticating user 'default' from [fd00:1122:3344:101::e]:39468 2025.10.15 20:59:23.954655 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:23.954706 [ 291 ] {} TCP-Session: 0a79bcdf-e6d0-4c37-8f76-5dda00da89dc Authenticating user 'default' from [fd00:1122:3344:101::e]:64476 2025.10.15 20:59:23.954720 [ 290 ] {} TCP-Session: 6168217b-0ddb-4bca-b524-57b561aa07cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:23.954732 [ 286 ] {} TCP-Session: 8eb6c8b1-627c-4b35-a3cd-fa80c47c8121 Authenticating user 'default' from [fd00:1122:3344:101::e]:46657 2025.10.15 20:59:23.954751 [ 291 ] {} TCP-Session: 0a79bcdf-e6d0-4c37-8f76-5dda00da89dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:23.954757 [ 290 ] {} TCP-Session: 6168217b-0ddb-4bca-b524-57b561aa07cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:23.954767 [ 286 ] {} TCP-Session: 8eb6c8b1-627c-4b35-a3cd-fa80c47c8121 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:23.954779 [ 291 ] {} TCP-Session: 0a79bcdf-e6d0-4c37-8f76-5dda00da89dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:23.954804 [ 286 ] {} TCP-Session: 8eb6c8b1-627c-4b35-a3cd-fa80c47c8121 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:23.954795 [ 288 ] {8db70287-b677-4169-8698-a1354a0a6e43} executeQuery: (from [fd00:1122:3344:101::e]:46125) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.10.15 20:59:23.954630 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:23.954561 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:23.954900 [ 294 ] {} TCP-Session: e5b859ff-eb92-49dc-bd61-8608b236dea6 Authenticating user 'default' from [fd00:1122:3344:101::e]:46059 2025.10.15 20:59:23.954518 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61592 2025.10.15 20:59:23.954924 [ 289 ] {} TCP-Session: df01fcca-577e-4a5d-94ad-05da522aa15b Authenticating user 'default' from [fd00:1122:3344:101::e]:65040 2025.10.15 20:59:23.954929 [ 294 ] {} TCP-Session: e5b859ff-eb92-49dc-bd61-8608b236dea6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:23.954971 [ 289 ] {} TCP-Session: df01fcca-577e-4a5d-94ad-05da522aa15b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:23.954984 [ 294 ] {} TCP-Session: e5b859ff-eb92-49dc-bd61-8608b236dea6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:23.954997 [ 289 ] {} TCP-Session: df01fcca-577e-4a5d-94ad-05da522aa15b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:23.955012 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:23.954505 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49675 2025.10.15 20:59:23.955039 [ 293 ] {} TCP-Session: f89c68c5-95b4-44a8-bd06-243d8d81949b Authenticating user 'default' from [fd00:1122:3344:101::e]:61592 2025.10.15 20:59:23.954672 [ 3 ] {} TCP-Session: eeb2a223-09ed-4b4d-9331-f7fb205ee2a1 Authenticating user 'default' from [fd00:1122:3344:101::e]:43387 2025.10.15 20:59:23.955075 [ 293 ] {} TCP-Session: f89c68c5-95b4-44a8-bd06-243d8d81949b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:23.955096 [ 3 ] {} TCP-Session: eeb2a223-09ed-4b4d-9331-f7fb205ee2a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:23.955102 [ 293 ] {} TCP-Session: f89c68c5-95b4-44a8-bd06-243d8d81949b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:23.955119 [ 3 ] {} TCP-Session: eeb2a223-09ed-4b4d-9331-f7fb205ee2a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:23.955128 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:23.955163 [ 292 ] {} TCP-Session: cca24711-6a35-470a-b3ec-2b8e916e52a4 Authenticating user 'default' from [fd00:1122:3344:101::e]:49675 2025.10.15 20:59:23.955182 [ 292 ] {} TCP-Session: cca24711-6a35-470a-b3ec-2b8e916e52a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:23.955194 [ 288 ] {8db70287-b677-4169-8698-a1354a0a6e43} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.10.15 20:59:23.955198 [ 292 ] {} TCP-Session: cca24711-6a35-470a-b3ec-2b8e916e52a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:23.955255 [ 288 ] {8db70287-b677-4169-8698-a1354a0a6e43} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:59:23.955606 [ 288 ] {8db70287-b677-4169-8698-a1354a0a6e43} oximeter.version (2389ab4c-c2e0-4775-9ef6-cb3f659ecd5d) (SelectExecutor): Key condition: unknown 2025.10.15 20:59:23.956727 [ 342 ] {8db70287-b677-4169-8698-a1354a0a6e43} AggregatingTransform: Aggregating 2025.10.15 20:59:23.956779 [ 342 ] {8db70287-b677-4169-8698-a1354a0a6e43} Aggregator: Aggregation method: without_key 2025.10.15 20:59:23.956817 [ 342 ] {8db70287-b677-4169-8698-a1354a0a6e43} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001100765 sec. (908.459 rows/sec., 35.49 KiB/sec.) 2025.10.15 20:59:23.956837 [ 342 ] {8db70287-b677-4169-8698-a1354a0a6e43} Aggregator: Merging aggregated data 2025.10.15 20:59:23.958152 [ 288 ] {8db70287-b677-4169-8698-a1354a0a6e43} executeQuery: Read 1 rows, 40.00 B in 0.003418 sec., 292.5687536571094 rows/sec., 11.43 KiB/sec. 2025.10.15 20:59:23.958352 [ 288 ] {8db70287-b677-4169-8698-a1354a0a6e43} TCPHandler: Processed in 0.003931715 sec. 2025.10.15 20:59:23.958479 [ 288 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:23.958511 [ 288 ] {} TCP-Session: bffec1fd-0f22-4751-a7fa-babf63d9b928 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:23.958516 [ 289 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:23.958564 [ 286 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:23.958585 [ 289 ] {} TCP-Session: df01fcca-577e-4a5d-94ad-05da522aa15b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:23.958597 [ 293 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:23.958606 [ 286 ] {} TCP-Session: 8eb6c8b1-627c-4b35-a3cd-fa80c47c8121 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:23.958622 [ 291 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:23.958649 [ 290 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:23.958675 [ 294 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:23.958688 [ 291 ] {} TCP-Session: 0a79bcdf-e6d0-4c37-8f76-5dda00da89dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:23.958701 [ 290 ] {} TCP-Session: 6168217b-0ddb-4bca-b524-57b561aa07cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:23.958714 [ 294 ] {} TCP-Session: e5b859ff-eb92-49dc-bd61-8608b236dea6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:23.958707 [ 292 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:23.958652 [ 293 ] {} TCP-Session: f89c68c5-95b4-44a8-bd06-243d8d81949b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:23.958731 [ 3 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:23.958787 [ 292 ] {} TCP-Session: cca24711-6a35-470a-b3ec-2b8e916e52a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:23.958823 [ 3 ] {} TCP-Session: eeb2a223-09ed-4b4d-9331-f7fb205ee2a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:24.045920 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42656 2025.10.15 20:59:24.046021 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:24.046050 [ 288 ] {} TCP-Session: 150f7576-4f32-40ad-a4e9-bb6c00b9bafa Authenticating user 'default' from [fd00:1122:3344:101::e]:42656 2025.10.15 20:59:24.046073 [ 288 ] {} TCP-Session: 150f7576-4f32-40ad-a4e9-bb6c00b9bafa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:24.046087 [ 288 ] {} TCP-Session: 150f7576-4f32-40ad-a4e9-bb6c00b9bafa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:24.046349 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62983 2025.10.15 20:59:24.046365 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56485 2025.10.15 20:59:24.046397 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41999 2025.10.15 20:59:24.046426 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38653 2025.10.15 20:59:24.046433 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42457 2025.10.15 20:59:24.046469 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:24.046534 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:24.046622 [ 289 ] {} TCP-Session: f0917078-835d-4016-99ee-dde6b909dca1 Authenticating user 'default' from [fd00:1122:3344:101::e]:62983 2025.10.15 20:59:24.046498 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:24.046655 [ 286 ] {} TCP-Session: 58088713-2e88-4be1-8f57-cb84482bb75c Authenticating user 'default' from [fd00:1122:3344:101::e]:42457 2025.10.15 20:59:24.046660 [ 289 ] {} TCP-Session: f0917078-835d-4016-99ee-dde6b909dca1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:24.046677 [ 290 ] {} TCP-Session: a0ac413d-4475-4c64-883c-fe42161d3bfe Authenticating user 'default' from [fd00:1122:3344:101::e]:56485 2025.10.15 20:59:24.046687 [ 286 ] {} TCP-Session: 58088713-2e88-4be1-8f57-cb84482bb75c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:24.046692 [ 289 ] {} TCP-Session: f0917078-835d-4016-99ee-dde6b909dca1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:24.046712 [ 286 ] {} TCP-Session: 58088713-2e88-4be1-8f57-cb84482bb75c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:24.046707 [ 290 ] {} TCP-Session: a0ac413d-4475-4c64-883c-fe42161d3bfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:24.046496 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:24.046470 [ 288 ] {} TCP-Session: 150f7576-4f32-40ad-a4e9-bb6c00b9bafa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:24.046411 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43201 2025.10.15 20:59:24.046379 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60617 2025.10.15 20:59:24.046382 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44523 2025.10.15 20:59:24.046889 [ 293 ] {} TCP-Session: 41ab050e-3e7d-40c5-816b-ca9bbb2f51c6 Authenticating user 'default' from [fd00:1122:3344:101::e]:41999 2025.10.15 20:59:24.046879 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:24.046937 [ 290 ] {} TCP-Session: a0ac413d-4475-4c64-883c-fe42161d3bfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:24.046948 [ 293 ] {} TCP-Session: 41ab050e-3e7d-40c5-816b-ca9bbb2f51c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:24.046962 [ 294 ] {} TCP-Session: d9812312-0d38-4493-8424-a8a4ab2b95ec Authenticating user 'default' from [fd00:1122:3344:101::e]:43201 2025.10.15 20:59:24.046970 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:24.046992 [ 294 ] {} TCP-Session: d9812312-0d38-4493-8424-a8a4ab2b95ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:24.046972 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:24.047023 [ 288 ] {6d5d1a2b-19b7-4071-91ed-5311a4105511} executeQuery: (from [fd00:1122:3344:101::e]:42656) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.10.15 20:59:24.047023 [ 291 ] {} TCP-Session: 020b4379-bc7b-4128-b2eb-980633a36b59 Authenticating user 'default' from [fd00:1122:3344:101::e]:60617 2025.10.15 20:59:24.047047 [ 292 ] {} TCP-Session: b1fc9d20-b91f-4656-a79e-4de7aa36443d Authenticating user 'default' from [fd00:1122:3344:101::e]:44523 2025.10.15 20:59:24.047090 [ 291 ] {} TCP-Session: 020b4379-bc7b-4128-b2eb-980633a36b59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:24.047119 [ 292 ] {} TCP-Session: b1fc9d20-b91f-4656-a79e-4de7aa36443d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:24.047132 [ 291 ] {} TCP-Session: 020b4379-bc7b-4128-b2eb-980633a36b59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:24.047146 [ 292 ] {} TCP-Session: b1fc9d20-b91f-4656-a79e-4de7aa36443d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:24.047020 [ 294 ] {} TCP-Session: d9812312-0d38-4493-8424-a8a4ab2b95ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:24.046977 [ 293 ] {} TCP-Session: 41ab050e-3e7d-40c5-816b-ca9bbb2f51c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:24.046520 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.10.15 20:59:24.047240 [ 3 ] {} TCP-Session: c7840ccb-4623-4cdb-b744-5dfaf4aa1324 Authenticating user 'default' from [fd00:1122:3344:101::e]:38653 2025.10.15 20:59:24.047258 [ 3 ] {} TCP-Session: c7840ccb-4623-4cdb-b744-5dfaf4aa1324 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:24.047271 [ 3 ] {} TCP-Session: c7840ccb-4623-4cdb-b744-5dfaf4aa1324 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:24.047307 [ 288 ] {6d5d1a2b-19b7-4071-91ed-5311a4105511} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.10.15 20:59:24.047372 [ 288 ] {6d5d1a2b-19b7-4071-91ed-5311a4105511} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:59:24.047653 [ 288 ] {6d5d1a2b-19b7-4071-91ed-5311a4105511} oximeter.version (2389ab4c-c2e0-4775-9ef6-cb3f659ecd5d) (SelectExecutor): Key condition: unknown 2025.10.15 20:59:24.048626 [ 340 ] {6d5d1a2b-19b7-4071-91ed-5311a4105511} AggregatingTransform: Aggregating 2025.10.15 20:59:24.048680 [ 340 ] {6d5d1a2b-19b7-4071-91ed-5311a4105511} Aggregator: Aggregation method: without_key 2025.10.15 20:59:24.048719 [ 340 ] {6d5d1a2b-19b7-4071-91ed-5311a4105511} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000964801 sec. (1036.483 rows/sec., 40.49 KiB/sec.) 2025.10.15 20:59:24.048740 [ 340 ] {6d5d1a2b-19b7-4071-91ed-5311a4105511} Aggregator: Merging aggregated data 2025.10.15 20:59:24.050012 [ 288 ] {6d5d1a2b-19b7-4071-91ed-5311a4105511} executeQuery: Read 1 rows, 40.00 B in 0.003054 sec., 327.43942370661426 rows/sec., 12.79 KiB/sec. 2025.10.15 20:59:24.050123 [ 288 ] {6d5d1a2b-19b7-4071-91ed-5311a4105511} TCPHandler: Processed in 0.003787411 sec. 2025.10.15 20:59:24.050256 [ 288 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:24.050291 [ 289 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:24.050319 [ 286 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:24.050295 [ 288 ] {} TCP-Session: 150f7576-4f32-40ad-a4e9-bb6c00b9bafa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:24.050351 [ 290 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:24.050376 [ 291 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:24.050420 [ 292 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:24.050430 [ 290 ] {} TCP-Session: a0ac413d-4475-4c64-883c-fe42161d3bfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:24.050452 [ 291 ] {} TCP-Session: 020b4379-bc7b-4128-b2eb-980633a36b59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:24.050467 [ 3 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:24.050467 [ 292 ] {} TCP-Session: b1fc9d20-b91f-4656-a79e-4de7aa36443d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:24.050515 [ 3 ] {} TCP-Session: c7840ccb-4623-4cdb-b744-5dfaf4aa1324 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:24.050441 [ 293 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:24.050396 [ 294 ] {} TCPHandler: Done processing connection. 2025.10.15 20:59:24.050581 [ 293 ] {} TCP-Session: 41ab050e-3e7d-40c5-816b-ca9bbb2f51c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:24.050371 [ 286 ] {} TCP-Session: 58088713-2e88-4be1-8f57-cb84482bb75c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:24.050609 [ 294 ] {} TCP-Session: d9812312-0d38-4493-8424-a8a4ab2b95ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:24.050353 [ 289 ] {} TCP-Session: f0917078-835d-4016-99ee-dde6b909dca1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.10.15 20:59:24.536237 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:24.536436 [ 5 ] {75951b63-68e6-4232-9c0f-421a9a712e5a} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.10.15 20:59:24.536522 [ 5 ] {75951b63-68e6-4232-9c0f-421a9a712e5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.10.15 20:59:24.537440 [ 5 ] {75951b63-68e6-4232-9c0f-421a9a712e5a} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:24.537494 [ 5 ] {75951b63-68e6-4232-9c0f-421a9a712e5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:24.538152 [ 5 ] {75951b63-68e6-4232-9c0f-421a9a712e5a} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.10.15 20:59:24.538829 [ 5 ] {75951b63-68e6-4232-9c0f-421a9a712e5a} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:24.539047 [ 5 ] {75951b63-68e6-4232-9c0f-421a9a712e5a} executeQuery: Read 130 rows, 11.46 KiB in 0.00267 sec., 48689.13857677903 rows/sec., 4.19 MiB/sec. 2025.10.15 20:59:24.539063 [ 41 ] {} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.10.15 20:59:24.539118 [ 5 ] {75951b63-68e6-4232-9c0f-421a9a712e5a} TCPHandler: Processed in 0.003028017 sec. 2025.10.15 20:59:24.539200 [ 41 ] {} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:24.539254 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:24.539372 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:24.539503 [ 5 ] {96eb1a55-424a-4ac6-8e68-85bf2f4ad62f} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.10.15 20:59:24.539535 [ 189 ] {5949747e-8619-4b36-8053-86044f837c32::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.10.15 20:59:24.539559 [ 5 ] {96eb1a55-424a-4ac6-8e68-85bf2f4ad62f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.10.15 20:59:24.539660 [ 189 ] {5949747e-8619-4b36-8053-86044f837c32::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.10.15 20:59:24.539715 [ 189 ] {5949747e-8619-4b36-8053-86044f837c32::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 203 rows starting from the beginning of the part 2025.10.15 20:59:24.539876 [ 189 ] {5949747e-8619-4b36-8053-86044f837c32::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 225 rows starting from the beginning of the part 2025.10.15 20:59:24.540053 [ 189 ] {5949747e-8619-4b36-8053-86044f837c32::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part 2025.10.15 20:59:24.540121 [ 189 ] {5949747e-8619-4b36-8053-86044f837c32::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 130 rows starting from the beginning of the part 2025.10.15 20:59:24.540164 [ 5 ] {96eb1a55-424a-4ac6-8e68-85bf2f4ad62f} oximeter.fields_u16 (d7c303a9-15d9-4d06-8799-7c4da6fb54b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:24.540171 [ 189 ] {5949747e-8619-4b36-8053-86044f837c32::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part 2025.10.15 20:59:24.540212 [ 5 ] {96eb1a55-424a-4ac6-8e68-85bf2f4ad62f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:24.540240 [ 189 ] {5949747e-8619-4b36-8053-86044f837c32::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 130 rows starting from the beginning of the part 2025.10.15 20:59:24.540714 [ 5 ] {96eb1a55-424a-4ac6-8e68-85bf2f4ad62f} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.10.15 20:59:24.541280 [ 5 ] {96eb1a55-424a-4ac6-8e68-85bf2f4ad62f} oximeter.fields_u16 (d7c303a9-15d9-4d06-8799-7c4da6fb54b6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:24.541408 [ 41 ] {} oximeter.fields_u16 (d7c303a9-15d9-4d06-8799-7c4da6fb54b6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.10.15 20:59:24.541434 [ 5 ] {96eb1a55-424a-4ac6-8e68-85bf2f4ad62f} executeQuery: Read 37 rows, 2.78 KiB in 0.001968 sec., 18800.81300813008 rows/sec., 1.38 MiB/sec. 2025.10.15 20:59:24.541458 [ 41 ] {} oximeter.fields_u16 (d7c303a9-15d9-4d06-8799-7c4da6fb54b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:24.541478 [ 5 ] {96eb1a55-424a-4ac6-8e68-85bf2f4ad62f} TCPHandler: Processed in 0.00217834 sec. 2025.10.15 20:59:24.541496 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:24.541603 [ 194 ] {d7c303a9-15d9-4d06-8799-7c4da6fb54b6::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.10.15 20:59:24.541614 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:24.541717 [ 201 ] {5949747e-8619-4b36-8053-86044f837c32::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 800 rows, containing 5 columns (5 merged, 0 gathered) in 0.002349005 sec., 340569.7305880575 rows/sec., 30.65 MiB/sec. 2025.10.15 20:59:24.541730 [ 5 ] {00061d6f-72d7-41aa-a4b2-f2afd9870cc3} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.10.15 20:59:24.541725 [ 194 ] {d7c303a9-15d9-4d06-8799-7c4da6fb54b6::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.10.15 20:59:24.541798 [ 5 ] {00061d6f-72d7-41aa-a4b2-f2afd9870cc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.10.15 20:59:24.541814 [ 194 ] {d7c303a9-15d9-4d06-8799-7c4da6fb54b6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 33 rows starting from the beginning of the part 2025.10.15 20:59:24.541915 [ 194 ] {d7c303a9-15d9-4d06-8799-7c4da6fb54b6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 11 rows starting from the beginning of the part 2025.10.15 20:59:24.541966 [ 194 ] {d7c303a9-15d9-4d06-8799-7c4da6fb54b6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 11 rows starting from the beginning of the part 2025.10.15 20:59:24.542012 [ 194 ] {d7c303a9-15d9-4d06-8799-7c4da6fb54b6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 38 rows starting from the beginning of the part 2025.10.15 20:59:24.542059 [ 194 ] {d7c303a9-15d9-4d06-8799-7c4da6fb54b6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 37 rows starting from the beginning of the part 2025.10.15 20:59:24.542075 [ 198 ] {5949747e-8619-4b36-8053-86044f837c32::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.10.15 20:59:24.542111 [ 194 ] {d7c303a9-15d9-4d06-8799-7c4da6fb54b6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 37 rows starting from the beginning of the part 2025.10.15 20:59:24.542286 [ 5 ] {00061d6f-72d7-41aa-a4b2-f2afd9870cc3} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:24.542331 [ 5 ] {00061d6f-72d7-41aa-a4b2-f2afd9870cc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:24.542702 [ 198 ] {5949747e-8619-4b36-8053-86044f837c32::all_1_11_2} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:24.542797 [ 5 ] {00061d6f-72d7-41aa-a4b2-f2afd9870cc3} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.10.15 20:59:24.542849 [ 198 ] {5949747e-8619-4b36-8053-86044f837c32::all_1_11_2} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.10.15 20:59:24.542966 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.10.15 20:59:24.543166 [ 198 ] {d7c303a9-15d9-4d06-8799-7c4da6fb54b6::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 167 rows, containing 5 columns (5 merged, 0 gathered) in 0.001609242 sec., 103775.56638467054 rows/sec., 8.05 MiB/sec. 2025.10.15 20:59:24.543280 [ 5 ] {00061d6f-72d7-41aa-a4b2-f2afd9870cc3} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:24.543387 [ 198 ] {d7c303a9-15d9-4d06-8799-7c4da6fb54b6::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.10.15 20:59:24.543432 [ 41 ] {} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.10.15 20:59:24.543455 [ 5 ] {00061d6f-72d7-41aa-a4b2-f2afd9870cc3} executeQuery: Read 101 rows, 8.08 KiB in 0.001742 sec., 57979.33409873708 rows/sec., 4.53 MiB/sec. 2025.10.15 20:59:24.543472 [ 41 ] {} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:24.543513 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:24.543516 [ 5 ] {00061d6f-72d7-41aa-a4b2-f2afd9870cc3} TCPHandler: Processed in 0.001952753 sec. 2025.10.15 20:59:24.543608 [ 194 ] {1be09326-b1ef-4ed2-9100-0a0057739344::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.10.15 20:59:24.543684 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:24.543721 [ 194 ] {1be09326-b1ef-4ed2-9100-0a0057739344::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.10.15 20:59:24.543759 [ 194 ] {1be09326-b1ef-4ed2-9100-0a0057739344::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 121 rows starting from the beginning of the part 2025.10.15 20:59:24.543796 [ 5 ] {08f0f1bd-05c7-4467-bca8-10387aabb8fa} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.10.15 20:59:24.543822 [ 194 ] {1be09326-b1ef-4ed2-9100-0a0057739344::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 133 rows starting from the beginning of the part 2025.10.15 20:59:24.543856 [ 5 ] {08f0f1bd-05c7-4467-bca8-10387aabb8fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.10.15 20:59:24.543881 [ 194 ] {1be09326-b1ef-4ed2-9100-0a0057739344::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part 2025.10.15 20:59:24.543906 [ 198 ] {d7c303a9-15d9-4d06-8799-7c4da6fb54b6::all_1_6_1} oximeter.fields_u16 (d7c303a9-15d9-4d06-8799-7c4da6fb54b6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:24.543939 [ 194 ] {1be09326-b1ef-4ed2-9100-0a0057739344::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 107 rows starting from the beginning of the part 2025.10.15 20:59:24.543988 [ 194 ] {1be09326-b1ef-4ed2-9100-0a0057739344::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 64 rows starting from the beginning of the part 2025.10.15 20:59:24.543996 [ 198 ] {d7c303a9-15d9-4d06-8799-7c4da6fb54b6::all_1_6_1} oximeter.fields_u16 (d7c303a9-15d9-4d06-8799-7c4da6fb54b6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.10.15 20:59:24.544039 [ 194 ] {1be09326-b1ef-4ed2-9100-0a0057739344::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 101 rows starting from the beginning of the part 2025.10.15 20:59:24.544081 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.10.15 20:59:24.544451 [ 5 ] {08f0f1bd-05c7-4467-bca8-10387aabb8fa} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:24.544501 [ 5 ] {08f0f1bd-05c7-4467-bca8-10387aabb8fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:24.545114 [ 201 ] {1be09326-b1ef-4ed2-9100-0a0057739344::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 590 rows, containing 5 columns (5 merged, 0 gathered) in 0.001544809 sec., 381924.23788312986 rows/sec., 31.80 MiB/sec. 2025.10.15 20:59:24.545147 [ 5 ] {08f0f1bd-05c7-4467-bca8-10387aabb8fa} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.10.15 20:59:24.545361 [ 194 ] {1be09326-b1ef-4ed2-9100-0a0057739344::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.10.15 20:59:24.545668 [ 5 ] {08f0f1bd-05c7-4467-bca8-10387aabb8fa} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:24.545837 [ 42 ] {} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.10.15 20:59:24.545861 [ 5 ] {08f0f1bd-05c7-4467-bca8-10387aabb8fa} executeQuery: Read 160 rows, 11.41 KiB in 0.002086 sec., 76701.82166826462 rows/sec., 5.34 MiB/sec. 2025.10.15 20:59:24.545861 [ 194 ] {1be09326-b1ef-4ed2-9100-0a0057739344::all_1_11_2} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:24.545898 [ 42 ] {} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:24.545919 [ 5 ] {08f0f1bd-05c7-4467-bca8-10387aabb8fa} TCPHandler: Processed in 0.002293513 sec. 2025.10.15 20:59:24.545948 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:24.546009 [ 194 ] {1be09326-b1ef-4ed2-9100-0a0057739344::all_1_11_2} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.10.15 20:59:24.546048 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:24.546082 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.10.15 20:59:24.546078 [ 200 ] {b813c381-d0a9-40a4-bc41-76b393ddd609::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.10.15 20:59:24.546153 [ 5 ] {a49c6a61-ed7a-48b2-b0bf-f08e0f14dd80} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.10.15 20:59:24.546214 [ 5 ] {a49c6a61-ed7a-48b2-b0bf-f08e0f14dd80} 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 2025.10.15 20:59:24.546274 [ 200 ] {b813c381-d0a9-40a4-bc41-76b393ddd609::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.10.15 20:59:24.546347 [ 200 ] {b813c381-d0a9-40a4-bc41-76b393ddd609::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 975 rows starting from the beginning of the part 2025.10.15 20:59:24.546479 [ 200 ] {b813c381-d0a9-40a4-bc41-76b393ddd609::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 197 rows starting from the beginning of the part 2025.10.15 20:59:24.546569 [ 200 ] {b813c381-d0a9-40a4-bc41-76b393ddd609::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part 2025.10.15 20:59:24.546646 [ 200 ] {b813c381-d0a9-40a4-bc41-76b393ddd609::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part 2025.10.15 20:59:24.546713 [ 200 ] {b813c381-d0a9-40a4-bc41-76b393ddd609::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part 2025.10.15 20:59:24.546778 [ 200 ] {b813c381-d0a9-40a4-bc41-76b393ddd609::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part 2025.10.15 20:59:24.547136 [ 5 ] {a49c6a61-ed7a-48b2-b0bf-f08e0f14dd80} oximeter.measurements_histogramu64 (a8ff0e27-afa2-41fe-82fb-121565cf63c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:24.547178 [ 5 ] {a49c6a61-ed7a-48b2-b0bf-f08e0f14dd80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:24.547983 [ 5 ] {a49c6a61-ed7a-48b2-b0bf-f08e0f14dd80} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.10.15 20:59:24.548331 [ 194 ] {b813c381-d0a9-40a4-bc41-76b393ddd609::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1812 rows, containing 5 columns (5 merged, 0 gathered) in 0.002314924 sec., 782747.0793857595 rows/sec., 55.37 MiB/sec. 2025.10.15 20:59:24.548455 [ 5 ] {a49c6a61-ed7a-48b2-b0bf-f08e0f14dd80} oximeter.measurements_histogramu64 (a8ff0e27-afa2-41fe-82fb-121565cf63c4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:24.548590 [ 42 ] {} oximeter.measurements_histogramu64 (a8ff0e27-afa2-41fe-82fb-121565cf63c4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.10.15 20:59:24.548620 [ 5 ] {a49c6a61-ed7a-48b2-b0bf-f08e0f14dd80} executeQuery: Read 37 rows, 67.89 KiB in 0.00249 sec., 14859.437751004016 rows/sec., 26.63 MiB/sec. 2025.10.15 20:59:24.548624 [ 42 ] {} oximeter.measurements_histogramu64 (a8ff0e27-afa2-41fe-82fb-121565cf63c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:24.548635 [ 200 ] {b813c381-d0a9-40a4-bc41-76b393ddd609::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.10.15 20:59:24.548655 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:24.548681 [ 5 ] {a49c6a61-ed7a-48b2-b0bf-f08e0f14dd80} TCPHandler: Processed in 0.002689637 sec. 2025.10.15 20:59:24.548761 [ 201 ] {a8ff0e27-afa2-41fe-82fb-121565cf63c4::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.10.15 20:59:24.548798 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:24.548896 [ 5 ] {055f2fe8-832c-4ee0-8541-f1c6ad4fd153} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.10.15 20:59:24.548941 [ 5 ] {055f2fe8-832c-4ee0-8541-f1c6ad4fd153} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.10.15 20:59:24.549020 [ 201 ] {a8ff0e27-afa2-41fe-82fb-121565cf63c4::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.10.15 20:59:24.549085 [ 201 ] {a8ff0e27-afa2-41fe-82fb-121565cf63c4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 11 rows starting from the beginning of the part 2025.10.15 20:59:24.549151 [ 200 ] {b813c381-d0a9-40a4-bc41-76b393ddd609::all_1_11_2} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:24.549249 [ 201 ] {a8ff0e27-afa2-41fe-82fb-121565cf63c4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 11 rows starting from the beginning of the part 2025.10.15 20:59:24.549279 [ 200 ] {b813c381-d0a9-40a4-bc41-76b393ddd609::all_1_11_2} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.10.15 20:59:24.549301 [ 5 ] {055f2fe8-832c-4ee0-8541-f1c6ad4fd153} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:24.549342 [ 5 ] {055f2fe8-832c-4ee0-8541-f1c6ad4fd153} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:24.549369 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2025.10.15 20:59:24.549369 [ 201 ] {a8ff0e27-afa2-41fe-82fb-121565cf63c4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 11 rows starting from the beginning of the part 2025.10.15 20:59:24.549493 [ 201 ] {a8ff0e27-afa2-41fe-82fb-121565cf63c4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2025.10.15 20:59:24.549604 [ 201 ] {a8ff0e27-afa2-41fe-82fb-121565cf63c4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 37 rows starting from the beginning of the part 2025.10.15 20:59:24.549718 [ 201 ] {a8ff0e27-afa2-41fe-82fb-121565cf63c4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 37 rows starting from the beginning of the part 2025.10.15 20:59:24.549783 [ 5 ] {055f2fe8-832c-4ee0-8541-f1c6ad4fd153} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.10.15 20:59:24.550269 [ 5 ] {055f2fe8-832c-4ee0-8541-f1c6ad4fd153} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:24.550386 [ 42 ] {} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.10.15 20:59:24.550416 [ 42 ] {} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:24.550418 [ 5 ] {055f2fe8-832c-4ee0-8541-f1c6ad4fd153} executeQuery: Read 60 rows, 4.14 KiB in 0.00154 sec., 38961.03896103896 rows/sec., 2.63 MiB/sec. 2025.10.15 20:59:24.550437 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:24.550462 [ 5 ] {055f2fe8-832c-4ee0-8541-f1c6ad4fd153} TCPHandler: Processed in 0.001714044 sec. 2025.10.15 20:59:24.550569 [ 196 ] {63a49219-c5d3-43db-829a-36c29b2288cf::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.10.15 20:59:24.550724 [ 196 ] {63a49219-c5d3-43db-829a-36c29b2288cf::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.10.15 20:59:24.550780 [ 196 ] {63a49219-c5d3-43db-829a-36c29b2288cf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 312 rows starting from the beginning of the part 2025.10.15 20:59:24.550889 [ 196 ] {63a49219-c5d3-43db-829a-36c29b2288cf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part 2025.10.15 20:59:24.550974 [ 196 ] {63a49219-c5d3-43db-829a-36c29b2288cf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part 2025.10.15 20:59:24.551026 [ 196 ] {63a49219-c5d3-43db-829a-36c29b2288cf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part 2025.10.15 20:59:24.551075 [ 196 ] {63a49219-c5d3-43db-829a-36c29b2288cf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part 2025.10.15 20:59:24.551122 [ 196 ] {63a49219-c5d3-43db-829a-36c29b2288cf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part 2025.10.15 20:59:24.552190 [ 199 ] {a8ff0e27-afa2-41fe-82fb-121565cf63c4::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 131 rows, containing 19 columns (19 merged, 0 gathered) in 0.003474501 sec., 37703.25580565382 rows/sec., 67.56 MiB/sec. 2025.10.15 20:59:24.552282 [ 200 ] {63a49219-c5d3-43db-829a-36c29b2288cf::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 612 rows, containing 4 columns (4 merged, 0 gathered) in 0.001772067 sec., 345359.4023250814 rows/sec., 23.27 MiB/sec. 2025.10.15 20:59:24.552536 [ 201 ] {63a49219-c5d3-43db-829a-36c29b2288cf::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.10.15 20:59:24.552739 [ 199 ] {a8ff0e27-afa2-41fe-82fb-121565cf63c4::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.10.15 20:59:24.553091 [ 201 ] {63a49219-c5d3-43db-829a-36c29b2288cf::all_1_11_2} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:24.553300 [ 201 ] {63a49219-c5d3-43db-829a-36c29b2288cf::all_1_11_2} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.10.15 20:59:24.553413 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.10.15 20:59:24.553686 [ 199 ] {a8ff0e27-afa2-41fe-82fb-121565cf63c4::all_1_6_1} oximeter.measurements_histogramu64 (a8ff0e27-afa2-41fe-82fb-121565cf63c4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:24.553779 [ 199 ] {a8ff0e27-afa2-41fe-82fb-121565cf63c4::all_1_6_1} oximeter.measurements_histogramu64 (a8ff0e27-afa2-41fe-82fb-121565cf63c4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.10.15 20:59:24.553900 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. 2025.10.15 20:59:28.779673 [ 37 ] {} DNSResolver: Updating DNS cache 2025.10.15 20:59:28.779759 [ 37 ] {} DNSResolver: Updated DNS cache 2025.10.15 20:59:28.860659 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4732 2025.10.15 20:59:28.861157 [ 244 ] {} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:28.861212 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:28.861718 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.10.15 20:59:28.861959 [ 244 ] {} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:28.862103 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4732 2025.10.15 20:59:29.151879 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2025.10.15 20:59:29.168454 [ 243 ] {} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:29.168502 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:29.174767 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.10.15 20:59:29.175453 [ 243 ] {} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:29.178680 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2025.10.15 20:59:29.533214 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:29.533410 [ 5 ] {1d821502-aab3-4145-bf18-a076fa525b45} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.10.15 20:59:29.533485 [ 5 ] {1d821502-aab3-4145-bf18-a076fa525b45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.10.15 20:59:29.534147 [ 5 ] {1d821502-aab3-4145-bf18-a076fa525b45} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:29.534200 [ 5 ] {1d821502-aab3-4145-bf18-a076fa525b45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:29.534587 [ 5 ] {1d821502-aab3-4145-bf18-a076fa525b45} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.10.15 20:59:29.534810 [ 5 ] {1d821502-aab3-4145-bf18-a076fa525b45} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:29.534967 [ 5 ] {1d821502-aab3-4145-bf18-a076fa525b45} executeQuery: Read 56 rows, 4.38 KiB in 0.001614 sec., 34696.40644361834 rows/sec., 2.65 MiB/sec. 2025.10.15 20:59:29.535014 [ 5 ] {1d821502-aab3-4145-bf18-a076fa525b45} TCPHandler: Processed in 0.001944312 sec. 2025.10.15 20:59:29.535146 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:29.535250 [ 5 ] {106078f3-067a-45e0-906f-ef8d1f297872} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.10.15 20:59:29.535294 [ 5 ] {106078f3-067a-45e0-906f-ef8d1f297872} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.10.15 20:59:29.535718 [ 5 ] {106078f3-067a-45e0-906f-ef8d1f297872} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:29.535756 [ 5 ] {106078f3-067a-45e0-906f-ef8d1f297872} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:29.536061 [ 5 ] {106078f3-067a-45e0-906f-ef8d1f297872} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.10.15 20:59:29.536278 [ 5 ] {106078f3-067a-45e0-906f-ef8d1f297872} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:29.536407 [ 5 ] {106078f3-067a-45e0-906f-ef8d1f297872} executeQuery: Read 64 rows, 5.12 KiB in 0.001183 sec., 54099.74640743872 rows/sec., 4.22 MiB/sec. 2025.10.15 20:59:29.536444 [ 5 ] {106078f3-067a-45e0-906f-ef8d1f297872} TCPHandler: Processed in 0.001353313 sec. 2025.10.15 20:59:29.536559 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:29.536656 [ 5 ] {bd620c49-3a91-48fa-9f98-47f625ddc5c8} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.10.15 20:59:29.536703 [ 5 ] {bd620c49-3a91-48fa-9f98-47f625ddc5c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.10.15 20:59:29.537108 [ 5 ] {bd620c49-3a91-48fa-9f98-47f625ddc5c8} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:29.537147 [ 5 ] {bd620c49-3a91-48fa-9f98-47f625ddc5c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:29.537508 [ 5 ] {bd620c49-3a91-48fa-9f98-47f625ddc5c8} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.10.15 20:59:29.537717 [ 5 ] {bd620c49-3a91-48fa-9f98-47f625ddc5c8} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:29.537846 [ 5 ] {bd620c49-3a91-48fa-9f98-47f625ddc5c8} executeQuery: Read 160 rows, 11.41 KiB in 0.001209 sec., 132340.77750206782 rows/sec., 9.22 MiB/sec. 2025.10.15 20:59:29.537884 [ 5 ] {bd620c49-3a91-48fa-9f98-47f625ddc5c8} TCPHandler: Processed in 0.001375594 sec. 2025.10.15 20:59:29.537996 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:29.538091 [ 5 ] {6cbc1ab3-3aa9-48d7-b648-768022dde7b5} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.10.15 20:59:29.538136 [ 5 ] {6cbc1ab3-3aa9-48d7-b648-768022dde7b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.10.15 20:59:29.538462 [ 5 ] {6cbc1ab3-3aa9-48d7-b648-768022dde7b5} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:29.538498 [ 5 ] {6cbc1ab3-3aa9-48d7-b648-768022dde7b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:29.538799 [ 5 ] {6cbc1ab3-3aa9-48d7-b648-768022dde7b5} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.10.15 20:59:29.539005 [ 5 ] {6cbc1ab3-3aa9-48d7-b648-768022dde7b5} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:29.539131 [ 5 ] {6cbc1ab3-3aa9-48d7-b648-768022dde7b5} executeQuery: Read 60 rows, 4.14 KiB in 0.001058 sec., 56710.77504725898 rows/sec., 3.82 MiB/sec. 2025.10.15 20:59:29.539165 [ 5 ] {6cbc1ab3-3aa9-48d7-b648-768022dde7b5} TCPHandler: Processed in 0.001218629 sec. 2025.10.15 20:59:30.001170 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 207.22 MiB, peak 213.88 MiB, free memory in arenas 0.00 B, will set to 208.36 MiB (RSS), difference: 1.14 MiB 2025.10.15 20:59:33.858105 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 302 2025.10.15 20:59:33.860127 [ 242 ] {} system.query_log (b165a8b3-ba06-4257-a6e6-94c295333196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:33.860184 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:33.861373 [ 242 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.10.15 20:59:33.861641 [ 242 ] {} system.query_log (b165a8b3-ba06-4257-a6e6-94c295333196): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:33.861968 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 302 2025.10.15 20:59:34.539538 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:34.539711 [ 5 ] {8ce35699-58c8-46bd-ae80-359c7707cfbf} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.10.15 20:59:34.539775 [ 5 ] {8ce35699-58c8-46bd-ae80-359c7707cfbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.10.15 20:59:34.540401 [ 5 ] {8ce35699-58c8-46bd-ae80-359c7707cfbf} oximeter.fields_i16 (d7f482c1-5aba-40b2-aabc-700f53107ca9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:34.540439 [ 5 ] {8ce35699-58c8-46bd-ae80-359c7707cfbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:34.540852 [ 5 ] {8ce35699-58c8-46bd-ae80-359c7707cfbf} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.10.15 20:59:34.541089 [ 5 ] {8ce35699-58c8-46bd-ae80-359c7707cfbf} oximeter.fields_i16 (d7f482c1-5aba-40b2-aabc-700f53107ca9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:34.541239 [ 5 ] {8ce35699-58c8-46bd-ae80-359c7707cfbf} executeQuery: Read 24 rows, 2.04 KiB in 0.001577 sec., 15218.769816106531 rows/sec., 1.26 MiB/sec. 2025.10.15 20:59:34.541279 [ 5 ] {8ce35699-58c8-46bd-ae80-359c7707cfbf} TCPHandler: Processed in 0.00187732 sec. 2025.10.15 20:59:34.541408 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:34.541504 [ 5 ] {585088eb-c337-41f5-bba0-2a2b022359f4} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.10.15 20:59:34.541546 [ 5 ] {585088eb-c337-41f5-bba0-2a2b022359f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.10.15 20:59:34.541944 [ 5 ] {585088eb-c337-41f5-bba0-2a2b022359f4} oximeter.fields_ipaddr (41cdf2fe-246e-4bbe-986e-2e310ae919ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:34.541981 [ 5 ] {585088eb-c337-41f5-bba0-2a2b022359f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:34.542273 [ 5 ] {585088eb-c337-41f5-bba0-2a2b022359f4} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.10.15 20:59:34.542490 [ 5 ] {585088eb-c337-41f5-bba0-2a2b022359f4} oximeter.fields_ipaddr (41cdf2fe-246e-4bbe-986e-2e310ae919ad): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:34.542618 [ 5 ] {585088eb-c337-41f5-bba0-2a2b022359f4} executeQuery: Read 14 rows, 1.14 KiB in 0.001133 sec., 12356.57546337158 rows/sec., 1007.59 KiB/sec. 2025.10.15 20:59:34.542658 [ 5 ] {585088eb-c337-41f5-bba0-2a2b022359f4} TCPHandler: Processed in 0.001305751 sec. 2025.10.15 20:59:34.542777 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:34.542871 [ 5 ] {4e135ec8-4eaf-4634-ae05-21903968ad37} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.10.15 20:59:34.542910 [ 5 ] {4e135ec8-4eaf-4634-ae05-21903968ad37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.10.15 20:59:34.543428 [ 5 ] {4e135ec8-4eaf-4634-ae05-21903968ad37} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:34.543465 [ 5 ] {4e135ec8-4eaf-4634-ae05-21903968ad37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:34.543793 [ 5 ] {4e135ec8-4eaf-4634-ae05-21903968ad37} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.10.15 20:59:34.544007 [ 5 ] {4e135ec8-4eaf-4634-ae05-21903968ad37} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:34.544132 [ 5 ] {4e135ec8-4eaf-4634-ae05-21903968ad37} executeQuery: Read 267 rows, 24.38 KiB in 0.00128 sec., 208593.74999999997 rows/sec., 18.60 MiB/sec. 2025.10.15 20:59:34.544173 [ 5 ] {4e135ec8-4eaf-4634-ae05-21903968ad37} TCPHandler: Processed in 0.001445226 sec. 2025.10.15 20:59:34.544293 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:34.544386 [ 5 ] {0a43e3ca-45ff-47ce-91aa-5608a4fe182f} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.10.15 20:59:34.544427 [ 5 ] {0a43e3ca-45ff-47ce-91aa-5608a4fe182f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.10.15 20:59:34.544829 [ 5 ] {0a43e3ca-45ff-47ce-91aa-5608a4fe182f} oximeter.fields_u16 (d7c303a9-15d9-4d06-8799-7c4da6fb54b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:34.544865 [ 5 ] {0a43e3ca-45ff-47ce-91aa-5608a4fe182f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:34.545156 [ 5 ] {0a43e3ca-45ff-47ce-91aa-5608a4fe182f} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.10.15 20:59:34.545361 [ 5 ] {0a43e3ca-45ff-47ce-91aa-5608a4fe182f} oximeter.fields_u16 (d7c303a9-15d9-4d06-8799-7c4da6fb54b6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:34.545486 [ 5 ] {0a43e3ca-45ff-47ce-91aa-5608a4fe182f} executeQuery: Read 68 rows, 5.10 KiB in 0.001117 sec., 60877.35004476276 rows/sec., 4.46 MiB/sec. 2025.10.15 20:59:34.545523 [ 5 ] {0a43e3ca-45ff-47ce-91aa-5608a4fe182f} TCPHandler: Processed in 0.001279551 sec. 2025.10.15 20:59:34.545642 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:34.545735 [ 5 ] {9793d2e9-3d45-445e-8e61-b4be2a688a80} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.10.15 20:59:34.545774 [ 5 ] {9793d2e9-3d45-445e-8e61-b4be2a688a80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.10.15 20:59:34.546166 [ 5 ] {9793d2e9-3d45-445e-8e61-b4be2a688a80} oximeter.fields_u32 (853aebea-44d6-4641-a94a-0f59bfb9a27d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:34.546202 [ 5 ] {9793d2e9-3d45-445e-8e61-b4be2a688a80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:34.546492 [ 5 ] {9793d2e9-3d45-445e-8e61-b4be2a688a80} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.10.15 20:59:34.546703 [ 5 ] {9793d2e9-3d45-445e-8e61-b4be2a688a80} oximeter.fields_u32 (853aebea-44d6-4641-a94a-0f59bfb9a27d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:34.546826 [ 5 ] {9793d2e9-3d45-445e-8e61-b4be2a688a80} executeQuery: Read 24 rows, 2.04 KiB in 0.001109 sec., 21641.11812443643 rows/sec., 1.80 MiB/sec. 2025.10.15 20:59:34.546862 [ 5 ] {9793d2e9-3d45-445e-8e61-b4be2a688a80} TCPHandler: Processed in 0.001268911 sec. 2025.10.15 20:59:34.546979 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:34.547070 [ 5 ] {9e2249c3-3eb6-4497-a805-51d32b14b1d6} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.10.15 20:59:34.547111 [ 5 ] {9e2249c3-3eb6-4497-a805-51d32b14b1d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.10.15 20:59:34.547497 [ 5 ] {9e2249c3-3eb6-4497-a805-51d32b14b1d6} oximeter.fields_u8 (35941b20-babd-4759-abdd-f7e290b7e7b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:34.547532 [ 5 ] {9e2249c3-3eb6-4497-a805-51d32b14b1d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:34.547813 [ 5 ] {9e2249c3-3eb6-4497-a805-51d32b14b1d6} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.10.15 20:59:34.548017 [ 5 ] {9e2249c3-3eb6-4497-a805-51d32b14b1d6} oximeter.fields_u8 (35941b20-babd-4759-abdd-f7e290b7e7b6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:34.548140 [ 5 ] {9e2249c3-3eb6-4497-a805-51d32b14b1d6} executeQuery: Read 12 rows, 960.00 B in 0.001086 sec., 11049.723756906078 rows/sec., 863.26 KiB/sec. 2025.10.15 20:59:34.548176 [ 5 ] {9e2249c3-3eb6-4497-a805-51d32b14b1d6} TCPHandler: Processed in 0.00124636 sec. 2025.10.15 20:59:34.548288 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:34.548378 [ 5 ] {5cfd07c8-5dbc-4c5d-8c38-4872665bf2e7} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.10.15 20:59:34.548417 [ 5 ] {5cfd07c8-5dbc-4c5d-8c38-4872665bf2e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.10.15 20:59:34.548891 [ 5 ] {5cfd07c8-5dbc-4c5d-8c38-4872665bf2e7} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:34.548926 [ 5 ] {5cfd07c8-5dbc-4c5d-8c38-4872665bf2e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:34.549226 [ 5 ] {5cfd07c8-5dbc-4c5d-8c38-4872665bf2e7} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.10.15 20:59:34.549427 [ 5 ] {5cfd07c8-5dbc-4c5d-8c38-4872665bf2e7} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:34.549547 [ 5 ] {5cfd07c8-5dbc-4c5d-8c38-4872665bf2e7} executeQuery: Read 165 rows, 13.60 KiB in 0.001186 sec., 139123.10286677908 rows/sec., 11.20 MiB/sec. 2025.10.15 20:59:34.549584 [ 5 ] {5cfd07c8-5dbc-4c5d-8c38-4872665bf2e7} TCPHandler: Processed in 0.001346003 sec. 2025.10.15 20:59:34.549691 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:34.549784 [ 5 ] {5695a10f-54cf-4522-8b59-3f874d6eee36} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.10.15 20:59:34.549828 [ 5 ] {5695a10f-54cf-4522-8b59-3f874d6eee36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.10.15 20:59:34.550210 [ 5 ] {5695a10f-54cf-4522-8b59-3f874d6eee36} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:34.550246 [ 5 ] {5695a10f-54cf-4522-8b59-3f874d6eee36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:34.550574 [ 5 ] {5695a10f-54cf-4522-8b59-3f874d6eee36} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.10.15 20:59:34.550792 [ 5 ] {5695a10f-54cf-4522-8b59-3f874d6eee36} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:34.550916 [ 5 ] {5695a10f-54cf-4522-8b59-3f874d6eee36} executeQuery: Read 203 rows, 14.89 KiB in 0.00115 sec., 176521.73913043478 rows/sec., 12.65 MiB/sec. 2025.10.15 20:59:34.550951 [ 5 ] {5695a10f-54cf-4522-8b59-3f874d6eee36} TCPHandler: Processed in 0.001309172 sec. 2025.10.15 20:59:34.551061 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:34.551154 [ 5 ] {1989177c-4982-43b3-9bed-b191c56481c8} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.10.15 20:59:34.551207 [ 5 ] {1989177c-4982-43b3-9bed-b191c56481c8} 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 2025.10.15 20:59:34.551992 [ 5 ] {1989177c-4982-43b3-9bed-b191c56481c8} oximeter.measurements_histogramu64 (a8ff0e27-afa2-41fe-82fb-121565cf63c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:34.552029 [ 5 ] {1989177c-4982-43b3-9bed-b191c56481c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:34.552598 [ 5 ] {1989177c-4982-43b3-9bed-b191c56481c8} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.10.15 20:59:34.552823 [ 5 ] {1989177c-4982-43b3-9bed-b191c56481c8} oximeter.measurements_histogramu64 (a8ff0e27-afa2-41fe-82fb-121565cf63c4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:34.552963 [ 5 ] {1989177c-4982-43b3-9bed-b191c56481c8} executeQuery: Read 42 rows, 77.07 KiB in 0.001826 sec., 23001.095290251917 rows/sec., 41.22 MiB/sec. 2025.10.15 20:59:34.553024 [ 5 ] {1989177c-4982-43b3-9bed-b191c56481c8} TCPHandler: Processed in 0.002011185 sec. 2025.10.15 20:59:34.553143 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:34.553237 [ 5 ] {f62c7a40-d291-4e6e-b7df-85b9fa04a550} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.10.15 20:59:34.553281 [ 5 ] {f62c7a40-d291-4e6e-b7df-85b9fa04a550} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.10.15 20:59:34.553605 [ 5 ] {f62c7a40-d291-4e6e-b7df-85b9fa04a550} oximeter.measurements_i64 (4bc0ca69-9df1-4c43-a044-2a84658fcc6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:34.553641 [ 5 ] {f62c7a40-d291-4e6e-b7df-85b9fa04a550} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:34.553937 [ 5 ] {f62c7a40-d291-4e6e-b7df-85b9fa04a550} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.10.15 20:59:34.554157 [ 5 ] {f62c7a40-d291-4e6e-b7df-85b9fa04a550} oximeter.measurements_i64 (4bc0ca69-9df1-4c43-a044-2a84658fcc6d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:34.554287 [ 5 ] {f62c7a40-d291-4e6e-b7df-85b9fa04a550} executeQuery: Read 9 rows, 651.00 B in 0.001066 sec., 8442.776735459662 rows/sec., 596.38 KiB/sec. 2025.10.15 20:59:34.554333 [ 5 ] {f62c7a40-d291-4e6e-b7df-85b9fa04a550} TCPHandler: Processed in 0.00124434 sec. 2025.10.15 20:59:34.554464 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:34.554582 [ 5 ] {f6544717-cf4e-409c-91f7-aa3abeb5ef3f} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.10.15 20:59:34.554633 [ 5 ] {f6544717-cf4e-409c-91f7-aa3abeb5ef3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.10.15 20:59:34.555033 [ 5 ] {f6544717-cf4e-409c-91f7-aa3abeb5ef3f} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:34.555070 [ 5 ] {f6544717-cf4e-409c-91f7-aa3abeb5ef3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:34.555396 [ 5 ] {f6544717-cf4e-409c-91f7-aa3abeb5ef3f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.10.15 20:59:34.555603 [ 5 ] {f6544717-cf4e-409c-91f7-aa3abeb5ef3f} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:34.555732 [ 5 ] {f6544717-cf4e-409c-91f7-aa3abeb5ef3f} executeQuery: Read 60 rows, 4.14 KiB in 0.001176 sec., 51020.40816326531 rows/sec., 3.44 MiB/sec. 2025.10.15 20:59:34.555768 [ 5 ] {f6544717-cf4e-409c-91f7-aa3abeb5ef3f} TCPHandler: Processed in 0.001365643 sec. 2025.10.15 20:59:36.363106 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5244 2025.10.15 20:59:36.363627 [ 244 ] {} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:36.363667 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:36.364191 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.10.15 20:59:36.364472 [ 244 ] {} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:36.364623 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5244 2025.10.15 20:59:36.364623 [ 52 ] {} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.10.15 20:59:36.364696 [ 52 ] {} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:36.364717 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:36.364836 [ 197 ] {3c4b635c-9787-4e6c-abb8-2c8694f65b8c::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.10.15 20:59:36.364985 [ 197 ] {3c4b635c-9787-4e6c-abb8-2c8694f65b8c::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.10.15 20:59:36.365035 [ 197 ] {3c4b635c-9787-4e6c-abb8-2c8694f65b8c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2812 rows starting from the beginning of the part 2025.10.15 20:59:36.365129 [ 197 ] {3c4b635c-9787-4e6c-abb8-2c8694f65b8c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 512 rows starting from the beginning of the part 2025.10.15 20:59:36.365179 [ 197 ] {3c4b635c-9787-4e6c-abb8-2c8694f65b8c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 448 rows starting from the beginning of the part 2025.10.15 20:59:36.365223 [ 197 ] {3c4b635c-9787-4e6c-abb8-2c8694f65b8c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 512 rows starting from the beginning of the part 2025.10.15 20:59:36.365265 [ 197 ] {3c4b635c-9787-4e6c-abb8-2c8694f65b8c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 448 rows starting from the beginning of the part 2025.10.15 20:59:36.365309 [ 197 ] {3c4b635c-9787-4e6c-abb8-2c8694f65b8c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 512 rows starting from the beginning of the part 2025.10.15 20:59:36.366748 [ 200 ] {3c4b635c-9787-4e6c-abb8-2c8694f65b8c::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5244 rows, containing 4 columns (4 merged, 0 gathered) in 0.001956153 sec., 2680771.9028112832 rows/sec., 38.35 MiB/sec. 2025.10.15 20:59:36.367511 [ 197 ] {3c4b635c-9787-4e6c-abb8-2c8694f65b8c::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.10.15 20:59:36.367764 [ 197 ] {3c4b635c-9787-4e6c-abb8-2c8694f65b8c::all_1_11_2} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:36.367836 [ 197 ] {3c4b635c-9787-4e6c-abb8-2c8694f65b8c::all_1_11_2} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.10.15 20:59:36.367902 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2025.10.15 20:59:36.679690 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2025.10.15 20:59:36.701339 [ 243 ] {} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:36.701425 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:36.709205 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.10.15 20:59:36.710045 [ 243 ] {} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:36.710384 [ 52 ] {} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.10.15 20:59:36.710453 [ 52 ] {} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:36.710477 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:36.710586 [ 201 ] {22c2ad7a-bff2-4209-9b4b-4237489d8443::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.10.15 20:59:36.714354 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2025.10.15 20:59:36.714828 [ 201 ] {22c2ad7a-bff2-4209-9b4b-4237489d8443::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.10.15 20:59:36.716244 [ 201 ] {22c2ad7a-bff2-4209-9b4b-4237489d8443::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part 2025.10.15 20:59:36.720771 [ 201 ] {22c2ad7a-bff2-4209-9b4b-4237489d8443::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part 2025.10.15 20:59:36.725121 [ 201 ] {22c2ad7a-bff2-4209-9b4b-4237489d8443::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2025.10.15 20:59:36.729262 [ 201 ] {22c2ad7a-bff2-4209-9b4b-4237489d8443::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part 2025.10.15 20:59:36.733701 [ 201 ] {22c2ad7a-bff2-4209-9b4b-4237489d8443::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2025.10.15 20:59:36.738131 [ 201 ] {22c2ad7a-bff2-4209-9b4b-4237489d8443::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part 2025.10.15 20:59:36.792268 [ 200 ] {22c2ad7a-bff2-4209-9b4b-4237489d8443::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.081723119 sec., 1015.6244770834065 rows/sec., 5.25 MiB/sec. 2025.10.15 20:59:36.794794 [ 200 ] {22c2ad7a-bff2-4209-9b4b-4237489d8443::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.10.15 20:59:36.796874 [ 200 ] {22c2ad7a-bff2-4209-9b4b-4237489d8443::all_1_11_2} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:36.796985 [ 200 ] {22c2ad7a-bff2-4209-9b4b-4237489d8443::all_1_11_2} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.10.15 20:59:36.798959 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2025.10.15 20:59:37.000254 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 209.54 MiB, peak 219.42 MiB, free memory in arenas 0.00 B, will set to 218.20 MiB (RSS), difference: 8.66 MiB 2025.10.15 20:59:39.534270 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:39.534468 [ 5 ] {dbcfee8e-4466-4121-8665-a94c7f81f412} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.10.15 20:59:39.534540 [ 5 ] {dbcfee8e-4466-4121-8665-a94c7f81f412} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.10.15 20:59:39.535204 [ 5 ] {dbcfee8e-4466-4121-8665-a94c7f81f412} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:39.535243 [ 5 ] {dbcfee8e-4466-4121-8665-a94c7f81f412} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:39.535634 [ 5 ] {dbcfee8e-4466-4121-8665-a94c7f81f412} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.10.15 20:59:39.535854 [ 5 ] {dbcfee8e-4466-4121-8665-a94c7f81f412} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:39.536008 [ 5 ] {dbcfee8e-4466-4121-8665-a94c7f81f412} executeQuery: Read 56 rows, 4.38 KiB in 0.001596 sec., 35087.71929824562 rows/sec., 2.68 MiB/sec. 2025.10.15 20:59:39.536056 [ 5 ] {dbcfee8e-4466-4121-8665-a94c7f81f412} TCPHandler: Processed in 0.001923922 sec. 2025.10.15 20:59:39.536182 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:39.536285 [ 5 ] {7870a362-4770-4258-9dd2-18329516e1b8} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.10.15 20:59:39.536328 [ 5 ] {7870a362-4770-4258-9dd2-18329516e1b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.10.15 20:59:39.536741 [ 5 ] {7870a362-4770-4258-9dd2-18329516e1b8} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:39.536777 [ 5 ] {7870a362-4770-4258-9dd2-18329516e1b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:39.537086 [ 5 ] {7870a362-4770-4258-9dd2-18329516e1b8} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.10.15 20:59:39.537297 [ 5 ] {7870a362-4770-4258-9dd2-18329516e1b8} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:39.537424 [ 5 ] {7870a362-4770-4258-9dd2-18329516e1b8} executeQuery: Read 64 rows, 5.12 KiB in 0.001163 sec., 55030.09458297506 rows/sec., 4.30 MiB/sec. 2025.10.15 20:59:39.537461 [ 5 ] {7870a362-4770-4258-9dd2-18329516e1b8} TCPHandler: Processed in 0.001329743 sec. 2025.10.15 20:59:39.537576 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:39.537672 [ 5 ] {aefe532a-2144-4d7b-98ae-4f0b88e39aea} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.10.15 20:59:39.537717 [ 5 ] {aefe532a-2144-4d7b-98ae-4f0b88e39aea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.10.15 20:59:39.538127 [ 5 ] {aefe532a-2144-4d7b-98ae-4f0b88e39aea} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:39.538161 [ 5 ] {aefe532a-2144-4d7b-98ae-4f0b88e39aea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:39.538519 [ 5 ] {aefe532a-2144-4d7b-98ae-4f0b88e39aea} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.10.15 20:59:39.538730 [ 5 ] {aefe532a-2144-4d7b-98ae-4f0b88e39aea} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:39.538859 [ 5 ] {aefe532a-2144-4d7b-98ae-4f0b88e39aea} executeQuery: Read 160 rows, 11.41 KiB in 0.001207 sec., 132560.06628003315 rows/sec., 9.23 MiB/sec. 2025.10.15 20:59:39.538894 [ 5 ] {aefe532a-2144-4d7b-98ae-4f0b88e39aea} TCPHandler: Processed in 0.001366134 sec. 2025.10.15 20:59:39.539010 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:39.539104 [ 5 ] {4e10438c-336f-4944-b57d-3cb0b0bb55c5} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.10.15 20:59:39.539147 [ 5 ] {4e10438c-336f-4944-b57d-3cb0b0bb55c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.10.15 20:59:39.539469 [ 5 ] {4e10438c-336f-4944-b57d-3cb0b0bb55c5} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:39.539504 [ 5 ] {4e10438c-336f-4944-b57d-3cb0b0bb55c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:39.539813 [ 5 ] {4e10438c-336f-4944-b57d-3cb0b0bb55c5} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.10.15 20:59:39.540029 [ 5 ] {4e10438c-336f-4944-b57d-3cb0b0bb55c5} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:39.540156 [ 5 ] {4e10438c-336f-4944-b57d-3cb0b0bb55c5} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2025.10.15 20:59:39.540193 [ 5 ] {4e10438c-336f-4944-b57d-3cb0b0bb55c5} TCPHandler: Processed in 0.0012318 sec. 2025.10.15 20:59:43.779814 [ 43 ] {} DNSResolver: Updating DNS cache 2025.10.15 20:59:43.779913 [ 43 ] {} DNSResolver: Updated DNS cache 2025.10.15 20:59:43.862134 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 332 2025.10.15 20:59:43.864466 [ 242 ] {} system.query_log (b165a8b3-ba06-4257-a6e6-94c295333196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:43.864527 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:43.865559 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5692 2025.10.15 20:59:43.865724 [ 242 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.10.15 20:59:43.866013 [ 242 ] {} system.query_log (b165a8b3-ba06-4257-a6e6-94c295333196): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:43.866056 [ 244 ] {} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:43.866105 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:43.866384 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 332 2025.10.15 20:59:43.866691 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.10.15 20:59:43.866937 [ 244 ] {} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:43.867081 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5692 2025.10.15 20:59:44.215292 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2025.10.15 20:59:44.234776 [ 243 ] {} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:44.234843 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:44.240580 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.10.15 20:59:44.241268 [ 243 ] {} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:44.244305 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2025.10.15 20:59:44.536067 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:44.536248 [ 5 ] {6c903d85-a2f4-4f28-a836-8f5391f02484} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.10.15 20:59:44.536317 [ 5 ] {6c903d85-a2f4-4f28-a836-8f5391f02484} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.10.15 20:59:44.536990 [ 5 ] {6c903d85-a2f4-4f28-a836-8f5391f02484} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:44.537030 [ 5 ] {6c903d85-a2f4-4f28-a836-8f5391f02484} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:44.537443 [ 5 ] {6c903d85-a2f4-4f28-a836-8f5391f02484} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.10.15 20:59:44.537677 [ 5 ] {6c903d85-a2f4-4f28-a836-8f5391f02484} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:44.537829 [ 5 ] {6c903d85-a2f4-4f28-a836-8f5391f02484} executeQuery: Read 140 rows, 12.43 KiB in 0.001636 sec., 85574.57212713936 rows/sec., 7.42 MiB/sec. 2025.10.15 20:59:44.537873 [ 5 ] {6c903d85-a2f4-4f28-a836-8f5391f02484} TCPHandler: Processed in 0.001951813 sec. 2025.10.15 20:59:44.537997 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:44.538094 [ 5 ] {f5c407c8-6236-4d30-803a-495890a7a7f8} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.10.15 20:59:44.538136 [ 5 ] {f5c407c8-6236-4d30-803a-495890a7a7f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.10.15 20:59:44.538554 [ 5 ] {f5c407c8-6236-4d30-803a-495890a7a7f8} oximeter.fields_u16 (d7c303a9-15d9-4d06-8799-7c4da6fb54b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:44.538588 [ 5 ] {f5c407c8-6236-4d30-803a-495890a7a7f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:44.538884 [ 5 ] {f5c407c8-6236-4d30-803a-495890a7a7f8} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.10.15 20:59:44.539096 [ 5 ] {f5c407c8-6236-4d30-803a-495890a7a7f8} oximeter.fields_u16 (d7c303a9-15d9-4d06-8799-7c4da6fb54b6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:44.539222 [ 5 ] {f5c407c8-6236-4d30-803a-495890a7a7f8} executeQuery: Read 42 rows, 3.16 KiB in 0.001148 sec., 36585.365853658535 rows/sec., 2.69 MiB/sec. 2025.10.15 20:59:44.539259 [ 5 ] {f5c407c8-6236-4d30-803a-495890a7a7f8} TCPHandler: Processed in 0.001311902 sec. 2025.10.15 20:59:44.539380 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:44.539474 [ 5 ] {7e9e985f-4c11-4de2-9332-891b65c8292b} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.10.15 20:59:44.539514 [ 5 ] {7e9e985f-4c11-4de2-9332-891b65c8292b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.10.15 20:59:44.539924 [ 5 ] {7e9e985f-4c11-4de2-9332-891b65c8292b} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:44.539958 [ 5 ] {7e9e985f-4c11-4de2-9332-891b65c8292b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:44.540259 [ 5 ] {7e9e985f-4c11-4de2-9332-891b65c8292b} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.10.15 20:59:44.540471 [ 5 ] {7e9e985f-4c11-4de2-9332-891b65c8292b} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:44.540596 [ 5 ] {7e9e985f-4c11-4de2-9332-891b65c8292b} executeQuery: Read 106 rows, 8.48 KiB in 0.00114 sec., 92982.45614035089 rows/sec., 7.26 MiB/sec. 2025.10.15 20:59:44.540632 [ 5 ] {7e9e985f-4c11-4de2-9332-891b65c8292b} TCPHandler: Processed in 0.001299841 sec. 2025.10.15 20:59:44.540744 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:44.540844 [ 5 ] {1e1dabd8-b4e3-4fc2-a784-c195d677a6c3} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.10.15 20:59:44.540888 [ 5 ] {1e1dabd8-b4e3-4fc2-a784-c195d677a6c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.10.15 20:59:44.541291 [ 5 ] {1e1dabd8-b4e3-4fc2-a784-c195d677a6c3} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:44.541325 [ 5 ] {1e1dabd8-b4e3-4fc2-a784-c195d677a6c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:44.541645 [ 5 ] {1e1dabd8-b4e3-4fc2-a784-c195d677a6c3} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.10.15 20:59:44.541862 [ 5 ] {1e1dabd8-b4e3-4fc2-a784-c195d677a6c3} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:44.541987 [ 5 ] {1e1dabd8-b4e3-4fc2-a784-c195d677a6c3} executeQuery: Read 160 rows, 11.41 KiB in 0.001161 sec., 137812.23083548667 rows/sec., 9.60 MiB/sec. 2025.10.15 20:59:44.542022 [ 5 ] {1e1dabd8-b4e3-4fc2-a784-c195d677a6c3} TCPHandler: Processed in 0.001326733 sec. 2025.10.15 20:59:44.542139 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:44.542238 [ 5 ] {98f42711-0824-46cc-adc9-f5d3b8804e5a} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.10.15 20:59:44.542293 [ 5 ] {98f42711-0824-46cc-adc9-f5d3b8804e5a} 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 2025.10.15 20:59:44.543081 [ 5 ] {98f42711-0824-46cc-adc9-f5d3b8804e5a} oximeter.measurements_histogramu64 (a8ff0e27-afa2-41fe-82fb-121565cf63c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:44.543120 [ 5 ] {98f42711-0824-46cc-adc9-f5d3b8804e5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:44.543691 [ 5 ] {98f42711-0824-46cc-adc9-f5d3b8804e5a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.10.15 20:59:44.543909 [ 5 ] {98f42711-0824-46cc-adc9-f5d3b8804e5a} oximeter.measurements_histogramu64 (a8ff0e27-afa2-41fe-82fb-121565cf63c4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:44.544046 [ 5 ] {98f42711-0824-46cc-adc9-f5d3b8804e5a} executeQuery: Read 42 rows, 77.07 KiB in 0.001831 sec., 22938.285090114692 rows/sec., 41.10 MiB/sec. 2025.10.15 20:59:44.544100 [ 5 ] {98f42711-0824-46cc-adc9-f5d3b8804e5a} TCPHandler: Processed in 0.002008424 sec. 2025.10.15 20:59:44.544220 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:44.544314 [ 5 ] {b4eb1f81-c363-48d9-bb00-7b2dbff2c749} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.10.15 20:59:44.544356 [ 5 ] {b4eb1f81-c363-48d9-bb00-7b2dbff2c749} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.10.15 20:59:44.544691 [ 5 ] {b4eb1f81-c363-48d9-bb00-7b2dbff2c749} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:44.544724 [ 5 ] {b4eb1f81-c363-48d9-bb00-7b2dbff2c749} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:44.545030 [ 5 ] {b4eb1f81-c363-48d9-bb00-7b2dbff2c749} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.10.15 20:59:44.545246 [ 5 ] {b4eb1f81-c363-48d9-bb00-7b2dbff2c749} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:44.545372 [ 5 ] {b4eb1f81-c363-48d9-bb00-7b2dbff2c749} executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. 2025.10.15 20:59:44.545407 [ 5 ] {b4eb1f81-c363-48d9-bb00-7b2dbff2c749} TCPHandler: Processed in 0.001235009 sec. 2025.10.15 20:59:48.928097 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:48.928365 [ 5 ] {d28cc776-8550-4723-9746-4dbbf9dcd9cc} executeQuery: (from [fd00:1122:3344:101::d]:45625) 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', '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_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') FORMAT Native; (stage: Complete) 2025.10.15 20:59:48.928751 [ 5 ] {d28cc776-8550-4723-9746-4dbbf9dcd9cc} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.10.15 20:59:48.928796 [ 5 ] {d28cc776-8550-4723-9746-4dbbf9dcd9cc} 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', '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_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')" moved to PREWHERE 2025.10.15 20:59:48.929104 [ 5 ] {d28cc776-8550-4723-9746-4dbbf9dcd9cc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:59:48.929179 [ 5 ] {d28cc776-8550-4723-9746-4dbbf9dcd9cc} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:59:48.929318 [ 5 ] {d28cc776-8550-4723-9746-4dbbf9dcd9cc} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2025.10.15 20:59:48.929409 [ 313 ] {d28cc776-8550-4723-9746-4dbbf9dcd9cc} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.10.15 20:59:48.929447 [ 302 ] {d28cc776-8550-4723-9746-4dbbf9dcd9cc} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.10.15 20:59:48.929558 [ 5 ] {d28cc776-8550-4723-9746-4dbbf9dcd9cc} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (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 2025.10.15 20:59:48.929584 [ 5 ] {d28cc776-8550-4723-9746-4dbbf9dcd9cc} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.10.15 20:59:48.931918 [ 5 ] {d28cc776-8550-4723-9746-4dbbf9dcd9cc} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.10.15 20:59:48.931945 [ 5 ] {d28cc776-8550-4723-9746-4dbbf9dcd9cc} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Reading approx. 29 rows with 2 streams 2025.10.15 20:59:48.931996 [ 5 ] {d28cc776-8550-4723-9746-4dbbf9dcd9cc} 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', '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_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'))" 2025.10.15 20:59:48.932045 [ 5 ] {d28cc776-8550-4723-9746-4dbbf9dcd9cc} 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', '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_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'))" 2025.10.15 20:59:48.933066 [ 5 ] {d28cc776-8550-4723-9746-4dbbf9dcd9cc} executeQuery: Read 29 rows, 1.26 KiB in 0.004808 sec., 6031.613976705491 rows/sec., 262.83 KiB/sec. 2025.10.15 20:59:48.933169 [ 5 ] {d28cc776-8550-4723-9746-4dbbf9dcd9cc} TCPHandler: Processed in 0.005198797 sec. 2025.10.15 20:59:48.933407 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:48.933543 [ 5 ] {aa668af7-6494-4a15-bdd9-fa366a547da4} executeQuery: (from [fd00:1122:3344:101::d]:45625) 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', '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_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') FORMAT Native; (stage: Complete) 2025.10.15 20:59:48.933760 [ 5 ] {aa668af7-6494-4a15-bdd9-fa366a547da4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.10.15 20:59:48.933794 [ 5 ] {aa668af7-6494-4a15-bdd9-fa366a547da4} 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', '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_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')" moved to PREWHERE 2025.10.15 20:59:48.933987 [ 5 ] {aa668af7-6494-4a15-bdd9-fa366a547da4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:59:48.934039 [ 5 ] {aa668af7-6494-4a15-bdd9-fa366a547da4} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:59:48.934140 [ 5 ] {aa668af7-6494-4a15-bdd9-fa366a547da4} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2025.10.15 20:59:48.934202 [ 313 ] {aa668af7-6494-4a15-bdd9-fa366a547da4} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.10.15 20:59:48.934209 [ 336 ] {aa668af7-6494-4a15-bdd9-fa366a547da4} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.10.15 20:59:48.934312 [ 5 ] {aa668af7-6494-4a15-bdd9-fa366a547da4} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (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 2025.10.15 20:59:48.934336 [ 5 ] {aa668af7-6494-4a15-bdd9-fa366a547da4} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.10.15 20:59:48.934390 [ 5 ] {aa668af7-6494-4a15-bdd9-fa366a547da4} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.10.15 20:59:48.934407 [ 5 ] {aa668af7-6494-4a15-bdd9-fa366a547da4} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Reading approx. 29 rows with 2 streams 2025.10.15 20:59:48.934436 [ 5 ] {aa668af7-6494-4a15-bdd9-fa366a547da4} 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', '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_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'))" 2025.10.15 20:59:48.934465 [ 5 ] {aa668af7-6494-4a15-bdd9-fa366a547da4} 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', '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_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'))" 2025.10.15 20:59:48.935078 [ 5 ] {aa668af7-6494-4a15-bdd9-fa366a547da4} executeQuery: Read 29 rows, 1.26 KiB in 0.00159 sec., 18238.993710691822 rows/sec., 794.76 KiB/sec. 2025.10.15 20:59:48.935165 [ 5 ] {aa668af7-6494-4a15-bdd9-fa366a547da4} TCPHandler: Processed in 0.001808408 sec. 2025.10.15 20:59:48.935394 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:48.935526 [ 5 ] {f6cc18aa-d41a-4ada-8f7e-e0328d2442d0} executeQuery: (from [fd00:1122:3344:101::d]:45625) 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', '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_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') FORMAT Native; (stage: Complete) 2025.10.15 20:59:48.935732 [ 5 ] {f6cc18aa-d41a-4ada-8f7e-e0328d2442d0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.10.15 20:59:48.935765 [ 5 ] {f6cc18aa-d41a-4ada-8f7e-e0328d2442d0} 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', '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_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')" moved to PREWHERE 2025.10.15 20:59:48.935953 [ 5 ] {f6cc18aa-d41a-4ada-8f7e-e0328d2442d0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:59:48.936004 [ 5 ] {f6cc18aa-d41a-4ada-8f7e-e0328d2442d0} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:59:48.936101 [ 5 ] {f6cc18aa-d41a-4ada-8f7e-e0328d2442d0} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2025.10.15 20:59:48.936152 [ 309 ] {f6cc18aa-d41a-4ada-8f7e-e0328d2442d0} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.10.15 20:59:48.936160 [ 302 ] {f6cc18aa-d41a-4ada-8f7e-e0328d2442d0} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.10.15 20:59:48.936244 [ 5 ] {f6cc18aa-d41a-4ada-8f7e-e0328d2442d0} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (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 2025.10.15 20:59:48.936269 [ 5 ] {f6cc18aa-d41a-4ada-8f7e-e0328d2442d0} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.10.15 20:59:48.936322 [ 5 ] {f6cc18aa-d41a-4ada-8f7e-e0328d2442d0} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.10.15 20:59:48.936338 [ 5 ] {f6cc18aa-d41a-4ada-8f7e-e0328d2442d0} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Reading approx. 29 rows with 2 streams 2025.10.15 20:59:48.936367 [ 5 ] {f6cc18aa-d41a-4ada-8f7e-e0328d2442d0} 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', '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_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'))" 2025.10.15 20:59:48.936397 [ 5 ] {f6cc18aa-d41a-4ada-8f7e-e0328d2442d0} 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', '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_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'))" 2025.10.15 20:59:48.936893 [ 5 ] {f6cc18aa-d41a-4ada-8f7e-e0328d2442d0} executeQuery: Read 29 rows, 1.26 KiB in 0.001421 sec., 20408.163265306124 rows/sec., 889.28 KiB/sec. 2025.10.15 20:59:48.936960 [ 5 ] {f6cc18aa-d41a-4ada-8f7e-e0328d2442d0} TCPHandler: Processed in 0.001615232 sec. 2025.10.15 20:59:48.937207 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:48.937338 [ 5 ] {b6c8b031-2db7-4314-a95d-f13ad94830ce} executeQuery: (from [fd00:1122:3344:101::d]:45625) 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', '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_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') FORMAT Native; (stage: Complete) 2025.10.15 20:59:48.937542 [ 5 ] {b6c8b031-2db7-4314-a95d-f13ad94830ce} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.10.15 20:59:48.937577 [ 5 ] {b6c8b031-2db7-4314-a95d-f13ad94830ce} 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', '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_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')" moved to PREWHERE 2025.10.15 20:59:48.937767 [ 5 ] {b6c8b031-2db7-4314-a95d-f13ad94830ce} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:59:48.937817 [ 5 ] {b6c8b031-2db7-4314-a95d-f13ad94830ce} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:59:48.937913 [ 5 ] {b6c8b031-2db7-4314-a95d-f13ad94830ce} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2025.10.15 20:59:48.937966 [ 313 ] {b6c8b031-2db7-4314-a95d-f13ad94830ce} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.10.15 20:59:48.937966 [ 309 ] {b6c8b031-2db7-4314-a95d-f13ad94830ce} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.10.15 20:59:48.938040 [ 5 ] {b6c8b031-2db7-4314-a95d-f13ad94830ce} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (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 2025.10.15 20:59:48.938060 [ 5 ] {b6c8b031-2db7-4314-a95d-f13ad94830ce} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.10.15 20:59:48.938112 [ 5 ] {b6c8b031-2db7-4314-a95d-f13ad94830ce} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.10.15 20:59:48.938128 [ 5 ] {b6c8b031-2db7-4314-a95d-f13ad94830ce} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Reading approx. 29 rows with 2 streams 2025.10.15 20:59:48.938156 [ 5 ] {b6c8b031-2db7-4314-a95d-f13ad94830ce} 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', '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_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'))" 2025.10.15 20:59:48.938184 [ 5 ] {b6c8b031-2db7-4314-a95d-f13ad94830ce} 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', '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_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'))" 2025.10.15 20:59:48.938672 [ 5 ] {b6c8b031-2db7-4314-a95d-f13ad94830ce} executeQuery: Read 29 rows, 1.26 KiB in 0.001388 sec., 20893.371757925073 rows/sec., 910.43 KiB/sec. 2025.10.15 20:59:48.938756 [ 5 ] {b6c8b031-2db7-4314-a95d-f13ad94830ce} TCPHandler: Processed in 0.001598152 sec. 2025.10.15 20:59:48.938973 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:48.939104 [ 5 ] {2abb834b-3f09-467b-9784-8e8fa9a3e79a} executeQuery: (from [fd00:1122:3344:101::d]:45625) 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', '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_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') FORMAT Native; (stage: Complete) 2025.10.15 20:59:48.939337 [ 5 ] {2abb834b-3f09-467b-9784-8e8fa9a3e79a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.10.15 20:59:48.939370 [ 5 ] {2abb834b-3f09-467b-9784-8e8fa9a3e79a} 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', '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_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')" moved to PREWHERE 2025.10.15 20:59:48.939589 [ 5 ] {2abb834b-3f09-467b-9784-8e8fa9a3e79a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:59:48.939640 [ 5 ] {2abb834b-3f09-467b-9784-8e8fa9a3e79a} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:59:48.939737 [ 5 ] {2abb834b-3f09-467b-9784-8e8fa9a3e79a} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2025.10.15 20:59:48.939796 [ 302 ] {2abb834b-3f09-467b-9784-8e8fa9a3e79a} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.10.15 20:59:48.939798 [ 309 ] {2abb834b-3f09-467b-9784-8e8fa9a3e79a} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.10.15 20:59:48.939889 [ 5 ] {2abb834b-3f09-467b-9784-8e8fa9a3e79a} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (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 2025.10.15 20:59:48.939909 [ 5 ] {2abb834b-3f09-467b-9784-8e8fa9a3e79a} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.10.15 20:59:48.939966 [ 5 ] {2abb834b-3f09-467b-9784-8e8fa9a3e79a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.10.15 20:59:48.939983 [ 5 ] {2abb834b-3f09-467b-9784-8e8fa9a3e79a} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Reading approx. 29 rows with 2 streams 2025.10.15 20:59:48.940011 [ 5 ] {2abb834b-3f09-467b-9784-8e8fa9a3e79a} 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', '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_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'))" 2025.10.15 20:59:48.940039 [ 5 ] {2abb834b-3f09-467b-9784-8e8fa9a3e79a} 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', '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_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'))" 2025.10.15 20:59:48.940543 [ 5 ] {2abb834b-3f09-467b-9784-8e8fa9a3e79a} executeQuery: Read 29 rows, 1.26 KiB in 0.001492 sec., 19436.99731903485 rows/sec., 846.97 KiB/sec. 2025.10.15 20:59:48.940613 [ 5 ] {2abb834b-3f09-467b-9784-8e8fa9a3e79a} TCPHandler: Processed in 0.001687484 sec. 2025.10.15 20:59:48.940840 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:48.940974 [ 5 ] {23be6e5a-29b4-48cf-8495-cfeb3c8be1e8} executeQuery: (from [fd00:1122:3344:101::d]:45625) 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', '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_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') FORMAT Native; (stage: Complete) 2025.10.15 20:59:48.941192 [ 5 ] {23be6e5a-29b4-48cf-8495-cfeb3c8be1e8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.10.15 20:59:48.941229 [ 5 ] {23be6e5a-29b4-48cf-8495-cfeb3c8be1e8} 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', '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_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')" moved to PREWHERE 2025.10.15 20:59:48.941439 [ 5 ] {23be6e5a-29b4-48cf-8495-cfeb3c8be1e8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:59:48.941495 [ 5 ] {23be6e5a-29b4-48cf-8495-cfeb3c8be1e8} InterpreterSelectQuery: FetchColumns -> Complete 2025.10.15 20:59:48.941601 [ 5 ] {23be6e5a-29b4-48cf-8495-cfeb3c8be1e8} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2025.10.15 20:59:48.941650 [ 325 ] {23be6e5a-29b4-48cf-8495-cfeb3c8be1e8} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.10.15 20:59:48.941653 [ 313 ] {23be6e5a-29b4-48cf-8495-cfeb3c8be1e8} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.10.15 20:59:48.941723 [ 5 ] {23be6e5a-29b4-48cf-8495-cfeb3c8be1e8} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (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 2025.10.15 20:59:48.941744 [ 5 ] {23be6e5a-29b4-48cf-8495-cfeb3c8be1e8} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.10.15 20:59:48.941799 [ 5 ] {23be6e5a-29b4-48cf-8495-cfeb3c8be1e8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.10.15 20:59:48.941817 [ 5 ] {23be6e5a-29b4-48cf-8495-cfeb3c8be1e8} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731) (SelectExecutor): Reading approx. 29 rows with 2 streams 2025.10.15 20:59:48.941847 [ 5 ] {23be6e5a-29b4-48cf-8495-cfeb3c8be1e8} 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', '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_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'))" 2025.10.15 20:59:48.941883 [ 5 ] {23be6e5a-29b4-48cf-8495-cfeb3c8be1e8} 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', '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_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'))" 2025.10.15 20:59:48.942371 [ 5 ] {23be6e5a-29b4-48cf-8495-cfeb3c8be1e8} executeQuery: Read 29 rows, 1.26 KiB in 0.001453 sec., 19958.706125258086 rows/sec., 869.70 KiB/sec. 2025.10.15 20:59:48.942438 [ 5 ] {23be6e5a-29b4-48cf-8495-cfeb3c8be1e8} TCPHandler: Processed in 0.001649753 sec. 2025.10.15 20:59:49.069219 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:49.069353 [ 5 ] {50fb2bd1-d9eb-4e74-978c-57682f907d29} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.10.15 20:59:49.069406 [ 5 ] {50fb2bd1-d9eb-4e74-978c-57682f907d29} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.10.15 20:59:49.070015 [ 5 ] {50fb2bd1-d9eb-4e74-978c-57682f907d29} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:49.070062 [ 5 ] {50fb2bd1-d9eb-4e74-978c-57682f907d29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:49.070478 [ 5 ] {50fb2bd1-d9eb-4e74-978c-57682f907d29} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.10.15 20:59:49.070673 [ 5 ] {50fb2bd1-d9eb-4e74-978c-57682f907d29} oximeter.timeseries_schema (c5587779-8146-4da7-a73c-8ba4e476a731): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:49.070816 [ 5 ] {50fb2bd1-d9eb-4e74-978c-57682f907d29} executeQuery: Read 6 rows, 1.34 KiB in 0.0015 sec., 4000 rows/sec., 890.63 KiB/sec. 2025.10.15 20:59:49.070854 [ 5 ] {50fb2bd1-d9eb-4e74-978c-57682f907d29} TCPHandler: Processed in 0.001727535 sec. 2025.10.15 20:59:49.070966 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:49.071065 [ 5 ] {e4eb1cbf-57a4-420b-ba07-50fe6cd98536} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.10.15 20:59:49.071106 [ 5 ] {e4eb1cbf-57a4-420b-ba07-50fe6cd98536} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.10.15 20:59:49.071524 [ 5 ] {e4eb1cbf-57a4-420b-ba07-50fe6cd98536} oximeter.fields_ipaddr (41cdf2fe-246e-4bbe-986e-2e310ae919ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:49.071561 [ 5 ] {e4eb1cbf-57a4-420b-ba07-50fe6cd98536} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:49.071849 [ 5 ] {e4eb1cbf-57a4-420b-ba07-50fe6cd98536} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.10.15 20:59:49.072054 [ 5 ] {e4eb1cbf-57a4-420b-ba07-50fe6cd98536} oximeter.fields_ipaddr (41cdf2fe-246e-4bbe-986e-2e310ae919ad): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:49.072178 [ 5 ] {e4eb1cbf-57a4-420b-ba07-50fe6cd98536} executeQuery: Read 2 rows, 167.00 B in 0.001135 sec., 1762.114537444934 rows/sec., 143.69 KiB/sec. 2025.10.15 20:59:49.072215 [ 5 ] {e4eb1cbf-57a4-420b-ba07-50fe6cd98536} TCPHandler: Processed in 0.001297732 sec. 2025.10.15 20:59:49.072329 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:49.072423 [ 5 ] {98a25623-25a7-4fbe-ba59-0d6b324b52d6} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.10.15 20:59:49.072462 [ 5 ] {98a25623-25a7-4fbe-ba59-0d6b324b52d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.10.15 20:59:49.073373 [ 5 ] {98a25623-25a7-4fbe-ba59-0d6b324b52d6} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:49.073409 [ 5 ] {98a25623-25a7-4fbe-ba59-0d6b324b52d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:49.073811 [ 5 ] {98a25623-25a7-4fbe-ba59-0d6b324b52d6} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.10.15 20:59:49.074030 [ 5 ] {98a25623-25a7-4fbe-ba59-0d6b324b52d6} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:49.074134 [ 68 ] {} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.10.15 20:59:49.074184 [ 5 ] {98a25623-25a7-4fbe-ba59-0d6b324b52d6} executeQuery: Read 1197 rows, 100.57 KiB in 0.001778 sec., 673228.3464566929 rows/sec., 55.24 MiB/sec. 2025.10.15 20:59:49.074192 [ 68 ] {} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:49.074232 [ 5 ] {98a25623-25a7-4fbe-ba59-0d6b324b52d6} TCPHandler: Processed in 0.001951162 sec. 2025.10.15 20:59:49.074233 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:49.074349 [ 187 ] {5949747e-8619-4b36-8053-86044f837c32::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.10.15 20:59:49.074403 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:49.074474 [ 187 ] {5949747e-8619-4b36-8053-86044f837c32::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.10.15 20:59:49.074512 [ 187 ] {5949747e-8619-4b36-8053-86044f837c32::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 256 rows starting from the beginning of the part 2025.10.15 20:59:49.074527 [ 5 ] {41be63c5-f187-47c3-bdc6-16ce2f0738f9} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.10.15 20:59:49.074575 [ 187 ] {5949747e-8619-4b36-8053-86044f837c32::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part 2025.10.15 20:59:49.074582 [ 5 ] {41be63c5-f187-47c3-bdc6-16ce2f0738f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.10.15 20:59:49.074631 [ 187 ] {5949747e-8619-4b36-8053-86044f837c32::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 267 rows starting from the beginning of the part 2025.10.15 20:59:49.074682 [ 187 ] {5949747e-8619-4b36-8053-86044f837c32::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 56 rows starting from the beginning of the part 2025.10.15 20:59:49.074726 [ 187 ] {5949747e-8619-4b36-8053-86044f837c32::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 140 rows starting from the beginning of the part 2025.10.15 20:59:49.074770 [ 187 ] {5949747e-8619-4b36-8053-86044f837c32::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1197 rows starting from the beginning of the part 2025.10.15 20:59:49.075084 [ 5 ] {41be63c5-f187-47c3-bdc6-16ce2f0738f9} oximeter.fields_u16 (d7c303a9-15d9-4d06-8799-7c4da6fb54b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:49.075133 [ 5 ] {41be63c5-f187-47c3-bdc6-16ce2f0738f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:49.075449 [ 5 ] {41be63c5-f187-47c3-bdc6-16ce2f0738f9} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.10.15 20:59:49.075663 [ 5 ] {41be63c5-f187-47c3-bdc6-16ce2f0738f9} oximeter.fields_u16 (d7c303a9-15d9-4d06-8799-7c4da6fb54b6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:49.075792 [ 5 ] {41be63c5-f187-47c3-bdc6-16ce2f0738f9} executeQuery: Read 2 rows, 143.00 B in 0.00129 sec., 1550.387596899225 rows/sec., 108.25 KiB/sec. 2025.10.15 20:59:49.075830 [ 5 ] {41be63c5-f187-47c3-bdc6-16ce2f0738f9} TCPHandler: Processed in 0.001490008 sec. 2025.10.15 20:59:49.075941 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:49.076029 [ 200 ] {5949747e-8619-4b36-8053-86044f837c32::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1972 rows, containing 5 columns (5 merged, 0 gathered) in 0.001712415 sec., 1151590.0059273015 rows/sec., 101.04 MiB/sec. 2025.10.15 20:59:49.076044 [ 5 ] {c21c8841-60e2-4f9f-b5d3-38c13e312ebd} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.10.15 20:59:49.076107 [ 5 ] {c21c8841-60e2-4f9f-b5d3-38c13e312ebd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.10.15 20:59:49.076289 [ 191 ] {5949747e-8619-4b36-8053-86044f837c32::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.10.15 20:59:49.076548 [ 191 ] {5949747e-8619-4b36-8053-86044f837c32::all_1_16_3} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:49.076573 [ 5 ] {c21c8841-60e2-4f9f-b5d3-38c13e312ebd} oximeter.fields_u32 (853aebea-44d6-4641-a94a-0f59bfb9a27d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:49.076608 [ 5 ] {c21c8841-60e2-4f9f-b5d3-38c13e312ebd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:49.076614 [ 191 ] {5949747e-8619-4b36-8053-86044f837c32::all_1_16_3} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.10.15 20:59:49.076689 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2025.10.15 20:59:49.076923 [ 5 ] {c21c8841-60e2-4f9f-b5d3-38c13e312ebd} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.10.15 20:59:49.077128 [ 5 ] {c21c8841-60e2-4f9f-b5d3-38c13e312ebd} oximeter.fields_u32 (853aebea-44d6-4641-a94a-0f59bfb9a27d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:49.077249 [ 5 ] {c21c8841-60e2-4f9f-b5d3-38c13e312ebd} executeQuery: Read 228 rows, 15.81 KiB in 0.001226 sec., 185970.6362153344 rows/sec., 12.59 MiB/sec. 2025.10.15 20:59:49.077286 [ 5 ] {c21c8841-60e2-4f9f-b5d3-38c13e312ebd} TCPHandler: Processed in 0.001395395 sec. 2025.10.15 20:59:49.077401 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:49.077498 [ 5 ] {7a2b807a-372c-41ac-9d38-2f836bc9134d} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.10.15 20:59:49.077537 [ 5 ] {7a2b807a-372c-41ac-9d38-2f836bc9134d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.10.15 20:59:49.078114 [ 5 ] {7a2b807a-372c-41ac-9d38-2f836bc9134d} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:49.078151 [ 5 ] {7a2b807a-372c-41ac-9d38-2f836bc9134d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:49.078492 [ 5 ] {7a2b807a-372c-41ac-9d38-2f836bc9134d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.10.15 20:59:49.078703 [ 5 ] {7a2b807a-372c-41ac-9d38-2f836bc9134d} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:49.078801 [ 68 ] {} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.10.15 20:59:49.078832 [ 68 ] {} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:49.078833 [ 5 ] {7a2b807a-372c-41ac-9d38-2f836bc9134d} executeQuery: Read 522 rows, 39.57 KiB in 0.001352 sec., 386094.674556213 rows/sec., 28.58 MiB/sec. 2025.10.15 20:59:49.078849 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:49.078886 [ 5 ] {7a2b807a-372c-41ac-9d38-2f836bc9134d} TCPHandler: Processed in 0.001544569 sec. 2025.10.15 20:59:49.078982 [ 190 ] {1be09326-b1ef-4ed2-9100-0a0057739344::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.10.15 20:59:49.079016 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:49.079135 [ 190 ] {1be09326-b1ef-4ed2-9100-0a0057739344::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.10.15 20:59:49.079136 [ 5 ] {af862f59-cb25-4e3a-ad04-2a388144b669} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.10.15 20:59:49.079177 [ 190 ] {1be09326-b1ef-4ed2-9100-0a0057739344::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 159 rows starting from the beginning of the part 2025.10.15 20:59:49.079199 [ 5 ] {af862f59-cb25-4e3a-ad04-2a388144b669} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.10.15 20:59:49.079280 [ 190 ] {1be09326-b1ef-4ed2-9100-0a0057739344::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 64 rows starting from the beginning of the part 2025.10.15 20:59:49.079338 [ 190 ] {1be09326-b1ef-4ed2-9100-0a0057739344::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 165 rows starting from the beginning of the part 2025.10.15 20:59:49.079399 [ 190 ] {1be09326-b1ef-4ed2-9100-0a0057739344::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 64 rows starting from the beginning of the part 2025.10.15 20:59:49.079457 [ 190 ] {1be09326-b1ef-4ed2-9100-0a0057739344::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 106 rows starting from the beginning of the part 2025.10.15 20:59:49.079512 [ 190 ] {1be09326-b1ef-4ed2-9100-0a0057739344::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 522 rows starting from the beginning of the part 2025.10.15 20:59:49.080394 [ 5 ] {af862f59-cb25-4e3a-ad04-2a388144b669} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:49.080435 [ 5 ] {af862f59-cb25-4e3a-ad04-2a388144b669} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:49.080573 [ 191 ] {1be09326-b1ef-4ed2-9100-0a0057739344::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1080 rows, containing 5 columns (5 merged, 0 gathered) in 0.001656713 sec., 651893.2367887498 rows/sec., 52.59 MiB/sec. 2025.10.15 20:59:49.080771 [ 200 ] {1be09326-b1ef-4ed2-9100-0a0057739344::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.10.15 20:59:49.081079 [ 200 ] {1be09326-b1ef-4ed2-9100-0a0057739344::all_1_16_3} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:49.081129 [ 5 ] {af862f59-cb25-4e3a-ad04-2a388144b669} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.10.15 20:59:49.081164 [ 200 ] {1be09326-b1ef-4ed2-9100-0a0057739344::all_1_16_3} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.10.15 20:59:49.081277 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.10.15 20:59:49.081364 [ 5 ] {af862f59-cb25-4e3a-ad04-2a388144b669} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:49.081471 [ 68 ] {} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.10.15 20:59:49.081504 [ 5 ] {af862f59-cb25-4e3a-ad04-2a388144b669} executeQuery: Read 3005 rows, 205.90 KiB in 0.002385 sec., 1259958.071278826 rows/sec., 84.31 MiB/sec. 2025.10.15 20:59:49.081506 [ 68 ] {} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:49.081545 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:49.081551 [ 5 ] {af862f59-cb25-4e3a-ad04-2a388144b669} TCPHandler: Processed in 0.002584423 sec. 2025.10.15 20:59:49.081611 [ 190 ] {b813c381-d0a9-40a4-bc41-76b393ddd609::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.10.15 20:59:49.081679 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:49.081711 [ 190 ] {b813c381-d0a9-40a4-bc41-76b393ddd609::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.10.15 20:59:49.081741 [ 190 ] {b813c381-d0a9-40a4-bc41-76b393ddd609::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1812 rows starting from the beginning of the part 2025.10.15 20:59:49.081778 [ 5 ] {c13963c8-7fac-456f-89d2-3706daf999d0} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.10.15 20:59:49.081788 [ 190 ] {b813c381-d0a9-40a4-bc41-76b393ddd609::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part 2025.10.15 20:59:49.081830 [ 5 ] {c13963c8-7fac-456f-89d2-3706daf999d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.10.15 20:59:49.081841 [ 190 ] {b813c381-d0a9-40a4-bc41-76b393ddd609::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 203 rows starting from the beginning of the part 2025.10.15 20:59:49.081884 [ 190 ] {b813c381-d0a9-40a4-bc41-76b393ddd609::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part 2025.10.15 20:59:49.081917 [ 190 ] {b813c381-d0a9-40a4-bc41-76b393ddd609::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part 2025.10.15 20:59:49.081953 [ 190 ] {b813c381-d0a9-40a4-bc41-76b393ddd609::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 3005 rows starting from the beginning of the part 2025.10.15 20:59:49.082184 [ 5 ] {c13963c8-7fac-456f-89d2-3706daf999d0} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:49.082225 [ 5 ] {c13963c8-7fac-456f-89d2-3706daf999d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:49.082542 [ 5 ] {c13963c8-7fac-456f-89d2-3706daf999d0} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.10.15 20:59:49.082757 [ 5 ] {c13963c8-7fac-456f-89d2-3706daf999d0} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:49.082856 [ 68 ] {} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.10.15 20:59:49.082885 [ 68 ] {} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:49.082891 [ 5 ] {c13963c8-7fac-456f-89d2-3706daf999d0} executeQuery: Read 60 rows, 4.14 KiB in 0.00113 sec., 53097.345132743365 rows/sec., 3.58 MiB/sec. 2025.10.15 20:59:49.082902 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:49.082937 [ 5 ] {c13963c8-7fac-456f-89d2-3706daf999d0} TCPHandler: Processed in 0.001307962 sec. 2025.10.15 20:59:49.082994 [ 200 ] {63a49219-c5d3-43db-829a-36c29b2288cf::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.10.15 20:59:49.083093 [ 200 ] {63a49219-c5d3-43db-829a-36c29b2288cf::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.10.15 20:59:49.083122 [ 200 ] {63a49219-c5d3-43db-829a-36c29b2288cf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 612 rows starting from the beginning of the part 2025.10.15 20:59:49.083178 [ 200 ] {63a49219-c5d3-43db-829a-36c29b2288cf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part 2025.10.15 20:59:49.083219 [ 200 ] {63a49219-c5d3-43db-829a-36c29b2288cf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part 2025.10.15 20:59:49.083256 [ 200 ] {63a49219-c5d3-43db-829a-36c29b2288cf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part 2025.10.15 20:59:49.083291 [ 200 ] {63a49219-c5d3-43db-829a-36c29b2288cf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part 2025.10.15 20:59:49.083329 [ 200 ] {63a49219-c5d3-43db-829a-36c29b2288cf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part 2025.10.15 20:59:49.084030 [ 195 ] {b813c381-d0a9-40a4-bc41-76b393ddd609::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 5500 rows, containing 5 columns (5 merged, 0 gathered) in 0.002445618 sec., 2248920.3138020737 rows/sec., 154.25 MiB/sec. 2025.10.15 20:59:49.084207 [ 200 ] {63a49219-c5d3-43db-829a-36c29b2288cf::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 912 rows, containing 4 columns (4 merged, 0 gathered) in 0.00124983 sec., 729699.2390965172 rows/sec., 49.18 MiB/sec. 2025.10.15 20:59:49.084439 [ 190 ] {b813c381-d0a9-40a4-bc41-76b393ddd609::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.10.15 20:59:49.084459 [ 193 ] {63a49219-c5d3-43db-829a-36c29b2288cf::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.10.15 20:59:49.084745 [ 190 ] {b813c381-d0a9-40a4-bc41-76b393ddd609::all_1_16_3} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:49.084824 [ 190 ] {b813c381-d0a9-40a4-bc41-76b393ddd609::all_1_16_3} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.10.15 20:59:49.084840 [ 193 ] {63a49219-c5d3-43db-829a-36c29b2288cf::all_1_16_3} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:49.084901 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. 2025.10.15 20:59:49.084934 [ 193 ] {63a49219-c5d3-43db-829a-36c29b2288cf::all_1_16_3} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.10.15 20:59:49.085033 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.10.15 20:59:51.368058 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6204 2025.10.15 20:59:51.368589 [ 244 ] {} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:51.368628 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:51.369102 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.10.15 20:59:51.369320 [ 244 ] {} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:51.369443 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6204 2025.10.15 20:59:51.745296 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2025.10.15 20:59:51.764846 [ 243 ] {} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:51.764922 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:51.770808 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.10.15 20:59:51.771579 [ 243 ] {} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:51.774828 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2025.10.15 20:59:53.867412 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 372 2025.10.15 20:59:53.869807 [ 242 ] {} system.query_log (b165a8b3-ba06-4257-a6e6-94c295333196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:53.869865 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:53.871134 [ 242 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.10.15 20:59:53.871416 [ 242 ] {} system.query_log (b165a8b3-ba06-4257-a6e6-94c295333196): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:53.871776 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 372 2025.10.15 20:59:54.535830 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:54.536021 [ 5 ] {bf016d56-821b-4244-93d4-d4034cf6c1f3} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.10.15 20:59:54.536093 [ 5 ] {bf016d56-821b-4244-93d4-d4034cf6c1f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.10.15 20:59:54.536911 [ 5 ] {bf016d56-821b-4244-93d4-d4034cf6c1f3} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:54.537009 [ 5 ] {bf016d56-821b-4244-93d4-d4034cf6c1f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:54.537481 [ 5 ] {bf016d56-821b-4244-93d4-d4034cf6c1f3} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.10.15 20:59:54.537778 [ 5 ] {bf016d56-821b-4244-93d4-d4034cf6c1f3} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:54.537988 [ 5 ] {bf016d56-821b-4244-93d4-d4034cf6c1f3} executeQuery: Read 140 rows, 12.43 KiB in 0.002015 sec., 69478.90818858561 rows/sec., 6.02 MiB/sec. 2025.10.15 20:59:54.538057 [ 5 ] {bf016d56-821b-4244-93d4-d4034cf6c1f3} TCPHandler: Processed in 0.002369096 sec. 2025.10.15 20:59:54.538210 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:54.538318 [ 5 ] {e4dbb965-2299-4294-b622-188a3e523e88} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.10.15 20:59:54.538367 [ 5 ] {e4dbb965-2299-4294-b622-188a3e523e88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.10.15 20:59:54.538835 [ 5 ] {e4dbb965-2299-4294-b622-188a3e523e88} oximeter.fields_u16 (d7c303a9-15d9-4d06-8799-7c4da6fb54b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:54.538875 [ 5 ] {e4dbb965-2299-4294-b622-188a3e523e88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:54.539217 [ 5 ] {e4dbb965-2299-4294-b622-188a3e523e88} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.10.15 20:59:54.539437 [ 5 ] {e4dbb965-2299-4294-b622-188a3e523e88} oximeter.fields_u16 (d7c303a9-15d9-4d06-8799-7c4da6fb54b6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:54.539584 [ 5 ] {e4dbb965-2299-4294-b622-188a3e523e88} executeQuery: Read 42 rows, 3.16 KiB in 0.001293 sec., 32482.598607888627 rows/sec., 2.39 MiB/sec. 2025.10.15 20:59:54.539628 [ 5 ] {e4dbb965-2299-4294-b622-188a3e523e88} TCPHandler: Processed in 0.001471968 sec. 2025.10.15 20:59:54.539753 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:54.539852 [ 5 ] {ec6e860f-cc1f-4c6e-8af5-5ef438af9928} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.10.15 20:59:54.539898 [ 5 ] {ec6e860f-cc1f-4c6e-8af5-5ef438af9928} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.10.15 20:59:54.540345 [ 5 ] {ec6e860f-cc1f-4c6e-8af5-5ef438af9928} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:54.540383 [ 5 ] {ec6e860f-cc1f-4c6e-8af5-5ef438af9928} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:54.540704 [ 5 ] {ec6e860f-cc1f-4c6e-8af5-5ef438af9928} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.10.15 20:59:54.540929 [ 5 ] {ec6e860f-cc1f-4c6e-8af5-5ef438af9928} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:54.541065 [ 5 ] {ec6e860f-cc1f-4c6e-8af5-5ef438af9928} executeQuery: Read 106 rows, 8.48 KiB in 0.001234 sec., 85899.51377633712 rows/sec., 6.71 MiB/sec. 2025.10.15 20:59:54.541103 [ 5 ] {ec6e860f-cc1f-4c6e-8af5-5ef438af9928} TCPHandler: Processed in 0.001400445 sec. 2025.10.15 20:59:54.541226 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:54.541322 [ 5 ] {fc317186-3a0c-4018-a5b7-adaa8b2fa8a7} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.10.15 20:59:54.541367 [ 5 ] {fc317186-3a0c-4018-a5b7-adaa8b2fa8a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.10.15 20:59:54.541791 [ 5 ] {fc317186-3a0c-4018-a5b7-adaa8b2fa8a7} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:54.541828 [ 5 ] {fc317186-3a0c-4018-a5b7-adaa8b2fa8a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:54.542169 [ 5 ] {fc317186-3a0c-4018-a5b7-adaa8b2fa8a7} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.10.15 20:59:54.542382 [ 5 ] {fc317186-3a0c-4018-a5b7-adaa8b2fa8a7} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:54.542512 [ 5 ] {fc317186-3a0c-4018-a5b7-adaa8b2fa8a7} executeQuery: Read 160 rows, 11.41 KiB in 0.001211 sec., 132122.21304706854 rows/sec., 9.20 MiB/sec. 2025.10.15 20:59:54.542550 [ 5 ] {fc317186-3a0c-4018-a5b7-adaa8b2fa8a7} TCPHandler: Processed in 0.001373974 sec. 2025.10.15 20:59:54.542669 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:54.542769 [ 5 ] {921d6716-546c-46c6-b5be-5365bbdec121} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.10.15 20:59:54.542827 [ 5 ] {921d6716-546c-46c6-b5be-5365bbdec121} 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 2025.10.15 20:59:54.543657 [ 5 ] {921d6716-546c-46c6-b5be-5365bbdec121} oximeter.measurements_histogramu64 (a8ff0e27-afa2-41fe-82fb-121565cf63c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:54.543694 [ 5 ] {921d6716-546c-46c6-b5be-5365bbdec121} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:54.544295 [ 5 ] {921d6716-546c-46c6-b5be-5365bbdec121} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.10.15 20:59:54.544536 [ 5 ] {921d6716-546c-46c6-b5be-5365bbdec121} oximeter.measurements_histogramu64 (a8ff0e27-afa2-41fe-82fb-121565cf63c4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:54.544680 [ 5 ] {921d6716-546c-46c6-b5be-5365bbdec121} executeQuery: Read 42 rows, 77.07 KiB in 0.001929 sec., 21772.93934681182 rows/sec., 39.02 MiB/sec. 2025.10.15 20:59:54.544743 [ 5 ] {921d6716-546c-46c6-b5be-5365bbdec121} TCPHandler: Processed in 0.002121279 sec. 2025.10.15 20:59:54.544863 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:54.544964 [ 5 ] {1bc63772-d291-4752-ae1c-6d358d160668} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.10.15 20:59:54.545010 [ 5 ] {1bc63772-d291-4752-ae1c-6d358d160668} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.10.15 20:59:54.545372 [ 5 ] {1bc63772-d291-4752-ae1c-6d358d160668} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:54.545409 [ 5 ] {1bc63772-d291-4752-ae1c-6d358d160668} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:54.545723 [ 5 ] {1bc63772-d291-4752-ae1c-6d358d160668} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.10.15 20:59:54.545936 [ 5 ] {1bc63772-d291-4752-ae1c-6d358d160668} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:54.546072 [ 5 ] {1bc63772-d291-4752-ae1c-6d358d160668} executeQuery: Read 60 rows, 4.14 KiB in 0.001127 sec., 53238.686779059455 rows/sec., 3.59 MiB/sec. 2025.10.15 20:59:54.546108 [ 5 ] {1bc63772-d291-4752-ae1c-6d358d160668} TCPHandler: Processed in 0.001293221 sec. 2025.10.15 20:59:58.779975 [ 31 ] {} DNSResolver: Updating DNS cache 2025.10.15 20:59:58.780071 [ 31 ] {} DNSResolver: Updated DNS cache 2025.10.15 20:59:58.870447 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6652 2025.10.15 20:59:58.870948 [ 244 ] {} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:58.871000 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:58.871489 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.10.15 20:59:58.871729 [ 244 ] {} system.asynchronous_metric_log (3c4b635c-9787-4e6c-abb8-2c8694f65b8c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:58.871874 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6652 2025.10.15 20:59:59.275811 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2025.10.15 20:59:59.292064 [ 243 ] {} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:59.292123 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:59.298305 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.10.15 20:59:59.299008 [ 243 ] {} system.metric_log (22c2ad7a-bff2-4209-9b4b-4237489d8443): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:59.301881 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2025.10.15 20:59:59.533601 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:59.533781 [ 5 ] {27b82fea-8244-430f-8168-1f249ba6a4de} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.10.15 20:59:59.533851 [ 5 ] {27b82fea-8244-430f-8168-1f249ba6a4de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.10.15 20:59:59.534488 [ 5 ] {27b82fea-8244-430f-8168-1f249ba6a4de} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:59.534539 [ 5 ] {27b82fea-8244-430f-8168-1f249ba6a4de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:59.534927 [ 5 ] {27b82fea-8244-430f-8168-1f249ba6a4de} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.10.15 20:59:59.535173 [ 5 ] {27b82fea-8244-430f-8168-1f249ba6a4de} oximeter.fields_string (5949747e-8619-4b36-8053-86044f837c32): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:59.535335 [ 5 ] {27b82fea-8244-430f-8168-1f249ba6a4de} executeQuery: Read 56 rows, 4.38 KiB in 0.001604 sec., 34912.71820448878 rows/sec., 2.67 MiB/sec. 2025.10.15 20:59:59.535385 [ 5 ] {27b82fea-8244-430f-8168-1f249ba6a4de} TCPHandler: Processed in 0.001918401 sec. 2025.10.15 20:59:59.535511 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:59.535613 [ 5 ] {fea2a1bd-cefa-4e6d-8d9a-d21424a47653} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.10.15 20:59:59.535657 [ 5 ] {fea2a1bd-cefa-4e6d-8d9a-d21424a47653} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.10.15 20:59:59.536132 [ 5 ] {fea2a1bd-cefa-4e6d-8d9a-d21424a47653} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:59.536169 [ 5 ] {fea2a1bd-cefa-4e6d-8d9a-d21424a47653} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:59.536489 [ 5 ] {fea2a1bd-cefa-4e6d-8d9a-d21424a47653} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.10.15 20:59:59.536700 [ 5 ] {fea2a1bd-cefa-4e6d-8d9a-d21424a47653} oximeter.fields_uuid (1be09326-b1ef-4ed2-9100-0a0057739344): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:59.536835 [ 5 ] {fea2a1bd-cefa-4e6d-8d9a-d21424a47653} executeQuery: Read 64 rows, 5.12 KiB in 0.001247 sec., 51323.17562149158 rows/sec., 4.01 MiB/sec. 2025.10.15 20:59:59.536875 [ 5 ] {fea2a1bd-cefa-4e6d-8d9a-d21424a47653} TCPHandler: Processed in 0.001417035 sec. 2025.10.15 20:59:59.536995 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:59.537093 [ 5 ] {7b92a7a5-e73c-47d6-a770-4ab29cad9414} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.10.15 20:59:59.537139 [ 5 ] {7b92a7a5-e73c-47d6-a770-4ab29cad9414} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.10.15 20:59:59.537556 [ 5 ] {7b92a7a5-e73c-47d6-a770-4ab29cad9414} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:59.537593 [ 5 ] {7b92a7a5-e73c-47d6-a770-4ab29cad9414} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:59.537917 [ 5 ] {7b92a7a5-e73c-47d6-a770-4ab29cad9414} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.10.15 20:59:59.538119 [ 5 ] {7b92a7a5-e73c-47d6-a770-4ab29cad9414} oximeter.measurements_cumulativeu64 (b813c381-d0a9-40a4-bc41-76b393ddd609): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:59.538253 [ 5 ] {7b92a7a5-e73c-47d6-a770-4ab29cad9414} executeQuery: Read 160 rows, 11.41 KiB in 0.001181 sec., 135478.4081287045 rows/sec., 9.44 MiB/sec. 2025.10.15 20:59:59.538290 [ 5 ] {7b92a7a5-e73c-47d6-a770-4ab29cad9414} TCPHandler: Processed in 0.001345704 sec. 2025.10.15 20:59:59.538396 [ 5 ] {} TCP-Session: c9cb06f1-add5-467c-a17c-263475c89ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.10.15 20:59:59.538490 [ 5 ] {4435056e-34cf-4073-a002-0d4d35e70f49} executeQuery: (from [fd00:1122:3344:101::d]:45625) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.10.15 20:59:59.538534 [ 5 ] {4435056e-34cf-4073-a002-0d4d35e70f49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.10.15 20:59:59.538858 [ 5 ] {4435056e-34cf-4073-a002-0d4d35e70f49} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.10.15 20:59:59.538894 [ 5 ] {4435056e-34cf-4073-a002-0d4d35e70f49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.10.15 20:59:59.539195 [ 5 ] {4435056e-34cf-4073-a002-0d4d35e70f49} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.10.15 20:59:59.539411 [ 5 ] {4435056e-34cf-4073-a002-0d4d35e70f49} oximeter.measurements_u64 (63a49219-c5d3-43db-829a-36c29b2288cf): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.10.15 20:59:59.539544 [ 5 ] {4435056e-34cf-4073-a002-0d4d35e70f49} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2025.10.15 20:59:59.539579 [ 5 ] {4435056e-34cf-4073-a002-0d4d35e70f49} TCPHandler: Processed in 0.001231979 sec.