[ May 4 23:26:05 Enabled. ] [ May 4 23:26:05 Rereading configuration. ] [ May 4 23:26:07 Rereading configuration. ] [ May 4 23:26:19 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] + set -o errexit + set -o pipefail + . /lib/svc/share/smf_include.sh ++ SMF_EXIT_OK=0 ++ SMF_EXIT_NODAEMON=94 ++ SMF_EXIT_ERR_FATAL=95 ++ SMF_EXIT_ERR_CONFIG=96 ++ SMF_EXIT_MON_DEGRADE=97 ++ SMF_EXIT_MON_OFFLINE=98 ++ SMF_EXIT_ERR_NOSMF=99 ++ SMF_EXIT_ERR_PERM=100 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default + LISTEN_ADDR=fd00:1122:3344:101::e ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default + LISTEN_PORT=8123 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default + DATASTORE=/data + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 [ May 4 23:26:19 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2026.05.04 23:26:21.057794 [ 1 ] {} Application: Will watch for the process with pid 25084 2026.05.04 23:26:21.058288 [ 1 ] {} Application: Forked a child process to watch 2026.05.04 23:26:21.542219 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 25084 2026.05.04 23:26:21.543047 [ 1 ] {} Application: starting up 2026.05.04 23:26:21.543194 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.05.04 23:26:21.646372 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.05.04 23:26:21.681080 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.05.04 23:26:21.681891 [ 1 ] {} Application: Initializing DateLUT. 2026.05.04 23:26:21.681909 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.05.04 23:26:21.681969 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.05.04 23:26:21.684949 [ 1 ] {} Application: Initializing interserver credentials. 2026.05.04 23:26:21.689521 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.05.04 23:26:21.690365 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.05.04 23:26:21.691211 [ 1 ] {} Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2026.05.04 23:26:21.691259 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2026.05.04 23:26:21.691297 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.05.04 23:26:21.692007 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.05.04 23:26:21.692979 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.05.04 23:26:21.698792 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.05.04 23:26:21.699434 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.05.04 23:26:21.700782 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.05.04 23:26:21.700871 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.05.04 23:26:21.701863 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.05.04 23:26:21.702300 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.05.04 23:26:21.706172 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.05.04 23:26:21.706500 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.05.04 23:26:21.710909 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.05.04 23:26:21.711411 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.05.04 23:26:21.711836 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.05.04 23:26:21.712174 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.05.04 23:26:21.713516 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.05.04 23:26:21.713539 [ 1 ] {} Application: Loading metadata from /data/ 2026.05.04 23:26:21.713634 [ 150 ] {} DNSResolver: Updating DNS cache 2026.05.04 23:26:21.713724 [ 150 ] {} DNSResolver: Updated DNS cache 2026.05.04 23:26:21.726983 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.05.04 23:26:21.727010 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000162674 sec 2026.05.04 23:26:21.727058 [ 1 ] {} ReferentialDeps: No tables 2026.05.04 23:26:21.727105 [ 1 ] {} LoadingDeps: No tables 2026.05.04 23:26:21.727807 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.05.04 23:26:21.728405 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.05.04 23:26:21.739444 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.05.04 23:26:21.739484 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.05.04 23:26:21.739565 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.05.04 23:26:21.739579 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.05.04 23:26:21.739612 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.05.04 23:26:21.739690 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.05.04 23:26:21.743644 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.05.04 23:26:21.743687 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.05.04 23:26:21.743734 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.05.04 23:26:21.743894 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.05.04 23:26:21.743935 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.05.04 23:26:21.743947 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.05.04 23:26:21.744018 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.05.04 23:26:21.744031 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.05.04 23:26:21.744060 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.05.04 23:26:21.744128 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.05.04 23:26:21.767371 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.05.04 23:26:21.768756 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.05.04 23:26:21.768831 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 9.2403e-05 sec 2026.05.04 23:26:21.768844 [ 1 ] {} ReferentialDeps: No tables 2026.05.04 23:26:21.768854 [ 1 ] {} LoadingDeps: No tables 2026.05.04 23:26:21.768878 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.05.04 23:26:21.769078 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.05.04 23:26:21.769171 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.05.04 23:26:21.769186 [ 1 ] {} Application: Loaded metadata. 2026.05.04 23:26:21.769197 [ 1 ] {} Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). 2026.05.04 23:26:21.769208 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.05.04 23:26:21.772830 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.05.04 23:26:21.773032 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.78 MiB (RSS), difference: 92.01 MiB 2026.05.04 23:26:21.774391 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.2691e-05 sec. 2026.05.04 23:26:21.774785 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.05.04 23:26:21.775477 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.05.04 23:26:21.775497 [ 1 ] {} Application: Ready for connections. 2026.05.04 23:26:21.877009 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62140 2026.05.04 23:26:21.878130 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:21.878194 [ 3 ] {} TCP-Session: 018bf05a-0c77-4580-a4aa-95b5e1780f89 Authenticating user 'default' from [fd00:1122:3344:101::c]:62140 2026.05.04 23:26:21.878219 [ 3 ] {} TCP-Session: 018bf05a-0c77-4580-a4aa-95b5e1780f89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:21.878290 [ 3 ] {} TCP-Session: 018bf05a-0c77-4580-a4aa-95b5e1780f89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:21.878382 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.04 23:26:21.878407 [ 3 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.04 23:26:21.878477 [ 3 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.04 23:26:21.880861 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52709 2026.05.04 23:26:21.880965 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64846 2026.05.04 23:26:21.880974 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62379 2026.05.04 23:26:21.881080 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:21.881126 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:21.881174 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:21.881177 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48697 2026.05.04 23:26:21.881203 [ 4 ] {} TCP-Session: 53a6c164-64c1-456a-98a6-a902f02102b9 Authenticating user 'default' from [fd00:1122:3344:101::c]:52709 2026.05.04 23:26:21.881231 [ 254 ] {} TCP-Session: 591d3c78-6b5c-4467-8242-41c84ceb2eb9 Authenticating user 'default' from [fd00:1122:3344:101::c]:62379 2026.05.04 23:26:21.881225 [ 5 ] {} TCP-Session: f991ecab-a11f-4dd0-910c-182959c4eeb5 Authenticating user 'default' from [fd00:1122:3344:101::c]:64846 2026.05.04 23:26:21.881325 [ 4 ] {} TCP-Session: 53a6c164-64c1-456a-98a6-a902f02102b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:21.881365 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:21.881349 [ 254 ] {} TCP-Session: 591d3c78-6b5c-4467-8242-41c84ceb2eb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:21.881396 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59805 2026.05.04 23:26:21.881445 [ 255 ] {} TCP-Session: 25b517ed-3f76-4e1c-b81b-24f11bb16635 Authenticating user 'default' from [fd00:1122:3344:101::c]:48697 2026.05.04 23:26:21.881421 [ 254 ] {} TCP-Session: 591d3c78-6b5c-4467-8242-41c84ceb2eb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:21.881410 [ 4 ] {} TCP-Session: 53a6c164-64c1-456a-98a6-a902f02102b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:21.881514 [ 255 ] {} TCP-Session: 25b517ed-3f76-4e1c-b81b-24f11bb16635 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:21.881540 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:21.881402 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39287 2026.05.04 23:26:21.881589 [ 255 ] {} TCP-Session: 25b517ed-3f76-4e1c-b81b-24f11bb16635 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:21.881610 [ 257 ] {} TCP-Session: 2ac3c7b8-dee8-4f6b-9c8f-70813fc752f0 Authenticating user 'default' from [fd00:1122:3344:101::c]:59805 2026.05.04 23:26:21.881505 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36211 2026.05.04 23:26:21.881335 [ 5 ] {} TCP-Session: f991ecab-a11f-4dd0-910c-182959c4eeb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:21.881719 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:21.881713 [ 257 ] {} TCP-Session: 2ac3c7b8-dee8-4f6b-9c8f-70813fc752f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:21.881790 [ 5 ] {} TCP-Session: f991ecab-a11f-4dd0-910c-182959c4eeb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:21.881823 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:21.881809 [ 256 ] {} TCP-Session: 0259ea61-ef6d-47de-9eef-afe7d46df864 Authenticating user 'default' from [fd00:1122:3344:101::c]:39287 2026.05.04 23:26:21.881808 [ 257 ] {} TCP-Session: 2ac3c7b8-dee8-4f6b-9c8f-70813fc752f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:21.881921 [ 258 ] {} TCP-Session: 17918ba2-df17-4b1e-9bf8-2d6814f7b635 Authenticating user 'default' from [fd00:1122:3344:101::c]:36211 2026.05.04 23:26:21.881940 [ 256 ] {} TCP-Session: 0259ea61-ef6d-47de-9eef-afe7d46df864 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:21.882025 [ 258 ] {} TCP-Session: 17918ba2-df17-4b1e-9bf8-2d6814f7b635 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:21.882033 [ 256 ] {} TCP-Session: 0259ea61-ef6d-47de-9eef-afe7d46df864 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:21.882050 [ 258 ] {} TCP-Session: 17918ba2-df17-4b1e-9bf8-2d6814f7b635 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.000157 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 116.84 MiB, peak 116.84 MiB, free memory in arenas 0.00 B, will set to 118.96 MiB (RSS), difference: 2.12 MiB 2026.05.04 23:26:22.690866 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48158 2026.05.04 23:26:22.691410 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:22.691479 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Authenticating user 'default' from [fd00:1122:3344:101::d]:48158 2026.05.04 23:26:22.691502 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.691592 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.691675 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.04 23:26:22.691704 [ 259 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.04 23:26:22.691784 [ 259 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.04 23:26:22.716393 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61052 2026.05.04 23:26:22.718708 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:22.718758 [ 260 ] {} TCP-Session: 67292ff3-c426-4da7-b3b6-d143be0ad304 Authenticating user 'default' from [fd00:1122:3344:101::b]:61052 2026.05.04 23:26:22.718866 [ 260 ] {} TCP-Session: 67292ff3-c426-4da7-b3b6-d143be0ad304 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.718882 [ 260 ] {} TCP-Session: 67292ff3-c426-4da7-b3b6-d143be0ad304 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.718961 [ 260 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.04 23:26:22.719069 [ 260 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.04 23:26:22.719089 [ 260 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.04 23:26:22.721551 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37280 2026.05.04 23:26:22.721617 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55408 2026.05.04 23:26:22.721762 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45683 2026.05.04 23:26:22.721769 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:22.721851 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:22.721878 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56881 2026.05.04 23:26:22.721948 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40097 2026.05.04 23:26:22.721878 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39097 2026.05.04 23:26:22.722059 [ 263 ] {} TCP-Session: 20787b39-9d0d-4366-a7a2-6443b7230c46 Authenticating user 'default' from [fd00:1122:3344:101::d]:55408 2026.05.04 23:26:22.722136 [ 263 ] {} TCP-Session: 20787b39-9d0d-4366-a7a2-6443b7230c46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.722216 [ 263 ] {} TCP-Session: 20787b39-9d0d-4366-a7a2-6443b7230c46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.722222 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50757 2026.05.04 23:26:22.722222 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51893 2026.05.04 23:26:22.722162 [ 262 ] {} TCP-Session: efc1a1aa-aa91-477b-9182-49ce4f4f9f18 Authenticating user 'default' from [fd00:1122:3344:101::d]:37280 2026.05.04 23:26:22.722390 [ 262 ] {} TCP-Session: efc1a1aa-aa91-477b-9182-49ce4f4f9f18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.722405 [ 262 ] {} TCP-Session: efc1a1aa-aa91-477b-9182-49ce4f4f9f18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.722418 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:22.722534 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:22.722552 [ 264 ] {} TCP-Session: e48ce827-426f-43fa-a6b6-ef30c0522a29 Authenticating user 'default' from [fd00:1122:3344:101::d]:45683 2026.05.04 23:26:22.722566 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:22.722600 [ 266 ] {} TCP-Session: 54e13118-4994-482c-8406-7b4c3a6b765a Authenticating user 'default' from [fd00:1122:3344:101::d]:40097 2026.05.04 23:26:22.722621 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33972 2026.05.04 23:26:22.722597 [ 264 ] {} TCP-Session: e48ce827-426f-43fa-a6b6-ef30c0522a29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.722669 [ 267 ] {} TCP-Session: 263bbc31-b637-406f-9413-c9b784402da8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51893 2026.05.04 23:26:22.722703 [ 266 ] {} TCP-Session: 54e13118-4994-482c-8406-7b4c3a6b765a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.722705 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:22.722735 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:22.722773 [ 268 ] {} TCP-Session: 7027a943-f056-4df7-9384-9a3fc9f6f076 Authenticating user 'default' from [fd00:1122:3344:101::d]:50757 2026.05.04 23:26:22.722793 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54986 2026.05.04 23:26:22.722746 [ 267 ] {} TCP-Session: 263bbc31-b637-406f-9413-c9b784402da8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.722841 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:22.722862 [ 268 ] {} TCP-Session: 7027a943-f056-4df7-9384-9a3fc9f6f076 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.722889 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:22.722896 [ 267 ] {} TCP-Session: 263bbc31-b637-406f-9413-c9b784402da8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.722930 [ 265 ] {} TCP-Session: 057fc5eb-e782-444b-9014-7e4fc92b8800 Authenticating user 'default' from [fd00:1122:3344:101::d]:56881 2026.05.04 23:26:22.722961 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61706 2026.05.04 23:26:22.722986 [ 269 ] {} TCP-Session: 05b909c4-5ffd-4567-9c27-c3b642d6f945 Authenticating user 'default' from [fd00:1122:3344:101::b]:33972 2026.05.04 23:26:22.723025 [ 265 ] {} TCP-Session: 057fc5eb-e782-444b-9014-7e4fc92b8800 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.723005 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:22.722907 [ 268 ] {} TCP-Session: 7027a943-f056-4df7-9384-9a3fc9f6f076 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.723124 [ 269 ] {} TCP-Session: 05b909c4-5ffd-4567-9c27-c3b642d6f945 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.723143 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58165 2026.05.04 23:26:22.723160 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:22.723118 [ 270 ] {} TCP-Session: 27d22181-8497-4792-adc2-d14b92654022 Authenticating user 'default' from [fd00:1122:3344:101::b]:54986 2026.05.04 23:26:22.723236 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58743 2026.05.04 23:26:22.723214 [ 271 ] {} TCP-Session: fde9373c-4725-4d97-87aa-54989fafe37d Authenticating user 'default' from [fd00:1122:3344:101::b]:61706 2026.05.04 23:26:22.723285 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:22.723329 [ 270 ] {} TCP-Session: 27d22181-8497-4792-adc2-d14b92654022 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.723346 [ 271 ] {} TCP-Session: fde9373c-4725-4d97-87aa-54989fafe37d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.723198 [ 269 ] {} TCP-Session: 05b909c4-5ffd-4567-9c27-c3b642d6f945 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.723415 [ 271 ] {} TCP-Session: fde9373c-4725-4d97-87aa-54989fafe37d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.723428 [ 270 ] {} TCP-Session: 27d22181-8497-4792-adc2-d14b92654022 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.723407 [ 272 ] {} TCP-Session: bb4cfd60-9b86-4a76-b8b6-673a7f893b85 Authenticating user 'default' from [fd00:1122:3344:101::b]:58165 2026.05.04 23:26:22.723489 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:22.723485 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62367 2026.05.04 23:26:22.723556 [ 272 ] {} TCP-Session: bb4cfd60-9b86-4a76-b8b6-673a7f893b85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.723574 [ 273 ] {} TCP-Session: a2ea8982-6331-43ae-9edc-4da4465fedba Authenticating user 'default' from [fd00:1122:3344:101::b]:58743 2026.05.04 23:26:22.723586 [ 272 ] {} TCP-Session: bb4cfd60-9b86-4a76-b8b6-673a7f893b85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.723116 [ 265 ] {} TCP-Session: 057fc5eb-e782-444b-9014-7e4fc92b8800 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.722837 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Authenticating user 'default' from [fd00:1122:3344:101::d]:39097 2026.05.04 23:26:22.723680 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:22.723676 [ 273 ] {} TCP-Session: a2ea8982-6331-43ae-9edc-4da4465fedba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.722687 [ 264 ] {} TCP-Session: e48ce827-426f-43fa-a6b6-ef30c0522a29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.723808 [ 275 ] {} TCP-Session: 0b4fe19e-87cf-4b9d-b143-088af9c7f230 Authenticating user 'default' from [fd00:1122:3344:101::b]:62367 2026.05.04 23:26:22.723776 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.723775 [ 273 ] {} TCP-Session: a2ea8982-6331-43ae-9edc-4da4465fedba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.723897 [ 275 ] {} TCP-Session: 0b4fe19e-87cf-4b9d-b143-088af9c7f230 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.723870 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.722754 [ 266 ] {} TCP-Session: 54e13118-4994-482c-8406-7b4c3a6b765a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.723991 [ 275 ] {} TCP-Session: 0b4fe19e-87cf-4b9d-b143-088af9c7f230 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.723375 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48406 2026.05.04 23:26:22.724193 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:22.724316 [ 274 ] {} TCP-Session: 7e813123-2f16-4ef0-9110-52a883f7aeed Authenticating user 'default' from [fd00:1122:3344:101::b]:48406 2026.05.04 23:26:22.724334 [ 274 ] {} TCP-Session: 7e813123-2f16-4ef0-9110-52a883f7aeed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.724346 [ 274 ] {} TCP-Session: 7e813123-2f16-4ef0-9110-52a883f7aeed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.735224 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:22.738028 [ 259 ] {3cbc34aa-e692-4aac-9750-b434458aa0ec} executeQuery: (from [fd00:1122:3344:101::d]:48158) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.04 23:26:22.802302 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47616 2026.05.04 23:26:22.802580 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:22.802615 [ 276 ] {} TCP-Session: 3239d402-8069-4267-a90f-be803edaad49 Authenticating user 'default' from [fd00:1122:3344:101::a]:47616 2026.05.04 23:26:22.802632 [ 276 ] {} TCP-Session: 3239d402-8069-4267-a90f-be803edaad49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.802713 [ 276 ] {} TCP-Session: 3239d402-8069-4267-a90f-be803edaad49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.802773 [ 276 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.04 23:26:22.802813 [ 276 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.04 23:26:22.802893 [ 276 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.04 23:26:22.810143 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43805 2026.05.04 23:26:22.810765 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54395 2026.05.04 23:26:22.810797 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:22.810848 [ 277 ] {} TCP-Session: 32bfecfc-807c-40fd-b499-de4661051d9b Authenticating user 'default' from [fd00:1122:3344:101::a]:43805 2026.05.04 23:26:22.811033 [ 277 ] {} TCP-Session: 32bfecfc-807c-40fd-b499-de4661051d9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.811046 [ 277 ] {} TCP-Session: 32bfecfc-807c-40fd-b499-de4661051d9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.811579 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42236 2026.05.04 23:26:22.812185 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53728 2026.05.04 23:26:22.812215 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:22.812252 [ 278 ] {} TCP-Session: 7296af7d-746c-4a43-a2be-fed51f0269a7 Authenticating user 'default' from [fd00:1122:3344:101::a]:54395 2026.05.04 23:26:22.812270 [ 278 ] {} TCP-Session: 7296af7d-746c-4a43-a2be-fed51f0269a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.812349 [ 278 ] {} TCP-Session: 7296af7d-746c-4a43-a2be-fed51f0269a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.812780 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:22.812885 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53192 2026.05.04 23:26:22.812909 [ 279 ] {} TCP-Session: eb1051e8-f5b2-41ad-b532-6377fd8196db Authenticating user 'default' from [fd00:1122:3344:101::a]:42236 2026.05.04 23:26:22.813001 [ 279 ] {} TCP-Session: eb1051e8-f5b2-41ad-b532-6377fd8196db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.813015 [ 279 ] {} TCP-Session: eb1051e8-f5b2-41ad-b532-6377fd8196db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.813471 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:22.813510 [ 280 ] {} TCP-Session: c8d19180-182f-48da-99d7-8cb422dfc600 Authenticating user 'default' from [fd00:1122:3344:101::a]:53728 2026.05.04 23:26:22.813527 [ 280 ] {} TCP-Session: c8d19180-182f-48da-99d7-8cb422dfc600 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.813581 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:22.813562 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58389 2026.05.04 23:26:22.813642 [ 280 ] {} TCP-Session: c8d19180-182f-48da-99d7-8cb422dfc600 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.813691 [ 281 ] {} TCP-Session: 05029c65-a3e7-4a9c-a780-d15a617755a9 Authenticating user 'default' from [fd00:1122:3344:101::a]:53192 2026.05.04 23:26:22.813788 [ 281 ] {} TCP-Session: 05029c65-a3e7-4a9c-a780-d15a617755a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.813804 [ 281 ] {} TCP-Session: 05029c65-a3e7-4a9c-a780-d15a617755a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.814211 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60979 2026.05.04 23:26:22.814784 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:22.814817 [ 282 ] {} TCP-Session: e495c4bc-67fd-44fc-a5a5-c815d9869e91 Authenticating user 'default' from [fd00:1122:3344:101::a]:58389 2026.05.04 23:26:22.814833 [ 282 ] {} TCP-Session: e495c4bc-67fd-44fc-a5a5-c815d9869e91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.814851 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:22.814928 [ 282 ] {} TCP-Session: e495c4bc-67fd-44fc-a5a5-c815d9869e91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.814949 [ 283 ] {} TCP-Session: 0d65fdfd-638c-419c-836c-68a5816c860a Authenticating user 'default' from [fd00:1122:3344:101::a]:60979 2026.05.04 23:26:22.815008 [ 283 ] {} TCP-Session: 0d65fdfd-638c-419c-836c-68a5816c860a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.815053 [ 283 ] {} TCP-Session: 0d65fdfd-638c-419c-836c-68a5816c860a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:22.837044 [ 259 ] {3cbc34aa-e692-4aac-9750-b434458aa0ec} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:48158) (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 @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.05.04 23:26:22.838043 [ 259 ] {3cbc34aa-e692-4aac-9750-b434458aa0ec} 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 @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.05.04 23:26:22.838249 [ 259 ] {3cbc34aa-e692-4aac-9750-b434458aa0ec} TCPHandler: Processed in 0.109627789 sec. 2026.05.04 23:26:22.839382 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:22.839617 [ 261 ] {9ce09795-f527-43f4-b779-dbac08826309} executeQuery: (from [fd00:1122:3344:101::d]:39097) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.04 23:26:22.840101 [ 261 ] {9ce09795-f527-43f4-b779-dbac08826309} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:39097) (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 @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.05.04 23:26:22.840364 [ 261 ] {9ce09795-f527-43f4-b779-dbac08826309} 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 @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.05.04 23:26:22.840574 [ 261 ] {9ce09795-f527-43f4-b779-dbac08826309} TCPHandler: Processed in 0.001372199 sec. 2026.05.04 23:26:22.843641 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:22.844496 [ 259 ] {9d273241-f6e1-4c9e-99b6-ca039f1f226a} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.05.04 23:26:22.845104 [ 259 ] {9d273241-f6e1-4c9e-99b6-ca039f1f226a} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.05.04 23:26:22.850502 [ 259 ] {9d273241-f6e1-4c9e-99b6-ca039f1f226a} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.05.04 23:26:22.850602 [ 259 ] {9d273241-f6e1-4c9e-99b6-ca039f1f226a} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000135844 sec 2026.05.04 23:26:22.850619 [ 259 ] {9d273241-f6e1-4c9e-99b6-ca039f1f226a} ReferentialDeps: No tables 2026.05.04 23:26:22.850633 [ 259 ] {9d273241-f6e1-4c9e-99b6-ca039f1f226a} LoadingDeps: No tables 2026.05.04 23:26:22.850694 [ 259 ] {9d273241-f6e1-4c9e-99b6-ca039f1f226a} DatabaseAtomic (oximeter): Starting up tables. 2026.05.04 23:26:22.851395 [ 259 ] {9d273241-f6e1-4c9e-99b6-ca039f1f226a} TCPHandler: Processed in 0.007867144 sec. 2026.05.04 23:26:22.851531 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:22.851677 [ 259 ] {e128d971-3a78-4ec7-899a-26403fa642b8} executeQuery: (from [fd00:1122:3344:101::d]:48158) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2026.05.04 23:26:22.851789 [ 259 ] {e128d971-3a78-4ec7-899a-26403fa642b8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.05.04 23:26:22.856583 [ 259 ] {e128d971-3a78-4ec7-899a-26403fa642b8} StoragePolicy (default): Storage policy default created, total volumes 1 2026.05.04 23:26:22.858353 [ 259 ] {e128d971-3a78-4ec7-899a-26403fa642b8} oximeter.version (413ab30b-3bc7-4778-b9e2-3f982d4562fb): Loading data parts 2026.05.04 23:26:22.860834 [ 259 ] {e128d971-3a78-4ec7-899a-26403fa642b8} oximeter.version (413ab30b-3bc7-4778-b9e2-3f982d4562fb): There are no data parts 2026.05.04 23:26:22.866781 [ 259 ] {e128d971-3a78-4ec7-899a-26403fa642b8} TCPHandler: Processed in 0.015301436 sec. 2026.05.04 23:26:22.866997 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:22.867168 [ 259 ] {e0649ab2-b579-429e-9912-f4ec2e55bc21} executeQuery: (from [fd00:1122:3344:101::d]:48158) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:22.867298 [ 259 ] {e0649ab2-b579-429e-9912-f4ec2e55bc21} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.05.04 23:26:22.876423 [ 259 ] {e0649ab2-b579-429e-9912-f4ec2e55bc21} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): Loading data parts 2026.05.04 23:26:22.876671 [ 259 ] {e0649ab2-b579-429e-9912-f4ec2e55bc21} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): There are no data parts 2026.05.04 23:26:22.877831 [ 259 ] {e0649ab2-b579-429e-9912-f4ec2e55bc21} TCPHandler: Processed in 0.010886561 sec. 2026.05.04 23:26:22.877972 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:22.878246 [ 259 ] {dd62981a-6c23-446d-8dfa-8850c46bd916} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:22.878287 [ 259 ] {dd62981a-6c23-446d-8dfa-8850c46bd916} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.05.04 23:26:22.879926 [ 259 ] {dd62981a-6c23-446d-8dfa-8850c46bd916} oximeter.measurements_i8 (0f8696a5-7005-4701-9a41-b583febe35bb): Loading data parts 2026.05.04 23:26:22.880049 [ 259 ] {dd62981a-6c23-446d-8dfa-8850c46bd916} oximeter.measurements_i8 (0f8696a5-7005-4701-9a41-b583febe35bb): There are no data parts 2026.05.04 23:26:22.881130 [ 259 ] {dd62981a-6c23-446d-8dfa-8850c46bd916} TCPHandler: Processed in 0.003207941 sec. 2026.05.04 23:26:22.881323 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:22.881471 [ 259 ] {2e44c8fa-a86e-4b5b-b9f6-df443c61c308} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:22.881571 [ 259 ] {2e44c8fa-a86e-4b5b-b9f6-df443c61c308} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.05.04 23:26:22.883123 [ 259 ] {2e44c8fa-a86e-4b5b-b9f6-df443c61c308} oximeter.measurements_u8 (c22017ed-9b77-40e5-b334-f4ed8a0ae646): Loading data parts 2026.05.04 23:26:22.883399 [ 259 ] {2e44c8fa-a86e-4b5b-b9f6-df443c61c308} oximeter.measurements_u8 (c22017ed-9b77-40e5-b334-f4ed8a0ae646): There are no data parts 2026.05.04 23:26:22.884475 [ 259 ] {2e44c8fa-a86e-4b5b-b9f6-df443c61c308} TCPHandler: Processed in 0.003201222 sec. 2026.05.04 23:26:22.884610 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:22.884827 [ 259 ] {ba1991f2-05b2-4ecf-95c6-8611ba0ca992} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:22.884869 [ 259 ] {ba1991f2-05b2-4ecf-95c6-8611ba0ca992} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.05.04 23:26:22.886591 [ 259 ] {ba1991f2-05b2-4ecf-95c6-8611ba0ca992} oximeter.measurements_i16 (cfef9e05-43f4-469a-8e35-a5704d01afa7): Loading data parts 2026.05.04 23:26:22.886722 [ 259 ] {ba1991f2-05b2-4ecf-95c6-8611ba0ca992} oximeter.measurements_i16 (cfef9e05-43f4-469a-8e35-a5704d01afa7): There are no data parts 2026.05.04 23:26:22.887972 [ 259 ] {ba1991f2-05b2-4ecf-95c6-8611ba0ca992} TCPHandler: Processed in 0.003412178 sec. 2026.05.04 23:26:22.888162 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:22.888310 [ 259 ] {67baf41a-bd65-480c-867f-8381aa0abfc4} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:22.888414 [ 259 ] {67baf41a-bd65-480c-867f-8381aa0abfc4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.05.04 23:26:22.889989 [ 259 ] {67baf41a-bd65-480c-867f-8381aa0abfc4} oximeter.measurements_u16 (7f963058-d16d-45c9-9df0-b43ca6d81a0e): Loading data parts 2026.05.04 23:26:22.890141 [ 259 ] {67baf41a-bd65-480c-867f-8381aa0abfc4} oximeter.measurements_u16 (7f963058-d16d-45c9-9df0-b43ca6d81a0e): There are no data parts 2026.05.04 23:26:22.891371 [ 259 ] {67baf41a-bd65-480c-867f-8381aa0abfc4} TCPHandler: Processed in 0.003256893 sec. 2026.05.04 23:26:22.891502 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:22.891689 [ 259 ] {ecd7bccd-882d-414a-ba38-be3f27a5d4cf} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:22.891769 [ 259 ] {ecd7bccd-882d-414a-ba38-be3f27a5d4cf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.05.04 23:26:22.893429 [ 259 ] {ecd7bccd-882d-414a-ba38-be3f27a5d4cf} oximeter.measurements_i32 (da95050f-65a5-40a1-b315-10a4ace23f54): Loading data parts 2026.05.04 23:26:22.893554 [ 259 ] {ecd7bccd-882d-414a-ba38-be3f27a5d4cf} oximeter.measurements_i32 (da95050f-65a5-40a1-b315-10a4ace23f54): There are no data parts 2026.05.04 23:26:22.894765 [ 259 ] {ecd7bccd-882d-414a-ba38-be3f27a5d4cf} TCPHandler: Processed in 0.003311795 sec. 2026.05.04 23:26:22.894958 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:22.895106 [ 259 ] {debd2751-17e4-42fb-8900-6e81104dfb71} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:22.895206 [ 259 ] {debd2751-17e4-42fb-8900-6e81104dfb71} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.05.04 23:26:22.896800 [ 259 ] {debd2751-17e4-42fb-8900-6e81104dfb71} oximeter.measurements_u32 (f3ce6e57-da95-4b70-b5c8-dda2023d08b3): Loading data parts 2026.05.04 23:26:22.896951 [ 259 ] {debd2751-17e4-42fb-8900-6e81104dfb71} oximeter.measurements_u32 (f3ce6e57-da95-4b70-b5c8-dda2023d08b3): There are no data parts 2026.05.04 23:26:22.898062 [ 259 ] {debd2751-17e4-42fb-8900-6e81104dfb71} TCPHandler: Processed in 0.00315153 sec. 2026.05.04 23:26:22.898191 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:22.898373 [ 259 ] {08aa29ad-bda9-46be-af7a-0d61e71ad272} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:22.898444 [ 259 ] {08aa29ad-bda9-46be-af7a-0d61e71ad272} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.05.04 23:26:22.900049 [ 259 ] {08aa29ad-bda9-46be-af7a-0d61e71ad272} oximeter.measurements_i64 (5178d5c3-2614-407e-aaf6-d4a02fb14a71): Loading data parts 2026.05.04 23:26:22.900169 [ 259 ] {08aa29ad-bda9-46be-af7a-0d61e71ad272} oximeter.measurements_i64 (5178d5c3-2614-407e-aaf6-d4a02fb14a71): There are no data parts 2026.05.04 23:26:22.901243 [ 259 ] {08aa29ad-bda9-46be-af7a-0d61e71ad272} TCPHandler: Processed in 0.003100278 sec. 2026.05.04 23:26:22.901431 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:22.901578 [ 259 ] {29213958-0dbe-44af-91ae-a9774487d5dc} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:22.901677 [ 259 ] {29213958-0dbe-44af-91ae-a9774487d5dc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.05.04 23:26:22.903214 [ 259 ] {29213958-0dbe-44af-91ae-a9774487d5dc} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Loading data parts 2026.05.04 23:26:22.903362 [ 259 ] {29213958-0dbe-44af-91ae-a9774487d5dc} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): There are no data parts 2026.05.04 23:26:22.904588 [ 259 ] {29213958-0dbe-44af-91ae-a9774487d5dc} TCPHandler: Processed in 0.003206612 sec. 2026.05.04 23:26:22.904735 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:22.904882 [ 259 ] {b9de7b24-26d3-4eff-b65a-c5a085a10c8d} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:22.904991 [ 259 ] {b9de7b24-26d3-4eff-b65a-c5a085a10c8d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.05.04 23:26:22.906635 [ 259 ] {b9de7b24-26d3-4eff-b65a-c5a085a10c8d} oximeter.measurements_f32 (c8890c19-d61a-471a-a273-3fb85208075e): Loading data parts 2026.05.04 23:26:22.906768 [ 259 ] {b9de7b24-26d3-4eff-b65a-c5a085a10c8d} oximeter.measurements_f32 (c8890c19-d61a-471a-a273-3fb85208075e): There are no data parts 2026.05.04 23:26:22.907950 [ 259 ] {b9de7b24-26d3-4eff-b65a-c5a085a10c8d} TCPHandler: Processed in 0.003265103 sec. 2026.05.04 23:26:22.908146 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:22.908293 [ 259 ] {4e15895c-6ee9-4567-81f7-3c7493245e0b} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:22.908395 [ 259 ] {4e15895c-6ee9-4567-81f7-3c7493245e0b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.05.04 23:26:22.910035 [ 259 ] {4e15895c-6ee9-4567-81f7-3c7493245e0b} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): Loading data parts 2026.05.04 23:26:22.910155 [ 259 ] {4e15895c-6ee9-4567-81f7-3c7493245e0b} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): There are no data parts 2026.05.04 23:26:22.911336 [ 259 ] {4e15895c-6ee9-4567-81f7-3c7493245e0b} TCPHandler: Processed in 0.003239563 sec. 2026.05.04 23:26:22.911466 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:22.911612 [ 259 ] {77bb3ac3-2b72-4d01-bb7a-c7f90c2515cd} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:22.911718 [ 259 ] {77bb3ac3-2b72-4d01-bb7a-c7f90c2515cd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.05.04 23:26:22.913387 [ 259 ] {77bb3ac3-2b72-4d01-bb7a-c7f90c2515cd} oximeter.measurements_string (3728a37c-6e44-4c83-b585-b1b1de950a70): Loading data parts 2026.05.04 23:26:22.913514 [ 259 ] {77bb3ac3-2b72-4d01-bb7a-c7f90c2515cd} oximeter.measurements_string (3728a37c-6e44-4c83-b585-b1b1de950a70): There are no data parts 2026.05.04 23:26:22.914572 [ 259 ] {77bb3ac3-2b72-4d01-bb7a-c7f90c2515cd} TCPHandler: Processed in 0.00315535 sec. 2026.05.04 23:26:22.914791 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:22.914941 [ 259 ] {22e64c05-3dd0-4645-9e22-c5ef7e9b7a8e} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:22.915056 [ 259 ] {22e64c05-3dd0-4645-9e22-c5ef7e9b7a8e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.05.04 23:26:22.924566 [ 259 ] {22e64c05-3dd0-4645-9e22-c5ef7e9b7a8e} oximeter.measurements_bytes (1e49e4fc-a46f-4528-a2d5-8a5cccf242f6): Loading data parts 2026.05.04 23:26:22.924739 [ 259 ] {22e64c05-3dd0-4645-9e22-c5ef7e9b7a8e} oximeter.measurements_bytes (1e49e4fc-a46f-4528-a2d5-8a5cccf242f6): There are no data parts 2026.05.04 23:26:22.926418 [ 259 ] {22e64c05-3dd0-4645-9e22-c5ef7e9b7a8e} TCPHandler: Processed in 0.011678243 sec. 2026.05.04 23:26:22.926627 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:22.926781 [ 259 ] {09cd3f31-3103-4152-a3b4-744a3ff0c546} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:22.926882 [ 259 ] {09cd3f31-3103-4152-a3b4-744a3ff0c546} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.05.04 23:26:22.933332 [ 259 ] {09cd3f31-3103-4152-a3b4-744a3ff0c546} oximeter.measurements_cumulativei64 (b52ff70e-28f8-4328-821e-48b890510c84): Loading data parts 2026.05.04 23:26:22.933679 [ 259 ] {09cd3f31-3103-4152-a3b4-744a3ff0c546} oximeter.measurements_cumulativei64 (b52ff70e-28f8-4328-821e-48b890510c84): There are no data parts 2026.05.04 23:26:22.935401 [ 259 ] {09cd3f31-3103-4152-a3b4-744a3ff0c546} TCPHandler: Processed in 0.008824742 sec. 2026.05.04 23:26:22.935539 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:22.935763 [ 259 ] {0689a3c5-099d-460f-9fef-31a64f17a4f9} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:22.935870 [ 259 ] {0689a3c5-099d-460f-9fef-31a64f17a4f9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.05.04 23:26:22.937515 [ 259 ] {0689a3c5-099d-460f-9fef-31a64f17a4f9} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Loading data parts 2026.05.04 23:26:22.937721 [ 259 ] {0689a3c5-099d-460f-9fef-31a64f17a4f9} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): There are no data parts 2026.05.04 23:26:22.938950 [ 259 ] {0689a3c5-099d-460f-9fef-31a64f17a4f9} TCPHandler: Processed in 0.003460369 sec. 2026.05.04 23:26:22.939077 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:22.939232 [ 259 ] {35f2c7bf-c606-4c80-83d2-a4e689ee7b4f} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:22.939337 [ 259 ] {35f2c7bf-c606-4c80-83d2-a4e689ee7b4f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.05.04 23:26:22.941043 [ 259 ] {35f2c7bf-c606-4c80-83d2-a4e689ee7b4f} oximeter.measurements_cumulativef32 (24e36bbc-c773-4e4d-b26a-1e786b18e39a): Loading data parts 2026.05.04 23:26:22.941151 [ 259 ] {35f2c7bf-c606-4c80-83d2-a4e689ee7b4f} oximeter.measurements_cumulativef32 (24e36bbc-c773-4e4d-b26a-1e786b18e39a): There are no data parts 2026.05.04 23:26:22.942254 [ 259 ] {35f2c7bf-c606-4c80-83d2-a4e689ee7b4f} TCPHandler: Processed in 0.003226082 sec. 2026.05.04 23:26:22.942446 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:22.942602 [ 259 ] {c3e24ed4-3078-44e8-9352-d648dde56175} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:22.942705 [ 259 ] {c3e24ed4-3078-44e8-9352-d648dde56175} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.05.04 23:26:22.944294 [ 259 ] {c3e24ed4-3078-44e8-9352-d648dde56175} oximeter.measurements_cumulativef64 (c9eac680-6c97-427a-bba7-00287b4bb280): Loading data parts 2026.05.04 23:26:22.944501 [ 259 ] {c3e24ed4-3078-44e8-9352-d648dde56175} oximeter.measurements_cumulativef64 (c9eac680-6c97-427a-bba7-00287b4bb280): There are no data parts 2026.05.04 23:26:22.945630 [ 259 ] {c3e24ed4-3078-44e8-9352-d648dde56175} TCPHandler: Processed in 0.003232612 sec. 2026.05.04 23:26:22.945759 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:22.946041 [ 259 ] {c978a71b-b036-4ce9-9613-876a261abf65} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:22.946157 [ 259 ] {c978a71b-b036-4ce9-9613-876a261abf65} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.05.04 23:26:22.947985 [ 259 ] {c978a71b-b036-4ce9-9613-876a261abf65} oximeter.measurements_histogrami8 (9ea83062-fa3b-4226-8283-283af5c31822): Loading data parts 2026.05.04 23:26:22.948139 [ 259 ] {c978a71b-b036-4ce9-9613-876a261abf65} oximeter.measurements_histogrami8 (9ea83062-fa3b-4226-8283-283af5c31822): There are no data parts 2026.05.04 23:26:22.949239 [ 259 ] {c978a71b-b036-4ce9-9613-876a261abf65} TCPHandler: Processed in 0.003530871 sec. 2026.05.04 23:26:22.949438 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:22.949643 [ 259 ] {acbfd399-1810-46bf-82fa-03fa119a272a} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:22.949759 [ 259 ] {acbfd399-1810-46bf-82fa-03fa119a272a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.05.04 23:26:22.951451 [ 259 ] {acbfd399-1810-46bf-82fa-03fa119a272a} oximeter.measurements_histogramu8 (bdfabac1-db80-4990-97f5-f156af421b7b): Loading data parts 2026.05.04 23:26:22.951623 [ 259 ] {acbfd399-1810-46bf-82fa-03fa119a272a} oximeter.measurements_histogramu8 (bdfabac1-db80-4990-97f5-f156af421b7b): There are no data parts 2026.05.04 23:26:22.952735 [ 259 ] {acbfd399-1810-46bf-82fa-03fa119a272a} TCPHandler: Processed in 0.003346986 sec. 2026.05.04 23:26:22.952863 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:22.953139 [ 259 ] {6ad1ce34-233a-4d6f-a849-69eb81c062b6} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:22.953251 [ 259 ] {6ad1ce34-233a-4d6f-a849-69eb81c062b6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.05.04 23:26:22.955157 [ 259 ] {6ad1ce34-233a-4d6f-a849-69eb81c062b6} oximeter.measurements_histogrami16 (08d17e4e-f77a-4f59-84a4-919861e75687): Loading data parts 2026.05.04 23:26:22.955262 [ 259 ] {6ad1ce34-233a-4d6f-a849-69eb81c062b6} oximeter.measurements_histogrami16 (08d17e4e-f77a-4f59-84a4-919861e75687): There are no data parts 2026.05.04 23:26:22.956479 [ 259 ] {6ad1ce34-233a-4d6f-a849-69eb81c062b6} TCPHandler: Processed in 0.003664945 sec. 2026.05.04 23:26:22.956671 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:22.956873 [ 259 ] {349df482-3f5a-4c5e-abc9-df2be3f4cfc3} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:22.956986 [ 259 ] {349df482-3f5a-4c5e-abc9-df2be3f4cfc3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.05.04 23:26:22.958812 [ 259 ] {349df482-3f5a-4c5e-abc9-df2be3f4cfc3} oximeter.measurements_histogramu16 (2fdd218d-d8eb-41a6-afec-b1ac59203dca): Loading data parts 2026.05.04 23:26:22.958953 [ 259 ] {349df482-3f5a-4c5e-abc9-df2be3f4cfc3} oximeter.measurements_histogramu16 (2fdd218d-d8eb-41a6-afec-b1ac59203dca): There are no data parts 2026.05.04 23:26:22.960097 [ 259 ] {349df482-3f5a-4c5e-abc9-df2be3f4cfc3} TCPHandler: Processed in 0.003475349 sec. 2026.05.04 23:26:22.960228 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:22.960498 [ 259 ] {fabab547-61fb-4acc-8f69-fb1f2e23160a} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:22.960613 [ 259 ] {fabab547-61fb-4acc-8f69-fb1f2e23160a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.05.04 23:26:22.962412 [ 259 ] {fabab547-61fb-4acc-8f69-fb1f2e23160a} oximeter.measurements_histogrami32 (094be9dc-63f4-4f25-b57f-5c803c4cceee): Loading data parts 2026.05.04 23:26:22.962544 [ 259 ] {fabab547-61fb-4acc-8f69-fb1f2e23160a} oximeter.measurements_histogrami32 (094be9dc-63f4-4f25-b57f-5c803c4cceee): There are no data parts 2026.05.04 23:26:22.963910 [ 259 ] {fabab547-61fb-4acc-8f69-fb1f2e23160a} TCPHandler: Processed in 0.003731347 sec. 2026.05.04 23:26:22.964144 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:22.964402 [ 259 ] {ae30e04d-b861-400e-9c1a-f26cbea4d251} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:22.964547 [ 259 ] {ae30e04d-b861-400e-9c1a-f26cbea4d251} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.05.04 23:26:22.966428 [ 259 ] {ae30e04d-b861-400e-9c1a-f26cbea4d251} oximeter.measurements_histogramu32 (63ff3d8e-71ab-4235-84a4-29d0057cca94): Loading data parts 2026.05.04 23:26:22.966583 [ 259 ] {ae30e04d-b861-400e-9c1a-f26cbea4d251} oximeter.measurements_histogramu32 (63ff3d8e-71ab-4235-84a4-29d0057cca94): There are no data parts 2026.05.04 23:26:22.967794 [ 259 ] {ae30e04d-b861-400e-9c1a-f26cbea4d251} TCPHandler: Processed in 0.003710906 sec. 2026.05.04 23:26:22.967938 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:22.968186 [ 259 ] {db16ea4a-981f-4baa-a707-69be55a20437} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:22.968303 [ 259 ] {db16ea4a-981f-4baa-a707-69be55a20437} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.05.04 23:26:22.970567 [ 259 ] {db16ea4a-981f-4baa-a707-69be55a20437} oximeter.measurements_histogrami64 (e95f9b13-b6c2-46e6-8ab2-71a1a1cc78e7): Loading data parts 2026.05.04 23:26:22.970725 [ 259 ] {db16ea4a-981f-4baa-a707-69be55a20437} oximeter.measurements_histogrami64 (e95f9b13-b6c2-46e6-8ab2-71a1a1cc78e7): There are no data parts 2026.05.04 23:26:22.971931 [ 259 ] {db16ea4a-981f-4baa-a707-69be55a20437} TCPHandler: Processed in 0.004043666 sec. 2026.05.04 23:26:22.972152 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:22.972361 [ 259 ] {59721bc6-9914-4738-ad89-f99361021e7e} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:22.972485 [ 259 ] {59721bc6-9914-4738-ad89-f99361021e7e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.05.04 23:26:22.974225 [ 259 ] {59721bc6-9914-4738-ad89-f99361021e7e} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Loading data parts 2026.05.04 23:26:22.974387 [ 259 ] {59721bc6-9914-4738-ad89-f99361021e7e} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): There are no data parts 2026.05.04 23:26:22.975614 [ 259 ] {59721bc6-9914-4738-ad89-f99361021e7e} TCPHandler: Processed in 0.00351317 sec. 2026.05.04 23:26:22.975751 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:22.975996 [ 259 ] {d4d700eb-0df2-403b-97b5-938f049f74c9} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:22.976109 [ 259 ] {d4d700eb-0df2-403b-97b5-938f049f74c9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.05.04 23:26:22.977878 [ 259 ] {d4d700eb-0df2-403b-97b5-938f049f74c9} oximeter.measurements_histogramf32 (4c2c09a4-b923-4fe7-abed-01a758543c33): Loading data parts 2026.05.04 23:26:22.977997 [ 259 ] {d4d700eb-0df2-403b-97b5-938f049f74c9} oximeter.measurements_histogramf32 (4c2c09a4-b923-4fe7-abed-01a758543c33): There are no data parts 2026.05.04 23:26:22.979180 [ 259 ] {d4d700eb-0df2-403b-97b5-938f049f74c9} TCPHandler: Processed in 0.003478889 sec. 2026.05.04 23:26:22.979378 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:22.979586 [ 259 ] {c67f865c-634d-4b62-bd67-59194836c81c} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:22.979700 [ 259 ] {c67f865c-634d-4b62-bd67-59194836c81c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.05.04 23:26:22.981475 [ 259 ] {c67f865c-634d-4b62-bd67-59194836c81c} oximeter.measurements_histogramf64 (0741bca0-96ee-4e57-a6ca-4392292a5575): Loading data parts 2026.05.04 23:26:22.981626 [ 259 ] {c67f865c-634d-4b62-bd67-59194836c81c} oximeter.measurements_histogramf64 (0741bca0-96ee-4e57-a6ca-4392292a5575): There are no data parts 2026.05.04 23:26:22.982771 [ 259 ] {c67f865c-634d-4b62-bd67-59194836c81c} TCPHandler: Processed in 0.003442748 sec. 2026.05.04 23:26:22.982913 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:22.983129 [ 259 ] {1e18d44e-e738-49e3-a925-f6c5d5e70cc6} executeQuery: (from [fd00:1122:3344:101::d]:48158) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. * * TTL: We use a materialized column to expire old field table records. This * column is generated automatically by the database whenever a new row is * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` * query. Since these tables are `ReplacingMergeTree`s, that means the last * record will remain during a deduplication, which will have the last * timestamp. ClickHouse will then expire old data for us, similar to the * measurement tables. */ CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:22.983239 [ 259 ] {1e18d44e-e738-49e3-a925-f6c5d5e70cc6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.05.04 23:26:22.984965 [ 259 ] {1e18d44e-e738-49e3-a925-f6c5d5e70cc6} oximeter.fields_bool (78417945-a94a-45c1-a585-59cae06871e3): Loading data parts 2026.05.04 23:26:22.985121 [ 259 ] {1e18d44e-e738-49e3-a925-f6c5d5e70cc6} oximeter.fields_bool (78417945-a94a-45c1-a585-59cae06871e3): There are no data parts 2026.05.04 23:26:22.986295 [ 259 ] {1e18d44e-e738-49e3-a925-f6c5d5e70cc6} TCPHandler: Processed in 0.003433578 sec. 2026.05.04 23:26:22.986435 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:22.986654 [ 259 ] {ae993a6f-5456-44f8-81b8-0ec6bbff81e6} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:22.986758 [ 259 ] {ae993a6f-5456-44f8-81b8-0ec6bbff81e6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.05.04 23:26:22.988363 [ 259 ] {ae993a6f-5456-44f8-81b8-0ec6bbff81e6} oximeter.fields_i8 (12b5f6bf-dc19-48ac-b0dd-ff2efe5aba1f): Loading data parts 2026.05.04 23:26:22.988486 [ 259 ] {ae993a6f-5456-44f8-81b8-0ec6bbff81e6} oximeter.fields_i8 (12b5f6bf-dc19-48ac-b0dd-ff2efe5aba1f): There are no data parts 2026.05.04 23:26:22.989698 [ 259 ] {ae993a6f-5456-44f8-81b8-0ec6bbff81e6} TCPHandler: Processed in 0.003313935 sec. 2026.05.04 23:26:22.989834 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:22.989986 [ 259 ] {32628eaa-a930-4b25-843c-94a69aa9111b} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:22.990093 [ 259 ] {32628eaa-a930-4b25-843c-94a69aa9111b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.05.04 23:26:22.991756 [ 259 ] {32628eaa-a930-4b25-843c-94a69aa9111b} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Loading data parts 2026.05.04 23:26:22.991875 [ 259 ] {32628eaa-a930-4b25-843c-94a69aa9111b} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): There are no data parts 2026.05.04 23:26:22.992983 [ 259 ] {32628eaa-a930-4b25-843c-94a69aa9111b} TCPHandler: Processed in 0.003198111 sec. 2026.05.04 23:26:22.993119 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:22.993336 [ 259 ] {09dc586b-aa46-48a6-994e-e680e726064d} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:22.993442 [ 259 ] {09dc586b-aa46-48a6-994e-e680e726064d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.05.04 23:26:22.995128 [ 259 ] {09dc586b-aa46-48a6-994e-e680e726064d} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Loading data parts 2026.05.04 23:26:22.995239 [ 259 ] {09dc586b-aa46-48a6-994e-e680e726064d} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): There are no data parts 2026.05.04 23:26:22.996508 [ 259 ] {09dc586b-aa46-48a6-994e-e680e726064d} TCPHandler: Processed in 0.003439349 sec. 2026.05.04 23:26:22.996645 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:22.996794 [ 259 ] {42685662-ac49-4871-9249-9b276cda517d} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:22.996900 [ 259 ] {42685662-ac49-4871-9249-9b276cda517d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.05.04 23:26:22.998671 [ 259 ] {42685662-ac49-4871-9249-9b276cda517d} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Loading data parts 2026.05.04 23:26:22.998778 [ 259 ] {42685662-ac49-4871-9249-9b276cda517d} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): There are no data parts 2026.05.04 23:26:22.999883 [ 259 ] {42685662-ac49-4871-9249-9b276cda517d} TCPHandler: Processed in 0.003287444 sec. 2026.05.04 23:26:23.000055 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:23.000243 [ 259 ] {bc90e6fd-d916-4b1f-8352-b76331ac64de} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:23.000351 [ 259 ] {bc90e6fd-d916-4b1f-8352-b76331ac64de} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.05.04 23:26:23.000900 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 125.73 MiB, peak 125.73 MiB, free memory in arenas 0.00 B, will set to 135.22 MiB (RSS), difference: 9.49 MiB 2026.05.04 23:26:23.002045 [ 259 ] {bc90e6fd-d916-4b1f-8352-b76331ac64de} oximeter.fields_i32 (85631505-8943-4743-9abc-4e9c4075f54a): Loading data parts 2026.05.04 23:26:23.002158 [ 259 ] {bc90e6fd-d916-4b1f-8352-b76331ac64de} oximeter.fields_i32 (85631505-8943-4743-9abc-4e9c4075f54a): There are no data parts 2026.05.04 23:26:23.003237 [ 259 ] {bc90e6fd-d916-4b1f-8352-b76331ac64de} TCPHandler: Processed in 0.003231973 sec. 2026.05.04 23:26:23.003377 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:23.003612 [ 259 ] {deea2b80-c712-4b87-ad1b-31ec2f633050} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:23.003718 [ 259 ] {deea2b80-c712-4b87-ad1b-31ec2f633050} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.05.04 23:26:23.005356 [ 259 ] {deea2b80-c712-4b87-ad1b-31ec2f633050} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Loading data parts 2026.05.04 23:26:23.005459 [ 259 ] {deea2b80-c712-4b87-ad1b-31ec2f633050} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): There are no data parts 2026.05.04 23:26:23.006656 [ 259 ] {deea2b80-c712-4b87-ad1b-31ec2f633050} TCPHandler: Processed in 0.003332145 sec. 2026.05.04 23:26:23.006788 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:23.006962 [ 259 ] {93f50ec3-85ab-4ac9-90cb-e38f345bd3ea} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:23.007088 [ 259 ] {93f50ec3-85ab-4ac9-90cb-e38f345bd3ea} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.05.04 23:26:23.008763 [ 259 ] {93f50ec3-85ab-4ac9-90cb-e38f345bd3ea} oximeter.fields_i64 (86b48e9b-b545-460e-a441-79dd43fe31fa): Loading data parts 2026.05.04 23:26:23.008912 [ 259 ] {93f50ec3-85ab-4ac9-90cb-e38f345bd3ea} oximeter.fields_i64 (86b48e9b-b545-460e-a441-79dd43fe31fa): There are no data parts 2026.05.04 23:26:23.010062 [ 259 ] {93f50ec3-85ab-4ac9-90cb-e38f345bd3ea} TCPHandler: Processed in 0.003320195 sec. 2026.05.04 23:26:23.010238 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:23.010446 [ 259 ] {72e2cc2e-c658-40e2-b606-d3a21a0bb5a6} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:23.010564 [ 259 ] {72e2cc2e-c658-40e2-b606-d3a21a0bb5a6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.05.04 23:26:23.012276 [ 259 ] {72e2cc2e-c658-40e2-b606-d3a21a0bb5a6} oximeter.fields_u64 (a721a268-d0af-4ac8-8f6c-f140022f8254): Loading data parts 2026.05.04 23:26:23.012450 [ 259 ] {72e2cc2e-c658-40e2-b606-d3a21a0bb5a6} oximeter.fields_u64 (a721a268-d0af-4ac8-8f6c-f140022f8254): There are no data parts 2026.05.04 23:26:23.013721 [ 259 ] {72e2cc2e-c658-40e2-b606-d3a21a0bb5a6} TCPHandler: Processed in 0.003533151 sec. 2026.05.04 23:26:23.013858 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:23.014014 [ 259 ] {5b2fea74-1813-47be-b6db-a579e56063b3} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:23.014140 [ 259 ] {5b2fea74-1813-47be-b6db-a579e56063b3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.05.04 23:26:23.015848 [ 259 ] {5b2fea74-1813-47be-b6db-a579e56063b3} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7): Loading data parts 2026.05.04 23:26:23.015984 [ 259 ] {5b2fea74-1813-47be-b6db-a579e56063b3} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7): There are no data parts 2026.05.04 23:26:23.017123 [ 259 ] {5b2fea74-1813-47be-b6db-a579e56063b3} TCPHandler: Processed in 0.003313244 sec. 2026.05.04 23:26:23.017319 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:23.017472 [ 259 ] {1bac685f-ca1c-40c1-8ddd-ff4f52ca2296} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:23.017579 [ 259 ] {1bac685f-ca1c-40c1-8ddd-ff4f52ca2296} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.05.04 23:26:23.019170 [ 259 ] {1bac685f-ca1c-40c1-8ddd-ff4f52ca2296} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Loading data parts 2026.05.04 23:26:23.019425 [ 259 ] {1bac685f-ca1c-40c1-8ddd-ff4f52ca2296} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): There are no data parts 2026.05.04 23:26:23.020603 [ 259 ] {1bac685f-ca1c-40c1-8ddd-ff4f52ca2296} TCPHandler: Processed in 0.003334085 sec. 2026.05.04 23:26:23.020734 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:23.020950 [ 259 ] {f8a74ebe-0993-4c4b-8ea2-ed6e9fd0d069} executeQuery: (from [fd00:1122:3344:101::d]:48158) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:26:23.020991 [ 259 ] {f8a74ebe-0993-4c4b-8ea2-ed6e9fd0d069} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.05.04 23:26:23.022671 [ 259 ] {f8a74ebe-0993-4c4b-8ea2-ed6e9fd0d069} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Loading data parts 2026.05.04 23:26:23.022819 [ 259 ] {f8a74ebe-0993-4c4b-8ea2-ed6e9fd0d069} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): There are no data parts 2026.05.04 23:26:23.024055 [ 259 ] {f8a74ebe-0993-4c4b-8ea2-ed6e9fd0d069} TCPHandler: Processed in 0.003368606 sec. 2026.05.04 23:26:23.024269 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:23.024517 [ 259 ] {f63a1249-3e82-4908-a053-e8c31e335867} executeQuery: (from [fd00:1122:3344:101::d]:48158) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) 2026.05.04 23:26:23.024644 [ 259 ] {f63a1249-3e82-4908-a053-e8c31e335867} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.05.04 23:26:23.026372 [ 259 ] {f63a1249-3e82-4908-a053-e8c31e335867} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693): Loading data parts 2026.05.04 23:26:23.026538 [ 259 ] {f63a1249-3e82-4908-a053-e8c31e335867} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693): There are no data parts 2026.05.04 23:26:23.027879 [ 259 ] {f63a1249-3e82-4908-a053-e8c31e335867} TCPHandler: Processed in 0.003658334 sec. 2026.05.04 23:26:23.030463 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:23.030926 [ 261 ] {a6732576-80cd-4b11-8bc6-ed84676489a2} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.05.04 23:26:23.032236 [ 261 ] {a6732576-80cd-4b11-8bc6-ed84676489a2} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.05.04 23:26:23.052329 [ 284 ] {a6732576-80cd-4b11-8bc6-ed84676489a2} oximeter.version (413ab30b-3bc7-4778-b9e2-3f982d4562fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:23.052372 [ 284 ] {a6732576-80cd-4b11-8bc6-ed84676489a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.04 23:26:23.056769 [ 284 ] {a6732576-80cd-4b11-8bc6-ed84676489a2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 23:26:23.057364 [ 284 ] {a6732576-80cd-4b11-8bc6-ed84676489a2} oximeter.version (413ab30b-3bc7-4778-b9e2-3f982d4562fb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:23.057621 [ 261 ] {a6732576-80cd-4b11-8bc6-ed84676489a2} executeQuery: Read 1 rows, 16.00 B in 0.026907 sec., 37.16504998699223 rows/sec., 594.64 B/sec. 2026.05.04 23:26:23.057934 [ 261 ] {a6732576-80cd-4b11-8bc6-ed84676489a2} TCPHandler: Processed in 0.027579317 sec. 2026.05.04 23:26:24.001021 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 135.89 MiB, peak 135.89 MiB, free memory in arenas 0.00 B, will set to 139.75 MiB (RSS), difference: 3.85 MiB 2026.05.04 23:26:29.245229 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.05.04 23:26:29.245271 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2026.05.04 23:26:29.245330 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.05.04 23:26:29.245472 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.05.04 23:26:29.248524 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Loading data parts 2026.05.04 23:26:29.248758 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): There are no data parts 2026.05.04 23:26:29.253616 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:29.253655 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.04 23:26:29.259650 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 23:26:29.260231 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:29.260370 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2026.05.04 23:26:29.260962 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Loading data parts 2026.05.04 23:26:29.261344 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): There are no data parts 2026.05.04 23:26:29.284989 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:29.285027 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.04 23:26:29.291188 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 23:26:29.292374 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:29.295332 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.05.04 23:26:30.000576 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.87 MiB, peak 148.87 MiB, free memory in arenas 0.00 B, will set to 153.91 MiB (RSS), difference: 9.03 MiB 2026.05.04 23:26:31.744465 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.05.04 23:26:31.744576 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.05.04 23:26:31.749618 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Loading data parts 2026.05.04 23:26:31.749821 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): There are no data parts 2026.05.04 23:26:31.755408 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:31.755449 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.05.04 23:26:31.757183 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 23:26:31.757693 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:31.757983 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.05.04 23:26:32.000242 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.10 MiB, peak 158.10 MiB, free memory in arenas 0.00 B, will set to 154.89 MiB (RSS), difference: -3.21 MiB 2026.05.04 23:26:36.713774 [ 130 ] {} DNSResolver: Updating DNS cache 2026.05.04 23:26:36.714451 [ 130 ] {} DNSResolver: Updated DNS cache 2026.05.04 23:26:36.761439 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2026.05.04 23:26:36.762330 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:36.762375 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.04 23:26:36.763335 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.04 23:26:36.763759 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:36.763919 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2026.05.04 23:26:36.796303 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.05.04 23:26:36.814940 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:36.814990 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.04 23:26:36.821380 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.04 23:26:36.822455 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:36.825399 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.05.04 23:26:37.000149 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.65 MiB, peak 159.65 MiB, free memory in arenas 0.00 B, will set to 157.80 MiB (RSS), difference: 2.15 MiB 2026.05.04 23:26:42.001042 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 153.83 MiB, peak 159.65 MiB, free memory in arenas 0.00 B, will set to 157.85 MiB (RSS), difference: 4.02 MiB 2026.05.04 23:26:43.098388 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:43.098706 [ 259 ] {27284b3d-b610-4bfe-afca-e0bbc501b423} executeQuery: (from [fd00:1122:3344:101::d]:48158) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:26:43.101743 [ 259 ] {27284b3d-b610-4bfe-afca-e0bbc501b423} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:26:43.101960 [ 259 ] {27284b3d-b610-4bfe-afca-e0bbc501b423} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:26:43.102681 [ 259 ] {27284b3d-b610-4bfe-afca-e0bbc501b423} TCPHandler: Processed in 0.004426266 sec. 2026.05.04 23:26:43.108669 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:43.108804 [ 259 ] {cd8c0e23-beb8-4607-9aa3-9d97051f187f} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.04 23:26:43.108859 [ 259 ] {cd8c0e23-beb8-4607-9aa3-9d97051f187f} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:26:43.109576 [ 259 ] {cd8c0e23-beb8-4607-9aa3-9d97051f187f} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:43.109621 [ 259 ] {cd8c0e23-beb8-4607-9aa3-9d97051f187f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.04 23:26:43.110316 [ 259 ] {cd8c0e23-beb8-4607-9aa3-9d97051f187f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 23:26:43.110723 [ 259 ] {cd8c0e23-beb8-4607-9aa3-9d97051f187f} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:43.110872 [ 259 ] {cd8c0e23-beb8-4607-9aa3-9d97051f187f} executeQuery: Read 20 rows, 2.89 KiB in 0.002107 sec., 9492.1689606075 rows/sec., 1.34 MiB/sec. 2026.05.04 23:26:43.110910 [ 259 ] {cd8c0e23-beb8-4607-9aa3-9d97051f187f} TCPHandler: Processed in 0.002305416 sec. 2026.05.04 23:26:43.111036 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:43.111135 [ 259 ] {26ac0b2a-3a43-4177-b0ab-78a0e00caaed} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.04 23:26:43.111178 [ 259 ] {26ac0b2a-3a43-4177-b0ab-78a0e00caaed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.04 23:26:43.111686 [ 259 ] {26ac0b2a-3a43-4177-b0ab-78a0e00caaed} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:43.111719 [ 259 ] {26ac0b2a-3a43-4177-b0ab-78a0e00caaed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.04 23:26:43.112143 [ 259 ] {26ac0b2a-3a43-4177-b0ab-78a0e00caaed} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 23:26:43.112555 [ 259 ] {26ac0b2a-3a43-4177-b0ab-78a0e00caaed} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:43.112685 [ 259 ] {26ac0b2a-3a43-4177-b0ab-78a0e00caaed} executeQuery: Read 8 rows, 668.00 B in 0.001573 sec., 5085.82326764145 rows/sec., 414.71 KiB/sec. 2026.05.04 23:26:43.112720 [ 259 ] {26ac0b2a-3a43-4177-b0ab-78a0e00caaed} TCPHandler: Processed in 0.00173552 sec. 2026.05.04 23:26:43.112835 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:43.112930 [ 259 ] {83828c5b-e4d5-4b98-aa57-40b3948c0203} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:26:43.112970 [ 259 ] {83828c5b-e4d5-4b98-aa57-40b3948c0203} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:26:43.113458 [ 259 ] {83828c5b-e4d5-4b98-aa57-40b3948c0203} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:43.113490 [ 259 ] {83828c5b-e4d5-4b98-aa57-40b3948c0203} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.04 23:26:43.113923 [ 259 ] {83828c5b-e4d5-4b98-aa57-40b3948c0203} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 23:26:43.114336 [ 259 ] {83828c5b-e4d5-4b98-aa57-40b3948c0203} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:43.114460 [ 259 ] {83828c5b-e4d5-4b98-aa57-40b3948c0203} executeQuery: Read 82 rows, 6.91 KiB in 0.001549 sec., 52937.37895416398 rows/sec., 4.35 MiB/sec. 2026.05.04 23:26:43.114496 [ 259 ] {83828c5b-e4d5-4b98-aa57-40b3948c0203} TCPHandler: Processed in 0.001711279 sec. 2026.05.04 23:26:43.114611 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:43.114707 [ 259 ] {aa65027d-2107-498c-9ea1-91ebafc1fd64} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:26:43.114747 [ 259 ] {aa65027d-2107-498c-9ea1-91ebafc1fd64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:26:43.115135 [ 259 ] {aa65027d-2107-498c-9ea1-91ebafc1fd64} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:43.115170 [ 259 ] {aa65027d-2107-498c-9ea1-91ebafc1fd64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.04 23:26:43.115603 [ 259 ] {aa65027d-2107-498c-9ea1-91ebafc1fd64} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 23:26:43.116028 [ 259 ] {aa65027d-2107-498c-9ea1-91ebafc1fd64} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:43.116156 [ 259 ] {aa65027d-2107-498c-9ea1-91ebafc1fd64} executeQuery: Read 19 rows, 1.39 KiB in 0.001468 sec., 12942.779291553134 rows/sec., 943.97 KiB/sec. 2026.05.04 23:26:43.116190 [ 259 ] {aa65027d-2107-498c-9ea1-91ebafc1fd64} TCPHandler: Processed in 0.001629177 sec. 2026.05.04 23:26:43.116302 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:43.116395 [ 259 ] {16050fc8-bd93-4e84-9255-61f3cc909e3d} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:26:43.116435 [ 259 ] {16050fc8-bd93-4e84-9255-61f3cc909e3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:26:43.116843 [ 259 ] {16050fc8-bd93-4e84-9255-61f3cc909e3d} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:43.116878 [ 259 ] {16050fc8-bd93-4e84-9255-61f3cc909e3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.04 23:26:43.117282 [ 259 ] {16050fc8-bd93-4e84-9255-61f3cc909e3d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 23:26:43.117696 [ 259 ] {16050fc8-bd93-4e84-9255-61f3cc909e3d} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:43.117822 [ 259 ] {16050fc8-bd93-4e84-9255-61f3cc909e3d} executeQuery: Read 83 rows, 6.65 KiB in 0.001444 sec., 57479.224376731305 rows/sec., 4.50 MiB/sec. 2026.05.04 23:26:43.117858 [ 259 ] {16050fc8-bd93-4e84-9255-61f3cc909e3d} TCPHandler: Processed in 0.001607146 sec. 2026.05.04 23:26:43.117972 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:43.118066 [ 259 ] {f764f30b-25a9-4b84-8190-1d5624b81c17} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:26:43.118110 [ 259 ] {f764f30b-25a9-4b84-8190-1d5624b81c17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:26:43.118575 [ 259 ] {f764f30b-25a9-4b84-8190-1d5624b81c17} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:43.118608 [ 259 ] {f764f30b-25a9-4b84-8190-1d5624b81c17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.04 23:26:43.119092 [ 259 ] {f764f30b-25a9-4b84-8190-1d5624b81c17} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 23:26:43.119505 [ 259 ] {f764f30b-25a9-4b84-8190-1d5624b81c17} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:43.119632 [ 259 ] {f764f30b-25a9-4b84-8190-1d5624b81c17} executeQuery: Read 164 rows, 11.69 KiB in 0.001584 sec., 103535.35353535354 rows/sec., 7.21 MiB/sec. 2026.05.04 23:26:43.119668 [ 259 ] {f764f30b-25a9-4b84-8190-1d5624b81c17} TCPHandler: Processed in 0.00174583 sec. 2026.05.04 23:26:43.119779 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:43.119883 [ 259 ] {1bb73ec4-6139-413f-8c27-b02bf1ac827c} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:26:43.119948 [ 259 ] {1bb73ec4-6139-413f-8c27-b02bf1ac827c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:26:43.120885 [ 259 ] {1bb73ec4-6139-413f-8c27-b02bf1ac827c} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:43.120930 [ 259 ] {1bb73ec4-6139-413f-8c27-b02bf1ac827c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.04 23:26:43.122166 [ 259 ] {1bb73ec4-6139-413f-8c27-b02bf1ac827c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 23:26:43.122580 [ 259 ] {1bb73ec4-6139-413f-8c27-b02bf1ac827c} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:43.122714 [ 259 ] {1bb73ec4-6139-413f-8c27-b02bf1ac827c} executeQuery: Read 11 rows, 20.18 KiB in 0.002853 sec., 3855.59060637925 rows/sec., 6.91 MiB/sec. 2026.05.04 23:26:43.122770 [ 259 ] {1bb73ec4-6139-413f-8c27-b02bf1ac827c} TCPHandler: Processed in 0.003041437 sec. 2026.05.04 23:26:43.122908 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:43.123002 [ 259 ] {b466a48c-7ea7-41bc-bb0b-208e540dce18} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:26:43.123045 [ 259 ] {b466a48c-7ea7-41bc-bb0b-208e540dce18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:26:43.123397 [ 259 ] {b466a48c-7ea7-41bc-bb0b-208e540dce18} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:43.123432 [ 259 ] {b466a48c-7ea7-41bc-bb0b-208e540dce18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.04 23:26:43.123820 [ 259 ] {b466a48c-7ea7-41bc-bb0b-208e540dce18} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 23:26:43.124220 [ 259 ] {b466a48c-7ea7-41bc-bb0b-208e540dce18} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:43.124344 [ 259 ] {b466a48c-7ea7-41bc-bb0b-208e540dce18} executeQuery: Read 60 rows, 4.14 KiB in 0.001361 sec., 44085.2314474651 rows/sec., 2.97 MiB/sec. 2026.05.04 23:26:43.124379 [ 259 ] {b466a48c-7ea7-41bc-bb0b-208e540dce18} TCPHandler: Processed in 0.001522483 sec. 2026.05.04 23:26:44.264193 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 2026.05.04 23:26:44.264780 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:44.264830 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.04 23:26:44.265572 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.04 23:26:44.266009 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:44.266143 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 2026.05.04 23:26:44.325581 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.05.04 23:26:44.342027 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:44.342087 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.04 23:26:44.348448 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.04 23:26:44.349567 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:44.352558 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.05.04 23:26:47.173975 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44491 2026.05.04 23:26:47.174120 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:47.174153 [ 286 ] {} TCP-Session: 39682029-fb8c-4ba1-98b1-6f3767051fe3 Authenticating user 'default' from [fd00:1122:3344:101::e]:44491 2026.05.04 23:26:47.174186 [ 286 ] {} TCP-Session: 39682029-fb8c-4ba1-98b1-6f3767051fe3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.174202 [ 286 ] {} TCP-Session: 39682029-fb8c-4ba1-98b1-6f3767051fe3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.174287 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.04 23:26:47.174348 [ 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 2026.05.04 23:26:47.174368 [ 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 2026.05.04 23:26:47.175140 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56694 2026.05.04 23:26:47.175269 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56175 2026.05.04 23:26:47.175338 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:47.175400 [ 287 ] {} TCP-Session: 931547bb-669e-4353-a7af-95ebab86aa83 Authenticating user 'default' from [fd00:1122:3344:101::e]:56694 2026.05.04 23:26:47.175402 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36698 2026.05.04 23:26:47.175424 [ 287 ] {} TCP-Session: 931547bb-669e-4353-a7af-95ebab86aa83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.175464 [ 287 ] {} TCP-Session: 931547bb-669e-4353-a7af-95ebab86aa83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.175524 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:47.175525 [ 286 ] {} TCP-Session: 39682029-fb8c-4ba1-98b1-6f3767051fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:47.175548 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63098 2026.05.04 23:26:47.175569 [ 288 ] {} TCP-Session: 5409c2ce-226f-4b84-a329-dfdc8ad20724 Authenticating user 'default' from [fd00:1122:3344:101::e]:56175 2026.05.04 23:26:47.175622 [ 288 ] {} TCP-Session: 5409c2ce-226f-4b84-a329-dfdc8ad20724 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.175639 [ 288 ] {} TCP-Session: 5409c2ce-226f-4b84-a329-dfdc8ad20724 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.175642 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:47.175694 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41483 2026.05.04 23:26:47.175748 [ 286 ] {4e191ef7-bdf9-4810-ad06-9d1bbb800bd2} executeQuery: (from [fd00:1122:3344:101::e]:44491) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.04 23:26:47.175766 [ 289 ] {} TCP-Session: 78e17c46-8a8d-4b3b-a5fe-91dd1818d98c Authenticating user 'default' from [fd00:1122:3344:101::e]:36698 2026.05.04 23:26:47.175800 [ 289 ] {} TCP-Session: 78e17c46-8a8d-4b3b-a5fe-91dd1818d98c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.175813 [ 289 ] {} TCP-Session: 78e17c46-8a8d-4b3b-a5fe-91dd1818d98c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.175843 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:47.175943 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:47.175946 [ 290 ] {} TCP-Session: 9b143567-9097-4561-9454-aff615f27562 Authenticating user 'default' from [fd00:1122:3344:101::e]:63098 2026.05.04 23:26:47.175963 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58934 2026.05.04 23:26:47.175981 [ 291 ] {} TCP-Session: 273553cc-c7be-4c8a-ad24-6d2ea4338277 Authenticating user 'default' from [fd00:1122:3344:101::e]:41483 2026.05.04 23:26:47.175993 [ 290 ] {} TCP-Session: 9b143567-9097-4561-9454-aff615f27562 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.176020 [ 291 ] {} TCP-Session: 273553cc-c7be-4c8a-ad24-6d2ea4338277 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.176030 [ 290 ] {} TCP-Session: 9b143567-9097-4561-9454-aff615f27562 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.176046 [ 291 ] {} TCP-Session: 273553cc-c7be-4c8a-ad24-6d2ea4338277 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.176064 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37876 2026.05.04 23:26:47.176119 [ 286 ] {4e191ef7-bdf9-4810-ad06-9d1bbb800bd2} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.04 23:26:47.176141 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:47.176175 [ 292 ] {} TCP-Session: fe086817-262f-4c1f-8576-18aae37ad68e Authenticating user 'default' from [fd00:1122:3344:101::e]:58934 2026.05.04 23:26:47.176192 [ 292 ] {} TCP-Session: fe086817-262f-4c1f-8576-18aae37ad68e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.176206 [ 292 ] {} TCP-Session: fe086817-262f-4c1f-8576-18aae37ad68e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.176262 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62344 2026.05.04 23:26:47.176289 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:47.176335 [ 293 ] {} TCP-Session: 0e9bab8f-e0a3-4566-8693-653a275387a3 Authenticating user 'default' from [fd00:1122:3344:101::e]:37876 2026.05.04 23:26:47.176353 [ 293 ] {} TCP-Session: 0e9bab8f-e0a3-4566-8693-653a275387a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.176369 [ 293 ] {} TCP-Session: 0e9bab8f-e0a3-4566-8693-653a275387a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.176406 [ 286 ] {4e191ef7-bdf9-4810-ad06-9d1bbb800bd2} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:26:47.176422 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:47.176461 [ 294 ] {} TCP-Session: 72ed2997-0073-47b1-96f8-e38e336cbd53 Authenticating user 'default' from [fd00:1122:3344:101::e]:62344 2026.05.04 23:26:47.176481 [ 294 ] {} TCP-Session: 72ed2997-0073-47b1-96f8-e38e336cbd53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.176496 [ 294 ] {} TCP-Session: 72ed2997-0073-47b1-96f8-e38e336cbd53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.177013 [ 286 ] {4e191ef7-bdf9-4810-ad06-9d1bbb800bd2} oximeter.version (413ab30b-3bc7-4778-b9e2-3f982d4562fb) (SelectExecutor): Key condition: unknown 2026.05.04 23:26:47.182148 [ 298 ] {4e191ef7-bdf9-4810-ad06-9d1bbb800bd2} AggregatingTransform: Aggregating 2026.05.04 23:26:47.182241 [ 298 ] {4e191ef7-bdf9-4810-ad06-9d1bbb800bd2} Aggregator: Aggregation method: without_key 2026.05.04 23:26:47.183016 [ 298 ] {4e191ef7-bdf9-4810-ad06-9d1bbb800bd2} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00387959 sec. (257.759 rows/sec., 10.07 KiB/sec.) 2026.05.04 23:26:47.183049 [ 298 ] {4e191ef7-bdf9-4810-ad06-9d1bbb800bd2} Aggregator: Merging aggregated data 2026.05.04 23:26:47.183082 [ 298 ] {4e191ef7-bdf9-4810-ad06-9d1bbb800bd2} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.05.04 23:26:47.184248 [ 286 ] {4e191ef7-bdf9-4810-ad06-9d1bbb800bd2} executeQuery: Read 1 rows, 40.00 B in 0.008562 sec., 116.795141322121 rows/sec., 4.56 KiB/sec. 2026.05.04 23:26:47.184405 [ 286 ] {4e191ef7-bdf9-4810-ad06-9d1bbb800bd2} TCPHandler: Processed in 0.009062368 sec. 2026.05.04 23:26:47.187571 [ 286 ] {} TCPHandler: Done processing connection. 2026.05.04 23:26:47.187606 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.04 23:26:47.187631 [ 286 ] {} TCP-Session: 39682029-fb8c-4ba1-98b1-6f3767051fe3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.187627 [ 288 ] {} TCPHandler: Done processing connection. 2026.05.04 23:26:47.187660 [ 287 ] {} TCP-Session: 931547bb-669e-4353-a7af-95ebab86aa83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.187674 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.04 23:26:47.187706 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.04 23:26:47.187716 [ 288 ] {} TCP-Session: 5409c2ce-226f-4b84-a329-dfdc8ad20724 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.187755 [ 289 ] {} TCP-Session: 78e17c46-8a8d-4b3b-a5fe-91dd1818d98c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.187759 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.04 23:26:47.187772 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.04 23:26:47.187825 [ 293 ] {} TCP-Session: 0e9bab8f-e0a3-4566-8693-653a275387a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.187852 [ 290 ] {} TCP-Session: 9b143567-9097-4561-9454-aff615f27562 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.187767 [ 294 ] {} TCP-Session: 72ed2997-0073-47b1-96f8-e38e336cbd53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.187686 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.04 23:26:47.187646 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.04 23:26:47.187936 [ 292 ] {} TCP-Session: fe086817-262f-4c1f-8576-18aae37ad68e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.187967 [ 291 ] {} TCP-Session: 273553cc-c7be-4c8a-ad24-6d2ea4338277 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.417305 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51636 2026.05.04 23:26:47.417413 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:47.417439 [ 286 ] {} TCP-Session: 9daca78d-a85d-4cce-9fbf-9d59c6a74b07 Authenticating user 'default' from [fd00:1122:3344:101::e]:51636 2026.05.04 23:26:47.417461 [ 286 ] {} TCP-Session: 9daca78d-a85d-4cce-9fbf-9d59c6a74b07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.417474 [ 286 ] {} TCP-Session: 9daca78d-a85d-4cce-9fbf-9d59c6a74b07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.417708 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32830 2026.05.04 23:26:47.417727 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46420 2026.05.04 23:26:47.417749 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50655 2026.05.04 23:26:47.417786 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60895 2026.05.04 23:26:47.417806 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44631 2026.05.04 23:26:47.417826 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:47.417849 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:47.417855 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:47.417872 [ 287 ] {} TCP-Session: 8e4d0b12-41a5-428f-baf3-a5f3ad8f2c8f Authenticating user 'default' from [fd00:1122:3344:101::e]:32830 2026.05.04 23:26:47.417888 [ 288 ] {} TCP-Session: 8c5e8c33-6c09-40ff-ae28-e19b093beba6 Authenticating user 'default' from [fd00:1122:3344:101::e]:46420 2026.05.04 23:26:47.417900 [ 290 ] {} TCP-Session: 13ab119e-829a-4c72-a19e-f01be7554602 Authenticating user 'default' from [fd00:1122:3344:101::e]:50655 2026.05.04 23:26:47.417918 [ 287 ] {} TCP-Session: 8e4d0b12-41a5-428f-baf3-a5f3ad8f2c8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.417933 [ 288 ] {} TCP-Session: 8c5e8c33-6c09-40ff-ae28-e19b093beba6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.417949 [ 287 ] {} TCP-Session: 8e4d0b12-41a5-428f-baf3-a5f3ad8f2c8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.417963 [ 288 ] {} TCP-Session: 8c5e8c33-6c09-40ff-ae28-e19b093beba6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.417942 [ 290 ] {} TCP-Session: 13ab119e-829a-4c72-a19e-f01be7554602 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.417885 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:47.418016 [ 290 ] {} TCP-Session: 13ab119e-829a-4c72-a19e-f01be7554602 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.417869 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:47.418034 [ 294 ] {} TCP-Session: 896bb5d6-4854-48ac-8b58-40af0a788e68 Authenticating user 'default' from [fd00:1122:3344:101::e]:44631 2026.05.04 23:26:47.418066 [ 292 ] {} TCP-Session: 8795ba00-862f-42ba-8d5e-6e8cb6ea184e Authenticating user 'default' from [fd00:1122:3344:101::e]:60895 2026.05.04 23:26:47.418074 [ 294 ] {} TCP-Session: 896bb5d6-4854-48ac-8b58-40af0a788e68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.417786 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39946 2026.05.04 23:26:47.418100 [ 294 ] {} TCP-Session: 896bb5d6-4854-48ac-8b58-40af0a788e68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.418091 [ 292 ] {} TCP-Session: 8795ba00-862f-42ba-8d5e-6e8cb6ea184e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.417755 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47563 2026.05.04 23:26:47.418167 [ 292 ] {} TCP-Session: 8795ba00-862f-42ba-8d5e-6e8cb6ea184e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.418194 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:47.417743 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56444 2026.05.04 23:26:47.418238 [ 293 ] {} TCP-Session: b995aceb-08ec-468c-847d-55b6ff16197b Authenticating user 'default' from [fd00:1122:3344:101::e]:39946 2026.05.04 23:26:47.418249 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:47.418274 [ 293 ] {} TCP-Session: b995aceb-08ec-468c-847d-55b6ff16197b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.418290 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:47.418303 [ 291 ] {} TCP-Session: 04dafe3b-0532-41e2-88e0-63e0e1751f0d Authenticating user 'default' from [fd00:1122:3344:101::e]:47563 2026.05.04 23:26:47.418320 [ 289 ] {} TCP-Session: eab098b3-8234-4124-afee-fae6d14dae50 Authenticating user 'default' from [fd00:1122:3344:101::e]:56444 2026.05.04 23:26:47.418308 [ 293 ] {} TCP-Session: b995aceb-08ec-468c-847d-55b6ff16197b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.418357 [ 289 ] {} TCP-Session: eab098b3-8234-4124-afee-fae6d14dae50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.418346 [ 291 ] {} TCP-Session: 04dafe3b-0532-41e2-88e0-63e0e1751f0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.418383 [ 289 ] {} TCP-Session: eab098b3-8234-4124-afee-fae6d14dae50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.418406 [ 291 ] {} TCP-Session: 04dafe3b-0532-41e2-88e0-63e0e1751f0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.417818 [ 286 ] {} TCP-Session: 9daca78d-a85d-4cce-9fbf-9d59c6a74b07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:47.418604 [ 286 ] {8d4c3067-179a-4ea3-bd67-ba24385dd721} executeQuery: (from [fd00:1122:3344:101::e]:51636) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.04 23:26:47.418865 [ 286 ] {8d4c3067-179a-4ea3-bd67-ba24385dd721} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.04 23:26:47.418926 [ 286 ] {8d4c3067-179a-4ea3-bd67-ba24385dd721} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:26:47.419210 [ 286 ] {8d4c3067-179a-4ea3-bd67-ba24385dd721} oximeter.version (413ab30b-3bc7-4778-b9e2-3f982d4562fb) (SelectExecutor): Key condition: unknown 2026.05.04 23:26:47.420147 [ 319 ] {8d4c3067-179a-4ea3-bd67-ba24385dd721} AggregatingTransform: Aggregating 2026.05.04 23:26:47.420202 [ 319 ] {8d4c3067-179a-4ea3-bd67-ba24385dd721} Aggregator: Aggregation method: without_key 2026.05.04 23:26:47.420240 [ 319 ] {8d4c3067-179a-4ea3-bd67-ba24385dd721} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000932936 sec. (1071.885 rows/sec., 41.87 KiB/sec.) 2026.05.04 23:26:47.420260 [ 319 ] {8d4c3067-179a-4ea3-bd67-ba24385dd721} Aggregator: Merging aggregated data 2026.05.04 23:26:47.421443 [ 286 ] {8d4c3067-179a-4ea3-bd67-ba24385dd721} executeQuery: Read 1 rows, 40.00 B in 0.002892 sec., 345.78146611341634 rows/sec., 13.51 KiB/sec. 2026.05.04 23:26:47.421587 [ 286 ] {8d4c3067-179a-4ea3-bd67-ba24385dd721} TCPHandler: Processed in 0.003888191 sec. 2026.05.04 23:26:47.421751 [ 286 ] {} TCPHandler: Done processing connection. 2026.05.04 23:26:47.421858 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.04 23:26:47.421875 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.04 23:26:47.421901 [ 294 ] {} TCP-Session: 896bb5d6-4854-48ac-8b58-40af0a788e68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.421897 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.04 23:26:47.421921 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.04 23:26:47.421968 [ 292 ] {} TCP-Session: 8795ba00-862f-42ba-8d5e-6e8cb6ea184e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.421995 [ 290 ] {} TCP-Session: 13ab119e-829a-4c72-a19e-f01be7554602 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.421935 [ 293 ] {} TCP-Session: b995aceb-08ec-468c-847d-55b6ff16197b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.421875 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.04 23:26:47.421829 [ 288 ] {} TCPHandler: Done processing connection. 2026.05.04 23:26:47.421803 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.04 23:26:47.422116 [ 288 ] {} TCP-Session: 8c5e8c33-6c09-40ff-ae28-e19b093beba6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.422099 [ 289 ] {} TCP-Session: eab098b3-8234-4124-afee-fae6d14dae50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.422161 [ 287 ] {} TCP-Session: 8e4d0b12-41a5-428f-baf3-a5f3ad8f2c8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.421943 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.04 23:26:47.421889 [ 286 ] {} TCP-Session: 9daca78d-a85d-4cce-9fbf-9d59c6a74b07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:47.422230 [ 291 ] {} TCP-Session: 04dafe3b-0532-41e2-88e0-63e0e1751f0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:48.001150 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 161.16 MiB, peak 173.29 MiB, free memory in arenas 0.00 B, will set to 163.79 MiB (RSS), difference: 2.63 MiB 2026.05.04 23:26:48.092764 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:48.093055 [ 259 ] {c6bee998-3ca4-4d8b-8fe8-a7faa1ed9b28} executeQuery: (from [fd00:1122:3344:101::d]:48158) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:26:48.093497 [ 259 ] {c6bee998-3ca4-4d8b-8fe8-a7faa1ed9b28} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:26:48.093591 [ 259 ] {c6bee998-3ca4-4d8b-8fe8-a7faa1ed9b28} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:26:48.093892 [ 259 ] {c6bee998-3ca4-4d8b-8fe8-a7faa1ed9b28} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:26:48.093974 [ 259 ] {c6bee998-3ca4-4d8b-8fe8-a7faa1ed9b28} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:26:48.094175 [ 259 ] {c6bee998-3ca4-4d8b-8fe8-a7faa1ed9b28} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.04 23:26:48.094244 [ 259 ] {c6bee998-3ca4-4d8b-8fe8-a7faa1ed9b28} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:26:48.094277 [ 259 ] {c6bee998-3ca4-4d8b-8fe8-a7faa1ed9b28} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.04 23:26:48.094297 [ 259 ] {c6bee998-3ca4-4d8b-8fe8-a7faa1ed9b28} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:26:48.094421 [ 259 ] {c6bee998-3ca4-4d8b-8fe8-a7faa1ed9b28} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:26:48.094447 [ 259 ] {c6bee998-3ca4-4d8b-8fe8-a7faa1ed9b28} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2026.05.04 23:26:48.096677 [ 259 ] {c6bee998-3ca4-4d8b-8fe8-a7faa1ed9b28} executeQuery: Read 20 rows, 2.89 KiB in 0.00372 sec., 5376.344086021505 rows/sec., 777.84 KiB/sec. 2026.05.04 23:26:48.096800 [ 259 ] {c6bee998-3ca4-4d8b-8fe8-a7faa1ed9b28} MemoryTracker: Peak memory usage (for query): 134.17 KiB. 2026.05.04 23:26:48.096816 [ 259 ] {c6bee998-3ca4-4d8b-8fe8-a7faa1ed9b28} TCPHandler: Processed in 0.004137428 sec. 2026.05.04 23:26:48.098774 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:48.098897 [ 259 ] {3c555ca3-6103-4ecb-94ea-f7266fff1a63} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:26:48.098947 [ 259 ] {3c555ca3-6103-4ecb-94ea-f7266fff1a63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:26:48.099518 [ 259 ] {3c555ca3-6103-4ecb-94ea-f7266fff1a63} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:48.099566 [ 259 ] {3c555ca3-6103-4ecb-94ea-f7266fff1a63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.04 23:26:48.100284 [ 259 ] {3c555ca3-6103-4ecb-94ea-f7266fff1a63} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.04 23:26:48.100807 [ 259 ] {3c555ca3-6103-4ecb-94ea-f7266fff1a63} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:48.100995 [ 259 ] {3c555ca3-6103-4ecb-94ea-f7266fff1a63} executeQuery: Read 56 rows, 4.41 KiB in 0.002134 sec., 26241.799437675727 rows/sec., 2.02 MiB/sec. 2026.05.04 23:26:48.101047 [ 259 ] {3c555ca3-6103-4ecb-94ea-f7266fff1a63} TCPHandler: Processed in 0.002331826 sec. 2026.05.04 23:26:48.101212 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:48.101344 [ 259 ] {919fa60f-9f97-4ca4-8817-45170fceed91} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:26:48.101400 [ 259 ] {919fa60f-9f97-4ca4-8817-45170fceed91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:26:48.101901 [ 259 ] {919fa60f-9f97-4ca4-8817-45170fceed91} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:48.101940 [ 259 ] {919fa60f-9f97-4ca4-8817-45170fceed91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.04 23:26:48.102415 [ 259 ] {919fa60f-9f97-4ca4-8817-45170fceed91} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.04 23:26:48.102996 [ 259 ] {919fa60f-9f97-4ca4-8817-45170fceed91} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:48.103160 [ 259 ] {919fa60f-9f97-4ca4-8817-45170fceed91} executeQuery: Read 64 rows, 5.12 KiB in 0.001852 sec., 34557.23542116631 rows/sec., 2.70 MiB/sec. 2026.05.04 23:26:48.103209 [ 259 ] {919fa60f-9f97-4ca4-8817-45170fceed91} TCPHandler: Processed in 0.002060859 sec. 2026.05.04 23:26:48.103350 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:48.103451 [ 259 ] {72b76565-0aa9-422b-9e47-8a97ad1f42c7} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:26:48.103498 [ 259 ] {72b76565-0aa9-422b-9e47-8a97ad1f42c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:26:48.103931 [ 259 ] {72b76565-0aa9-422b-9e47-8a97ad1f42c7} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:48.103988 [ 259 ] {72b76565-0aa9-422b-9e47-8a97ad1f42c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.04 23:26:48.104561 [ 259 ] {72b76565-0aa9-422b-9e47-8a97ad1f42c7} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.04 23:26:48.105015 [ 259 ] {72b76565-0aa9-422b-9e47-8a97ad1f42c7} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:48.105181 [ 259 ] {72b76565-0aa9-422b-9e47-8a97ad1f42c7} executeQuery: Read 160 rows, 11.41 KiB in 0.001753 sec., 91272.10496292071 rows/sec., 6.36 MiB/sec. 2026.05.04 23:26:48.105220 [ 259 ] {72b76565-0aa9-422b-9e47-8a97ad1f42c7} TCPHandler: Processed in 0.001921635 sec. 2026.05.04 23:26:48.105370 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:48.105482 [ 259 ] {cca8b12d-df28-4dd3-bea0-bb6a455cee86} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:26:48.105529 [ 259 ] {cca8b12d-df28-4dd3-bea0-bb6a455cee86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:26:48.105894 [ 259 ] {cca8b12d-df28-4dd3-bea0-bb6a455cee86} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:48.105930 [ 259 ] {cca8b12d-df28-4dd3-bea0-bb6a455cee86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.05.04 23:26:48.106395 [ 259 ] {cca8b12d-df28-4dd3-bea0-bb6a455cee86} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.04 23:26:48.106848 [ 259 ] {cca8b12d-df28-4dd3-bea0-bb6a455cee86} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:48.107074 [ 259 ] {cca8b12d-df28-4dd3-bea0-bb6a455cee86} executeQuery: Read 60 rows, 4.14 KiB in 0.001618 sec., 37082.81829419036 rows/sec., 2.50 MiB/sec. 2026.05.04 23:26:48.107114 [ 259 ] {cca8b12d-df28-4dd3-bea0-bb6a455cee86} TCPHandler: Processed in 0.001798361 sec. 2026.05.04 23:26:48.328502 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33225 2026.05.04 23:26:48.328607 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:48.328633 [ 286 ] {} TCP-Session: b985b375-1756-44ff-ad55-865cd90e8a83 Authenticating user 'default' from [fd00:1122:3344:101::e]:33225 2026.05.04 23:26:48.328654 [ 286 ] {} TCP-Session: b985b375-1756-44ff-ad55-865cd90e8a83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:48.328665 [ 286 ] {} TCP-Session: b985b375-1756-44ff-ad55-865cd90e8a83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:48.328857 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33456 2026.05.04 23:26:48.328889 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51266 2026.05.04 23:26:48.328922 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47227 2026.05.04 23:26:48.328951 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54050 2026.05.04 23:26:48.328967 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:48.328971 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56889 2026.05.04 23:26:48.329069 [ 287 ] {} TCP-Session: e9f0f632-3f7a-41c3-bd3a-f9b9f70ae29e Authenticating user 'default' from [fd00:1122:3344:101::e]:33456 2026.05.04 23:26:48.329091 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:48.329108 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:48.329115 [ 287 ] {} TCP-Session: e9f0f632-3f7a-41c3-bd3a-f9b9f70ae29e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:48.329129 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:48.329148 [ 291 ] {} TCP-Session: 3ab569b4-2dc3-4a86-ae3b-946d7475eb99 Authenticating user 'default' from [fd00:1122:3344:101::e]:54050 2026.05.04 23:26:48.329168 [ 287 ] {} TCP-Session: e9f0f632-3f7a-41c3-bd3a-f9b9f70ae29e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:48.329182 [ 293 ] {} TCP-Session: bfbccc7c-10cd-4e04-9804-c55a9aade64e Authenticating user 'default' from [fd00:1122:3344:101::e]:56889 2026.05.04 23:26:48.329190 [ 291 ] {} TCP-Session: 3ab569b4-2dc3-4a86-ae3b-946d7475eb99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:48.329102 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:48.329234 [ 293 ] {} TCP-Session: bfbccc7c-10cd-4e04-9804-c55a9aade64e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:48.329241 [ 291 ] {} TCP-Session: 3ab569b4-2dc3-4a86-ae3b-946d7475eb99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:48.329265 [ 293 ] {} TCP-Session: bfbccc7c-10cd-4e04-9804-c55a9aade64e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:48.329264 [ 289 ] {} TCP-Session: 6cfdc551-f9b2-4880-afe3-44c71ba7fcce Authenticating user 'default' from [fd00:1122:3344:101::e]:47227 2026.05.04 23:26:48.328957 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43947 2026.05.04 23:26:48.329313 [ 289 ] {} TCP-Session: 6cfdc551-f9b2-4880-afe3-44c71ba7fcce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:48.328966 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59620 2026.05.04 23:26:48.329351 [ 289 ] {} TCP-Session: 6cfdc551-f9b2-4880-afe3-44c71ba7fcce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:48.328986 [ 286 ] {} TCP-Session: b985b375-1756-44ff-ad55-865cd90e8a83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:48.329389 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:48.329421 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:48.329431 [ 290 ] {} TCP-Session: 3e99d169-6df5-481a-b966-1c73c96ee731 Authenticating user 'default' from [fd00:1122:3344:101::e]:43947 2026.05.04 23:26:48.329450 [ 292 ] {} TCP-Session: 44ec39f4-25cb-43a7-8fe9-fc4a520c0e6d Authenticating user 'default' from [fd00:1122:3344:101::e]:59620 2026.05.04 23:26:48.329463 [ 290 ] {} TCP-Session: 3e99d169-6df5-481a-b966-1c73c96ee731 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:48.329137 [ 288 ] {} TCP-Session: 72f8d8c2-29d8-4936-9a28-bd21601ca1ec Authenticating user 'default' from [fd00:1122:3344:101::e]:51266 2026.05.04 23:26:48.329484 [ 292 ] {} TCP-Session: 44ec39f4-25cb-43a7-8fe9-fc4a520c0e6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:48.329487 [ 290 ] {} TCP-Session: 3e99d169-6df5-481a-b966-1c73c96ee731 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:48.329518 [ 292 ] {} TCP-Session: 44ec39f4-25cb-43a7-8fe9-fc4a520c0e6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:48.329517 [ 288 ] {} TCP-Session: 72f8d8c2-29d8-4936-9a28-bd21601ca1ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:48.329056 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39277 2026.05.04 23:26:48.329574 [ 286 ] {2cec19fc-e993-49c2-9e0b-9897e15d02ea} executeQuery: (from [fd00:1122:3344:101::e]:33225) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.04 23:26:48.329551 [ 288 ] {} TCP-Session: 72f8d8c2-29d8-4936-9a28-bd21601ca1ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:48.329719 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:26:48.329752 [ 294 ] {} TCP-Session: 5bc5447f-8a9e-4452-b2bb-ce7cdc4cc8e0 Authenticating user 'default' from [fd00:1122:3344:101::e]:39277 2026.05.04 23:26:48.329772 [ 294 ] {} TCP-Session: 5bc5447f-8a9e-4452-b2bb-ce7cdc4cc8e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:48.329789 [ 294 ] {} TCP-Session: 5bc5447f-8a9e-4452-b2bb-ce7cdc4cc8e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:48.329847 [ 286 ] {2cec19fc-e993-49c2-9e0b-9897e15d02ea} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.04 23:26:48.329901 [ 286 ] {2cec19fc-e993-49c2-9e0b-9897e15d02ea} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:26:48.330191 [ 286 ] {2cec19fc-e993-49c2-9e0b-9897e15d02ea} oximeter.version (413ab30b-3bc7-4778-b9e2-3f982d4562fb) (SelectExecutor): Key condition: unknown 2026.05.04 23:26:48.331288 [ 300 ] {2cec19fc-e993-49c2-9e0b-9897e15d02ea} AggregatingTransform: Aggregating 2026.05.04 23:26:48.331346 [ 300 ] {2cec19fc-e993-49c2-9e0b-9897e15d02ea} Aggregator: Aggregation method: without_key 2026.05.04 23:26:48.331393 [ 300 ] {2cec19fc-e993-49c2-9e0b-9897e15d02ea} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001099281 sec. (909.686 rows/sec., 35.53 KiB/sec.) 2026.05.04 23:26:48.331418 [ 300 ] {2cec19fc-e993-49c2-9e0b-9897e15d02ea} Aggregator: Merging aggregated data 2026.05.04 23:26:48.332572 [ 286 ] {2cec19fc-e993-49c2-9e0b-9897e15d02ea} executeQuery: Read 1 rows, 40.00 B in 0.003096 sec., 322.99741602067184 rows/sec., 12.62 KiB/sec. 2026.05.04 23:26:48.332699 [ 286 ] {2cec19fc-e993-49c2-9e0b-9897e15d02ea} TCPHandler: Processed in 0.003819349 sec. 2026.05.04 23:26:48.332813 [ 286 ] {} TCPHandler: Done processing connection. 2026.05.04 23:26:48.332840 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.04 23:26:48.332841 [ 286 ] {} TCP-Session: b985b375-1756-44ff-ad55-865cd90e8a83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:48.332858 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.04 23:26:48.332875 [ 294 ] {} TCP-Session: 5bc5447f-8a9e-4452-b2bb-ce7cdc4cc8e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:48.332872 [ 288 ] {} TCPHandler: Done processing connection. 2026.05.04 23:26:48.332900 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.04 23:26:48.332918 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.04 23:26:48.332953 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.04 23:26:48.332954 [ 292 ] {} TCP-Session: 44ec39f4-25cb-43a7-8fe9-fc4a520c0e6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:48.332982 [ 289 ] {} TCP-Session: 6cfdc551-f9b2-4880-afe3-44c71ba7fcce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:48.333056 [ 293 ] {} TCP-Session: bfbccc7c-10cd-4e04-9804-c55a9aade64e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:48.332886 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.04 23:26:48.332948 [ 288 ] {} TCP-Session: 72f8d8c2-29d8-4936-9a28-bd21601ca1ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:48.333126 [ 290 ] {} TCP-Session: 3e99d169-6df5-481a-b966-1c73c96ee731 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:48.332935 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.04 23:26:48.332912 [ 287 ] {} TCP-Session: e9f0f632-3f7a-41c3-bd3a-f9b9f70ae29e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:48.333204 [ 291 ] {} TCP-Session: 3ab569b4-2dc3-4a86-ae3b-946d7475eb99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:26:51.715515 [ 100 ] {} DNSResolver: Updating DNS cache 2026.05.04 23:26:51.715582 [ 100 ] {} DNSResolver: Updated DNS cache 2026.05.04 23:26:51.759524 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 122 2026.05.04 23:26:51.762756 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:51.762807 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:26:51.764074 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.04 23:26:51.764500 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:51.764780 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 122 2026.05.04 23:26:51.766727 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 439 entries to flush up to offset 1903 2026.05.04 23:26:51.767270 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:51.767323 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:26:51.767929 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.04 23:26:51.768445 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:51.768593 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1903 2026.05.04 23:26:51.853172 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.05.04 23:26:51.869979 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:51.870033 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:26:51.876635 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.04 23:26:51.877726 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:51.880755 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.05.04 23:26:52.000520 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 165.51 MiB, peak 174.53 MiB, free memory in arenas 0.00 B, will set to 167.16 MiB (RSS), difference: 1.65 MiB 2026.05.04 23:26:53.094396 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:53.094624 [ 259 ] {9a4d3a37-a688-49be-8fbf-9ddf3fb4ba53} executeQuery: (from [fd00:1122:3344:101::d]:48158) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:26:53.094944 [ 259 ] {9a4d3a37-a688-49be-8fbf-9ddf3fb4ba53} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:26:53.094980 [ 259 ] {9a4d3a37-a688-49be-8fbf-9ddf3fb4ba53} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:26:53.095204 [ 259 ] {9a4d3a37-a688-49be-8fbf-9ddf3fb4ba53} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:26:53.095275 [ 259 ] {9a4d3a37-a688-49be-8fbf-9ddf3fb4ba53} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:26:53.095430 [ 259 ] {9a4d3a37-a688-49be-8fbf-9ddf3fb4ba53} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.04 23:26:53.095467 [ 259 ] {9a4d3a37-a688-49be-8fbf-9ddf3fb4ba53} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:26:53.095489 [ 259 ] {9a4d3a37-a688-49be-8fbf-9ddf3fb4ba53} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.04 23:26:53.095504 [ 259 ] {9a4d3a37-a688-49be-8fbf-9ddf3fb4ba53} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:26:53.095546 [ 259 ] {9a4d3a37-a688-49be-8fbf-9ddf3fb4ba53} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:26:53.095566 [ 259 ] {9a4d3a37-a688-49be-8fbf-9ddf3fb4ba53} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2026.05.04 23:26:53.096969 [ 259 ] {9a4d3a37-a688-49be-8fbf-9ddf3fb4ba53} executeQuery: Read 20 rows, 2.89 KiB in 0.002433 sec., 8220.304151253597 rows/sec., 1.16 MiB/sec. 2026.05.04 23:26:53.097087 [ 259 ] {9a4d3a37-a688-49be-8fbf-9ddf3fb4ba53} TCPHandler: Processed in 0.002824201 sec. 2026.05.04 23:26:53.099033 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:53.099172 [ 259 ] {0e817749-41fc-4c9c-a1b9-e80f325447c3} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:26:53.099230 [ 259 ] {0e817749-41fc-4c9c-a1b9-e80f325447c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:26:53.099846 [ 259 ] {0e817749-41fc-4c9c-a1b9-e80f325447c3} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:53.099904 [ 259 ] {0e817749-41fc-4c9c-a1b9-e80f325447c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:26:53.100411 [ 259 ] {0e817749-41fc-4c9c-a1b9-e80f325447c3} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.04 23:26:53.100892 [ 259 ] {0e817749-41fc-4c9c-a1b9-e80f325447c3} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:53.101047 [ 259 ] {0e817749-41fc-4c9c-a1b9-e80f325447c3} executeQuery: Read 78 rows, 6.61 KiB in 0.001914 sec., 40752.35109717869 rows/sec., 3.37 MiB/sec. 2026.05.04 23:26:53.101092 [ 259 ] {0e817749-41fc-4c9c-a1b9-e80f325447c3} TCPHandler: Processed in 0.002124821 sec. 2026.05.04 23:26:53.101232 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:53.101333 [ 259 ] {11084416-262b-49ef-9da6-7af91d5bd5bf} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:26:53.101375 [ 259 ] {11084416-262b-49ef-9da6-7af91d5bd5bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:26:53.101796 [ 259 ] {11084416-262b-49ef-9da6-7af91d5bd5bf} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:53.101834 [ 259 ] {11084416-262b-49ef-9da6-7af91d5bd5bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:26:53.102260 [ 259 ] {11084416-262b-49ef-9da6-7af91d5bd5bf} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.04 23:26:53.102780 [ 259 ] {11084416-262b-49ef-9da6-7af91d5bd5bf} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:53.102919 [ 259 ] {11084416-262b-49ef-9da6-7af91d5bd5bf} executeQuery: Read 11 rows, 847.00 B in 0.001608 sec., 6840.796019900497 rows/sec., 514.40 KiB/sec. 2026.05.04 23:26:53.102956 [ 259 ] {11084416-262b-49ef-9da6-7af91d5bd5bf} TCPHandler: Processed in 0.001778321 sec. 2026.05.04 23:26:53.103093 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:53.103191 [ 259 ] {4ab1c0b8-8e2d-4a29-a0ab-f771aa8b0fc7} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:26:53.103230 [ 259 ] {4ab1c0b8-8e2d-4a29-a0ab-f771aa8b0fc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:26:53.103642 [ 259 ] {4ab1c0b8-8e2d-4a29-a0ab-f771aa8b0fc7} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:53.103679 [ 259 ] {4ab1c0b8-8e2d-4a29-a0ab-f771aa8b0fc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:26:53.104111 [ 259 ] {4ab1c0b8-8e2d-4a29-a0ab-f771aa8b0fc7} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.04 23:26:53.104610 [ 259 ] {4ab1c0b8-8e2d-4a29-a0ab-f771aa8b0fc7} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:53.104739 [ 259 ] {4ab1c0b8-8e2d-4a29-a0ab-f771aa8b0fc7} executeQuery: Read 75 rows, 6.00 KiB in 0.001567 sec., 47862.15698787492 rows/sec., 3.74 MiB/sec. 2026.05.04 23:26:53.104776 [ 259 ] {4ab1c0b8-8e2d-4a29-a0ab-f771aa8b0fc7} TCPHandler: Processed in 0.001734339 sec. 2026.05.04 23:26:53.104909 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:53.105006 [ 259 ] {3b9b7c2c-0aae-4cf0-b066-5cd2c41f31ea} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:26:53.105051 [ 259 ] {3b9b7c2c-0aae-4cf0-b066-5cd2c41f31ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:26:53.105526 [ 259 ] {3b9b7c2c-0aae-4cf0-b066-5cd2c41f31ea} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:53.105562 [ 259 ] {3b9b7c2c-0aae-4cf0-b066-5cd2c41f31ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:26:53.106020 [ 259 ] {3b9b7c2c-0aae-4cf0-b066-5cd2c41f31ea} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.04 23:26:53.106520 [ 259 ] {3b9b7c2c-0aae-4cf0-b066-5cd2c41f31ea} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:53.106650 [ 259 ] {3b9b7c2c-0aae-4cf0-b066-5cd2c41f31ea} executeQuery: Read 160 rows, 11.41 KiB in 0.001662 sec., 96269.55475330926 rows/sec., 6.70 MiB/sec. 2026.05.04 23:26:53.106688 [ 259 ] {3b9b7c2c-0aae-4cf0-b066-5cd2c41f31ea} TCPHandler: Processed in 0.001836382 sec. 2026.05.04 23:26:53.106809 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:53.106903 [ 259 ] {bfb97951-90c2-4f0c-aa7f-167d92071e41} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:26:53.106960 [ 259 ] {bfb97951-90c2-4f0c-aa7f-167d92071e41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:26:53.107729 [ 259 ] {bfb97951-90c2-4f0c-aa7f-167d92071e41} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:53.107766 [ 259 ] {bfb97951-90c2-4f0c-aa7f-167d92071e41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:26:53.108418 [ 259 ] {bfb97951-90c2-4f0c-aa7f-167d92071e41} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.04 23:26:53.108877 [ 259 ] {bfb97951-90c2-4f0c-aa7f-167d92071e41} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:53.109016 [ 259 ] {bfb97951-90c2-4f0c-aa7f-167d92071e41} executeQuery: Read 11 rows, 20.18 KiB in 0.00213 sec., 5164.319248826291 rows/sec., 9.25 MiB/sec. 2026.05.04 23:26:53.109067 [ 259 ] {bfb97951-90c2-4f0c-aa7f-167d92071e41} TCPHandler: Processed in 0.002308206 sec. 2026.05.04 23:26:53.109197 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:53.109293 [ 259 ] {40fc0258-5c97-4e95-8612-e44c22d2d62b} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:26:53.109335 [ 259 ] {40fc0258-5c97-4e95-8612-e44c22d2d62b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:26:53.109674 [ 259 ] {40fc0258-5c97-4e95-8612-e44c22d2d62b} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:53.109712 [ 259 ] {40fc0258-5c97-4e95-8612-e44c22d2d62b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:26:53.110121 [ 259 ] {40fc0258-5c97-4e95-8612-e44c22d2d62b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.04 23:26:53.110604 [ 259 ] {40fc0258-5c97-4e95-8612-e44c22d2d62b} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:53.110737 [ 259 ] {40fc0258-5c97-4e95-8612-e44c22d2d62b} executeQuery: Read 60 rows, 4.14 KiB in 0.001461 sec., 41067.761806981514 rows/sec., 2.77 MiB/sec. 2026.05.04 23:26:53.110782 [ 259 ] {40fc0258-5c97-4e95-8612-e44c22d2d62b} TCPHandler: Processed in 0.001635427 sec. 2026.05.04 23:26:58.093339 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:58.093579 [ 259 ] {4349be81-e559-4f55-bf57-93b25c8f8265} executeQuery: (from [fd00:1122:3344:101::d]:48158) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:26:58.093910 [ 259 ] {4349be81-e559-4f55-bf57-93b25c8f8265} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:26:58.093945 [ 259 ] {4349be81-e559-4f55-bf57-93b25c8f8265} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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_rib:active_routes')" moved to PREWHERE 2026.05.04 23:26:58.094166 [ 259 ] {4349be81-e559-4f55-bf57-93b25c8f8265} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:26:58.094238 [ 259 ] {4349be81-e559-4f55-bf57-93b25c8f8265} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:26:58.094380 [ 259 ] {4349be81-e559-4f55-bf57-93b25c8f8265} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 23-element set) 2026.05.04 23:26:58.094420 [ 259 ] {4349be81-e559-4f55-bf57-93b25c8f8265} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:26:58.094442 [ 259 ] {4349be81-e559-4f55-bf57-93b25c8f8265} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.04 23:26:58.094458 [ 259 ] {4349be81-e559-4f55-bf57-93b25c8f8265} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:26:58.094499 [ 259 ] {4349be81-e559-4f55-bf57-93b25c8f8265} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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_rib:active_routes'))" 2026.05.04 23:26:58.094521 [ 259 ] {4349be81-e559-4f55-bf57-93b25c8f8265} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2026.05.04 23:26:58.095659 [ 259 ] {4349be81-e559-4f55-bf57-93b25c8f8265} executeQuery: Read 20 rows, 2.89 KiB in 0.002167 sec., 9229.349330872174 rows/sec., 1.30 MiB/sec. 2026.05.04 23:26:58.095773 [ 259 ] {4349be81-e559-4f55-bf57-93b25c8f8265} TCPHandler: Processed in 0.002567803 sec. 2026.05.04 23:26:58.097569 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:58.097699 [ 259 ] {62f190e8-cc82-4bac-8e5c-5215194f67b4} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.04 23:26:58.097754 [ 259 ] {62f190e8-cc82-4bac-8e5c-5215194f67b4} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:26:58.098402 [ 259 ] {62f190e8-cc82-4bac-8e5c-5215194f67b4} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:58.098450 [ 259 ] {62f190e8-cc82-4bac-8e5c-5215194f67b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:26:58.099062 [ 259 ] {62f190e8-cc82-4bac-8e5c-5215194f67b4} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.04 23:26:58.099497 [ 259 ] {62f190e8-cc82-4bac-8e5c-5215194f67b4} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:58.099662 [ 259 ] {62f190e8-cc82-4bac-8e5c-5215194f67b4} executeQuery: Read 3 rows, 280.00 B in 0.001996 sec., 1503.0060120240482 rows/sec., 136.99 KiB/sec. 2026.05.04 23:26:58.099707 [ 259 ] {62f190e8-cc82-4bac-8e5c-5215194f67b4} TCPHandler: Processed in 0.002199662 sec. 2026.05.04 23:26:58.099817 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:58.099914 [ 259 ] {9fe00315-5910-4bad-a65e-1def27028fcf} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.04 23:26:58.099956 [ 259 ] {9fe00315-5910-4bad-a65e-1def27028fcf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.04 23:26:58.100357 [ 259 ] {9fe00315-5910-4bad-a65e-1def27028fcf} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:58.100394 [ 259 ] {9fe00315-5910-4bad-a65e-1def27028fcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:26:58.100798 [ 259 ] {9fe00315-5910-4bad-a65e-1def27028fcf} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.04 23:26:58.101228 [ 259 ] {9fe00315-5910-4bad-a65e-1def27028fcf} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:58.101364 [ 259 ] {9fe00315-5910-4bad-a65e-1def27028fcf} executeQuery: Read 2 rows, 167.00 B in 0.001469 sec., 1361.4703880190605 rows/sec., 111.02 KiB/sec. 2026.05.04 23:26:58.101400 [ 259 ] {9fe00315-5910-4bad-a65e-1def27028fcf} TCPHandler: Processed in 0.001634977 sec. 2026.05.04 23:26:58.101511 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:58.101611 [ 259 ] {b9512890-d44b-49ab-839a-d9f44906488f} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:26:58.101650 [ 259 ] {b9512890-d44b-49ab-839a-d9f44906488f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:26:58.102080 [ 259 ] {b9512890-d44b-49ab-839a-d9f44906488f} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:58.102116 [ 259 ] {b9512890-d44b-49ab-839a-d9f44906488f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:26:58.102524 [ 259 ] {b9512890-d44b-49ab-839a-d9f44906488f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.04 23:26:58.102980 [ 259 ] {b9512890-d44b-49ab-839a-d9f44906488f} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:58.103111 [ 259 ] {b9512890-d44b-49ab-839a-d9f44906488f} executeQuery: Read 65 rows, 5.25 KiB in 0.001517 sec., 42847.725774555045 rows/sec., 3.38 MiB/sec. 2026.05.04 23:26:58.103148 [ 259 ] {b9512890-d44b-49ab-839a-d9f44906488f} TCPHandler: Processed in 0.001687248 sec. 2026.05.04 23:26:58.103257 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:58.103351 [ 259 ] {4682afc1-daf0-4ad2-8fa5-4e9459616cdc} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:26:58.103392 [ 259 ] {4682afc1-daf0-4ad2-8fa5-4e9459616cdc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:26:58.103805 [ 259 ] {4682afc1-daf0-4ad2-8fa5-4e9459616cdc} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:58.103842 [ 259 ] {4682afc1-daf0-4ad2-8fa5-4e9459616cdc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:26:58.104284 [ 259 ] {4682afc1-daf0-4ad2-8fa5-4e9459616cdc} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.04 23:26:58.104741 [ 259 ] {4682afc1-daf0-4ad2-8fa5-4e9459616cdc} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:58.104878 [ 259 ] {4682afc1-daf0-4ad2-8fa5-4e9459616cdc} executeQuery: Read 6 rows, 451.00 B in 0.001544 sec., 3886.0103626943005 rows/sec., 285.25 KiB/sec. 2026.05.04 23:26:58.104915 [ 259 ] {4682afc1-daf0-4ad2-8fa5-4e9459616cdc} TCPHandler: Processed in 0.001706989 sec. 2026.05.04 23:26:58.105039 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:58.105134 [ 259 ] {9a4fc304-835b-4a3f-b332-6e15540b120a} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:26:58.105174 [ 259 ] {9a4fc304-835b-4a3f-b332-6e15540b120a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:26:58.105595 [ 259 ] {9a4fc304-835b-4a3f-b332-6e15540b120a} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:58.105630 [ 259 ] {9a4fc304-835b-4a3f-b332-6e15540b120a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:26:58.106059 [ 259 ] {9a4fc304-835b-4a3f-b332-6e15540b120a} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.04 23:26:58.106538 [ 259 ] {9a4fc304-835b-4a3f-b332-6e15540b120a} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:58.106681 [ 259 ] {9a4fc304-835b-4a3f-b332-6e15540b120a} executeQuery: Read 73 rows, 5.84 KiB in 0.001564 sec., 46675.19181585678 rows/sec., 3.65 MiB/sec. 2026.05.04 23:26:58.106720 [ 259 ] {9a4fc304-835b-4a3f-b332-6e15540b120a} TCPHandler: Processed in 0.00173075 sec. 2026.05.04 23:26:58.106875 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:58.106974 [ 259 ] {cd3aa672-9056-49b2-b923-2dcbf1fb6e37} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:26:58.107020 [ 259 ] {cd3aa672-9056-49b2-b923-2dcbf1fb6e37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:26:58.107420 [ 259 ] {cd3aa672-9056-49b2-b923-2dcbf1fb6e37} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:58.107456 [ 259 ] {cd3aa672-9056-49b2-b923-2dcbf1fb6e37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:26:58.107902 [ 259 ] {cd3aa672-9056-49b2-b923-2dcbf1fb6e37} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.04 23:26:58.108405 [ 259 ] {cd3aa672-9056-49b2-b923-2dcbf1fb6e37} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:58.108548 [ 259 ] {cd3aa672-9056-49b2-b923-2dcbf1fb6e37} executeQuery: Read 161 rows, 11.48 KiB in 0.001591 sec., 101194.21747328724 rows/sec., 7.05 MiB/sec. 2026.05.04 23:26:58.108597 [ 259 ] {cd3aa672-9056-49b2-b923-2dcbf1fb6e37} TCPHandler: Processed in 0.00177287 sec. 2026.05.04 23:26:58.108715 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:58.108809 [ 259 ] {7f7d07c2-e3b1-42c1-b9d8-764f89a6533f} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:26:58.108863 [ 259 ] {7f7d07c2-e3b1-42c1-b9d8-764f89a6533f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:26:58.109615 [ 259 ] {7f7d07c2-e3b1-42c1-b9d8-764f89a6533f} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:58.109652 [ 259 ] {7f7d07c2-e3b1-42c1-b9d8-764f89a6533f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:26:58.110377 [ 259 ] {7f7d07c2-e3b1-42c1-b9d8-764f89a6533f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.04 23:26:58.110839 [ 259 ] {7f7d07c2-e3b1-42c1-b9d8-764f89a6533f} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:58.110981 [ 259 ] {7f7d07c2-e3b1-42c1-b9d8-764f89a6533f} executeQuery: Read 4 rows, 7.34 KiB in 0.002188 sec., 1828.1535648994518 rows/sec., 3.28 MiB/sec. 2026.05.04 23:26:58.111041 [ 259 ] {7f7d07c2-e3b1-42c1-b9d8-764f89a6533f} TCPHandler: Processed in 0.002377438 sec. 2026.05.04 23:26:58.111182 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:58.111278 [ 259 ] {99567cdb-6ef5-4986-929e-359cff18442e} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.05.04 23:26:58.111322 [ 259 ] {99567cdb-6ef5-4986-929e-359cff18442e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.05.04 23:26:58.111649 [ 259 ] {99567cdb-6ef5-4986-929e-359cff18442e} oximeter.measurements_i64 (5178d5c3-2614-407e-aaf6-d4a02fb14a71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:58.111684 [ 259 ] {99567cdb-6ef5-4986-929e-359cff18442e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:26:58.112112 [ 259 ] {99567cdb-6ef5-4986-929e-359cff18442e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 23:26:58.112542 [ 259 ] {99567cdb-6ef5-4986-929e-359cff18442e} oximeter.measurements_i64 (5178d5c3-2614-407e-aaf6-d4a02fb14a71): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:58.112674 [ 259 ] {99567cdb-6ef5-4986-929e-359cff18442e} executeQuery: Read 3 rows, 217.00 B in 0.001409 sec., 2129.1696238467 rows/sec., 150.40 KiB/sec. 2026.05.04 23:26:58.112715 [ 259 ] {99567cdb-6ef5-4986-929e-359cff18442e} TCPHandler: Processed in 0.001583795 sec. 2026.05.04 23:26:58.112840 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:26:58.112933 [ 259 ] {e1597c2d-977c-4c6a-a53d-613eebfbf7ff} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:26:58.112978 [ 259 ] {e1597c2d-977c-4c6a-a53d-613eebfbf7ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:26:58.113445 [ 259 ] {e1597c2d-977c-4c6a-a53d-613eebfbf7ff} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:58.113481 [ 259 ] {e1597c2d-977c-4c6a-a53d-613eebfbf7ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:26:58.113895 [ 259 ] {e1597c2d-977c-4c6a-a53d-613eebfbf7ff} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.04 23:26:58.114357 [ 259 ] {e1597c2d-977c-4c6a-a53d-613eebfbf7ff} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:58.114497 [ 259 ] {e1597c2d-977c-4c6a-a53d-613eebfbf7ff} executeQuery: Read 60 rows, 4.14 KiB in 0.00158 sec., 37974.6835443038 rows/sec., 2.56 MiB/sec. 2026.05.04 23:26:58.114534 [ 259 ] {e1597c2d-977c-4c6a-a53d-613eebfbf7ff} TCPHandler: Processed in 0.00174562 sec. 2026.05.04 23:26:59.269044 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2415 2026.05.04 23:26:59.269581 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:59.269631 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:26:59.270266 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.04 23:26:59.270800 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:59.270966 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2415 2026.05.04 23:26:59.381212 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.05.04 23:26:59.397712 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:26:59.397780 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:26:59.404192 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.04 23:26:59.405339 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:26:59.408511 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.05.04 23:27:00.000258 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 168.03 MiB, peak 174.53 MiB, free memory in arenas 0.00 B, will set to 169.39 MiB (RSS), difference: 1.36 MiB 2026.05.04 23:27:01.765549 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 156 2026.05.04 23:27:01.767782 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:01.767833 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:27:01.769135 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.04 23:27:01.769615 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:01.769939 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 156 2026.05.04 23:27:03.093588 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:03.093847 [ 259 ] {3a0b61a0-5fe0-4888-a63e-27a7d90cbb56} executeQuery: (from [fd00:1122:3344:101::d]:48158) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:27:03.094210 [ 259 ] {3a0b61a0-5fe0-4888-a63e-27a7d90cbb56} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:27:03.094255 [ 259 ] {3a0b61a0-5fe0-4888-a63e-27a7d90cbb56} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:27:03.094513 [ 259 ] {3a0b61a0-5fe0-4888-a63e-27a7d90cbb56} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:27:03.094598 [ 259 ] {3a0b61a0-5fe0-4888-a63e-27a7d90cbb56} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:27:03.094743 [ 259 ] {3a0b61a0-5fe0-4888-a63e-27a7d90cbb56} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.04 23:27:03.094883 [ 301 ] {3a0b61a0-5fe0-4888-a63e-27a7d90cbb56} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:27:03.094887 [ 314 ] {3a0b61a0-5fe0-4888-a63e-27a7d90cbb56} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:27:03.095038 [ 259 ] {3a0b61a0-5fe0-4888-a63e-27a7d90cbb56} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges 2026.05.04 23:27:03.095066 [ 259 ] {3a0b61a0-5fe0-4888-a63e-27a7d90cbb56} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:27:03.095111 [ 259 ] {3a0b61a0-5fe0-4888-a63e-27a7d90cbb56} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:27:03.095132 [ 259 ] {3a0b61a0-5fe0-4888-a63e-27a7d90cbb56} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2026.05.04 23:27:03.096270 [ 259 ] {3a0b61a0-5fe0-4888-a63e-27a7d90cbb56} executeQuery: Read 20 rows, 2.89 KiB in 0.002524 sec., 7923.930269413629 rows/sec., 1.12 MiB/sec. 2026.05.04 23:27:03.096385 [ 259 ] {3a0b61a0-5fe0-4888-a63e-27a7d90cbb56} TCPHandler: Processed in 0.002941124 sec. 2026.05.04 23:27:03.098283 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:03.098398 [ 259 ] {b37d17f2-3841-4af7-b161-eefba1a519ee} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:27:03.098446 [ 259 ] {b37d17f2-3841-4af7-b161-eefba1a519ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:27:03.098970 [ 259 ] {b37d17f2-3841-4af7-b161-eefba1a519ee} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:03.099019 [ 259 ] {b37d17f2-3841-4af7-b161-eefba1a519ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:27:03.099416 [ 259 ] {b37d17f2-3841-4af7-b161-eefba1a519ee} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.04 23:27:03.099639 [ 259 ] {b37d17f2-3841-4af7-b161-eefba1a519ee} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:03.099797 [ 259 ] {b37d17f2-3841-4af7-b161-eefba1a519ee} executeQuery: Read 78 rows, 6.61 KiB in 0.001432 sec., 54469.27374301676 rows/sec., 4.51 MiB/sec. 2026.05.04 23:27:03.099840 [ 259 ] {b37d17f2-3841-4af7-b161-eefba1a519ee} TCPHandler: Processed in 0.001611926 sec. 2026.05.04 23:27:03.099972 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:03.100073 [ 259 ] {0e87605e-7281-43ec-9a85-73baaed13e1d} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:27:03.100117 [ 259 ] {0e87605e-7281-43ec-9a85-73baaed13e1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:27:03.100527 [ 259 ] {0e87605e-7281-43ec-9a85-73baaed13e1d} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:03.100565 [ 259 ] {0e87605e-7281-43ec-9a85-73baaed13e1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:27:03.100883 [ 259 ] {0e87605e-7281-43ec-9a85-73baaed13e1d} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.04 23:27:03.101092 [ 259 ] {0e87605e-7281-43ec-9a85-73baaed13e1d} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:03.101228 [ 259 ] {0e87605e-7281-43ec-9a85-73baaed13e1d} executeQuery: Read 11 rows, 847.00 B in 0.001175 sec., 9361.702127659573 rows/sec., 703.96 KiB/sec. 2026.05.04 23:27:03.101266 [ 259 ] {0e87605e-7281-43ec-9a85-73baaed13e1d} TCPHandler: Processed in 0.001345358 sec. 2026.05.04 23:27:03.101402 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:03.101499 [ 259 ] {522f0830-5cea-4b8b-8784-dd1fd1e3a6ae} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:27:03.101540 [ 259 ] {522f0830-5cea-4b8b-8784-dd1fd1e3a6ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:27:03.101968 [ 259 ] {522f0830-5cea-4b8b-8784-dd1fd1e3a6ae} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:03.102006 [ 259 ] {522f0830-5cea-4b8b-8784-dd1fd1e3a6ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:27:03.102305 [ 259 ] {522f0830-5cea-4b8b-8784-dd1fd1e3a6ae} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.04 23:27:03.102516 [ 259 ] {522f0830-5cea-4b8b-8784-dd1fd1e3a6ae} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:03.102653 [ 259 ] {522f0830-5cea-4b8b-8784-dd1fd1e3a6ae} executeQuery: Read 75 rows, 6.00 KiB in 0.001172 sec., 63993.17406143344 rows/sec., 5.00 MiB/sec. 2026.05.04 23:27:03.102691 [ 259 ] {522f0830-5cea-4b8b-8784-dd1fd1e3a6ae} TCPHandler: Processed in 0.001339148 sec. 2026.05.04 23:27:03.102816 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:03.102911 [ 259 ] {1c975405-7bbe-42b9-ad76-d73d6a370244} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:27:03.102954 [ 259 ] {1c975405-7bbe-42b9-ad76-d73d6a370244} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:27:03.103370 [ 259 ] {1c975405-7bbe-42b9-ad76-d73d6a370244} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:03.103407 [ 259 ] {1c975405-7bbe-42b9-ad76-d73d6a370244} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:27:03.103732 [ 259 ] {1c975405-7bbe-42b9-ad76-d73d6a370244} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.04 23:27:03.103948 [ 259 ] {1c975405-7bbe-42b9-ad76-d73d6a370244} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:03.104080 [ 259 ] {1c975405-7bbe-42b9-ad76-d73d6a370244} executeQuery: Read 160 rows, 11.41 KiB in 0.001187 sec., 134793.59730412805 rows/sec., 9.39 MiB/sec. 2026.05.04 23:27:03.104117 [ 259 ] {1c975405-7bbe-42b9-ad76-d73d6a370244} TCPHandler: Processed in 0.001351818 sec. 2026.05.04 23:27:03.104236 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:03.104331 [ 259 ] {88f2ea65-c4d0-4fc6-8f94-f346efcddea7} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:27:03.104385 [ 259 ] {88f2ea65-c4d0-4fc6-8f94-f346efcddea7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:27:03.105152 [ 259 ] {88f2ea65-c4d0-4fc6-8f94-f346efcddea7} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:03.105189 [ 259 ] {88f2ea65-c4d0-4fc6-8f94-f346efcddea7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:27:03.105699 [ 259 ] {88f2ea65-c4d0-4fc6-8f94-f346efcddea7} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.04 23:27:03.105926 [ 259 ] {88f2ea65-c4d0-4fc6-8f94-f346efcddea7} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:03.106066 [ 259 ] {88f2ea65-c4d0-4fc6-8f94-f346efcddea7} executeQuery: Read 11 rows, 20.18 KiB in 0.001752 sec., 6278.538812785388 rows/sec., 11.25 MiB/sec. 2026.05.04 23:27:03.106127 [ 259 ] {88f2ea65-c4d0-4fc6-8f94-f346efcddea7} TCPHandler: Processed in 0.001941206 sec. 2026.05.04 23:27:03.106254 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:03.106349 [ 259 ] {e082e6e4-3477-4c15-a92e-ef6ed03e3d26} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:27:03.106391 [ 259 ] {e082e6e4-3477-4c15-a92e-ef6ed03e3d26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:27:03.106740 [ 259 ] {e082e6e4-3477-4c15-a92e-ef6ed03e3d26} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:03.106777 [ 259 ] {e082e6e4-3477-4c15-a92e-ef6ed03e3d26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:27:03.107084 [ 259 ] {e082e6e4-3477-4c15-a92e-ef6ed03e3d26} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.04 23:27:03.107294 [ 259 ] {e082e6e4-3477-4c15-a92e-ef6ed03e3d26} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:03.107426 [ 259 ] {e082e6e4-3477-4c15-a92e-ef6ed03e3d26} executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. 2026.05.04 23:27:03.107462 [ 259 ] {e082e6e4-3477-4c15-a92e-ef6ed03e3d26} TCPHandler: Processed in 0.001259296 sec. 2026.05.04 23:27:06.715830 [ 77 ] {} DNSResolver: Updating DNS cache 2026.05.04 23:27:06.715900 [ 77 ] {} DNSResolver: Updated DNS cache 2026.05.04 23:27:06.771022 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2863 2026.05.04 23:27:06.771493 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:06.771538 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:27:06.772022 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.04 23:27:06.772250 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:06.772377 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2863 2026.05.04 23:27:06.772376 [ 77 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.04 23:27:06.772437 [ 77 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:06.772458 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:27:06.772706 [ 187 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.04 23:27:06.774817 [ 187 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:27:06.774899 [ 187 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part 2026.05.04 23:27:06.775033 [ 187 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part 2026.05.04 23:27:06.775102 [ 187 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part 2026.05.04 23:27:06.775162 [ 187 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 439 rows starting from the beginning of the part 2026.05.04 23:27:06.775226 [ 187 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 512 rows starting from the beginning of the part 2026.05.04 23:27:06.775287 [ 187 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 448 rows starting from the beginning of the part 2026.05.04 23:27:06.800662 [ 190 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2863 rows, containing 4 columns (4 merged, 0 gathered) in 0.028095352 sec., 101902.9766916606 rows/sec., 1.46 MiB/sec. 2026.05.04 23:27:06.801578 [ 190 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.04 23:27:06.801921 [ 190 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_6_1} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:06.801999 [ 190 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_6_1} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.04 23:27:06.802118 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.35 MiB. 2026.05.04 23:27:06.909546 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.05.04 23:27:06.926092 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:06.926137 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:27:06.932129 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.04 23:27:06.932832 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:06.933107 [ 77 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.04 23:27:06.933171 [ 77 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:06.933193 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:27:06.933285 [ 190 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.04 23:27:06.935634 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.05.04 23:27:06.936117 [ 190 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:27:06.936865 [ 190 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2026.05.04 23:27:06.940268 [ 190 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2026.05.04 23:27:06.943628 [ 190 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part 2026.05.04 23:27:06.947567 [ 190 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2026.05.04 23:27:06.953917 [ 190 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2026.05.04 23:27:06.958412 [ 190 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2026.05.04 23:27:07.017198 [ 190 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.083953946 sec., 547.9194509808985 rows/sec., 2.83 MiB/sec. 2026.05.04 23:27:07.019474 [ 201 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.04 23:27:07.021561 [ 201 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_6_1} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:07.021660 [ 201 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_6_1} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.04 23:27:07.023681 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.05.04 23:27:08.001124 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 169.67 MiB, peak 180.03 MiB, free memory in arenas 0.00 B, will set to 180.69 MiB (RSS), difference: 11.02 MiB 2026.05.04 23:27:08.094018 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:08.094297 [ 259 ] {bf83b5df-7b30-45e9-9e76-c8ba38f24a3f} executeQuery: (from [fd00:1122:3344:101::d]:48158) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:27:08.094731 [ 259 ] {bf83b5df-7b30-45e9-9e76-c8ba38f24a3f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:27:08.094769 [ 259 ] {bf83b5df-7b30-45e9-9e76-c8ba38f24a3f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:27:08.095014 [ 259 ] {bf83b5df-7b30-45e9-9e76-c8ba38f24a3f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:27:08.095085 [ 259 ] {bf83b5df-7b30-45e9-9e76-c8ba38f24a3f} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:27:08.095224 [ 259 ] {bf83b5df-7b30-45e9-9e76-c8ba38f24a3f} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 22-element set) 2026.05.04 23:27:08.095328 [ 316 ] {bf83b5df-7b30-45e9-9e76-c8ba38f24a3f} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:27:08.095351 [ 330 ] {bf83b5df-7b30-45e9-9e76-c8ba38f24a3f} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:27:08.095450 [ 259 ] {bf83b5df-7b30-45e9-9e76-c8ba38f24a3f} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:27:08.095477 [ 259 ] {bf83b5df-7b30-45e9-9e76-c8ba38f24a3f} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:27:08.097507 [ 259 ] {bf83b5df-7b30-45e9-9e76-c8ba38f24a3f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:27:08.097533 [ 259 ] {bf83b5df-7b30-45e9-9e76-c8ba38f24a3f} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Reading approx. 23 rows with 2 streams 2026.05.04 23:27:08.097586 [ 259 ] {bf83b5df-7b30-45e9-9e76-c8ba38f24a3f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:27:08.097622 [ 259 ] {bf83b5df-7b30-45e9-9e76-c8ba38f24a3f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:27:08.099167 [ 259 ] {bf83b5df-7b30-45e9-9e76-c8ba38f24a3f} executeQuery: Read 23 rows, 3.17 KiB in 0.004973 sec., 4624.974864267042 rows/sec., 636.84 KiB/sec. 2026.05.04 23:27:08.099289 [ 259 ] {bf83b5df-7b30-45e9-9e76-c8ba38f24a3f} TCPHandler: Processed in 0.005408095 sec. 2026.05.04 23:27:08.101600 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:08.101732 [ 259 ] {f199e3eb-4558-4305-9f1b-84b48faab558} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:27:08.101774 [ 259 ] {f199e3eb-4558-4305-9f1b-84b48faab558} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:27:08.102301 [ 259 ] {f199e3eb-4558-4305-9f1b-84b48faab558} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:08.102346 [ 259 ] {f199e3eb-4558-4305-9f1b-84b48faab558} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:27:08.102714 [ 259 ] {f199e3eb-4558-4305-9f1b-84b48faab558} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.04 23:27:08.102943 [ 259 ] {f199e3eb-4558-4305-9f1b-84b48faab558} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:08.103070 [ 76 ] {} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.04 23:27:08.103088 [ 259 ] {f199e3eb-4558-4305-9f1b-84b48faab558} executeQuery: Read 104 rows, 8.94 KiB in 0.001387 sec., 74981.97548666186 rows/sec., 6.29 MiB/sec. 2026.05.04 23:27:08.103104 [ 76 ] {} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:08.103124 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:27:08.103128 [ 259 ] {f199e3eb-4558-4305-9f1b-84b48faab558} TCPHandler: Processed in 0.001578656 sec. 2026.05.04 23:27:08.103237 [ 187 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.04 23:27:08.103260 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:08.103368 [ 259 ] {e4f2ff40-0c8b-4b73-b792-6f16c740bf6c} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:27:08.103388 [ 187 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:27:08.103412 [ 259 ] {e4f2ff40-0c8b-4b73-b792-6f16c740bf6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:27:08.103427 [ 187 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 82 rows starting from the beginning of the part 2026.05.04 23:27:08.103498 [ 187 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part 2026.05.04 23:27:08.103542 [ 187 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 78 rows starting from the beginning of the part 2026.05.04 23:27:08.103584 [ 187 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 65 rows starting from the beginning of the part 2026.05.04 23:27:08.103624 [ 187 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 78 rows starting from the beginning of the part 2026.05.04 23:27:08.103666 [ 187 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 104 rows starting from the beginning of the part 2026.05.04 23:27:08.103866 [ 259 ] {e4f2ff40-0c8b-4b73-b792-6f16c740bf6c} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:08.103907 [ 259 ] {e4f2ff40-0c8b-4b73-b792-6f16c740bf6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:27:08.104313 [ 259 ] {e4f2ff40-0c8b-4b73-b792-6f16c740bf6c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.04 23:27:08.104607 [ 259 ] {e4f2ff40-0c8b-4b73-b792-6f16c740bf6c} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:08.104636 [ 187 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 463 rows, containing 5 columns (5 merged, 0 gathered) in 0.001449991 sec., 319312.32676616614 rows/sec., 27.30 MiB/sec. 2026.05.04 23:27:08.104753 [ 259 ] {e4f2ff40-0c8b-4b73-b792-6f16c740bf6c} executeQuery: Read 24 rows, 1.80 KiB in 0.001404 sec., 17094.017094017094 rows/sec., 1.26 MiB/sec. 2026.05.04 23:27:08.104776 [ 187 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.04 23:27:08.104798 [ 259 ] {e4f2ff40-0c8b-4b73-b792-6f16c740bf6c} TCPHandler: Processed in 0.001587365 sec. 2026.05.04 23:27:08.104930 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:08.105018 [ 187 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_6_1} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:08.105029 [ 259 ] {63fbd637-1595-410a-86d9-413bb5169104} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:27:08.105077 [ 259 ] {63fbd637-1595-410a-86d9-413bb5169104} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:27:08.105092 [ 187 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_6_1} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.04 23:27:08.105161 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.05.04 23:27:08.105514 [ 259 ] {63fbd637-1595-410a-86d9-413bb5169104} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:08.105556 [ 259 ] {63fbd637-1595-410a-86d9-413bb5169104} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:27:08.105881 [ 259 ] {63fbd637-1595-410a-86d9-413bb5169104} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.04 23:27:08.106095 [ 259 ] {63fbd637-1595-410a-86d9-413bb5169104} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:08.106193 [ 76 ] {} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.04 23:27:08.106224 [ 259 ] {63fbd637-1595-410a-86d9-413bb5169104} executeQuery: Read 96 rows, 7.70 KiB in 0.001214 sec., 79077.42998352554 rows/sec., 6.19 MiB/sec. 2026.05.04 23:27:08.106246 [ 76 ] {} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:08.106260 [ 259 ] {63fbd637-1595-410a-86d9-413bb5169104} TCPHandler: Processed in 0.00137979 sec. 2026.05.04 23:27:08.106267 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:27:08.106363 [ 199 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.04 23:27:08.106394 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:08.106474 [ 199 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:27:08.106494 [ 259 ] {622ad8f6-530d-4dbc-9552-bfc171b16ed4} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:27:08.106516 [ 199 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 83 rows starting from the beginning of the part 2026.05.04 23:27:08.106542 [ 259 ] {622ad8f6-530d-4dbc-9552-bfc171b16ed4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:27:08.106610 [ 199 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part 2026.05.04 23:27:08.106664 [ 199 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 75 rows starting from the beginning of the part 2026.05.04 23:27:08.106708 [ 199 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 73 rows starting from the beginning of the part 2026.05.04 23:27:08.106749 [ 199 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 75 rows starting from the beginning of the part 2026.05.04 23:27:08.106794 [ 199 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 96 rows starting from the beginning of the part 2026.05.04 23:27:08.106957 [ 259 ] {622ad8f6-530d-4dbc-9552-bfc171b16ed4} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:08.106997 [ 259 ] {622ad8f6-530d-4dbc-9552-bfc171b16ed4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:27:08.107365 [ 259 ] {622ad8f6-530d-4dbc-9552-bfc171b16ed4} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.04 23:27:08.107584 [ 199 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 466 rows, containing 5 columns (5 merged, 0 gathered) in 0.001258126 sec., 370392.15468085074 rows/sec., 30.36 MiB/sec. 2026.05.04 23:27:08.107602 [ 259 ] {622ad8f6-530d-4dbc-9552-bfc171b16ed4} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:08.107701 [ 199 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.04 23:27:08.107734 [ 75 ] {} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.04 23:27:08.107744 [ 259 ] {622ad8f6-530d-4dbc-9552-bfc171b16ed4} executeQuery: Read 160 rows, 11.41 KiB in 0.001267 sec., 126282.55722178375 rows/sec., 8.80 MiB/sec. 2026.05.04 23:27:08.107773 [ 75 ] {} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:08.107796 [ 259 ] {622ad8f6-530d-4dbc-9552-bfc171b16ed4} TCPHandler: Processed in 0.001453632 sec. 2026.05.04 23:27:08.107798 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:27:08.107930 [ 199 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_6_1} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:08.107937 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:08.107960 [ 186 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.04 23:27:08.107992 [ 199 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_6_1} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.04 23:27:08.108040 [ 259 ] {a6832cd5-102c-406f-adb7-345a221823ff} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:27:08.108051 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.05.04 23:27:08.108103 [ 259 ] {a6832cd5-102c-406f-adb7-345a221823ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:27:08.108107 [ 186 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:27:08.108162 [ 186 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 164 rows starting from the beginning of the part 2026.05.04 23:27:08.108241 [ 186 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part 2026.05.04 23:27:08.108290 [ 186 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part 2026.05.04 23:27:08.108333 [ 186 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 161 rows starting from the beginning of the part 2026.05.04 23:27:08.108382 [ 186 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part 2026.05.04 23:27:08.108429 [ 186 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part 2026.05.04 23:27:08.109015 [ 259 ] {a6832cd5-102c-406f-adb7-345a221823ff} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:08.109058 [ 259 ] {a6832cd5-102c-406f-adb7-345a221823ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:27:08.109407 [ 193 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 965 rows, containing 5 columns (5 merged, 0 gathered) in 0.001507963 sec., 639936.1257537486 rows/sec., 44.57 MiB/sec. 2026.05.04 23:27:08.109620 [ 259 ] {a6832cd5-102c-406f-adb7-345a221823ff} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.04 23:27:08.109676 [ 193 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.04 23:27:08.109899 [ 259 ] {a6832cd5-102c-406f-adb7-345a221823ff} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:08.110042 [ 193 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_6_1} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:08.110062 [ 259 ] {a6832cd5-102c-406f-adb7-345a221823ff} executeQuery: Read 24 rows, 44.04 KiB in 0.00204 sec., 11764.70588235294 rows/sec., 21.08 MiB/sec. 2026.05.04 23:27:08.110125 [ 259 ] {a6832cd5-102c-406f-adb7-345a221823ff} TCPHandler: Processed in 0.002237644 sec. 2026.05.04 23:27:08.110157 [ 193 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_6_1} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.04 23:27:08.110252 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:08.110281 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.05.04 23:27:08.110352 [ 259 ] {d31dda9e-2aaf-4aa8-970b-a8263efe3b6c} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.05.04 23:27:08.110400 [ 259 ] {d31dda9e-2aaf-4aa8-970b-a8263efe3b6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.05.04 23:27:08.110740 [ 259 ] {d31dda9e-2aaf-4aa8-970b-a8263efe3b6c} oximeter.measurements_i64 (5178d5c3-2614-407e-aaf6-d4a02fb14a71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:08.110776 [ 259 ] {d31dda9e-2aaf-4aa8-970b-a8263efe3b6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:27:08.111087 [ 259 ] {d31dda9e-2aaf-4aa8-970b-a8263efe3b6c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.04 23:27:08.111291 [ 259 ] {d31dda9e-2aaf-4aa8-970b-a8263efe3b6c} oximeter.measurements_i64 (5178d5c3-2614-407e-aaf6-d4a02fb14a71): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:08.111421 [ 259 ] {d31dda9e-2aaf-4aa8-970b-a8263efe3b6c} executeQuery: Read 15 rows, 1.14 KiB in 0.001088 sec., 13786.764705882353 rows/sec., 1.03 MiB/sec. 2026.05.04 23:27:08.111458 [ 259 ] {d31dda9e-2aaf-4aa8-970b-a8263efe3b6c} TCPHandler: Processed in 0.001255845 sec. 2026.05.04 23:27:08.111580 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:08.111673 [ 259 ] {56e884f4-53bc-47cd-9e8c-8535141bbce0} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:27:08.111713 [ 259 ] {56e884f4-53bc-47cd-9e8c-8535141bbce0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:27:08.112078 [ 259 ] {56e884f4-53bc-47cd-9e8c-8535141bbce0} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:08.112114 [ 259 ] {56e884f4-53bc-47cd-9e8c-8535141bbce0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:27:08.112420 [ 259 ] {56e884f4-53bc-47cd-9e8c-8535141bbce0} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.04 23:27:08.112624 [ 259 ] {56e884f4-53bc-47cd-9e8c-8535141bbce0} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:08.112729 [ 75 ] {} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.04 23:27:08.112764 [ 75 ] {} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:08.112766 [ 259 ] {56e884f4-53bc-47cd-9e8c-8535141bbce0} executeQuery: Read 60 rows, 4.14 KiB in 0.001108 sec., 54151.62454873646 rows/sec., 3.65 MiB/sec. 2026.05.04 23:27:08.112783 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 23:27:08.112827 [ 259 ] {56e884f4-53bc-47cd-9e8c-8535141bbce0} TCPHandler: Processed in 0.001295987 sec. 2026.05.04 23:27:08.112906 [ 186 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.04 23:27:08.113007 [ 186 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:27:08.113035 [ 186 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 60 rows starting from the beginning of the part 2026.05.04 23:27:08.113085 [ 186 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part 2026.05.04 23:27:08.113127 [ 186 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part 2026.05.04 23:27:08.113162 [ 186 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part 2026.05.04 23:27:08.113197 [ 186 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part 2026.05.04 23:27:08.113237 [ 186 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part 2026.05.04 23:27:08.113991 [ 197 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 360 rows, containing 4 columns (4 merged, 0 gathered) in 0.001122823 sec., 320620.4361684789 rows/sec., 21.61 MiB/sec. 2026.05.04 23:27:08.114159 [ 197 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.04 23:27:08.114443 [ 197 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_6_1} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:08.114511 [ 197 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_6_1} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.04 23:27:08.114579 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.05.04 23:27:11.770852 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 186 2026.05.04 23:27:11.773040 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:11.773092 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:11.774299 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.04 23:27:11.774582 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:11.774906 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 186 2026.05.04 23:27:13.100641 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:13.100992 [ 259 ] {a2a945b4-1626-4d24-8e39-b6f4cdf01a58} executeQuery: (from [fd00:1122:3344:101::d]:48158) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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) 2026.05.04 23:27:13.101349 [ 259 ] {a2a945b4-1626-4d24-8e39-b6f4cdf01a58} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:27:13.101389 [ 259 ] {a2a945b4-1626-4d24-8e39-b6f4cdf01a58} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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 2026.05.04 23:27:13.101624 [ 259 ] {a2a945b4-1626-4d24-8e39-b6f4cdf01a58} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:27:13.101698 [ 259 ] {a2a945b4-1626-4d24-8e39-b6f4cdf01a58} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:27:13.101846 [ 259 ] {a2a945b4-1626-4d24-8e39-b6f4cdf01a58} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 26-element set) 2026.05.04 23:27:13.101958 [ 298 ] {a2a945b4-1626-4d24-8e39-b6f4cdf01a58} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:27:13.101969 [ 316 ] {a2a945b4-1626-4d24-8e39-b6f4cdf01a58} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:27:13.102118 [ 259 ] {a2a945b4-1626-4d24-8e39-b6f4cdf01a58} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges 2026.05.04 23:27:13.102142 [ 259 ] {a2a945b4-1626-4d24-8e39-b6f4cdf01a58} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:27:13.102187 [ 259 ] {a2a945b4-1626-4d24-8e39-b6f4cdf01a58} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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'))" 2026.05.04 23:27:13.102208 [ 259 ] {a2a945b4-1626-4d24-8e39-b6f4cdf01a58} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2026.05.04 23:27:13.103423 [ 259 ] {a2a945b4-1626-4d24-8e39-b6f4cdf01a58} executeQuery: Read 20 rows, 2.89 KiB in 0.002578 sec., 7757.9519006982155 rows/sec., 1.10 MiB/sec. 2026.05.04 23:27:13.103531 [ 259 ] {a2a945b4-1626-4d24-8e39-b6f4cdf01a58} TCPHandler: Processed in 0.003065708 sec. 2026.05.04 23:27:13.107462 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:13.107602 [ 259 ] {6ee15c0e-c38e-4046-9188-729de2e636be} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.04 23:27:13.107657 [ 259 ] {6ee15c0e-c38e-4046-9188-729de2e636be} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:27:13.108230 [ 259 ] {6ee15c0e-c38e-4046-9188-729de2e636be} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:13.108278 [ 259 ] {6ee15c0e-c38e-4046-9188-729de2e636be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:13.108756 [ 259 ] {6ee15c0e-c38e-4046-9188-729de2e636be} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.04 23:27:13.108959 [ 259 ] {6ee15c0e-c38e-4046-9188-729de2e636be} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:13.109115 [ 259 ] {6ee15c0e-c38e-4046-9188-729de2e636be} executeQuery: Read 6 rows, 2.84 KiB in 0.001553 sec., 3863.4900193174503 rows/sec., 1.79 MiB/sec. 2026.05.04 23:27:13.109156 [ 259 ] {6ee15c0e-c38e-4046-9188-729de2e636be} TCPHandler: Processed in 0.00176298 sec. 2026.05.04 23:27:13.109283 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:13.109407 [ 259 ] {dc28e54c-51c1-4495-bbf0-73997da27b1c} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.04 23:27:13.109459 [ 259 ] {dc28e54c-51c1-4495-bbf0-73997da27b1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.04 23:27:13.112040 [ 259 ] {dc28e54c-51c1-4495-bbf0-73997da27b1c} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:13.112084 [ 259 ] {dc28e54c-51c1-4495-bbf0-73997da27b1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:13.112486 [ 259 ] {dc28e54c-51c1-4495-bbf0-73997da27b1c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 23:27:13.112743 [ 259 ] {dc28e54c-51c1-4495-bbf0-73997da27b1c} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:13.112904 [ 259 ] {dc28e54c-51c1-4495-bbf0-73997da27b1c} executeQuery: Read 24 rows, 2.04 KiB in 0.003523 sec., 6812.375816065853 rows/sec., 578.79 KiB/sec. 2026.05.04 23:27:13.112947 [ 259 ] {dc28e54c-51c1-4495-bbf0-73997da27b1c} TCPHandler: Processed in 0.003728077 sec. 2026.05.04 23:27:13.113088 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:13.113185 [ 259 ] {ac6faad8-6630-4c13-93fe-acb0c7bcc26f} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.04 23:27:13.113226 [ 259 ] {ac6faad8-6630-4c13-93fe-acb0c7bcc26f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.04 23:27:13.113638 [ 259 ] {ac6faad8-6630-4c13-93fe-acb0c7bcc26f} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:13.113677 [ 259 ] {ac6faad8-6630-4c13-93fe-acb0c7bcc26f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:13.113977 [ 259 ] {ac6faad8-6630-4c13-93fe-acb0c7bcc26f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.04 23:27:13.114185 [ 259 ] {ac6faad8-6630-4c13-93fe-acb0c7bcc26f} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:13.114313 [ 259 ] {ac6faad8-6630-4c13-93fe-acb0c7bcc26f} executeQuery: Read 2 rows, 167.00 B in 0.001147 sec., 1743.6791630340017 rows/sec., 142.18 KiB/sec. 2026.05.04 23:27:13.114349 [ 259 ] {ac6faad8-6630-4c13-93fe-acb0c7bcc26f} TCPHandler: Processed in 0.001313798 sec. 2026.05.04 23:27:13.114451 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:13.114549 [ 259 ] {2736be59-8f10-448d-be26-c38d7e625986} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:27:13.114589 [ 259 ] {2736be59-8f10-448d-be26-c38d7e625986} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:27:13.115058 [ 259 ] {2736be59-8f10-448d-be26-c38d7e625986} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:13.115095 [ 259 ] {2736be59-8f10-448d-be26-c38d7e625986} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:13.115409 [ 259 ] {2736be59-8f10-448d-be26-c38d7e625986} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.04 23:27:13.115625 [ 259 ] {2736be59-8f10-448d-be26-c38d7e625986} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:13.115751 [ 259 ] {2736be59-8f10-448d-be26-c38d7e625986} executeQuery: Read 199 rows, 18.15 KiB in 0.00122 sec., 163114.75409836066 rows/sec., 14.53 MiB/sec. 2026.05.04 23:27:13.115786 [ 259 ] {2736be59-8f10-448d-be26-c38d7e625986} TCPHandler: Processed in 0.00138495 sec. 2026.05.04 23:27:13.115898 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:13.115990 [ 259 ] {06d60021-12b8-4e22-ae67-e8ed00215768} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:27:13.116031 [ 259 ] {06d60021-12b8-4e22-ae67-e8ed00215768} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:27:13.116417 [ 259 ] {06d60021-12b8-4e22-ae67-e8ed00215768} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:13.116454 [ 259 ] {06d60021-12b8-4e22-ae67-e8ed00215768} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:13.116737 [ 259 ] {06d60021-12b8-4e22-ae67-e8ed00215768} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.04 23:27:13.116941 [ 259 ] {06d60021-12b8-4e22-ae67-e8ed00215768} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:13.117042 [ 69 ] {} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.04 23:27:13.117065 [ 259 ] {06d60021-12b8-4e22-ae67-e8ed00215768} executeQuery: Read 25 rows, 1.93 KiB in 0.001092 sec., 22893.772893772893 rows/sec., 1.72 MiB/sec. 2026.05.04 23:27:13.117112 [ 69 ] {} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:13.117121 [ 259 ] {06d60021-12b8-4e22-ae67-e8ed00215768} TCPHandler: Processed in 0.001272957 sec. 2026.05.04 23:27:13.117141 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:13.117243 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:13.117253 [ 193 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.04 23:27:13.117343 [ 259 ] {9202f6df-33d5-43f7-b82d-5d3be14224e2} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.04 23:27:13.117387 [ 259 ] {9202f6df-33d5-43f7-b82d-5d3be14224e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.04 23:27:13.117405 [ 193 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:27:13.117450 [ 193 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 19 rows starting from the beginning of the part 2026.05.04 23:27:13.117554 [ 193 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 11 rows starting from the beginning of the part 2026.05.04 23:27:13.117614 [ 193 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2026.05.04 23:27:13.117666 [ 193 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 11 rows starting from the beginning of the part 2026.05.04 23:27:13.117720 [ 193 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2026.05.04 23:27:13.117776 [ 193 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 25 rows starting from the beginning of the part 2026.05.04 23:27:13.117831 [ 259 ] {9202f6df-33d5-43f7-b82d-5d3be14224e2} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:13.117870 [ 259 ] {9202f6df-33d5-43f7-b82d-5d3be14224e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:13.118193 [ 259 ] {9202f6df-33d5-43f7-b82d-5d3be14224e2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 23:27:13.118428 [ 259 ] {9202f6df-33d5-43f7-b82d-5d3be14224e2} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:13.118560 [ 259 ] {9202f6df-33d5-43f7-b82d-5d3be14224e2} executeQuery: Read 24 rows, 2.04 KiB in 0.001235 sec., 19433.198380566802 rows/sec., 1.61 MiB/sec. 2026.05.04 23:27:13.118600 [ 259 ] {9202f6df-33d5-43f7-b82d-5d3be14224e2} TCPHandler: Processed in 0.00140777 sec. 2026.05.04 23:27:13.118706 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:13.118724 [ 196 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 5 columns (5 merged, 0 gathered) in 0.001518003 sec., 63240.981737190246 rows/sec., 4.88 MiB/sec. 2026.05.04 23:27:13.118799 [ 259 ] {dea9048a-0dfe-48bb-9565-d6d6376778e8} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.04 23:27:13.118840 [ 259 ] {dea9048a-0dfe-48bb-9565-d6d6376778e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.04 23:27:13.118865 [ 193 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.04 23:27:13.119113 [ 193 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_6_1} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:13.119181 [ 193 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_6_1} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.04 23:27:13.119228 [ 259 ] {dea9048a-0dfe-48bb-9565-d6d6376778e8} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:13.119252 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.05.04 23:27:13.119270 [ 259 ] {dea9048a-0dfe-48bb-9565-d6d6376778e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:13.119593 [ 259 ] {dea9048a-0dfe-48bb-9565-d6d6376778e8} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 23:27:13.119807 [ 259 ] {dea9048a-0dfe-48bb-9565-d6d6376778e8} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:13.119929 [ 259 ] {dea9048a-0dfe-48bb-9565-d6d6376778e8} executeQuery: Read 12 rows, 960.00 B in 0.001148 sec., 10452.961672473868 rows/sec., 816.64 KiB/sec. 2026.05.04 23:27:13.119967 [ 259 ] {dea9048a-0dfe-48bb-9565-d6d6376778e8} TCPHandler: Processed in 0.001310447 sec. 2026.05.04 23:27:13.120078 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:13.120171 [ 259 ] {4bb22417-659e-4539-aafe-8120dfd2680d} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:27:13.120211 [ 259 ] {4bb22417-659e-4539-aafe-8120dfd2680d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:27:13.120619 [ 259 ] {4bb22417-659e-4539-aafe-8120dfd2680d} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:13.120655 [ 259 ] {4bb22417-659e-4539-aafe-8120dfd2680d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:13.120955 [ 259 ] {4bb22417-659e-4539-aafe-8120dfd2680d} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.04 23:27:13.121161 [ 259 ] {4bb22417-659e-4539-aafe-8120dfd2680d} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:13.121284 [ 259 ] {4bb22417-659e-4539-aafe-8120dfd2680d} executeQuery: Read 113 rows, 9.42 KiB in 0.00113 sec., 100000 rows/sec., 8.14 MiB/sec. 2026.05.04 23:27:13.121322 [ 259 ] {4bb22417-659e-4539-aafe-8120dfd2680d} TCPHandler: Processed in 0.001293457 sec. 2026.05.04 23:27:13.121435 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:13.121533 [ 259 ] {000afff6-8b6f-47fa-843c-822c0baaf7b1} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:27:13.121578 [ 259 ] {000afff6-8b6f-47fa-843c-822c0baaf7b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:27:13.121998 [ 259 ] {000afff6-8b6f-47fa-843c-822c0baaf7b1} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:13.122034 [ 259 ] {000afff6-8b6f-47fa-843c-822c0baaf7b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:13.122365 [ 259 ] {000afff6-8b6f-47fa-843c-822c0baaf7b1} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.04 23:27:13.122574 [ 259 ] {000afff6-8b6f-47fa-843c-822c0baaf7b1} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:13.122698 [ 259 ] {000afff6-8b6f-47fa-843c-822c0baaf7b1} executeQuery: Read 425 rows, 33.40 KiB in 0.001183 sec., 359256.12848689774 rows/sec., 27.57 MiB/sec. 2026.05.04 23:27:13.122733 [ 259 ] {000afff6-8b6f-47fa-843c-822c0baaf7b1} TCPHandler: Processed in 0.001348108 sec. 2026.05.04 23:27:13.122847 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:13.122939 [ 259 ] {f22998f9-ac52-4acd-8bdc-5a893defb217} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:27:13.122994 [ 259 ] {f22998f9-ac52-4acd-8bdc-5a893defb217} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:27:13.123712 [ 259 ] {f22998f9-ac52-4acd-8bdc-5a893defb217} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:13.123749 [ 259 ] {f22998f9-ac52-4acd-8bdc-5a893defb217} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:13.124249 [ 259 ] {f22998f9-ac52-4acd-8bdc-5a893defb217} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.04 23:27:13.124463 [ 259 ] {f22998f9-ac52-4acd-8bdc-5a893defb217} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:13.124570 [ 69 ] {} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.04 23:27:13.124600 [ 259 ] {f22998f9-ac52-4acd-8bdc-5a893defb217} executeQuery: Read 11 rows, 20.18 KiB in 0.001677 sec., 6559.332140727489 rows/sec., 11.75 MiB/sec. 2026.05.04 23:27:13.124614 [ 69 ] {} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:13.124642 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:13.124662 [ 259 ] {f22998f9-ac52-4acd-8bdc-5a893defb217} TCPHandler: Processed in 0.001864673 sec. 2026.05.04 23:27:13.124727 [ 186 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.04 23:27:13.124783 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:13.124890 [ 259 ] {d1ed5fdd-7283-4a5c-baa8-5ef714791fc8} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:27:13.124935 [ 259 ] {d1ed5fdd-7283-4a5c-baa8-5ef714791fc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:27:13.124956 [ 186 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:27:13.125022 [ 186 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 11 rows starting from the beginning of the part 2026.05.04 23:27:13.125151 [ 186 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 11 rows starting from the beginning of the part 2026.05.04 23:27:13.125276 [ 186 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part 2026.05.04 23:27:13.125284 [ 259 ] {d1ed5fdd-7283-4a5c-baa8-5ef714791fc8} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:13.125332 [ 259 ] {d1ed5fdd-7283-4a5c-baa8-5ef714791fc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:13.125382 [ 186 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 11 rows starting from the beginning of the part 2026.05.04 23:27:13.125494 [ 186 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2026.05.04 23:27:13.125597 [ 186 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 11 rows starting from the beginning of the part 2026.05.04 23:27:13.125701 [ 259 ] {d1ed5fdd-7283-4a5c-baa8-5ef714791fc8} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.04 23:27:13.125941 [ 259 ] {d1ed5fdd-7283-4a5c-baa8-5ef714791fc8} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:13.126085 [ 259 ] {d1ed5fdd-7283-4a5c-baa8-5ef714791fc8} executeQuery: Read 60 rows, 4.14 KiB in 0.001214 sec., 49423.39373970346 rows/sec., 3.33 MiB/sec. 2026.05.04 23:27:13.126123 [ 259 ] {d1ed5fdd-7283-4a5c-baa8-5ef714791fc8} TCPHandler: Processed in 0.00139251 sec. 2026.05.04 23:27:13.127382 [ 196 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 72 rows, containing 19 columns (19 merged, 0 gathered) in 0.002695257 sec., 26713.5935459958 rows/sec., 47.87 MiB/sec. 2026.05.04 23:27:13.127668 [ 194 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.04 23:27:13.128002 [ 194 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_6_1} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:13.128071 [ 194 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_6_1} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.04 23:27:13.128155 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.05.04 23:27:14.273416 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3375 2026.05.04 23:27:14.273905 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:14.273955 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:14.274448 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.04 23:27:14.274687 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:14.274837 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3375 2026.05.04 23:27:14.436673 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.05.04 23:27:14.453994 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:14.454059 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:14.459629 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.04 23:27:14.460308 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:14.463315 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.05.04 23:27:16.896850 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63158 2026.05.04 23:27:16.896976 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:27:16.897004 [ 286 ] {} TCP-Session: 8a0b04d4-193f-4bb3-b84f-87fd5c8f0ebf Authenticating user 'default' from [fd00:1122:3344:101::e]:63158 2026.05.04 23:27:16.897026 [ 286 ] {} TCP-Session: 8a0b04d4-193f-4bb3-b84f-87fd5c8f0ebf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:16.897038 [ 286 ] {} TCP-Session: 8a0b04d4-193f-4bb3-b84f-87fd5c8f0ebf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:16.897240 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55278 2026.05.04 23:27:16.897285 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48210 2026.05.04 23:27:16.897307 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45016 2026.05.04 23:27:16.897327 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49703 2026.05.04 23:27:16.897366 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:27:16.897373 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56384 2026.05.04 23:27:16.897391 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:27:16.897407 [ 287 ] {} TCP-Session: f790ad3e-2c21-4f4e-b85c-5fb29306803c Authenticating user 'default' from [fd00:1122:3344:101::e]:55278 2026.05.04 23:27:16.897319 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36132 2026.05.04 23:27:16.897462 [ 287 ] {} TCP-Session: f790ad3e-2c21-4f4e-b85c-5fb29306803c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:16.897443 [ 288 ] {} TCP-Session: 8b27d126-7f2c-4994-b376-266496e77501 Authenticating user 'default' from [fd00:1122:3344:101::e]:48210 2026.05.04 23:27:16.897486 [ 287 ] {} TCP-Session: f790ad3e-2c21-4f4e-b85c-5fb29306803c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:16.897516 [ 288 ] {} TCP-Session: 8b27d126-7f2c-4994-b376-266496e77501 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:16.897531 [ 286 ] {} TCP-Session: 8a0b04d4-193f-4bb3-b84f-87fd5c8f0ebf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:16.897542 [ 288 ] {} TCP-Session: 8b27d126-7f2c-4994-b376-266496e77501 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:16.897303 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60046 2026.05.04 23:27:16.897341 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54594 2026.05.04 23:27:16.897738 [ 286 ] {12a3626a-aa71-45f3-ade9-aab800e0e64d} executeQuery: (from [fd00:1122:3344:101::e]:63158) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.04 23:27:16.897766 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:27:16.897801 [ 292 ] {} TCP-Session: 41c16c0c-3874-4ee5-a4dc-c2eeff1fed37 Authenticating user 'default' from [fd00:1122:3344:101::e]:49703 2026.05.04 23:27:16.897818 [ 292 ] {} TCP-Session: 41c16c0c-3874-4ee5-a4dc-c2eeff1fed37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:16.897830 [ 292 ] {} TCP-Session: 41c16c0c-3874-4ee5-a4dc-c2eeff1fed37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:16.897860 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:27:16.897860 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:27:16.897891 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:27:16.897898 [ 289 ] {} TCP-Session: 5f359d95-575a-4611-9685-9f45ac7e3aa4 Authenticating user 'default' from [fd00:1122:3344:101::e]:60046 2026.05.04 23:27:16.897907 [ 293 ] {} TCP-Session: 358f9c21-04fd-4fd5-b2df-acc893e3d83a Authenticating user 'default' from [fd00:1122:3344:101::e]:54594 2026.05.04 23:27:16.897928 [ 291 ] {} TCP-Session: 758a04e2-8adc-4ce9-82f0-4ec2fe6d0027 Authenticating user 'default' from [fd00:1122:3344:101::e]:36132 2026.05.04 23:27:16.897940 [ 289 ] {} TCP-Session: 5f359d95-575a-4611-9685-9f45ac7e3aa4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:16.897943 [ 293 ] {} TCP-Session: 358f9c21-04fd-4fd5-b2df-acc893e3d83a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:16.897957 [ 291 ] {} TCP-Session: 758a04e2-8adc-4ce9-82f0-4ec2fe6d0027 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:16.897961 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:27:16.897986 [ 291 ] {} TCP-Session: 758a04e2-8adc-4ce9-82f0-4ec2fe6d0027 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:16.898008 [ 286 ] {12a3626a-aa71-45f3-ade9-aab800e0e64d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.04 23:27:16.898014 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:27:16.898017 [ 294 ] {} TCP-Session: 9ebb797a-9c54-4ed1-86c4-9a4b44d77da1 Authenticating user 'default' from [fd00:1122:3344:101::e]:56384 2026.05.04 23:27:16.897972 [ 293 ] {} TCP-Session: 358f9c21-04fd-4fd5-b2df-acc893e3d83a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:16.898057 [ 290 ] {} TCP-Session: 17d15e15-b153-4a8a-bba0-39844bea4601 Authenticating user 'default' from [fd00:1122:3344:101::e]:45016 2026.05.04 23:27:16.898066 [ 294 ] {} TCP-Session: 9ebb797a-9c54-4ed1-86c4-9a4b44d77da1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:16.898097 [ 290 ] {} TCP-Session: 17d15e15-b153-4a8a-bba0-39844bea4601 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:16.898103 [ 294 ] {} TCP-Session: 9ebb797a-9c54-4ed1-86c4-9a4b44d77da1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:16.898112 [ 290 ] {} TCP-Session: 17d15e15-b153-4a8a-bba0-39844bea4601 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:16.898069 [ 286 ] {12a3626a-aa71-45f3-ade9-aab800e0e64d} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:27:16.897963 [ 289 ] {} TCP-Session: 5f359d95-575a-4611-9685-9f45ac7e3aa4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:16.898418 [ 286 ] {12a3626a-aa71-45f3-ade9-aab800e0e64d} oximeter.version (413ab30b-3bc7-4778-b9e2-3f982d4562fb) (SelectExecutor): Key condition: unknown 2026.05.04 23:27:16.898514 [ 286 ] {12a3626a-aa71-45f3-ade9-aab800e0e64d} Aggregator: Compile expression max()(UInt64) 0 2026.05.04 23:27:17.000179 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 182.13 MiB, peak 186.00 MiB, free memory in arenas 0.00 B, will set to 189.71 MiB (RSS), difference: 7.58 MiB 2026.05.04 23:27:17.126390 [ 284 ] {12a3626a-aa71-45f3-ade9-aab800e0e64d} AggregatingTransform: Aggregating 2026.05.04 23:27:17.126447 [ 284 ] {12a3626a-aa71-45f3-ade9-aab800e0e64d} Aggregator: Aggregation method: without_key 2026.05.04 23:27:17.126502 [ 284 ] {12a3626a-aa71-45f3-ade9-aab800e0e64d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001301667 sec. (768.246 rows/sec., 30.01 KiB/sec.) 2026.05.04 23:27:17.126517 [ 284 ] {12a3626a-aa71-45f3-ade9-aab800e0e64d} Aggregator: Merging aggregated data 2026.05.04 23:27:17.127492 [ 286 ] {12a3626a-aa71-45f3-ade9-aab800e0e64d} executeQuery: Read 1 rows, 40.00 B in 0.229821 sec., 4.351212465353471 rows/sec., 174.05 B/sec. 2026.05.04 23:27:17.127646 [ 286 ] {12a3626a-aa71-45f3-ade9-aab800e0e64d} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.05.04 23:27:17.127662 [ 286 ] {12a3626a-aa71-45f3-ade9-aab800e0e64d} TCPHandler: Processed in 0.230318684 sec. 2026.05.04 23:27:17.127805 [ 286 ] {} TCPHandler: Done processing connection. 2026.05.04 23:27:17.127835 [ 286 ] {} TCP-Session: 8a0b04d4-193f-4bb3-b84f-87fd5c8f0ebf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:17.127840 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.04 23:27:17.127861 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.04 23:27:17.127878 [ 294 ] {} TCP-Session: 9ebb797a-9c54-4ed1-86c4-9a4b44d77da1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:17.127882 [ 288 ] {} TCPHandler: Done processing connection. 2026.05.04 23:27:17.127916 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.04 23:27:17.127922 [ 287 ] {} TCP-Session: f790ad3e-2c21-4f4e-b85c-5fb29306803c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:17.127930 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.04 23:27:17.127956 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.04 23:27:17.127969 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.04 23:27:17.127991 [ 291 ] {} TCP-Session: 758a04e2-8adc-4ce9-82f0-4ec2fe6d0027 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:17.127966 [ 292 ] {} TCP-Session: 41c16c0c-3874-4ee5-a4dc-c2eeff1fed37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:17.128034 [ 293 ] {} TCP-Session: 358f9c21-04fd-4fd5-b2df-acc893e3d83a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:17.128030 [ 289 ] {} TCP-Session: 5f359d95-575a-4611-9685-9f45ac7e3aa4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:17.127956 [ 288 ] {} TCP-Session: 8b27d126-7f2c-4994-b376-266496e77501 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:17.127898 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.04 23:27:17.128140 [ 290 ] {} TCP-Session: 17d15e15-b153-4a8a-bba0-39844bea4601 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.001308 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 191.09 MiB, peak 200.18 MiB, free memory in arenas 0.00 B, will set to 202.70 MiB (RSS), difference: 11.61 MiB 2026.05.04 23:27:18.096001 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:18.096246 [ 259 ] {5b76baaf-8839-46f9-9147-549d7f9630ab} executeQuery: (from [fd00:1122:3344:101::d]:48158) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:27:18.096679 [ 259 ] {5b76baaf-8839-46f9-9147-549d7f9630ab} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:27:18.096735 [ 259 ] {5b76baaf-8839-46f9-9147-549d7f9630ab} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:27:18.097059 [ 259 ] {5b76baaf-8839-46f9-9147-549d7f9630ab} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:27:18.097166 [ 259 ] {5b76baaf-8839-46f9-9147-549d7f9630ab} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:27:18.097376 [ 259 ] {5b76baaf-8839-46f9-9147-549d7f9630ab} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.04 23:27:18.097527 [ 298 ] {5b76baaf-8839-46f9-9147-549d7f9630ab} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:27:18.097541 [ 344 ] {5b76baaf-8839-46f9-9147-549d7f9630ab} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:27:18.097541 [ 331 ] {5b76baaf-8839-46f9-9147-549d7f9630ab} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:27:18.097673 [ 259 ] {5b76baaf-8839-46f9-9147-549d7f9630ab} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 3/3 parts by partition key, 1 parts by primary key, 1/3 marks by primary key, 1 marks to read from 1 ranges 2026.05.04 23:27:18.097705 [ 259 ] {5b76baaf-8839-46f9-9147-549d7f9630ab} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:27:18.097754 [ 259 ] {5b76baaf-8839-46f9-9147-549d7f9630ab} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:27:18.097784 [ 259 ] {5b76baaf-8839-46f9-9147-549d7f9630ab} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2026.05.04 23:27:18.099185 [ 259 ] {5b76baaf-8839-46f9-9147-549d7f9630ab} executeQuery: Read 20 rows, 2.89 KiB in 0.003042 sec., 6574.621959237344 rows/sec., 951.20 KiB/sec. 2026.05.04 23:27:18.099304 [ 259 ] {5b76baaf-8839-46f9-9147-549d7f9630ab} TCPHandler: Processed in 0.003448539 sec. 2026.05.04 23:27:18.101783 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:18.101908 [ 259 ] {6fe3af0f-4b8d-4f73-a24e-14118294d9fa} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:27:18.101958 [ 259 ] {6fe3af0f-4b8d-4f73-a24e-14118294d9fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:27:18.102532 [ 259 ] {6fe3af0f-4b8d-4f73-a24e-14118294d9fa} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:18.102583 [ 259 ] {6fe3af0f-4b8d-4f73-a24e-14118294d9fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:18.102983 [ 259 ] {6fe3af0f-4b8d-4f73-a24e-14118294d9fa} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.04 23:27:18.103218 [ 259 ] {6fe3af0f-4b8d-4f73-a24e-14118294d9fa} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:18.103381 [ 259 ] {6fe3af0f-4b8d-4f73-a24e-14118294d9fa} executeQuery: Read 104 rows, 8.94 KiB in 0.001509 sec., 68919.81444665341 rows/sec., 5.78 MiB/sec. 2026.05.04 23:27:18.103426 [ 259 ] {6fe3af0f-4b8d-4f73-a24e-14118294d9fa} TCPHandler: Processed in 0.001703339 sec. 2026.05.04 23:27:18.103579 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:18.103684 [ 259 ] {63a532b3-df4d-49ab-b837-857ccc2bec10} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:27:18.103729 [ 259 ] {63a532b3-df4d-49ab-b837-857ccc2bec10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:27:18.104162 [ 259 ] {63a532b3-df4d-49ab-b837-857ccc2bec10} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:18.104211 [ 259 ] {63a532b3-df4d-49ab-b837-857ccc2bec10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:18.104543 [ 259 ] {63a532b3-df4d-49ab-b837-857ccc2bec10} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.04 23:27:18.104760 [ 259 ] {63a532b3-df4d-49ab-b837-857ccc2bec10} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:18.104901 [ 259 ] {63a532b3-df4d-49ab-b837-857ccc2bec10} executeQuery: Read 24 rows, 1.80 KiB in 0.001241 sec., 19339.242546333604 rows/sec., 1.42 MiB/sec. 2026.05.04 23:27:18.104940 [ 259 ] {63a532b3-df4d-49ab-b837-857ccc2bec10} TCPHandler: Processed in 0.00141504 sec. 2026.05.04 23:27:18.105080 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:18.105180 [ 259 ] {cfcf6e39-8656-4805-b388-dcd92ab3aae6} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:27:18.105223 [ 259 ] {cfcf6e39-8656-4805-b388-dcd92ab3aae6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:27:18.105701 [ 259 ] {cfcf6e39-8656-4805-b388-dcd92ab3aae6} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:18.105742 [ 259 ] {cfcf6e39-8656-4805-b388-dcd92ab3aae6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:18.106071 [ 259 ] {cfcf6e39-8656-4805-b388-dcd92ab3aae6} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.04 23:27:18.106286 [ 259 ] {cfcf6e39-8656-4805-b388-dcd92ab3aae6} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:18.106420 [ 259 ] {cfcf6e39-8656-4805-b388-dcd92ab3aae6} executeQuery: Read 88 rows, 7.04 KiB in 0.001262 sec., 69730.58637083993 rows/sec., 5.45 MiB/sec. 2026.05.04 23:27:18.106458 [ 259 ] {cfcf6e39-8656-4805-b388-dcd92ab3aae6} TCPHandler: Processed in 0.001430791 sec. 2026.05.04 23:27:18.106593 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:18.106692 [ 259 ] {4dfd846f-3e2c-4d29-9245-ae0e4356b996} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:27:18.106737 [ 259 ] {4dfd846f-3e2c-4d29-9245-ae0e4356b996} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:27:18.107192 [ 259 ] {4dfd846f-3e2c-4d29-9245-ae0e4356b996} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:18.107231 [ 259 ] {4dfd846f-3e2c-4d29-9245-ae0e4356b996} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:18.107583 [ 259 ] {4dfd846f-3e2c-4d29-9245-ae0e4356b996} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.04 23:27:18.107799 [ 259 ] {4dfd846f-3e2c-4d29-9245-ae0e4356b996} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:18.107934 [ 259 ] {4dfd846f-3e2c-4d29-9245-ae0e4356b996} executeQuery: Read 160 rows, 11.41 KiB in 0.001265 sec., 126482.21343873517 rows/sec., 8.81 MiB/sec. 2026.05.04 23:27:18.107972 [ 259 ] {4dfd846f-3e2c-4d29-9245-ae0e4356b996} TCPHandler: Processed in 0.00142913 sec. 2026.05.04 23:27:18.108100 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:18.108198 [ 259 ] {caa20cb9-9866-4ce5-8685-c372b7db5945} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:27:18.108253 [ 259 ] {caa20cb9-9866-4ce5-8685-c372b7db5945} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:27:18.109114 [ 259 ] {caa20cb9-9866-4ce5-8685-c372b7db5945} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:18.109155 [ 259 ] {caa20cb9-9866-4ce5-8685-c372b7db5945} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:18.109745 [ 259 ] {caa20cb9-9866-4ce5-8685-c372b7db5945} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.04 23:27:18.109998 [ 259 ] {caa20cb9-9866-4ce5-8685-c372b7db5945} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:18.110146 [ 259 ] {caa20cb9-9866-4ce5-8685-c372b7db5945} executeQuery: Read 24 rows, 44.04 KiB in 0.00197 sec., 12182.74111675127 rows/sec., 21.83 MiB/sec. 2026.05.04 23:27:18.110210 [ 259 ] {caa20cb9-9866-4ce5-8685-c372b7db5945} TCPHandler: Processed in 0.002163531 sec. 2026.05.04 23:27:18.110354 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:18.110453 [ 259 ] {0f486210-b9fe-4f4e-be47-e49211e3db56} executeQuery: (from [fd00:1122:3344:101::d]:48158) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:27:18.110500 [ 259 ] {0f486210-b9fe-4f4e-be47-e49211e3db56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:27:18.110909 [ 259 ] {0f486210-b9fe-4f4e-be47-e49211e3db56} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:18.110947 [ 259 ] {0f486210-b9fe-4f4e-be47-e49211e3db56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:18.111324 [ 259 ] {0f486210-b9fe-4f4e-be47-e49211e3db56} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.04 23:27:18.111575 [ 259 ] {0f486210-b9fe-4f4e-be47-e49211e3db56} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:18.111723 [ 259 ] {0f486210-b9fe-4f4e-be47-e49211e3db56} executeQuery: Read 60 rows, 4.14 KiB in 0.00129 sec., 46511.62790697675 rows/sec., 3.13 MiB/sec. 2026.05.04 23:27:18.111777 [ 259 ] {0f486210-b9fe-4f4e-be47-e49211e3db56} TCPHandler: Processed in 0.001474162 sec. 2026.05.04 23:27:18.343172 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50100 2026.05.04 23:27:18.343281 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:27:18.343308 [ 289 ] {} TCP-Session: 1e98104c-46b0-43fc-b5db-4d264be02a51 Authenticating user 'default' from [fd00:1122:3344:101::e]:50100 2026.05.04 23:27:18.343331 [ 289 ] {} TCP-Session: 1e98104c-46b0-43fc-b5db-4d264be02a51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.343344 [ 289 ] {} TCP-Session: 1e98104c-46b0-43fc-b5db-4d264be02a51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.343534 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60089 2026.05.04 23:27:18.343555 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59047 2026.05.04 23:27:18.343602 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65510 2026.05.04 23:27:18.343621 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55318 2026.05.04 23:27:18.343669 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:27:18.343612 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61585 2026.05.04 23:27:18.343703 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:27:18.343710 [ 289 ] {} TCP-Session: 1e98104c-46b0-43fc-b5db-4d264be02a51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:18.343745 [ 291 ] {} TCP-Session: be0c9d49-ce6a-45c0-96d8-53d39c8de665 Authenticating user 'default' from [fd00:1122:3344:101::e]:59047 2026.05.04 23:27:18.343757 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:27:18.343769 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:27:18.343783 [ 291 ] {} TCP-Session: be0c9d49-ce6a-45c0-96d8-53d39c8de665 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.343798 [ 288 ] {} TCP-Session: 21095f2e-f30b-4828-b3b5-ee4c89047fa1 Authenticating user 'default' from [fd00:1122:3344:101::e]:55318 2026.05.04 23:27:18.343807 [ 287 ] {} TCP-Session: 882d2e39-6f85-46d1-a5ad-ed9dc9029a6e Authenticating user 'default' from [fd00:1122:3344:101::e]:61585 2026.05.04 23:27:18.343810 [ 291 ] {} TCP-Session: be0c9d49-ce6a-45c0-96d8-53d39c8de665 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.343831 [ 288 ] {} TCP-Session: 21095f2e-f30b-4828-b3b5-ee4c89047fa1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.343837 [ 287 ] {} TCP-Session: 882d2e39-6f85-46d1-a5ad-ed9dc9029a6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.343855 [ 288 ] {} TCP-Session: 21095f2e-f30b-4828-b3b5-ee4c89047fa1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.343869 [ 287 ] {} TCP-Session: 882d2e39-6f85-46d1-a5ad-ed9dc9029a6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.343717 [ 290 ] {} TCP-Session: 5e68f360-fc21-4717-adcb-18b550a84295 Authenticating user 'default' from [fd00:1122:3344:101::e]:60089 2026.05.04 23:27:18.343593 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52988 2026.05.04 23:27:18.343925 [ 290 ] {} TCP-Session: 5e68f360-fc21-4717-adcb-18b550a84295 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.343917 [ 289 ] {fc316057-5053-4549-b280-dab9e51509fd} executeQuery: (from [fd00:1122:3344:101::e]:50100) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.04 23:27:18.343953 [ 290 ] {} TCP-Session: 5e68f360-fc21-4717-adcb-18b550a84295 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.343571 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37541 2026.05.04 23:27:18.343991 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:27:18.343571 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40799 2026.05.04 23:27:18.344044 [ 294 ] {} TCP-Session: 6a4a6cc6-0966-474d-a94e-993482015f5f Authenticating user 'default' from [fd00:1122:3344:101::e]:52988 2026.05.04 23:27:18.344067 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:27:18.344084 [ 294 ] {} TCP-Session: 6a4a6cc6-0966-474d-a94e-993482015f5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.344102 [ 292 ] {} TCP-Session: 7e5bbcb7-b515-4a81-b1e6-1bc63a50ccfb Authenticating user 'default' from [fd00:1122:3344:101::e]:37541 2026.05.04 23:27:18.344109 [ 294 ] {} TCP-Session: 6a4a6cc6-0966-474d-a94e-993482015f5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.344129 [ 292 ] {} TCP-Session: 7e5bbcb7-b515-4a81-b1e6-1bc63a50ccfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.343702 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:27:18.344152 [ 292 ] {} TCP-Session: 7e5bbcb7-b515-4a81-b1e6-1bc63a50ccfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.344156 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:27:18.344182 [ 286 ] {} TCP-Session: b709983b-7a11-4609-87e2-c0a1a8e02579 Authenticating user 'default' from [fd00:1122:3344:101::e]:65510 2026.05.04 23:27:18.344213 [ 293 ] {} TCP-Session: fad609dc-dbee-48d6-b1c3-7ee2658c0a2b Authenticating user 'default' from [fd00:1122:3344:101::e]:40799 2026.05.04 23:27:18.344221 [ 286 ] {} TCP-Session: b709983b-7a11-4609-87e2-c0a1a8e02579 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.344241 [ 293 ] {} TCP-Session: fad609dc-dbee-48d6-b1c3-7ee2658c0a2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.344247 [ 286 ] {} TCP-Session: b709983b-7a11-4609-87e2-c0a1a8e02579 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.344263 [ 293 ] {} TCP-Session: fad609dc-dbee-48d6-b1c3-7ee2658c0a2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.344290 [ 289 ] {fc316057-5053-4549-b280-dab9e51509fd} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.04 23:27:18.344350 [ 289 ] {fc316057-5053-4549-b280-dab9e51509fd} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:27:18.344660 [ 289 ] {fc316057-5053-4549-b280-dab9e51509fd} oximeter.version (413ab30b-3bc7-4778-b9e2-3f982d4562fb) (SelectExecutor): Key condition: unknown 2026.05.04 23:27:18.345687 [ 334 ] {fc316057-5053-4549-b280-dab9e51509fd} AggregatingTransform: Aggregating 2026.05.04 23:27:18.345734 [ 334 ] {fc316057-5053-4549-b280-dab9e51509fd} Aggregator: Aggregation method: without_key 2026.05.04 23:27:18.345771 [ 334 ] {fc316057-5053-4549-b280-dab9e51509fd} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001009529 sec. (990.561 rows/sec., 38.69 KiB/sec.) 2026.05.04 23:27:18.345789 [ 334 ] {fc316057-5053-4549-b280-dab9e51509fd} Aggregator: Merging aggregated data 2026.05.04 23:27:18.347193 [ 289 ] {fc316057-5053-4549-b280-dab9e51509fd} executeQuery: Read 1 rows, 40.00 B in 0.003339 sec., 299.4908655286014 rows/sec., 11.70 KiB/sec. 2026.05.04 23:27:18.347394 [ 289 ] {fc316057-5053-4549-b280-dab9e51509fd} TCPHandler: Processed in 0.003837729 sec. 2026.05.04 23:27:18.347534 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.04 23:27:18.347547 [ 288 ] {} TCPHandler: Done processing connection. 2026.05.04 23:27:18.347564 [ 289 ] {} TCP-Session: 1e98104c-46b0-43fc-b5db-4d264be02a51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.347566 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.04 23:27:18.347592 [ 288 ] {} TCP-Session: 21095f2e-f30b-4828-b3b5-ee4c89047fa1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.347601 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.04 23:27:18.347625 [ 290 ] {} TCP-Session: 5e68f360-fc21-4717-adcb-18b550a84295 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.347634 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.04 23:27:18.347642 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.04 23:27:18.347690 [ 293 ] {} TCP-Session: fad609dc-dbee-48d6-b1c3-7ee2658c0a2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.347694 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.04 23:27:18.347716 [ 291 ] {} TCP-Session: be0c9d49-ce6a-45c0-96d8-53d39c8de665 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.347654 [ 294 ] {} TCP-Session: 6a4a6cc6-0966-474d-a94e-993482015f5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.347761 [ 287 ] {} TCP-Session: 882d2e39-6f85-46d1-a5ad-ed9dc9029a6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.347584 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.04 23:27:18.347656 [ 286 ] {} TCPHandler: Done processing connection. 2026.05.04 23:27:18.347831 [ 292 ] {} TCP-Session: 7e5bbcb7-b515-4a81-b1e6-1bc63a50ccfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.347848 [ 286 ] {} TCP-Session: b709983b-7a11-4609-87e2-c0a1a8e02579 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.477098 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49185 2026.05.04 23:27:18.477199 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:27:18.477224 [ 289 ] {} TCP-Session: 34c9bb26-bc5d-4975-9f88-f2d2e489f8d7 Authenticating user 'default' from [fd00:1122:3344:101::e]:49185 2026.05.04 23:27:18.477246 [ 289 ] {} TCP-Session: 34c9bb26-bc5d-4975-9f88-f2d2e489f8d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.477259 [ 289 ] {} TCP-Session: 34c9bb26-bc5d-4975-9f88-f2d2e489f8d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.477472 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50140 2026.05.04 23:27:18.477499 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37313 2026.05.04 23:27:18.477531 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56167 2026.05.04 23:27:18.477543 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60828 2026.05.04 23:27:18.477551 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63559 2026.05.04 23:27:18.477589 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:27:18.477562 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49549 2026.05.04 23:27:18.477631 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:27:18.477649 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:27:18.477675 [ 286 ] {} TCP-Session: 1440ed57-a96e-456d-afa5-6898a2ecbf77 Authenticating user 'default' from [fd00:1122:3344:101::e]:60828 2026.05.04 23:27:18.477634 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:27:18.477696 [ 287 ] {} TCP-Session: 86eedb7e-2557-4e44-81d6-495dff765b19 Authenticating user 'default' from [fd00:1122:3344:101::e]:63559 2026.05.04 23:27:18.477712 [ 286 ] {} TCP-Session: 1440ed57-a96e-456d-afa5-6898a2ecbf77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.477728 [ 291 ] {} TCP-Session: b98d34b7-4fd2-472d-857e-1012b2e12e16 Authenticating user 'default' from [fd00:1122:3344:101::e]:37313 2026.05.04 23:27:18.477743 [ 287 ] {} TCP-Session: 86eedb7e-2557-4e44-81d6-495dff765b19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.477749 [ 286 ] {} TCP-Session: 1440ed57-a96e-456d-afa5-6898a2ecbf77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.477767 [ 287 ] {} TCP-Session: 86eedb7e-2557-4e44-81d6-495dff765b19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.477764 [ 291 ] {} TCP-Session: b98d34b7-4fd2-472d-857e-1012b2e12e16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.477631 [ 290 ] {} TCP-Session: b0f83fa4-0b9d-401c-a3b2-1002e1546fc8 Authenticating user 'default' from [fd00:1122:3344:101::e]:50140 2026.05.04 23:27:18.477800 [ 291 ] {} TCP-Session: b98d34b7-4fd2-472d-857e-1012b2e12e16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.477827 [ 290 ] {} TCP-Session: b0f83fa4-0b9d-401c-a3b2-1002e1546fc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.477619 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:27:18.477851 [ 290 ] {} TCP-Session: b0f83fa4-0b9d-401c-a3b2-1002e1546fc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.477869 [ 294 ] {} TCP-Session: 3219255a-eba5-4c32-9a59-29a2b12c1a31 Authenticating user 'default' from [fd00:1122:3344:101::e]:56167 2026.05.04 23:27:18.477552 [ 289 ] {} TCP-Session: 34c9bb26-bc5d-4975-9f88-f2d2e489f8d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:18.477890 [ 294 ] {} TCP-Session: 3219255a-eba5-4c32-9a59-29a2b12c1a31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.477519 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56084 2026.05.04 23:27:18.477928 [ 294 ] {} TCP-Session: 3219255a-eba5-4c32-9a59-29a2b12c1a31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.477520 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56854 2026.05.04 23:27:18.477720 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:27:18.477998 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:27:18.478023 [ 292 ] {} TCP-Session: b37b00ea-a862-47e9-a307-1c61bef0d760 Authenticating user 'default' from [fd00:1122:3344:101::e]:56084 2026.05.04 23:27:18.478024 [ 288 ] {} TCP-Session: dbec4ec1-06ff-4794-b988-f1f157078496 Authenticating user 'default' from [fd00:1122:3344:101::e]:49549 2026.05.04 23:27:18.478040 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:27:18.478046 [ 292 ] {} TCP-Session: b37b00ea-a862-47e9-a307-1c61bef0d760 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.478048 [ 288 ] {} TCP-Session: dbec4ec1-06ff-4794-b988-f1f157078496 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.478073 [ 293 ] {} TCP-Session: 35f33806-ee02-4c6d-8880-017386228720 Authenticating user 'default' from [fd00:1122:3344:101::e]:56854 2026.05.04 23:27:18.478084 [ 289 ] {8f9b1c57-fdd1-49d6-82c4-49363080fd53} executeQuery: (from [fd00:1122:3344:101::e]:49185) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.04 23:27:18.478103 [ 293 ] {} TCP-Session: 35f33806-ee02-4c6d-8880-017386228720 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.478080 [ 288 ] {} TCP-Session: dbec4ec1-06ff-4794-b988-f1f157078496 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.478124 [ 293 ] {} TCP-Session: 35f33806-ee02-4c6d-8880-017386228720 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.478075 [ 292 ] {} TCP-Session: b37b00ea-a862-47e9-a307-1c61bef0d760 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.478402 [ 289 ] {8f9b1c57-fdd1-49d6-82c4-49363080fd53} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.04 23:27:18.478472 [ 289 ] {8f9b1c57-fdd1-49d6-82c4-49363080fd53} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:27:18.478779 [ 289 ] {8f9b1c57-fdd1-49d6-82c4-49363080fd53} oximeter.version (413ab30b-3bc7-4778-b9e2-3f982d4562fb) (SelectExecutor): Key condition: unknown 2026.05.04 23:27:18.479645 [ 313 ] {8f9b1c57-fdd1-49d6-82c4-49363080fd53} AggregatingTransform: Aggregating 2026.05.04 23:27:18.479740 [ 313 ] {8f9b1c57-fdd1-49d6-82c4-49363080fd53} Aggregator: Aggregation method: without_key 2026.05.04 23:27:18.479771 [ 313 ] {8f9b1c57-fdd1-49d6-82c4-49363080fd53} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000893535 sec. (1119.150 rows/sec., 43.72 KiB/sec.) 2026.05.04 23:27:18.479787 [ 313 ] {8f9b1c57-fdd1-49d6-82c4-49363080fd53} Aggregator: Merging aggregated data 2026.05.04 23:27:18.480884 [ 289 ] {8f9b1c57-fdd1-49d6-82c4-49363080fd53} executeQuery: Read 1 rows, 40.00 B in 0.002876 sec., 347.70514603616135 rows/sec., 13.58 KiB/sec. 2026.05.04 23:27:18.481028 [ 289 ] {8f9b1c57-fdd1-49d6-82c4-49363080fd53} TCPHandler: Processed in 0.003592922 sec. 2026.05.04 23:27:18.481174 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.04 23:27:18.481210 [ 288 ] {} TCPHandler: Done processing connection. 2026.05.04 23:27:18.481212 [ 289 ] {} TCP-Session: 34c9bb26-bc5d-4975-9f88-f2d2e489f8d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.481236 [ 286 ] {} TCPHandler: Done processing connection. 2026.05.04 23:27:18.481252 [ 288 ] {} TCP-Session: dbec4ec1-06ff-4794-b988-f1f157078496 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.481282 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.04 23:27:18.481294 [ 286 ] {} TCP-Session: 1440ed57-a96e-456d-afa5-6898a2ecbf77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.481307 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.04 23:27:18.481324 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.04 23:27:18.481339 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.04 23:27:18.481364 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.04 23:27:18.481368 [ 294 ] {} TCP-Session: 3219255a-eba5-4c32-9a59-29a2b12c1a31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.481393 [ 291 ] {} TCP-Session: b98d34b7-4fd2-472d-857e-1012b2e12e16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.481407 [ 287 ] {} TCP-Session: 86eedb7e-2557-4e44-81d6-495dff765b19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.481351 [ 290 ] {} TCP-Session: b0f83fa4-0b9d-401c-a3b2-1002e1546fc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.481330 [ 292 ] {} TCP-Session: b37b00ea-a862-47e9-a307-1c61bef0d760 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:18.481255 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.04 23:27:18.481507 [ 293 ] {} TCP-Session: 35f33806-ee02-4c6d-8880-017386228720 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:21.715956 [ 55 ] {} DNSResolver: Updating DNS cache 2026.05.04 23:27:21.716023 [ 55 ] {} DNSResolver: Updated DNS cache 2026.05.04 23:27:21.775615 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3823 2026.05.04 23:27:21.775761 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 230 2026.05.04 23:27:21.776090 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:21.776141 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:21.776627 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.04 23:27:21.776853 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:21.776981 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3823 2026.05.04 23:27:21.778342 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:21.778387 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:21.779599 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.04 23:27:21.779865 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:21.780114 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 230 2026.05.04 23:27:21.964076 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.05.04 23:27:21.982358 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:21.982423 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:21.988788 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.04 23:27:21.989523 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:21.992738 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.05.04 23:27:22.000240 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 203.35 MiB, peak 211.75 MiB, free memory in arenas 0.00 B, will set to 204.92 MiB (RSS), difference: 1.58 MiB 2026.05.04 23:27:22.723318 [ 259 ] {} TCPHandler: Done processing connection. 2026.05.04 23:27:22.723387 [ 259 ] {} TCP-Session: 401beacb-860b-47d3-a1ef-c71ba4a0ab2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:27:23.000354 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 202.89 MiB, peak 211.75 MiB, free memory in arenas 0.00 B, will set to 204.93 MiB (RSS), difference: 2.04 MiB 2026.05.04 23:27:23.093128 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:23.093458 [ 261 ] {46f82ec1-ea04-4f8d-8e39-391b3e96f3dd} executeQuery: (from [fd00:1122:3344:101::d]:39097) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:27:23.094006 [ 261 ] {46f82ec1-ea04-4f8d-8e39-391b3e96f3dd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:27:23.094086 [ 261 ] {46f82ec1-ea04-4f8d-8e39-391b3e96f3dd} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:27:23.094354 [ 261 ] {46f82ec1-ea04-4f8d-8e39-391b3e96f3dd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:27:23.094421 [ 261 ] {46f82ec1-ea04-4f8d-8e39-391b3e96f3dd} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:27:23.094556 [ 261 ] {46f82ec1-ea04-4f8d-8e39-391b3e96f3dd} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.04 23:27:23.094689 [ 299 ] {46f82ec1-ea04-4f8d-8e39-391b3e96f3dd} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:27:23.094709 [ 336 ] {46f82ec1-ea04-4f8d-8e39-391b3e96f3dd} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:27:23.094695 [ 317 ] {46f82ec1-ea04-4f8d-8e39-391b3e96f3dd} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:27:23.094889 [ 261 ] {46f82ec1-ea04-4f8d-8e39-391b3e96f3dd} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 3/3 parts by partition key, 1 parts by primary key, 1/3 marks by primary key, 1 marks to read from 1 ranges 2026.05.04 23:27:23.094917 [ 261 ] {46f82ec1-ea04-4f8d-8e39-391b3e96f3dd} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:27:23.094958 [ 261 ] {46f82ec1-ea04-4f8d-8e39-391b3e96f3dd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:27:23.094978 [ 261 ] {46f82ec1-ea04-4f8d-8e39-391b3e96f3dd} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2026.05.04 23:27:23.096253 [ 261 ] {46f82ec1-ea04-4f8d-8e39-391b3e96f3dd} executeQuery: Read 20 rows, 2.89 KiB in 0.002936 sec., 6811.989100817439 rows/sec., 985.54 KiB/sec. 2026.05.04 23:27:23.096367 [ 261 ] {46f82ec1-ea04-4f8d-8e39-391b3e96f3dd} TCPHandler: Processed in 0.003422227 sec. 2026.05.04 23:27:23.098189 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:23.098319 [ 261 ] {4854011b-02a8-4bf2-92bf-a9bf8f17a9a3} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:27:23.098371 [ 261 ] {4854011b-02a8-4bf2-92bf-a9bf8f17a9a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:27:23.099164 [ 261 ] {4854011b-02a8-4bf2-92bf-a9bf8f17a9a3} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:23.099207 [ 261 ] {4854011b-02a8-4bf2-92bf-a9bf8f17a9a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:23.099599 [ 261 ] {4854011b-02a8-4bf2-92bf-a9bf8f17a9a3} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.04 23:27:23.099826 [ 261 ] {4854011b-02a8-4bf2-92bf-a9bf8f17a9a3} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:23.099968 [ 261 ] {4854011b-02a8-4bf2-92bf-a9bf8f17a9a3} executeQuery: Read 78 rows, 6.61 KiB in 0.001688 sec., 46208.5308056872 rows/sec., 3.83 MiB/sec. 2026.05.04 23:27:23.100005 [ 261 ] {4854011b-02a8-4bf2-92bf-a9bf8f17a9a3} TCPHandler: Processed in 0.001877534 sec. 2026.05.04 23:27:23.100137 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:23.100229 [ 261 ] {f6ff45ed-3f10-4f96-af0f-bcbd789c92fe} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:27:23.100268 [ 261 ] {f6ff45ed-3f10-4f96-af0f-bcbd789c92fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:27:23.100667 [ 261 ] {f6ff45ed-3f10-4f96-af0f-bcbd789c92fe} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:23.100703 [ 261 ] {f6ff45ed-3f10-4f96-af0f-bcbd789c92fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:23.100981 [ 261 ] {f6ff45ed-3f10-4f96-af0f-bcbd789c92fe} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.04 23:27:23.101181 [ 261 ] {f6ff45ed-3f10-4f96-af0f-bcbd789c92fe} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:23.101309 [ 261 ] {f6ff45ed-3f10-4f96-af0f-bcbd789c92fe} executeQuery: Read 11 rows, 847.00 B in 0.001098 sec., 10018.214936247723 rows/sec., 753.32 KiB/sec. 2026.05.04 23:27:23.101344 [ 261 ] {f6ff45ed-3f10-4f96-af0f-bcbd789c92fe} TCPHandler: Processed in 0.001255056 sec. 2026.05.04 23:27:23.101464 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:23.101555 [ 261 ] {c7818cf0-d31f-4460-bd50-d3372bab7fde} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:27:23.101593 [ 261 ] {c7818cf0-d31f-4460-bd50-d3372bab7fde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:27:23.101996 [ 261 ] {c7818cf0-d31f-4460-bd50-d3372bab7fde} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:23.102031 [ 261 ] {c7818cf0-d31f-4460-bd50-d3372bab7fde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:23.102315 [ 261 ] {c7818cf0-d31f-4460-bd50-d3372bab7fde} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.04 23:27:23.102518 [ 261 ] {c7818cf0-d31f-4460-bd50-d3372bab7fde} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:23.102637 [ 261 ] {c7818cf0-d31f-4460-bd50-d3372bab7fde} executeQuery: Read 75 rows, 6.00 KiB in 0.001101 sec., 68119.89100817438 rows/sec., 5.32 MiB/sec. 2026.05.04 23:27:23.102674 [ 261 ] {c7818cf0-d31f-4460-bd50-d3372bab7fde} TCPHandler: Processed in 0.001256716 sec. 2026.05.04 23:27:23.102792 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:23.102883 [ 261 ] {e6ca8aae-cd27-421f-9baa-a55f18773808} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:27:23.102924 [ 261 ] {e6ca8aae-cd27-421f-9baa-a55f18773808} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:27:23.103344 [ 261 ] {e6ca8aae-cd27-421f-9baa-a55f18773808} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:23.103380 [ 261 ] {e6ca8aae-cd27-421f-9baa-a55f18773808} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:23.103747 [ 261 ] {e6ca8aae-cd27-421f-9baa-a55f18773808} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.04 23:27:23.103952 [ 261 ] {e6ca8aae-cd27-421f-9baa-a55f18773808} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:23.104076 [ 261 ] {e6ca8aae-cd27-421f-9baa-a55f18773808} executeQuery: Read 160 rows, 11.41 KiB in 0.001211 sec., 132122.21304706854 rows/sec., 9.20 MiB/sec. 2026.05.04 23:27:23.104109 [ 261 ] {e6ca8aae-cd27-421f-9baa-a55f18773808} TCPHandler: Processed in 0.001364179 sec. 2026.05.04 23:27:23.104242 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:23.104333 [ 261 ] {e79ac381-595a-4470-8af0-b0596c0094db} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:27:23.104384 [ 261 ] {e79ac381-595a-4470-8af0-b0596c0094db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:27:23.105202 [ 261 ] {e79ac381-595a-4470-8af0-b0596c0094db} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:23.105238 [ 261 ] {e79ac381-595a-4470-8af0-b0596c0094db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:23.105724 [ 261 ] {e79ac381-595a-4470-8af0-b0596c0094db} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.04 23:27:23.105947 [ 261 ] {e79ac381-595a-4470-8af0-b0596c0094db} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:23.106082 [ 261 ] {e79ac381-595a-4470-8af0-b0596c0094db} executeQuery: Read 11 rows, 20.18 KiB in 0.001766 sec., 6228.76557191393 rows/sec., 11.16 MiB/sec. 2026.05.04 23:27:23.106130 [ 261 ] {e79ac381-595a-4470-8af0-b0596c0094db} TCPHandler: Processed in 0.001935855 sec. 2026.05.04 23:27:23.106261 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:23.106351 [ 261 ] {e60d974d-f6bf-4ca5-b815-3eef42424011} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:27:23.106392 [ 261 ] {e60d974d-f6bf-4ca5-b815-3eef42424011} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:27:23.106742 [ 261 ] {e60d974d-f6bf-4ca5-b815-3eef42424011} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:23.106776 [ 261 ] {e60d974d-f6bf-4ca5-b815-3eef42424011} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:23.107076 [ 261 ] {e60d974d-f6bf-4ca5-b815-3eef42424011} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.04 23:27:23.107280 [ 261 ] {e60d974d-f6bf-4ca5-b815-3eef42424011} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:23.107402 [ 261 ] {e60d974d-f6bf-4ca5-b815-3eef42424011} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2026.05.04 23:27:23.107435 [ 261 ] {e60d974d-f6bf-4ca5-b815-3eef42424011} TCPHandler: Processed in 0.001230685 sec. 2026.05.04 23:27:28.098120 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:28.098370 [ 261 ] {0bcf0222-09cf-4f9a-8088-c6a4cd15a99b} executeQuery: (from [fd00:1122:3344:101::d]:39097) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.04 23:27:28.098728 [ 261 ] {0bcf0222-09cf-4f9a-8088-c6a4cd15a99b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:27:28.098768 [ 261 ] {0bcf0222-09cf-4f9a-8088-c6a4cd15a99b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.05.04 23:27:28.099029 [ 261 ] {0bcf0222-09cf-4f9a-8088-c6a4cd15a99b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:27:28.099096 [ 261 ] {0bcf0222-09cf-4f9a-8088-c6a4cd15a99b} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:27:28.099227 [ 261 ] {0bcf0222-09cf-4f9a-8088-c6a4cd15a99b} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 36-element set) 2026.05.04 23:27:28.099343 [ 299 ] {0bcf0222-09cf-4f9a-8088-c6a4cd15a99b} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:27:28.099362 [ 317 ] {0bcf0222-09cf-4f9a-8088-c6a4cd15a99b} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:27:28.099347 [ 336 ] {0bcf0222-09cf-4f9a-8088-c6a4cd15a99b} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:27:28.099520 [ 261 ] {0bcf0222-09cf-4f9a-8088-c6a4cd15a99b} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:27:28.099548 [ 261 ] {0bcf0222-09cf-4f9a-8088-c6a4cd15a99b} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:27:28.099630 [ 261 ] {0bcf0222-09cf-4f9a-8088-c6a4cd15a99b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:27:28.099650 [ 261 ] {0bcf0222-09cf-4f9a-8088-c6a4cd15a99b} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Reading approx. 23 rows with 2 streams 2026.05.04 23:27:28.099682 [ 261 ] {0bcf0222-09cf-4f9a-8088-c6a4cd15a99b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.04 23:27:28.099726 [ 261 ] {0bcf0222-09cf-4f9a-8088-c6a4cd15a99b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.04 23:27:28.101087 [ 261 ] {0bcf0222-09cf-4f9a-8088-c6a4cd15a99b} executeQuery: Read 23 rows, 3.17 KiB in 0.002816 sec., 8167.613636363637 rows/sec., 1.10 MiB/sec. 2026.05.04 23:27:28.101218 [ 261 ] {0bcf0222-09cf-4f9a-8088-c6a4cd15a99b} TCPHandler: Processed in 0.003230082 sec. 2026.05.04 23:27:28.106359 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:28.106477 [ 261 ] {2366df04-581e-4fed-8f70-2ffa6b72e179} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.04 23:27:28.106523 [ 261 ] {2366df04-581e-4fed-8f70-2ffa6b72e179} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:27:28.107113 [ 261 ] {2366df04-581e-4fed-8f70-2ffa6b72e179} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:28.107154 [ 261 ] {2366df04-581e-4fed-8f70-2ffa6b72e179} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:28.107586 [ 261 ] {2366df04-581e-4fed-8f70-2ffa6b72e179} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.04 23:27:28.107795 [ 261 ] {2366df04-581e-4fed-8f70-2ffa6b72e179} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:28.107946 [ 261 ] {2366df04-581e-4fed-8f70-2ffa6b72e179} executeQuery: Read 13 rows, 4.47 KiB in 0.001505 sec., 8637.873754152824 rows/sec., 2.90 MiB/sec. 2026.05.04 23:27:28.107986 [ 261 ] {2366df04-581e-4fed-8f70-2ffa6b72e179} TCPHandler: Processed in 0.001682838 sec. 2026.05.04 23:27:28.108106 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:28.108204 [ 261 ] {dbe667cc-f190-4a92-8e92-c40e704b1be4} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.04 23:27:28.108247 [ 261 ] {dbe667cc-f190-4a92-8e92-c40e704b1be4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.04 23:27:28.108742 [ 261 ] {dbe667cc-f190-4a92-8e92-c40e704b1be4} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:28.108781 [ 261 ] {dbe667cc-f190-4a92-8e92-c40e704b1be4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:28.109106 [ 261 ] {dbe667cc-f190-4a92-8e92-c40e704b1be4} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.04 23:27:28.109320 [ 261 ] {dbe667cc-f190-4a92-8e92-c40e704b1be4} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:28.109454 [ 261 ] {dbe667cc-f190-4a92-8e92-c40e704b1be4} executeQuery: Read 284 rows, 18.47 KiB in 0.00127 sec., 223622.0472440945 rows/sec., 14.20 MiB/sec. 2026.05.04 23:27:28.109491 [ 261 ] {dbe667cc-f190-4a92-8e92-c40e704b1be4} TCPHandler: Processed in 0.001436531 sec. 2026.05.04 23:27:28.109608 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:28.109704 [ 261 ] {8e70f726-6f71-4fbb-9d70-47a5cf62306e} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.04 23:27:28.109745 [ 261 ] {8e70f726-6f71-4fbb-9d70-47a5cf62306e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.04 23:27:28.110121 [ 261 ] {8e70f726-6f71-4fbb-9d70-47a5cf62306e} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:28.110155 [ 261 ] {8e70f726-6f71-4fbb-9d70-47a5cf62306e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:28.110428 [ 261 ] {8e70f726-6f71-4fbb-9d70-47a5cf62306e} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.04 23:27:28.110624 [ 261 ] {8e70f726-6f71-4fbb-9d70-47a5cf62306e} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:28.110744 [ 261 ] {8e70f726-6f71-4fbb-9d70-47a5cf62306e} executeQuery: Read 4 rows, 334.00 B in 0.001116 sec., 3584.2293906810037 rows/sec., 292.27 KiB/sec. 2026.05.04 23:27:28.110777 [ 261 ] {8e70f726-6f71-4fbb-9d70-47a5cf62306e} TCPHandler: Processed in 0.001277917 sec. 2026.05.04 23:27:28.110948 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:28.111042 [ 261 ] {22e4869b-d862-4610-b36f-26c1e57a156e} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:27:28.111081 [ 261 ] {22e4869b-d862-4610-b36f-26c1e57a156e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:27:28.111817 [ 261 ] {22e4869b-d862-4610-b36f-26c1e57a156e} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:28.111853 [ 261 ] {22e4869b-d862-4610-b36f-26c1e57a156e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:28.112279 [ 261 ] {22e4869b-d862-4610-b36f-26c1e57a156e} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.04 23:27:28.112503 [ 261 ] {22e4869b-d862-4610-b36f-26c1e57a156e} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:28.112631 [ 261 ] {22e4869b-d862-4610-b36f-26c1e57a156e} executeQuery: Read 862 rows, 68.94 KiB in 0.001607 sec., 536403.235843186 rows/sec., 41.89 MiB/sec. 2026.05.04 23:27:28.112669 [ 261 ] {22e4869b-d862-4610-b36f-26c1e57a156e} TCPHandler: Processed in 0.00176885 sec. 2026.05.04 23:27:28.112787 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:28.112881 [ 261 ] {2524a2da-d819-4d9c-a626-efd283c73eae} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:27:28.112922 [ 261 ] {2524a2da-d819-4d9c-a626-efd283c73eae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:27:28.113349 [ 261 ] {2524a2da-d819-4d9c-a626-efd283c73eae} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:28.113386 [ 261 ] {2524a2da-d819-4d9c-a626-efd283c73eae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:28.113711 [ 261 ] {2524a2da-d819-4d9c-a626-efd283c73eae} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.04 23:27:28.113915 [ 261 ] {2524a2da-d819-4d9c-a626-efd283c73eae} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:28.114041 [ 261 ] {2524a2da-d819-4d9c-a626-efd283c73eae} executeQuery: Read 177 rows, 11.15 KiB in 0.001178 sec., 150254.6689303905 rows/sec., 9.25 MiB/sec. 2026.05.04 23:27:28.114076 [ 261 ] {2524a2da-d819-4d9c-a626-efd283c73eae} TCPHandler: Processed in 0.001339209 sec. 2026.05.04 23:27:28.114193 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:28.114285 [ 261 ] {21aa1023-5c8e-4b79-bbd0-5b4eeef36b2c} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.04 23:27:28.114325 [ 261 ] {21aa1023-5c8e-4b79-bbd0-5b4eeef36b2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.04 23:27:28.114735 [ 261 ] {21aa1023-5c8e-4b79-bbd0-5b4eeef36b2c} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:28.114771 [ 261 ] {21aa1023-5c8e-4b79-bbd0-5b4eeef36b2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:28.115050 [ 261 ] {21aa1023-5c8e-4b79-bbd0-5b4eeef36b2c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.04 23:27:28.115247 [ 261 ] {21aa1023-5c8e-4b79-bbd0-5b4eeef36b2c} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:28.115365 [ 261 ] {21aa1023-5c8e-4b79-bbd0-5b4eeef36b2c} executeQuery: Read 150 rows, 9.92 KiB in 0.001129 sec., 132860.9388839681 rows/sec., 8.58 MiB/sec. 2026.05.04 23:27:28.115398 [ 261 ] {21aa1023-5c8e-4b79-bbd0-5b4eeef36b2c} TCPHandler: Processed in 0.001289107 sec. 2026.05.04 23:27:28.115505 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:28.115592 [ 261 ] {d49f2010-11fd-4382-8948-67aa1cfbd827} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.04 23:27:28.115629 [ 261 ] {d49f2010-11fd-4382-8948-67aa1cfbd827} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.04 23:27:28.116097 [ 261 ] {d49f2010-11fd-4382-8948-67aa1cfbd827} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:28.116134 [ 261 ] {d49f2010-11fd-4382-8948-67aa1cfbd827} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:28.116448 [ 261 ] {d49f2010-11fd-4382-8948-67aa1cfbd827} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.04 23:27:28.116664 [ 261 ] {d49f2010-11fd-4382-8948-67aa1cfbd827} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:28.116788 [ 261 ] {d49f2010-11fd-4382-8948-67aa1cfbd827} executeQuery: Read 148 rows, 8.62 KiB in 0.001165 sec., 127038.62660944206 rows/sec., 7.23 MiB/sec. 2026.05.04 23:27:28.116824 [ 261 ] {d49f2010-11fd-4382-8948-67aa1cfbd827} TCPHandler: Processed in 0.001325828 sec. 2026.05.04 23:27:28.116942 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:28.117036 [ 261 ] {088fea6a-f9f5-4175-a1cb-2bf88c0a91b2} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:27:28.117074 [ 261 ] {088fea6a-f9f5-4175-a1cb-2bf88c0a91b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:27:28.117600 [ 261 ] {088fea6a-f9f5-4175-a1cb-2bf88c0a91b2} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:28.117637 [ 261 ] {088fea6a-f9f5-4175-a1cb-2bf88c0a91b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:28.117966 [ 261 ] {088fea6a-f9f5-4175-a1cb-2bf88c0a91b2} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.04 23:27:28.118174 [ 261 ] {088fea6a-f9f5-4175-a1cb-2bf88c0a91b2} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:28.118300 [ 261 ] {088fea6a-f9f5-4175-a1cb-2bf88c0a91b2} executeQuery: Read 534 rows, 38.71 KiB in 0.001282 sec., 416536.6614664587 rows/sec., 29.49 MiB/sec. 2026.05.04 23:27:28.118337 [ 261 ] {088fea6a-f9f5-4175-a1cb-2bf88c0a91b2} TCPHandler: Processed in 0.001448611 sec. 2026.05.04 23:27:28.118466 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:28.118588 [ 261 ] {2e17a24b-0724-40c0-b90f-96937ba743bc} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.04 23:27:28.118642 [ 261 ] {2e17a24b-0724-40c0-b90f-96937ba743bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.04 23:27:28.118985 [ 261 ] {2e17a24b-0724-40c0-b90f-96937ba743bc} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:28.119021 [ 261 ] {2e17a24b-0724-40c0-b90f-96937ba743bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:28.119360 [ 261 ] {2e17a24b-0724-40c0-b90f-96937ba743bc} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 23:27:28.119570 [ 261 ] {2e17a24b-0724-40c0-b90f-96937ba743bc} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:28.119702 [ 261 ] {2e17a24b-0724-40c0-b90f-96937ba743bc} executeQuery: Read 6 rows, 321.00 B in 0.001138 sec., 5272.407732864675 rows/sec., 275.46 KiB/sec. 2026.05.04 23:27:28.119739 [ 261 ] {2e17a24b-0724-40c0-b90f-96937ba743bc} TCPHandler: Processed in 0.001325158 sec. 2026.05.04 23:27:28.119852 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:28.119944 [ 261 ] {1c5fbec4-ca65-4319-b0ce-1b7525d5bd73} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:27:28.119984 [ 261 ] {1c5fbec4-ca65-4319-b0ce-1b7525d5bd73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:27:28.120356 [ 261 ] {1c5fbec4-ca65-4319-b0ce-1b7525d5bd73} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:28.120389 [ 261 ] {1c5fbec4-ca65-4319-b0ce-1b7525d5bd73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:28.120712 [ 261 ] {1c5fbec4-ca65-4319-b0ce-1b7525d5bd73} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.04 23:27:28.120976 [ 261 ] {1c5fbec4-ca65-4319-b0ce-1b7525d5bd73} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:28.121113 [ 261 ] {1c5fbec4-ca65-4319-b0ce-1b7525d5bd73} executeQuery: Read 267 rows, 18.17 KiB in 0.001184 sec., 225506.75675675677 rows/sec., 14.99 MiB/sec. 2026.05.04 23:27:28.121150 [ 261 ] {1c5fbec4-ca65-4319-b0ce-1b7525d5bd73} TCPHandler: Processed in 0.001348108 sec. 2026.05.04 23:27:28.121265 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:28.121359 [ 261 ] {abdfdfef-35e7-4123-8af1-7fc217393ff8} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.04 23:27:28.121401 [ 261 ] {abdfdfef-35e7-4123-8af1-7fc217393ff8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.04 23:27:28.121729 [ 261 ] {abdfdfef-35e7-4123-8af1-7fc217393ff8} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:28.121764 [ 261 ] {abdfdfef-35e7-4123-8af1-7fc217393ff8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:28.122076 [ 261 ] {abdfdfef-35e7-4123-8af1-7fc217393ff8} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 23:27:28.122277 [ 261 ] {abdfdfef-35e7-4123-8af1-7fc217393ff8} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:28.122405 [ 261 ] {abdfdfef-35e7-4123-8af1-7fc217393ff8} executeQuery: Read 2 rows, 134.00 B in 0.001065 sec., 1877.9342723004695 rows/sec., 122.87 KiB/sec. 2026.05.04 23:27:28.122440 [ 261 ] {abdfdfef-35e7-4123-8af1-7fc217393ff8} TCPHandler: Processed in 0.001226465 sec. 2026.05.04 23:27:28.122556 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:28.122648 [ 261 ] {d1d38f9d-87d1-414d-a1e8-4190743e5047} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:27:28.122700 [ 261 ] {d1d38f9d-87d1-414d-a1e8-4190743e5047} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:27:28.123551 [ 261 ] {d1d38f9d-87d1-414d-a1e8-4190743e5047} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:28.123587 [ 261 ] {d1d38f9d-87d1-414d-a1e8-4190743e5047} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:28.124187 [ 261 ] {d1d38f9d-87d1-414d-a1e8-4190743e5047} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.04 23:27:28.124415 [ 261 ] {d1d38f9d-87d1-414d-a1e8-4190743e5047} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:28.124559 [ 261 ] {d1d38f9d-87d1-414d-a1e8-4190743e5047} executeQuery: Read 31 rows, 56.88 KiB in 0.001929 sec., 16070.502851218249 rows/sec., 28.80 MiB/sec. 2026.05.04 23:27:28.124618 [ 261 ] {d1d38f9d-87d1-414d-a1e8-4190743e5047} TCPHandler: Processed in 0.00211254 sec. 2026.05.04 23:27:28.124740 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:28.124834 [ 261 ] {49a2444e-47aa-4719-9fc1-b5714785d30e} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.05.04 23:27:28.124875 [ 261 ] {49a2444e-47aa-4719-9fc1-b5714785d30e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.05.04 23:27:28.125210 [ 261 ] {49a2444e-47aa-4719-9fc1-b5714785d30e} oximeter.measurements_i64 (5178d5c3-2614-407e-aaf6-d4a02fb14a71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:28.125246 [ 261 ] {49a2444e-47aa-4719-9fc1-b5714785d30e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:28.125548 [ 261 ] {49a2444e-47aa-4719-9fc1-b5714785d30e} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.04 23:27:28.125754 [ 261 ] {49a2444e-47aa-4719-9fc1-b5714785d30e} oximeter.measurements_i64 (5178d5c3-2614-407e-aaf6-d4a02fb14a71): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:28.125880 [ 261 ] {49a2444e-47aa-4719-9fc1-b5714785d30e} executeQuery: Read 9 rows, 651.00 B in 0.001064 sec., 8458.646616541353 rows/sec., 597.50 KiB/sec. 2026.05.04 23:27:28.125915 [ 261 ] {49a2444e-47aa-4719-9fc1-b5714785d30e} TCPHandler: Processed in 0.001225635 sec. 2026.05.04 23:27:28.126025 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:28.126111 [ 261 ] {5fdbdd78-38e2-41b4-9b5d-53f22af51e47} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:27:28.126149 [ 261 ] {5fdbdd78-38e2-41b4-9b5d-53f22af51e47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:27:28.126478 [ 261 ] {5fdbdd78-38e2-41b4-9b5d-53f22af51e47} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:28.126512 [ 261 ] {5fdbdd78-38e2-41b4-9b5d-53f22af51e47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:28.126803 [ 261 ] {5fdbdd78-38e2-41b4-9b5d-53f22af51e47} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.04 23:27:28.127072 [ 261 ] {5fdbdd78-38e2-41b4-9b5d-53f22af51e47} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:28.127203 [ 261 ] {5fdbdd78-38e2-41b4-9b5d-53f22af51e47} executeQuery: Read 90 rows, 5.77 KiB in 0.001095 sec., 82191.78082191781 rows/sec., 5.14 MiB/sec. 2026.05.04 23:27:28.127239 [ 261 ] {5fdbdd78-38e2-41b4-9b5d-53f22af51e47} TCPHandler: Processed in 0.001255106 sec. 2026.05.04 23:27:29.277111 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4335 2026.05.04 23:27:29.277898 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:29.277960 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:29.278823 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.04 23:27:29.279054 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:29.279182 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4335 2026.05.04 23:27:29.493114 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.05.04 23:27:29.510348 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:29.510417 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:29.516451 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.04 23:27:29.517127 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:29.520051 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.05.04 23:27:30.000766 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 206.17 MiB, peak 211.75 MiB, free memory in arenas 0.00 B, will set to 207.27 MiB (RSS), difference: 1.10 MiB 2026.05.04 23:27:31.780981 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 274 2026.05.04 23:27:31.783544 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:31.783591 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:31.784913 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.04 23:27:31.785185 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:31.785333 [ 39 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.04 23:27:31.785370 [ 39 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:31.785390 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:31.785438 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 274 2026.05.04 23:27:31.785527 [ 186 ] {25458c8d-9a69-443f-a710-d2b1eb7391ea::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.04 23:27:31.786112 [ 186 ] {25458c8d-9a69-443f-a710-d2b1eb7391ea::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:27:31.786262 [ 186 ] {25458c8d-9a69-443f-a710-d2b1eb7391ea::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part 2026.05.04 23:27:31.786633 [ 186 ] {25458c8d-9a69-443f-a710-d2b1eb7391ea::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 34 rows starting from the beginning of the part 2026.05.04 23:27:31.787005 [ 186 ] {25458c8d-9a69-443f-a710-d2b1eb7391ea::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 34 rows starting from the beginning of the part 2026.05.04 23:27:31.787400 [ 186 ] {25458c8d-9a69-443f-a710-d2b1eb7391ea::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part 2026.05.04 23:27:31.787777 [ 186 ] {25458c8d-9a69-443f-a710-d2b1eb7391ea::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 44 rows starting from the beginning of the part 2026.05.04 23:27:31.788145 [ 186 ] {25458c8d-9a69-443f-a710-d2b1eb7391ea::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 44 rows starting from the beginning of the part 2026.05.04 23:27:31.794285 [ 196 ] {25458c8d-9a69-443f-a710-d2b1eb7391ea::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 274 rows, containing 72 columns (72 merged, 0 gathered) in 0.008818991 sec., 31069.31393852199 rows/sec., 28.96 MiB/sec. 2026.05.04 23:27:31.795046 [ 198 ] {25458c8d-9a69-443f-a710-d2b1eb7391ea::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.04 23:27:31.795610 [ 198 ] {25458c8d-9a69-443f-a710-d2b1eb7391ea::all_1_6_1} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:31.795693 [ 198 ] {25458c8d-9a69-443f-a710-d2b1eb7391ea::all_1_6_1} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.04 23:27:31.795852 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.62 MiB. 2026.05.04 23:27:33.094220 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:33.094444 [ 261 ] {11c2367f-3bd2-47f3-a324-41e375044fc8} executeQuery: (from [fd00:1122:3344:101::d]:39097) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:27:33.094770 [ 261 ] {11c2367f-3bd2-47f3-a324-41e375044fc8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:27:33.094806 [ 261 ] {11c2367f-3bd2-47f3-a324-41e375044fc8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:27:33.095029 [ 261 ] {11c2367f-3bd2-47f3-a324-41e375044fc8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:27:33.095098 [ 261 ] {11c2367f-3bd2-47f3-a324-41e375044fc8} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:27:33.095234 [ 261 ] {11c2367f-3bd2-47f3-a324-41e375044fc8} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.04 23:27:33.095348 [ 336 ] {11c2367f-3bd2-47f3-a324-41e375044fc8} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:27:33.095376 [ 317 ] {11c2367f-3bd2-47f3-a324-41e375044fc8} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:27:33.095384 [ 299 ] {11c2367f-3bd2-47f3-a324-41e375044fc8} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:27:33.095386 [ 285 ] {11c2367f-3bd2-47f3-a324-41e375044fc8} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:27:33.095556 [ 261 ] {11c2367f-3bd2-47f3-a324-41e375044fc8} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:27:33.095584 [ 261 ] {11c2367f-3bd2-47f3-a324-41e375044fc8} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:27:33.095654 [ 261 ] {11c2367f-3bd2-47f3-a324-41e375044fc8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:27:33.095674 [ 261 ] {11c2367f-3bd2-47f3-a324-41e375044fc8} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Reading approx. 33 rows with 2 streams 2026.05.04 23:27:33.095707 [ 261 ] {11c2367f-3bd2-47f3-a324-41e375044fc8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:27:33.095744 [ 261 ] {11c2367f-3bd2-47f3-a324-41e375044fc8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:27:33.096879 [ 261 ] {11c2367f-3bd2-47f3-a324-41e375044fc8} executeQuery: Read 33 rows, 3.32 KiB in 0.002522 sec., 13084.853291038859 rows/sec., 1.29 MiB/sec. 2026.05.04 23:27:33.097001 [ 261 ] {11c2367f-3bd2-47f3-a324-41e375044fc8} TCPHandler: Processed in 0.002921634 sec. 2026.05.04 23:27:33.098860 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:33.098968 [ 261 ] {5f2c2b5b-336f-42e7-9281-0755ecbddd80} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:27:33.099010 [ 261 ] {5f2c2b5b-336f-42e7-9281-0755ecbddd80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:27:33.099515 [ 261 ] {5f2c2b5b-336f-42e7-9281-0755ecbddd80} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:33.099558 [ 261 ] {5f2c2b5b-336f-42e7-9281-0755ecbddd80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:33.099928 [ 261 ] {5f2c2b5b-336f-42e7-9281-0755ecbddd80} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.04 23:27:33.100164 [ 261 ] {5f2c2b5b-336f-42e7-9281-0755ecbddd80} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:33.100293 [ 40 ] {} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.04 23:27:33.100309 [ 261 ] {5f2c2b5b-336f-42e7-9281-0755ecbddd80} executeQuery: Read 78 rows, 6.61 KiB in 0.001373 sec., 56809.90531682447 rows/sec., 4.70 MiB/sec. 2026.05.04 23:27:33.100352 [ 40 ] {} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:33.100364 [ 261 ] {5f2c2b5b-336f-42e7-9281-0755ecbddd80} TCPHandler: Processed in 0.001557445 sec. 2026.05.04 23:27:33.100383 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:33.100485 [ 186 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.04 23:27:33.100521 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:33.100597 [ 186 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:27:33.100618 [ 261 ] {dea2cf17-a665-4250-92d5-cdd4269d590b} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:27:33.100629 [ 186 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 131 rows starting from the beginning of the part 2026.05.04 23:27:33.100661 [ 261 ] {dea2cf17-a665-4250-92d5-cdd4269d590b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:27:33.100696 [ 186 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 199 rows starting from the beginning of the part 2026.05.04 23:27:33.100745 [ 186 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 104 rows starting from the beginning of the part 2026.05.04 23:27:33.100790 [ 186 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 78 rows starting from the beginning of the part 2026.05.04 23:27:33.100831 [ 186 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 862 rows starting from the beginning of the part 2026.05.04 23:27:33.100873 [ 186 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 78 rows starting from the beginning of the part 2026.05.04 23:27:33.101078 [ 261 ] {dea2cf17-a665-4250-92d5-cdd4269d590b} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:33.101113 [ 261 ] {dea2cf17-a665-4250-92d5-cdd4269d590b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:33.101424 [ 261 ] {dea2cf17-a665-4250-92d5-cdd4269d590b} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.04 23:27:33.101637 [ 261 ] {dea2cf17-a665-4250-92d5-cdd4269d590b} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:33.101763 [ 261 ] {dea2cf17-a665-4250-92d5-cdd4269d590b} executeQuery: Read 11 rows, 847.00 B in 0.001165 sec., 9442.060085836909 rows/sec., 710.00 KiB/sec. 2026.05.04 23:27:33.101797 [ 261 ] {dea2cf17-a665-4250-92d5-cdd4269d590b} TCPHandler: Processed in 0.001330698 sec. 2026.05.04 23:27:33.101924 [ 198 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1452 rows, containing 5 columns (5 merged, 0 gathered) in 0.001484072 sec., 978389.188664701 rows/sec., 83.20 MiB/sec. 2026.05.04 23:27:33.101926 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:33.102048 [ 261 ] {353c510f-00ba-4959-b954-3ea7f468f9f3} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:27:33.102087 [ 261 ] {353c510f-00ba-4959-b954-3ea7f468f9f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:27:33.102100 [ 198 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.04 23:27:33.102343 [ 198 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_11_2} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:33.102409 [ 198 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_11_2} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.04 23:27:33.102476 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.05.04 23:27:33.102541 [ 261 ] {353c510f-00ba-4959-b954-3ea7f468f9f3} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:33.102576 [ 261 ] {353c510f-00ba-4959-b954-3ea7f468f9f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:33.102879 [ 261 ] {353c510f-00ba-4959-b954-3ea7f468f9f3} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.04 23:27:33.103091 [ 261 ] {353c510f-00ba-4959-b954-3ea7f468f9f3} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:33.103201 [ 38 ] {} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.04 23:27:33.103212 [ 261 ] {353c510f-00ba-4959-b954-3ea7f468f9f3} executeQuery: Read 75 rows, 6.00 KiB in 0.001183 sec., 63398.140321217244 rows/sec., 4.95 MiB/sec. 2026.05.04 23:27:33.103237 [ 38 ] {} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:33.103252 [ 261 ] {353c510f-00ba-4959-b954-3ea7f468f9f3} TCPHandler: Processed in 0.001377099 sec. 2026.05.04 23:27:33.103256 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:33.103363 [ 196 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.04 23:27:33.103372 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:33.103503 [ 261 ] {2a491c83-bcbb-439b-86ec-17aeb54578ef} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:27:33.103512 [ 196 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:27:33.103549 [ 261 ] {2a491c83-bcbb-439b-86ec-17aeb54578ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:27:33.103563 [ 196 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 119 rows starting from the beginning of the part 2026.05.04 23:27:33.103657 [ 196 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 113 rows starting from the beginning of the part 2026.05.04 23:27:33.103717 [ 196 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 88 rows starting from the beginning of the part 2026.05.04 23:27:33.103770 [ 196 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 75 rows starting from the beginning of the part 2026.05.04 23:27:33.103818 [ 196 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 534 rows starting from the beginning of the part 2026.05.04 23:27:33.103862 [ 196 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 75 rows starting from the beginning of the part 2026.05.04 23:27:33.104013 [ 261 ] {2a491c83-bcbb-439b-86ec-17aeb54578ef} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:33.104055 [ 261 ] {2a491c83-bcbb-439b-86ec-17aeb54578ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:33.104437 [ 261 ] {2a491c83-bcbb-439b-86ec-17aeb54578ef} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.04 23:27:33.104670 [ 261 ] {2a491c83-bcbb-439b-86ec-17aeb54578ef} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:33.104785 [ 38 ] {} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.04 23:27:33.104800 [ 261 ] {2a491c83-bcbb-439b-86ec-17aeb54578ef} executeQuery: Read 160 rows, 11.41 KiB in 0.001319 sec., 121304.01819560272 rows/sec., 8.45 MiB/sec. 2026.05.04 23:27:33.104820 [ 38 ] {} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:33.104838 [ 261 ] {2a491c83-bcbb-439b-86ec-17aeb54578ef} TCPHandler: Processed in 0.001517173 sec. 2026.05.04 23:27:33.104840 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:33.104910 [ 198 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.04 23:27:33.104954 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:33.104986 [ 195 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1004 rows, containing 5 columns (5 merged, 0 gathered) in 0.001670567 sec., 600993.5548828632 rows/sec., 47.13 MiB/sec. 2026.05.04 23:27:33.104999 [ 198 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:27:33.105050 [ 198 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 965 rows starting from the beginning of the part 2026.05.04 23:27:33.105053 [ 261 ] {c1739e30-f342-4df4-b94f-ce91327148b3} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:27:33.105117 [ 261 ] {c1739e30-f342-4df4-b94f-ce91327148b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:27:33.105123 [ 198 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 425 rows starting from the beginning of the part 2026.05.04 23:27:33.105174 [ 198 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part 2026.05.04 23:27:33.105205 [ 192 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.04 23:27:33.105216 [ 198 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part 2026.05.04 23:27:33.105267 [ 198 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 267 rows starting from the beginning of the part 2026.05.04 23:27:33.105307 [ 198 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part 2026.05.04 23:27:33.105516 [ 192 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_11_2} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:33.105602 [ 192 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_11_2} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.04 23:27:33.105674 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2026.05.04 23:27:33.105915 [ 261 ] {c1739e30-f342-4df4-b94f-ce91327148b3} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:33.105954 [ 261 ] {c1739e30-f342-4df4-b94f-ce91327148b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:33.106471 [ 192 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2137 rows, containing 5 columns (5 merged, 0 gathered) in 0.001583885 sec., 1349214.1159238203 rows/sec., 95.33 MiB/sec. 2026.05.04 23:27:33.106485 [ 261 ] {c1739e30-f342-4df4-b94f-ce91327148b3} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.04 23:27:33.106725 [ 261 ] {c1739e30-f342-4df4-b94f-ce91327148b3} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:33.106734 [ 198 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.04 23:27:33.106862 [ 261 ] {c1739e30-f342-4df4-b94f-ce91327148b3} executeQuery: Read 11 rows, 20.18 KiB in 0.001827 sec., 6020.7991242474 rows/sec., 10.79 MiB/sec. 2026.05.04 23:27:33.106912 [ 261 ] {c1739e30-f342-4df4-b94f-ce91327148b3} TCPHandler: Processed in 0.002007547 sec. 2026.05.04 23:27:33.106993 [ 198 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_11_2} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:33.107034 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:33.107055 [ 198 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_11_2} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.04 23:27:33.107117 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2026.05.04 23:27:33.107137 [ 261 ] {fff82379-3474-4dad-b0e5-8e87271abcfc} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:27:33.107179 [ 261 ] {fff82379-3474-4dad-b0e5-8e87271abcfc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:27:33.107521 [ 261 ] {fff82379-3474-4dad-b0e5-8e87271abcfc} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:33.107555 [ 261 ] {fff82379-3474-4dad-b0e5-8e87271abcfc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:33.107867 [ 261 ] {fff82379-3474-4dad-b0e5-8e87271abcfc} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.04 23:27:33.108073 [ 261 ] {fff82379-3474-4dad-b0e5-8e87271abcfc} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:33.108173 [ 40 ] {} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.04 23:27:33.108200 [ 261 ] {fff82379-3474-4dad-b0e5-8e87271abcfc} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2026.05.04 23:27:33.108210 [ 40 ] {} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:33.108241 [ 261 ] {fff82379-3474-4dad-b0e5-8e87271abcfc} TCPHandler: Processed in 0.001256995 sec. 2026.05.04 23:27:33.108243 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:33.108363 [ 195 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.04 23:27:33.108501 [ 195 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:27:33.108538 [ 195 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 360 rows starting from the beginning of the part 2026.05.04 23:27:33.108616 [ 195 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part 2026.05.04 23:27:33.108675 [ 195 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part 2026.05.04 23:27:33.108717 [ 195 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part 2026.05.04 23:27:33.108755 [ 195 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 90 rows starting from the beginning of the part 2026.05.04 23:27:33.108791 [ 195 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part 2026.05.04 23:27:33.109698 [ 191 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 690 rows, containing 4 columns (4 merged, 0 gathered) in 0.001375099 sec., 501782.05351032905 rows/sec., 33.50 MiB/sec. 2026.05.04 23:27:33.109854 [ 195 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.04 23:27:33.110102 [ 195 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_11_2} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:33.110173 [ 195 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_11_2} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.04 23:27:33.110233 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.05.04 23:27:36.717017 [ 33 ] {} DNSResolver: Updating DNS cache 2026.05.04 23:27:36.717082 [ 33 ] {} DNSResolver: Updated DNS cache 2026.05.04 23:27:36.779617 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4783 2026.05.04 23:27:36.780081 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:36.780120 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:36.780629 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.04 23:27:36.780865 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:36.781006 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4783 2026.05.04 23:27:37.020264 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.05.04 23:27:37.038017 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:37.038080 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:37.044605 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.04 23:27:37.045590 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:37.048974 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.05.04 23:27:38.001027 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 208.55 MiB, peak 214.15 MiB, free memory in arenas 0.00 B, will set to 211.02 MiB (RSS), difference: 2.47 MiB 2026.05.04 23:27:38.096021 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:38.096247 [ 261 ] {61e458d8-9652-4764-a13e-f9146d66d0a6} executeQuery: (from [fd00:1122:3344:101::d]:39097) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.04 23:27:38.096585 [ 261 ] {61e458d8-9652-4764-a13e-f9146d66d0a6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:27:38.096623 [ 261 ] {61e458d8-9652-4764-a13e-f9146d66d0a6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.05.04 23:27:38.096869 [ 261 ] {61e458d8-9652-4764-a13e-f9146d66d0a6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:27:38.096939 [ 261 ] {61e458d8-9652-4764-a13e-f9146d66d0a6} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:27:38.097083 [ 261 ] {61e458d8-9652-4764-a13e-f9146d66d0a6} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.05.04 23:27:38.097209 [ 299 ] {61e458d8-9652-4764-a13e-f9146d66d0a6} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:27:38.097239 [ 317 ] {61e458d8-9652-4764-a13e-f9146d66d0a6} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:27:38.097225 [ 336 ] {61e458d8-9652-4764-a13e-f9146d66d0a6} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:27:38.097226 [ 308 ] {61e458d8-9652-4764-a13e-f9146d66d0a6} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:27:38.097417 [ 261 ] {61e458d8-9652-4764-a13e-f9146d66d0a6} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:27:38.097446 [ 261 ] {61e458d8-9652-4764-a13e-f9146d66d0a6} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:27:38.097516 [ 261 ] {61e458d8-9652-4764-a13e-f9146d66d0a6} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:27:38.097535 [ 261 ] {61e458d8-9652-4764-a13e-f9146d66d0a6} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Reading approx. 33 rows with 2 streams 2026.05.04 23:27:38.097570 [ 261 ] {61e458d8-9652-4764-a13e-f9146d66d0a6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.04 23:27:38.097608 [ 261 ] {61e458d8-9652-4764-a13e-f9146d66d0a6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.04 23:27:38.098794 [ 261 ] {61e458d8-9652-4764-a13e-f9146d66d0a6} executeQuery: Read 33 rows, 7.37 KiB in 0.002644 sec., 12481.089258698941 rows/sec., 2.72 MiB/sec. 2026.05.04 23:27:38.098931 [ 261 ] {61e458d8-9652-4764-a13e-f9146d66d0a6} TCPHandler: Processed in 0.003044987 sec. 2026.05.04 23:27:38.104230 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:38.104348 [ 261 ] {141746c5-dcc0-4857-b957-f26915a25bb8} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.04 23:27:38.104396 [ 261 ] {141746c5-dcc0-4857-b957-f26915a25bb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.04 23:27:38.105028 [ 261 ] {141746c5-dcc0-4857-b957-f26915a25bb8} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:38.105068 [ 261 ] {141746c5-dcc0-4857-b957-f26915a25bb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:38.105475 [ 261 ] {141746c5-dcc0-4857-b957-f26915a25bb8} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.04 23:27:38.105714 [ 261 ] {141746c5-dcc0-4857-b957-f26915a25bb8} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:38.105862 [ 261 ] {141746c5-dcc0-4857-b957-f26915a25bb8} executeQuery: Read 284 rows, 18.47 KiB in 0.001549 sec., 183344.09296320207 rows/sec., 11.64 MiB/sec. 2026.05.04 23:27:38.105900 [ 261 ] {141746c5-dcc0-4857-b957-f26915a25bb8} TCPHandler: Processed in 0.001728189 sec. 2026.05.04 23:27:38.106032 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:38.106130 [ 261 ] {c1d1f6e6-4545-4fa5-b3f0-0bb87acc8941} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:27:38.106170 [ 261 ] {c1d1f6e6-4545-4fa5-b3f0-0bb87acc8941} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:27:38.106931 [ 261 ] {c1d1f6e6-4545-4fa5-b3f0-0bb87acc8941} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:38.106966 [ 261 ] {c1d1f6e6-4545-4fa5-b3f0-0bb87acc8941} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:38.107342 [ 261 ] {c1d1f6e6-4545-4fa5-b3f0-0bb87acc8941} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.04 23:27:38.107551 [ 261 ] {c1d1f6e6-4545-4fa5-b3f0-0bb87acc8941} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:38.107678 [ 261 ] {c1d1f6e6-4545-4fa5-b3f0-0bb87acc8941} executeQuery: Read 859 rows, 68.70 KiB in 0.00157 sec., 547133.7579617834 rows/sec., 42.73 MiB/sec. 2026.05.04 23:27:38.107714 [ 261 ] {c1d1f6e6-4545-4fa5-b3f0-0bb87acc8941} TCPHandler: Processed in 0.00173307 sec. 2026.05.04 23:27:38.107839 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:38.107934 [ 261 ] {94f986ef-d1a9-460a-b7a4-c67123f1c09a} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:27:38.107974 [ 261 ] {94f986ef-d1a9-460a-b7a4-c67123f1c09a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:27:38.108404 [ 261 ] {94f986ef-d1a9-460a-b7a4-c67123f1c09a} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:38.108438 [ 261 ] {94f986ef-d1a9-460a-b7a4-c67123f1c09a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:38.108736 [ 261 ] {94f986ef-d1a9-460a-b7a4-c67123f1c09a} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.04 23:27:38.108944 [ 261 ] {94f986ef-d1a9-460a-b7a4-c67123f1c09a} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:38.109041 [ 26 ] {} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.04 23:27:38.109071 [ 261 ] {94f986ef-d1a9-460a-b7a4-c67123f1c09a} executeQuery: Read 173 rows, 10.87 KiB in 0.001159 sec., 149266.60914581534 rows/sec., 9.16 MiB/sec. 2026.05.04 23:27:38.109082 [ 26 ] {} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:38.109106 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:38.109108 [ 261 ] {94f986ef-d1a9-460a-b7a4-c67123f1c09a} TCPHandler: Processed in 0.001320488 sec. 2026.05.04 23:27:38.109204 [ 192 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.04 23:27:38.109245 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:38.109338 [ 192 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:27:38.109345 [ 261 ] {62e75cab-65ac-4c70-ad4f-d766d8215a6d} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.04 23:27:38.109388 [ 192 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 59 rows starting from the beginning of the part 2026.05.04 23:27:38.109407 [ 261 ] {62e75cab-65ac-4c70-ad4f-d766d8215a6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.04 23:27:38.109472 [ 192 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2026.05.04 23:27:38.109527 [ 192 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 11 rows starting from the beginning of the part 2026.05.04 23:27:38.109568 [ 192 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 177 rows starting from the beginning of the part 2026.05.04 23:27:38.109614 [ 192 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 11 rows starting from the beginning of the part 2026.05.04 23:27:38.109673 [ 192 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 173 rows starting from the beginning of the part 2026.05.04 23:27:38.109866 [ 261 ] {62e75cab-65ac-4c70-ad4f-d766d8215a6d} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:38.109906 [ 261 ] {62e75cab-65ac-4c70-ad4f-d766d8215a6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:38.110243 [ 261 ] {62e75cab-65ac-4c70-ad4f-d766d8215a6d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.04 23:27:38.110479 [ 261 ] {62e75cab-65ac-4c70-ad4f-d766d8215a6d} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:38.110545 [ 195 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 455 rows, containing 5 columns (5 merged, 0 gathered) in 0.00138193 sec., 329249.6725593916 rows/sec., 22.40 MiB/sec. 2026.05.04 23:27:38.110607 [ 261 ] {62e75cab-65ac-4c70-ad4f-d766d8215a6d} executeQuery: Read 149 rows, 9.86 KiB in 0.00128 sec., 116406.24999999999 rows/sec., 7.52 MiB/sec. 2026.05.04 23:27:38.110647 [ 261 ] {62e75cab-65ac-4c70-ad4f-d766d8215a6d} TCPHandler: Processed in 0.001452832 sec. 2026.05.04 23:27:38.110695 [ 192 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.04 23:27:38.110772 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:38.110872 [ 261 ] {7fd1a081-edc2-4761-a926-f2f5fc1b61db} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.04 23:27:38.110913 [ 261 ] {7fd1a081-edc2-4761-a926-f2f5fc1b61db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.04 23:27:38.110946 [ 192 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_11_2} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:38.111023 [ 192 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_11_2} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.04 23:27:38.111090 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.05.04 23:27:38.111344 [ 261 ] {7fd1a081-edc2-4761-a926-f2f5fc1b61db} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:38.111384 [ 261 ] {7fd1a081-edc2-4761-a926-f2f5fc1b61db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:38.111714 [ 261 ] {7fd1a081-edc2-4761-a926-f2f5fc1b61db} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.04 23:27:38.111924 [ 261 ] {7fd1a081-edc2-4761-a926-f2f5fc1b61db} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:38.112045 [ 261 ] {7fd1a081-edc2-4761-a926-f2f5fc1b61db} executeQuery: Read 148 rows, 8.62 KiB in 0.001192 sec., 124161.07382550336 rows/sec., 7.06 MiB/sec. 2026.05.04 23:27:38.112081 [ 261 ] {7fd1a081-edc2-4761-a926-f2f5fc1b61db} TCPHandler: Processed in 0.001360249 sec. 2026.05.04 23:27:38.112204 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:38.112304 [ 261 ] {540e30b6-a76f-441d-a491-0e2726da0dc7} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:27:38.112344 [ 261 ] {540e30b6-a76f-441d-a491-0e2726da0dc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:27:38.112928 [ 261 ] {540e30b6-a76f-441d-a491-0e2726da0dc7} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:38.112962 [ 261 ] {540e30b6-a76f-441d-a491-0e2726da0dc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:38.113277 [ 261 ] {540e30b6-a76f-441d-a491-0e2726da0dc7} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.04 23:27:38.113484 [ 261 ] {540e30b6-a76f-441d-a491-0e2726da0dc7} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:38.113610 [ 261 ] {540e30b6-a76f-441d-a491-0e2726da0dc7} executeQuery: Read 521 rows, 37.66 KiB in 0.001325 sec., 393207.5471698113 rows/sec., 27.76 MiB/sec. 2026.05.04 23:27:38.113645 [ 261 ] {540e30b6-a76f-441d-a491-0e2726da0dc7} TCPHandler: Processed in 0.001492092 sec. 2026.05.04 23:27:38.113771 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:38.113864 [ 261 ] {651bd20f-5799-48c4-8a16-459f4fe33f88} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.04 23:27:38.113905 [ 261 ] {651bd20f-5799-48c4-8a16-459f4fe33f88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.04 23:27:38.114237 [ 261 ] {651bd20f-5799-48c4-8a16-459f4fe33f88} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:38.114272 [ 261 ] {651bd20f-5799-48c4-8a16-459f4fe33f88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:38.114577 [ 261 ] {651bd20f-5799-48c4-8a16-459f4fe33f88} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.04 23:27:38.114780 [ 261 ] {651bd20f-5799-48c4-8a16-459f4fe33f88} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:38.114905 [ 261 ] {651bd20f-5799-48c4-8a16-459f4fe33f88} executeQuery: Read 6 rows, 321.00 B in 0.001059 sec., 5665.7223796033995 rows/sec., 296.01 KiB/sec. 2026.05.04 23:27:38.114940 [ 261 ] {651bd20f-5799-48c4-8a16-459f4fe33f88} TCPHandler: Processed in 0.001221135 sec. 2026.05.04 23:27:38.115072 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:38.115165 [ 261 ] {55b7a702-61f8-4a8c-8131-8058a23a70cd} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:27:38.115207 [ 261 ] {55b7a702-61f8-4a8c-8131-8058a23a70cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:27:38.115627 [ 261 ] {55b7a702-61f8-4a8c-8131-8058a23a70cd} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:38.115664 [ 261 ] {55b7a702-61f8-4a8c-8131-8058a23a70cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:38.116017 [ 261 ] {55b7a702-61f8-4a8c-8131-8058a23a70cd} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.04 23:27:38.116228 [ 261 ] {55b7a702-61f8-4a8c-8131-8058a23a70cd} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:38.116357 [ 261 ] {55b7a702-61f8-4a8c-8131-8058a23a70cd} executeQuery: Read 265 rows, 18.03 KiB in 0.00121 sec., 219008.26446280992 rows/sec., 14.55 MiB/sec. 2026.05.04 23:27:38.116393 [ 261 ] {55b7a702-61f8-4a8c-8131-8058a23a70cd} TCPHandler: Processed in 0.001370879 sec. 2026.05.04 23:27:38.116527 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:38.116619 [ 261 ] {c33cf182-93ab-4a34-82dd-1735d3c0278c} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.04 23:27:38.116661 [ 261 ] {c33cf182-93ab-4a34-82dd-1735d3c0278c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.04 23:27:38.116968 [ 261 ] {c33cf182-93ab-4a34-82dd-1735d3c0278c} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:38.117004 [ 261 ] {c33cf182-93ab-4a34-82dd-1735d3c0278c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:38.117303 [ 261 ] {c33cf182-93ab-4a34-82dd-1735d3c0278c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.04 23:27:38.117506 [ 261 ] {c33cf182-93ab-4a34-82dd-1735d3c0278c} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:38.117629 [ 261 ] {c33cf182-93ab-4a34-82dd-1735d3c0278c} executeQuery: Read 1 rows, 69.00 B in 0.001027 sec., 973.7098344693283 rows/sec., 65.61 KiB/sec. 2026.05.04 23:27:38.117664 [ 261 ] {c33cf182-93ab-4a34-82dd-1735d3c0278c} TCPHandler: Processed in 0.001188524 sec. 2026.05.04 23:27:38.117794 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:38.117886 [ 261 ] {ba5684b9-454d-45e1-9075-15b4ef262735} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:27:38.117939 [ 261 ] {ba5684b9-454d-45e1-9075-15b4ef262735} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:27:38.118782 [ 261 ] {ba5684b9-454d-45e1-9075-15b4ef262735} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:38.118818 [ 261 ] {ba5684b9-454d-45e1-9075-15b4ef262735} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:38.119383 [ 261 ] {ba5684b9-454d-45e1-9075-15b4ef262735} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.04 23:27:38.119610 [ 261 ] {ba5684b9-454d-45e1-9075-15b4ef262735} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:38.119724 [ 25 ] {} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.04 23:27:38.119745 [ 261 ] {ba5684b9-454d-45e1-9075-15b4ef262735} executeQuery: Read 31 rows, 56.88 KiB in 0.001877 sec., 16515.716568993073 rows/sec., 29.60 MiB/sec. 2026.05.04 23:27:38.119779 [ 25 ] {} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:38.119805 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:38.119812 [ 261 ] {ba5684b9-454d-45e1-9075-15b4ef262735} TCPHandler: Processed in 0.002068699 sec. 2026.05.04 23:27:38.119920 [ 189 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.04 23:27:38.119944 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:38.120043 [ 261 ] {09ea086d-2c31-4bc4-92f2-893630ed49b3} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:27:38.120084 [ 261 ] {09ea086d-2c31-4bc4-92f2-893630ed49b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:27:38.120166 [ 189 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:27:38.120250 [ 189 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 72 rows starting from the beginning of the part 2026.05.04 23:27:38.120409 [ 189 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2026.05.04 23:27:38.120441 [ 261 ] {09ea086d-2c31-4bc4-92f2-893630ed49b3} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:38.120482 [ 261 ] {09ea086d-2c31-4bc4-92f2-893630ed49b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:38.120529 [ 189 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 11 rows starting from the beginning of the part 2026.05.04 23:27:38.120650 [ 189 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 31 rows starting from the beginning of the part 2026.05.04 23:27:38.120772 [ 189 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 11 rows starting from the beginning of the part 2026.05.04 23:27:38.120790 [ 261 ] {09ea086d-2c31-4bc4-92f2-893630ed49b3} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.04 23:27:38.120888 [ 189 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 31 rows starting from the beginning of the part 2026.05.04 23:27:38.121022 [ 261 ] {09ea086d-2c31-4bc4-92f2-893630ed49b3} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:38.121157 [ 261 ] {09ea086d-2c31-4bc4-92f2-893630ed49b3} executeQuery: Read 90 rows, 5.77 KiB in 0.001134 sec., 79365.07936507936 rows/sec., 4.97 MiB/sec. 2026.05.04 23:27:38.121193 [ 261 ] {09ea086d-2c31-4bc4-92f2-893630ed49b3} TCPHandler: Processed in 0.001300957 sec. 2026.05.04 23:27:38.127884 [ 189 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 19 columns (19 merged, 0 gathered) in 0.008003559 sec., 22489.99476357955 rows/sec., 40.30 MiB/sec. 2026.05.04 23:27:38.128292 [ 189 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.04 23:27:38.128620 [ 189 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_11_2} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:38.128695 [ 189 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_11_2} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.04 23:27:38.128786 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. 2026.05.04 23:27:41.785919 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 312 2026.05.04 23:27:41.789035 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:41.789103 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:41.790604 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.04 23:27:41.790889 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:41.791232 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 312 2026.05.04 23:27:43.093202 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:43.093446 [ 261 ] {50992a3d-95ce-452a-93af-49906393d160} executeQuery: (from [fd00:1122:3344:101::d]:39097) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:27:43.093771 [ 261 ] {50992a3d-95ce-452a-93af-49906393d160} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:27:43.093805 [ 261 ] {50992a3d-95ce-452a-93af-49906393d160} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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_rib:active_routes')" moved to PREWHERE 2026.05.04 23:27:43.094023 [ 261 ] {50992a3d-95ce-452a-93af-49906393d160} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:27:43.094094 [ 261 ] {50992a3d-95ce-452a-93af-49906393d160} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:27:43.094236 [ 261 ] {50992a3d-95ce-452a-93af-49906393d160} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 20-element set) 2026.05.04 23:27:43.094371 [ 317 ] {50992a3d-95ce-452a-93af-49906393d160} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:27:43.094382 [ 299 ] {50992a3d-95ce-452a-93af-49906393d160} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:27:43.094381 [ 308 ] {50992a3d-95ce-452a-93af-49906393d160} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:27:43.094371 [ 341 ] {50992a3d-95ce-452a-93af-49906393d160} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:27:43.094590 [ 261 ] {50992a3d-95ce-452a-93af-49906393d160} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:27:43.094617 [ 261 ] {50992a3d-95ce-452a-93af-49906393d160} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:27:43.094685 [ 261 ] {50992a3d-95ce-452a-93af-49906393d160} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:27:43.094705 [ 261 ] {50992a3d-95ce-452a-93af-49906393d160} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Reading approx. 33 rows with 2 streams 2026.05.04 23:27:43.094739 [ 261 ] {50992a3d-95ce-452a-93af-49906393d160} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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_rib:active_routes'))" 2026.05.04 23:27:43.094775 [ 261 ] {50992a3d-95ce-452a-93af-49906393d160} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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_rib:active_routes'))" 2026.05.04 23:27:43.095886 [ 261 ] {50992a3d-95ce-452a-93af-49906393d160} executeQuery: Read 33 rows, 3.32 KiB in 0.002533 sec., 13028.030003947888 rows/sec., 1.28 MiB/sec. 2026.05.04 23:27:43.096014 [ 261 ] {50992a3d-95ce-452a-93af-49906393d160} TCPHandler: Processed in 0.002956104 sec. 2026.05.04 23:27:43.098006 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:43.098109 [ 261 ] {5d1ad6ef-8c33-4810-b57e-6fdc60ba0d96} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.04 23:27:43.098150 [ 261 ] {5d1ad6ef-8c33-4810-b57e-6fdc60ba0d96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.04 23:27:43.098588 [ 261 ] {5d1ad6ef-8c33-4810-b57e-6fdc60ba0d96} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:43.098693 [ 261 ] {5d1ad6ef-8c33-4810-b57e-6fdc60ba0d96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:43.099051 [ 261 ] {5d1ad6ef-8c33-4810-b57e-6fdc60ba0d96} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.04 23:27:43.099266 [ 261 ] {5d1ad6ef-8c33-4810-b57e-6fdc60ba0d96} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:43.099414 [ 261 ] {5d1ad6ef-8c33-4810-b57e-6fdc60ba0d96} executeQuery: Read 8 rows, 668.00 B in 0.001309 sec., 6111.535523300229 rows/sec., 498.35 KiB/sec. 2026.05.04 23:27:43.099452 [ 261 ] {5d1ad6ef-8c33-4810-b57e-6fdc60ba0d96} TCPHandler: Processed in 0.001475742 sec. 2026.05.04 23:27:43.099582 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:43.099678 [ 261 ] {5315c676-9801-4f13-9301-ded63a7a3c72} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:27:43.099719 [ 261 ] {5315c676-9801-4f13-9301-ded63a7a3c72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:27:43.100142 [ 261 ] {5315c676-9801-4f13-9301-ded63a7a3c72} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:43.100178 [ 261 ] {5315c676-9801-4f13-9301-ded63a7a3c72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:43.100490 [ 261 ] {5315c676-9801-4f13-9301-ded63a7a3c72} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.04 23:27:43.100704 [ 261 ] {5315c676-9801-4f13-9301-ded63a7a3c72} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:43.100837 [ 261 ] {5315c676-9801-4f13-9301-ded63a7a3c72} executeQuery: Read 82 rows, 6.91 KiB in 0.001178 sec., 69609.50764006791 rows/sec., 5.73 MiB/sec. 2026.05.04 23:27:43.100873 [ 261 ] {5315c676-9801-4f13-9301-ded63a7a3c72} TCPHandler: Processed in 0.001341858 sec. 2026.05.04 23:27:43.100999 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:43.101093 [ 261 ] {197080e1-c165-4a32-9a0a-342b8484c4dd} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:27:43.101134 [ 261 ] {197080e1-c165-4a32-9a0a-342b8484c4dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:27:43.101522 [ 261 ] {197080e1-c165-4a32-9a0a-342b8484c4dd} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:43.101558 [ 261 ] {197080e1-c165-4a32-9a0a-342b8484c4dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:43.101853 [ 261 ] {197080e1-c165-4a32-9a0a-342b8484c4dd} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.04 23:27:43.102067 [ 261 ] {197080e1-c165-4a32-9a0a-342b8484c4dd} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:43.102194 [ 261 ] {197080e1-c165-4a32-9a0a-342b8484c4dd} executeQuery: Read 19 rows, 1.39 KiB in 0.00112 sec., 16964.285714285717 rows/sec., 1.21 MiB/sec. 2026.05.04 23:27:43.102231 [ 261 ] {197080e1-c165-4a32-9a0a-342b8484c4dd} TCPHandler: Processed in 0.001282916 sec. 2026.05.04 23:27:43.102351 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:43.102446 [ 261 ] {1ff64e2a-6dc6-49c6-b81d-1a3a900243cc} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:27:43.102484 [ 261 ] {1ff64e2a-6dc6-49c6-b81d-1a3a900243cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:27:43.102894 [ 261 ] {1ff64e2a-6dc6-49c6-b81d-1a3a900243cc} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:43.102929 [ 261 ] {1ff64e2a-6dc6-49c6-b81d-1a3a900243cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:43.103220 [ 261 ] {1ff64e2a-6dc6-49c6-b81d-1a3a900243cc} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.04 23:27:43.103430 [ 261 ] {1ff64e2a-6dc6-49c6-b81d-1a3a900243cc} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:43.103554 [ 261 ] {1ff64e2a-6dc6-49c6-b81d-1a3a900243cc} executeQuery: Read 83 rows, 6.65 KiB in 0.001127 sec., 73646.85004436558 rows/sec., 5.76 MiB/sec. 2026.05.04 23:27:43.103590 [ 261 ] {1ff64e2a-6dc6-49c6-b81d-1a3a900243cc} TCPHandler: Processed in 0.001289537 sec. 2026.05.04 23:27:43.103713 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:43.103806 [ 261 ] {5810a361-e327-4fa9-9638-4e8755bdb6d1} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:27:43.103849 [ 261 ] {5810a361-e327-4fa9-9638-4e8755bdb6d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:27:43.104273 [ 261 ] {5810a361-e327-4fa9-9638-4e8755bdb6d1} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:43.104309 [ 261 ] {5810a361-e327-4fa9-9638-4e8755bdb6d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:43.104633 [ 261 ] {5810a361-e327-4fa9-9638-4e8755bdb6d1} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.04 23:27:43.104836 [ 261 ] {5810a361-e327-4fa9-9638-4e8755bdb6d1} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:43.104955 [ 261 ] {5810a361-e327-4fa9-9638-4e8755bdb6d1} executeQuery: Read 164 rows, 11.69 KiB in 0.001184 sec., 138513.51351351352 rows/sec., 9.64 MiB/sec. 2026.05.04 23:27:43.104989 [ 261 ] {5810a361-e327-4fa9-9638-4e8755bdb6d1} TCPHandler: Processed in 0.001345219 sec. 2026.05.04 23:27:43.105117 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:43.105204 [ 261 ] {1d28ed70-246b-4c7b-934f-e9a98bfa4709} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:27:43.105255 [ 261 ] {1d28ed70-246b-4c7b-934f-e9a98bfa4709} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:27:43.106062 [ 261 ] {1d28ed70-246b-4c7b-934f-e9a98bfa4709} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:43.106099 [ 261 ] {1d28ed70-246b-4c7b-934f-e9a98bfa4709} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:43.106606 [ 261 ] {1d28ed70-246b-4c7b-934f-e9a98bfa4709} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.04 23:27:43.106830 [ 261 ] {1d28ed70-246b-4c7b-934f-e9a98bfa4709} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:43.106966 [ 261 ] {1d28ed70-246b-4c7b-934f-e9a98bfa4709} executeQuery: Read 11 rows, 20.18 KiB in 0.001745 sec., 6303.7249283667625 rows/sec., 11.30 MiB/sec. 2026.05.04 23:27:43.107021 [ 261 ] {1d28ed70-246b-4c7b-934f-e9a98bfa4709} TCPHandler: Processed in 0.001926035 sec. 2026.05.04 23:27:43.107151 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:43.107246 [ 261 ] {9fe952aa-3f6e-40a7-9f2d-96dd78f8cbce} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:27:43.107287 [ 261 ] {9fe952aa-3f6e-40a7-9f2d-96dd78f8cbce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:27:43.107636 [ 261 ] {9fe952aa-3f6e-40a7-9f2d-96dd78f8cbce} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:43.107672 [ 261 ] {9fe952aa-3f6e-40a7-9f2d-96dd78f8cbce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:43.107971 [ 261 ] {9fe952aa-3f6e-40a7-9f2d-96dd78f8cbce} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.04 23:27:43.108179 [ 261 ] {9fe952aa-3f6e-40a7-9f2d-96dd78f8cbce} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:43.108304 [ 261 ] {9fe952aa-3f6e-40a7-9f2d-96dd78f8cbce} executeQuery: Read 60 rows, 4.14 KiB in 0.001078 sec., 55658.62708719852 rows/sec., 3.75 MiB/sec. 2026.05.04 23:27:43.108339 [ 261 ] {9fe952aa-3f6e-40a7-9f2d-96dd78f8cbce} TCPHandler: Processed in 0.001239726 sec. 2026.05.04 23:27:44.282363 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5295 2026.05.04 23:27:44.282863 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:44.282898 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:44.283385 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.04 23:27:44.283605 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:44.283728 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5295 2026.05.04 23:27:44.283769 [ 98 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.04 23:27:44.283875 [ 98 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:44.283900 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:44.284012 [ 195 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.04 23:27:44.284151 [ 195 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:27:44.284189 [ 195 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2863 rows starting from the beginning of the part 2026.05.04 23:27:44.284248 [ 195 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 512 rows starting from the beginning of the part 2026.05.04 23:27:44.284289 [ 195 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 448 rows starting from the beginning of the part 2026.05.04 23:27:44.284326 [ 195 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 512 rows starting from the beginning of the part 2026.05.04 23:27:44.284395 [ 195 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 448 rows starting from the beginning of the part 2026.05.04 23:27:44.284435 [ 195 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 512 rows starting from the beginning of the part 2026.05.04 23:27:44.285759 [ 189 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5295 rows, containing 4 columns (4 merged, 0 gathered) in 0.001859313 sec., 2847826.051880453 rows/sec., 40.74 MiB/sec. 2026.05.04 23:27:44.286743 [ 188 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.04 23:27:44.287083 [ 188 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_11_2} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:44.287167 [ 188 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_11_2} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.04 23:27:44.287265 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.05.04 23:27:44.550447 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.05.04 23:27:44.567426 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:44.567485 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:44.573970 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.04 23:27:44.574669 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:44.574948 [ 98 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.04 23:27:44.574986 [ 98 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:44.575005 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.04 23:27:44.575140 [ 189 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.04 23:27:44.577733 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.05.04 23:27:44.579131 [ 189 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:27:44.580537 [ 189 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part 2026.05.04 23:27:44.584945 [ 189 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part 2026.05.04 23:27:44.589071 [ 189 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2026.05.04 23:27:44.593170 [ 189 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part 2026.05.04 23:27:44.597710 [ 189 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2026.05.04 23:27:44.602113 [ 189 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part 2026.05.04 23:27:44.651813 [ 188 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.07673059 sec., 1081.7067873451774 rows/sec., 5.59 MiB/sec. 2026.05.04 23:27:44.654197 [ 200 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.04 23:27:44.656195 [ 200 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_11_2} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:44.656301 [ 200 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_11_2} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.04 23:27:44.658223 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.05.04 23:27:45.000328 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 213.36 MiB, peak 223.25 MiB, free memory in arenas 0.00 B, will set to 221.88 MiB (RSS), difference: 8.52 MiB 2026.05.04 23:27:48.099842 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:48.100129 [ 261 ] {548b87ba-62be-46f0-9d74-6393139316d1} executeQuery: (from [fd00:1122:3344:101::d]:39097) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.04 23:27:48.100538 [ 261 ] {548b87ba-62be-46f0-9d74-6393139316d1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:27:48.100577 [ 261 ] {548b87ba-62be-46f0-9d74-6393139316d1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.05.04 23:27:48.100817 [ 261 ] {548b87ba-62be-46f0-9d74-6393139316d1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:27:48.100890 [ 261 ] {548b87ba-62be-46f0-9d74-6393139316d1} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:27:48.101032 [ 261 ] {548b87ba-62be-46f0-9d74-6393139316d1} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.05.04 23:27:48.101173 [ 299 ] {548b87ba-62be-46f0-9d74-6393139316d1} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:27:48.101182 [ 347 ] {548b87ba-62be-46f0-9d74-6393139316d1} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:27:48.101198 [ 341 ] {548b87ba-62be-46f0-9d74-6393139316d1} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:27:48.101184 [ 308 ] {548b87ba-62be-46f0-9d74-6393139316d1} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:27:48.101437 [ 261 ] {548b87ba-62be-46f0-9d74-6393139316d1} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:27:48.101470 [ 261 ] {548b87ba-62be-46f0-9d74-6393139316d1} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:27:48.101540 [ 261 ] {548b87ba-62be-46f0-9d74-6393139316d1} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:27:48.101560 [ 261 ] {548b87ba-62be-46f0-9d74-6393139316d1} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Reading approx. 33 rows with 2 streams 2026.05.04 23:27:48.101595 [ 261 ] {548b87ba-62be-46f0-9d74-6393139316d1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.04 23:27:48.101632 [ 261 ] {548b87ba-62be-46f0-9d74-6393139316d1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.04 23:27:48.102843 [ 261 ] {548b87ba-62be-46f0-9d74-6393139316d1} executeQuery: Read 33 rows, 7.37 KiB in 0.002764 sec., 11939.218523878437 rows/sec., 2.60 MiB/sec. 2026.05.04 23:27:48.102976 [ 261 ] {548b87ba-62be-46f0-9d74-6393139316d1} TCPHandler: Processed in 0.003251623 sec. 2026.05.04 23:27:48.108367 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:48.108532 [ 261 ] {005fe2bd-d33f-4b7c-9655-bb150651b951} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.04 23:27:48.108596 [ 261 ] {005fe2bd-d33f-4b7c-9655-bb150651b951} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.04 23:27:48.109311 [ 261 ] {005fe2bd-d33f-4b7c-9655-bb150651b951} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:48.109354 [ 261 ] {005fe2bd-d33f-4b7c-9655-bb150651b951} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:48.109751 [ 261 ] {005fe2bd-d33f-4b7c-9655-bb150651b951} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.04 23:27:48.109980 [ 261 ] {005fe2bd-d33f-4b7c-9655-bb150651b951} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:48.110123 [ 261 ] {005fe2bd-d33f-4b7c-9655-bb150651b951} executeQuery: Read 284 rows, 18.47 KiB in 0.00164 sec., 173170.73170731709 rows/sec., 11.00 MiB/sec. 2026.05.04 23:27:48.110163 [ 261 ] {005fe2bd-d33f-4b7c-9655-bb150651b951} TCPHandler: Processed in 0.001877833 sec. 2026.05.04 23:27:48.110296 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:48.110395 [ 261 ] {c0daa456-181d-4b90-9194-44d0ec7c2ae8} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:27:48.110437 [ 261 ] {c0daa456-181d-4b90-9194-44d0ec7c2ae8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:27:48.111198 [ 261 ] {c0daa456-181d-4b90-9194-44d0ec7c2ae8} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:48.111240 [ 261 ] {c0daa456-181d-4b90-9194-44d0ec7c2ae8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:48.111631 [ 261 ] {c0daa456-181d-4b90-9194-44d0ec7c2ae8} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.04 23:27:48.111861 [ 261 ] {c0daa456-181d-4b90-9194-44d0ec7c2ae8} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:48.111997 [ 261 ] {c0daa456-181d-4b90-9194-44d0ec7c2ae8} executeQuery: Read 861 rows, 68.90 KiB in 0.001623 sec., 530499.0757855822 rows/sec., 41.46 MiB/sec. 2026.05.04 23:27:48.112035 [ 261 ] {c0daa456-181d-4b90-9194-44d0ec7c2ae8} TCPHandler: Processed in 0.001792542 sec. 2026.05.04 23:27:48.112160 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:48.112258 [ 261 ] {85060c03-4b41-4d1a-978f-4119fe2c52b2} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:27:48.112301 [ 261 ] {85060c03-4b41-4d1a-978f-4119fe2c52b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:27:48.112748 [ 261 ] {85060c03-4b41-4d1a-978f-4119fe2c52b2} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:48.112785 [ 261 ] {85060c03-4b41-4d1a-978f-4119fe2c52b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:48.113097 [ 261 ] {85060c03-4b41-4d1a-978f-4119fe2c52b2} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.04 23:27:48.113312 [ 261 ] {85060c03-4b41-4d1a-978f-4119fe2c52b2} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:48.113440 [ 261 ] {85060c03-4b41-4d1a-978f-4119fe2c52b2} executeQuery: Read 174 rows, 10.95 KiB in 0.001202 sec., 144758.73544093178 rows/sec., 8.89 MiB/sec. 2026.05.04 23:27:48.113479 [ 261 ] {85060c03-4b41-4d1a-978f-4119fe2c52b2} TCPHandler: Processed in 0.001371179 sec. 2026.05.04 23:27:48.113598 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:48.113693 [ 261 ] {8f838519-059c-45f4-b11b-d12cff757cb4} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.04 23:27:48.113734 [ 261 ] {8f838519-059c-45f4-b11b-d12cff757cb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.04 23:27:48.114157 [ 261 ] {8f838519-059c-45f4-b11b-d12cff757cb4} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:48.114194 [ 261 ] {8f838519-059c-45f4-b11b-d12cff757cb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:48.114493 [ 261 ] {8f838519-059c-45f4-b11b-d12cff757cb4} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.04 23:27:48.114704 [ 261 ] {8f838519-059c-45f4-b11b-d12cff757cb4} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:48.114834 [ 261 ] {8f838519-059c-45f4-b11b-d12cff757cb4} executeQuery: Read 149 rows, 9.86 KiB in 0.001161 sec., 128337.63996554696 rows/sec., 8.29 MiB/sec. 2026.05.04 23:27:48.114871 [ 261 ] {8f838519-059c-45f4-b11b-d12cff757cb4} TCPHandler: Processed in 0.001325208 sec. 2026.05.04 23:27:48.115014 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:48.115109 [ 261 ] {4d6b79b4-6d6b-4b6e-ae9b-60d53ecd1cde} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.04 23:27:48.115147 [ 261 ] {4d6b79b4-6d6b-4b6e-ae9b-60d53ecd1cde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.04 23:27:48.115553 [ 261 ] {4d6b79b4-6d6b-4b6e-ae9b-60d53ecd1cde} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:48.115588 [ 261 ] {4d6b79b4-6d6b-4b6e-ae9b-60d53ecd1cde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:48.115874 [ 261 ] {4d6b79b4-6d6b-4b6e-ae9b-60d53ecd1cde} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.04 23:27:48.116079 [ 261 ] {4d6b79b4-6d6b-4b6e-ae9b-60d53ecd1cde} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:48.116263 [ 261 ] {4d6b79b4-6d6b-4b6e-ae9b-60d53ecd1cde} executeQuery: Read 148 rows, 8.62 KiB in 0.001172 sec., 126279.86348122866 rows/sec., 7.18 MiB/sec. 2026.05.04 23:27:48.116300 [ 261 ] {4d6b79b4-6d6b-4b6e-ae9b-60d53ecd1cde} TCPHandler: Processed in 0.001341318 sec. 2026.05.04 23:27:48.116424 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:48.116518 [ 261 ] {ebb4108e-83e3-4694-ad91-04d3447a5a4a} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:27:48.116559 [ 261 ] {ebb4108e-83e3-4694-ad91-04d3447a5a4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:27:48.117127 [ 261 ] {ebb4108e-83e3-4694-ad91-04d3447a5a4a} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:48.117164 [ 261 ] {ebb4108e-83e3-4694-ad91-04d3447a5a4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:48.117490 [ 261 ] {ebb4108e-83e3-4694-ad91-04d3447a5a4a} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.04 23:27:48.117702 [ 261 ] {ebb4108e-83e3-4694-ad91-04d3447a5a4a} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:48.117829 [ 261 ] {ebb4108e-83e3-4694-ad91-04d3447a5a4a} executeQuery: Read 522 rows, 37.74 KiB in 0.001329 sec., 392776.5237020316 rows/sec., 27.73 MiB/sec. 2026.05.04 23:27:48.117866 [ 261 ] {ebb4108e-83e3-4694-ad91-04d3447a5a4a} TCPHandler: Processed in 0.001493102 sec. 2026.05.04 23:27:48.117985 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:48.118080 [ 261 ] {4283fc7a-6ee5-41fb-9d52-96dc9ee22254} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.04 23:27:48.118122 [ 261 ] {4283fc7a-6ee5-41fb-9d52-96dc9ee22254} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.04 23:27:48.118452 [ 261 ] {4283fc7a-6ee5-41fb-9d52-96dc9ee22254} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:48.118489 [ 261 ] {4283fc7a-6ee5-41fb-9d52-96dc9ee22254} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:48.118813 [ 261 ] {4283fc7a-6ee5-41fb-9d52-96dc9ee22254} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.04 23:27:48.119024 [ 261 ] {4283fc7a-6ee5-41fb-9d52-96dc9ee22254} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:48.119154 [ 261 ] {4283fc7a-6ee5-41fb-9d52-96dc9ee22254} executeQuery: Read 6 rows, 321.00 B in 0.001094 sec., 5484.460694698355 rows/sec., 286.54 KiB/sec. 2026.05.04 23:27:48.119191 [ 261 ] {4283fc7a-6ee5-41fb-9d52-96dc9ee22254} TCPHandler: Processed in 0.001257366 sec. 2026.05.04 23:27:48.119312 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:48.119405 [ 261 ] {d37f76d3-f2ba-4682-8e80-e7eb4e443e8b} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:27:48.119448 [ 261 ] {d37f76d3-f2ba-4682-8e80-e7eb4e443e8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:27:48.119852 [ 261 ] {d37f76d3-f2ba-4682-8e80-e7eb4e443e8b} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:48.119888 [ 261 ] {d37f76d3-f2ba-4682-8e80-e7eb4e443e8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:48.120234 [ 261 ] {d37f76d3-f2ba-4682-8e80-e7eb4e443e8b} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.04 23:27:48.120458 [ 261 ] {d37f76d3-f2ba-4682-8e80-e7eb4e443e8b} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:48.120587 [ 261 ] {d37f76d3-f2ba-4682-8e80-e7eb4e443e8b} executeQuery: Read 265 rows, 18.03 KiB in 0.001201 sec., 220649.45878434638 rows/sec., 14.66 MiB/sec. 2026.05.04 23:27:48.120624 [ 261 ] {d37f76d3-f2ba-4682-8e80-e7eb4e443e8b} TCPHandler: Processed in 0.001363869 sec. 2026.05.04 23:27:48.120744 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:48.120838 [ 261 ] {3619c4b4-5cad-422e-918d-a76eac4d9a0a} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.04 23:27:48.120880 [ 261 ] {3619c4b4-5cad-422e-918d-a76eac4d9a0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.04 23:27:48.121199 [ 261 ] {3619c4b4-5cad-422e-918d-a76eac4d9a0a} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:48.121237 [ 261 ] {3619c4b4-5cad-422e-918d-a76eac4d9a0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:48.121552 [ 261 ] {3619c4b4-5cad-422e-918d-a76eac4d9a0a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.04 23:27:48.121775 [ 261 ] {3619c4b4-5cad-422e-918d-a76eac4d9a0a} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:48.121904 [ 261 ] {3619c4b4-5cad-422e-918d-a76eac4d9a0a} executeQuery: Read 1 rows, 69.00 B in 0.001085 sec., 921.6589861751152 rows/sec., 62.10 KiB/sec. 2026.05.04 23:27:48.121939 [ 261 ] {3619c4b4-5cad-422e-918d-a76eac4d9a0a} TCPHandler: Processed in 0.001245335 sec. 2026.05.04 23:27:48.122065 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:48.122159 [ 261 ] {51d88ce4-3290-4643-bb99-1eec7cfef67f} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:27:48.122214 [ 261 ] {51d88ce4-3290-4643-bb99-1eec7cfef67f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:27:48.123032 [ 261 ] {51d88ce4-3290-4643-bb99-1eec7cfef67f} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:48.123070 [ 261 ] {51d88ce4-3290-4643-bb99-1eec7cfef67f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:48.123631 [ 261 ] {51d88ce4-3290-4643-bb99-1eec7cfef67f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.04 23:27:48.123858 [ 261 ] {51d88ce4-3290-4643-bb99-1eec7cfef67f} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:48.123995 [ 261 ] {51d88ce4-3290-4643-bb99-1eec7cfef67f} executeQuery: Read 32 rows, 58.72 KiB in 0.001854 sec., 17259.97842502697 rows/sec., 30.93 MiB/sec. 2026.05.04 23:27:48.124053 [ 261 ] {51d88ce4-3290-4643-bb99-1eec7cfef67f} TCPHandler: Processed in 0.002039528 sec. 2026.05.04 23:27:48.124186 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:48.124283 [ 261 ] {26fedb1a-c9f8-49a7-8fc3-9f46ae3a5feb} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:27:48.124326 [ 261 ] {26fedb1a-c9f8-49a7-8fc3-9f46ae3a5feb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:27:48.124670 [ 261 ] {26fedb1a-c9f8-49a7-8fc3-9f46ae3a5feb} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:48.124707 [ 261 ] {26fedb1a-c9f8-49a7-8fc3-9f46ae3a5feb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:48.125013 [ 261 ] {26fedb1a-c9f8-49a7-8fc3-9f46ae3a5feb} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.04 23:27:48.125225 [ 261 ] {26fedb1a-c9f8-49a7-8fc3-9f46ae3a5feb} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:48.125356 [ 261 ] {26fedb1a-c9f8-49a7-8fc3-9f46ae3a5feb} executeQuery: Read 90 rows, 5.77 KiB in 0.001092 sec., 82417.58241758241 rows/sec., 5.16 MiB/sec. 2026.05.04 23:27:48.125393 [ 261 ] {26fedb1a-c9f8-49a7-8fc3-9f46ae3a5feb} TCPHandler: Processed in 0.001257176 sec. 2026.05.04 23:27:51.718126 [ 145 ] {} DNSResolver: Updating DNS cache 2026.05.04 23:27:51.718220 [ 145 ] {} DNSResolver: Updated DNS cache 2026.05.04 23:27:51.784054 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5743 2026.05.04 23:27:51.784843 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:51.784913 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:51.785797 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.04 23:27:51.786046 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:51.786191 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5743 2026.05.04 23:27:51.792313 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 352 2026.05.04 23:27:51.794815 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:51.794873 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:51.796154 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.04 23:27:51.796461 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:51.796811 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 352 2026.05.04 23:27:52.077878 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.05.04 23:27:52.095391 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:52.095458 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:52.101054 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.04 23:27:52.101758 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:52.104551 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.05.04 23:27:53.093140 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:53.093474 [ 261 ] {717512c9-fac4-4884-84a4-30e1f6ea5715} executeQuery: (from [fd00:1122:3344:101::d]:39097) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:27:53.093860 [ 261 ] {717512c9-fac4-4884-84a4-30e1f6ea5715} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:27:53.093897 [ 261 ] {717512c9-fac4-4884-84a4-30e1f6ea5715} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:27:53.094126 [ 261 ] {717512c9-fac4-4884-84a4-30e1f6ea5715} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:27:53.094200 [ 261 ] {717512c9-fac4-4884-84a4-30e1f6ea5715} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:27:53.094344 [ 261 ] {717512c9-fac4-4884-84a4-30e1f6ea5715} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.04 23:27:53.094456 [ 308 ] {717512c9-fac4-4884-84a4-30e1f6ea5715} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:27:53.094480 [ 299 ] {717512c9-fac4-4884-84a4-30e1f6ea5715} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:27:53.094462 [ 345 ] {717512c9-fac4-4884-84a4-30e1f6ea5715} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:27:53.094461 [ 324 ] {717512c9-fac4-4884-84a4-30e1f6ea5715} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:27:53.094661 [ 261 ] {717512c9-fac4-4884-84a4-30e1f6ea5715} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:27:53.094693 [ 261 ] {717512c9-fac4-4884-84a4-30e1f6ea5715} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:27:53.094766 [ 261 ] {717512c9-fac4-4884-84a4-30e1f6ea5715} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:27:53.094787 [ 261 ] {717512c9-fac4-4884-84a4-30e1f6ea5715} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Reading approx. 33 rows with 2 streams 2026.05.04 23:27:53.094822 [ 261 ] {717512c9-fac4-4884-84a4-30e1f6ea5715} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:27:53.094861 [ 261 ] {717512c9-fac4-4884-84a4-30e1f6ea5715} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:27:53.095980 [ 261 ] {717512c9-fac4-4884-84a4-30e1f6ea5715} executeQuery: Read 33 rows, 3.32 KiB in 0.002645 sec., 12476.370510396975 rows/sec., 1.23 MiB/sec. 2026.05.04 23:27:53.096116 [ 261 ] {717512c9-fac4-4884-84a4-30e1f6ea5715} TCPHandler: Processed in 0.00315493 sec. 2026.05.04 23:27:53.098043 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:53.098177 [ 261 ] {c12fc24f-5f3d-4f75-92d2-33f1e21abf8c} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:27:53.098232 [ 261 ] {c12fc24f-5f3d-4f75-92d2-33f1e21abf8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:27:53.098795 [ 261 ] {c12fc24f-5f3d-4f75-92d2-33f1e21abf8c} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:53.098836 [ 261 ] {c12fc24f-5f3d-4f75-92d2-33f1e21abf8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:53.099233 [ 261 ] {c12fc24f-5f3d-4f75-92d2-33f1e21abf8c} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.04 23:27:53.099463 [ 261 ] {c12fc24f-5f3d-4f75-92d2-33f1e21abf8c} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:53.099616 [ 261 ] {c12fc24f-5f3d-4f75-92d2-33f1e21abf8c} executeQuery: Read 78 rows, 6.61 KiB in 0.001481 sec., 52667.11681296422 rows/sec., 4.36 MiB/sec. 2026.05.04 23:27:53.099655 [ 261 ] {c12fc24f-5f3d-4f75-92d2-33f1e21abf8c} TCPHandler: Processed in 0.001681208 sec. 2026.05.04 23:27:53.099788 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:53.099886 [ 261 ] {94683b9a-83e8-4430-b0ae-b5ba6082da32} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:27:53.099928 [ 261 ] {94683b9a-83e8-4430-b0ae-b5ba6082da32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:27:53.100334 [ 261 ] {94683b9a-83e8-4430-b0ae-b5ba6082da32} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:53.100371 [ 261 ] {94683b9a-83e8-4430-b0ae-b5ba6082da32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:53.100742 [ 261 ] {94683b9a-83e8-4430-b0ae-b5ba6082da32} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.04 23:27:53.100951 [ 261 ] {94683b9a-83e8-4430-b0ae-b5ba6082da32} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:53.101085 [ 261 ] {94683b9a-83e8-4430-b0ae-b5ba6082da32} executeQuery: Read 11 rows, 847.00 B in 0.001221 sec., 9009.009009009009 rows/sec., 677.44 KiB/sec. 2026.05.04 23:27:53.101121 [ 261 ] {94683b9a-83e8-4430-b0ae-b5ba6082da32} TCPHandler: Processed in 0.00138586 sec. 2026.05.04 23:27:53.101242 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:53.101337 [ 261 ] {a9ebf628-29a5-43a9-9257-53bcf5085dc8} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:27:53.101377 [ 261 ] {a9ebf628-29a5-43a9-9257-53bcf5085dc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:27:53.101792 [ 261 ] {a9ebf628-29a5-43a9-9257-53bcf5085dc8} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:53.101829 [ 261 ] {a9ebf628-29a5-43a9-9257-53bcf5085dc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:53.102130 [ 261 ] {a9ebf628-29a5-43a9-9257-53bcf5085dc8} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.04 23:27:53.102337 [ 261 ] {a9ebf628-29a5-43a9-9257-53bcf5085dc8} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:53.102464 [ 261 ] {a9ebf628-29a5-43a9-9257-53bcf5085dc8} executeQuery: Read 75 rows, 6.00 KiB in 0.001146 sec., 65445.02617801046 rows/sec., 5.11 MiB/sec. 2026.05.04 23:27:53.102500 [ 261 ] {a9ebf628-29a5-43a9-9257-53bcf5085dc8} TCPHandler: Processed in 0.001307868 sec. 2026.05.04 23:27:53.102625 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:53.102718 [ 261 ] {0c78d0e2-a082-403a-8eb5-449833a0adca} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:27:53.102761 [ 261 ] {0c78d0e2-a082-403a-8eb5-449833a0adca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:27:53.103168 [ 261 ] {0c78d0e2-a082-403a-8eb5-449833a0adca} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:53.103204 [ 261 ] {0c78d0e2-a082-403a-8eb5-449833a0adca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:53.103567 [ 261 ] {0c78d0e2-a082-403a-8eb5-449833a0adca} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.04 23:27:53.103779 [ 261 ] {0c78d0e2-a082-403a-8eb5-449833a0adca} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:53.103909 [ 261 ] {0c78d0e2-a082-403a-8eb5-449833a0adca} executeQuery: Read 160 rows, 11.41 KiB in 0.001211 sec., 132122.21304706854 rows/sec., 9.20 MiB/sec. 2026.05.04 23:27:53.103944 [ 261 ] {0c78d0e2-a082-403a-8eb5-449833a0adca} TCPHandler: Processed in 0.001372309 sec. 2026.05.04 23:27:53.104062 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:53.104157 [ 261 ] {d7a54704-4890-4314-99f0-8f29cbf2ce6b} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:27:53.104211 [ 261 ] {d7a54704-4890-4314-99f0-8f29cbf2ce6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:27:53.104969 [ 261 ] {d7a54704-4890-4314-99f0-8f29cbf2ce6b} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:53.105004 [ 261 ] {d7a54704-4890-4314-99f0-8f29cbf2ce6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:53.105510 [ 261 ] {d7a54704-4890-4314-99f0-8f29cbf2ce6b} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.04 23:27:53.105731 [ 261 ] {d7a54704-4890-4314-99f0-8f29cbf2ce6b} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:53.105871 [ 261 ] {d7a54704-4890-4314-99f0-8f29cbf2ce6b} executeQuery: Read 11 rows, 20.18 KiB in 0.001734 sec., 6343.713956170704 rows/sec., 11.37 MiB/sec. 2026.05.04 23:27:53.105931 [ 261 ] {d7a54704-4890-4314-99f0-8f29cbf2ce6b} TCPHandler: Processed in 0.001919345 sec. 2026.05.04 23:27:53.106065 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:53.106167 [ 261 ] {8674b883-a70b-48b4-873c-19738e14a206} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:27:53.106211 [ 261 ] {8674b883-a70b-48b4-873c-19738e14a206} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:27:53.106565 [ 261 ] {8674b883-a70b-48b4-873c-19738e14a206} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:53.106608 [ 261 ] {8674b883-a70b-48b4-873c-19738e14a206} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:53.106936 [ 261 ] {8674b883-a70b-48b4-873c-19738e14a206} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.04 23:27:53.107148 [ 261 ] {8674b883-a70b-48b4-873c-19738e14a206} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:53.107283 [ 261 ] {8674b883-a70b-48b4-873c-19738e14a206} executeQuery: Read 60 rows, 4.14 KiB in 0.001135 sec., 52863.43612334802 rows/sec., 3.56 MiB/sec. 2026.05.04 23:27:53.107320 [ 261 ] {8674b883-a70b-48b4-873c-19738e14a206} TCPHandler: Processed in 0.001306847 sec. 2026.05.04 23:27:55.678282 [ 87 ] {} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.05.04 23:27:55.678385 [ 87 ] {} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:55.678423 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:55.678576 [ 201 ] {7564d63e-9975-4b1d-9769-cd837d5f57e7::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.05.04 23:27:55.678747 [ 201 ] {7564d63e-9975-4b1d-9769-cd837d5f57e7::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:27:55.678785 [ 201 ] {7564d63e-9975-4b1d-9769-cd837d5f57e7::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2026.05.04 23:27:55.678883 [ 201 ] {7564d63e-9975-4b1d-9769-cd837d5f57e7::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2026.05.04 23:27:55.678940 [ 201 ] {7564d63e-9975-4b1d-9769-cd837d5f57e7::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2026.05.04 23:27:55.678985 [ 201 ] {7564d63e-9975-4b1d-9769-cd837d5f57e7::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part 2026.05.04 23:27:55.679032 [ 201 ] {7564d63e-9975-4b1d-9769-cd837d5f57e7::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part 2026.05.04 23:27:55.679811 [ 200 ] {7564d63e-9975-4b1d-9769-cd837d5f57e7::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 5 columns (5 merged, 0 gathered) in 0.001290847 sec., 18592.44356612364 rows/sec., 1.55 MiB/sec. 2026.05.04 23:27:55.680029 [ 190 ] {7564d63e-9975-4b1d-9769-cd837d5f57e7::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.05.04 23:27:55.680374 [ 190 ] {7564d63e-9975-4b1d-9769-cd837d5f57e7::all_1_5_1} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:55.680449 [ 190 ] {7564d63e-9975-4b1d-9769-cd837d5f57e7::all_1_5_1} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.05.04 23:27:55.680546 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.05.04 23:27:58.098423 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:58.098823 [ 261 ] {9104351a-332a-4d51-bba4-e6fb48f9d54b} executeQuery: (from [fd00:1122:3344:101::d]:39097) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.04 23:27:58.099388 [ 261 ] {9104351a-332a-4d51-bba4-e6fb48f9d54b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:27:58.099465 [ 261 ] {9104351a-332a-4d51-bba4-e6fb48f9d54b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.05.04 23:27:58.099742 [ 261 ] {9104351a-332a-4d51-bba4-e6fb48f9d54b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:27:58.099814 [ 261 ] {9104351a-332a-4d51-bba4-e6fb48f9d54b} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:27:58.099959 [ 261 ] {9104351a-332a-4d51-bba4-e6fb48f9d54b} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 32-element set) 2026.05.04 23:27:58.100082 [ 308 ] {9104351a-332a-4d51-bba4-e6fb48f9d54b} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:27:58.100098 [ 299 ] {9104351a-332a-4d51-bba4-e6fb48f9d54b} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:27:58.100096 [ 307 ] {9104351a-332a-4d51-bba4-e6fb48f9d54b} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:27:58.100083 [ 324 ] {9104351a-332a-4d51-bba4-e6fb48f9d54b} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:27:58.100304 [ 261 ] {9104351a-332a-4d51-bba4-e6fb48f9d54b} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:27:58.100333 [ 261 ] {9104351a-332a-4d51-bba4-e6fb48f9d54b} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:27:58.100405 [ 261 ] {9104351a-332a-4d51-bba4-e6fb48f9d54b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:27:58.100424 [ 261 ] {9104351a-332a-4d51-bba4-e6fb48f9d54b} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Reading approx. 33 rows with 2 streams 2026.05.04 23:27:58.100459 [ 261 ] {9104351a-332a-4d51-bba4-e6fb48f9d54b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.04 23:27:58.100497 [ 261 ] {9104351a-332a-4d51-bba4-e6fb48f9d54b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.04 23:27:58.101704 [ 261 ] {9104351a-332a-4d51-bba4-e6fb48f9d54b} executeQuery: Read 33 rows, 7.37 KiB in 0.003046 sec., 10833.880499015102 rows/sec., 2.36 MiB/sec. 2026.05.04 23:27:58.101846 [ 261 ] {9104351a-332a-4d51-bba4-e6fb48f9d54b} TCPHandler: Processed in 0.003620443 sec. 2026.05.04 23:27:58.107274 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:58.107405 [ 261 ] {254f5a20-dd34-47aa-a43c-9574926e539b} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.04 23:27:58.107464 [ 261 ] {254f5a20-dd34-47aa-a43c-9574926e539b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.04 23:27:58.108520 [ 261 ] {254f5a20-dd34-47aa-a43c-9574926e539b} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:58.108558 [ 261 ] {254f5a20-dd34-47aa-a43c-9574926e539b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:58.108948 [ 261 ] {254f5a20-dd34-47aa-a43c-9574926e539b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.04 23:27:58.109174 [ 261 ] {254f5a20-dd34-47aa-a43c-9574926e539b} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:58.109324 [ 261 ] {254f5a20-dd34-47aa-a43c-9574926e539b} executeQuery: Read 284 rows, 18.47 KiB in 0.001957 sec., 145120.08175779253 rows/sec., 9.22 MiB/sec. 2026.05.04 23:27:58.109364 [ 261 ] {254f5a20-dd34-47aa-a43c-9574926e539b} TCPHandler: Processed in 0.002154772 sec. 2026.05.04 23:27:58.109498 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:58.109614 [ 261 ] {a331deb4-692d-4a7b-8ebc-57285f262f89} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.04 23:27:58.109655 [ 261 ] {a331deb4-692d-4a7b-8ebc-57285f262f89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.04 23:27:58.110066 [ 261 ] {a331deb4-692d-4a7b-8ebc-57285f262f89} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:58.110103 [ 261 ] {a331deb4-692d-4a7b-8ebc-57285f262f89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:58.110404 [ 261 ] {a331deb4-692d-4a7b-8ebc-57285f262f89} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.04 23:27:58.110618 [ 261 ] {a331deb4-692d-4a7b-8ebc-57285f262f89} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:58.110750 [ 261 ] {a331deb4-692d-4a7b-8ebc-57285f262f89} executeQuery: Read 2 rows, 167.00 B in 0.001165 sec., 1716.7381974248926 rows/sec., 139.99 KiB/sec. 2026.05.04 23:27:58.110788 [ 261 ] {a331deb4-692d-4a7b-8ebc-57285f262f89} TCPHandler: Processed in 0.001340859 sec. 2026.05.04 23:27:58.110905 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:58.111005 [ 261 ] {6e9a7e00-5c43-406b-b738-6ec2b857c476} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:27:58.111046 [ 261 ] {6e9a7e00-5c43-406b-b738-6ec2b857c476} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:27:58.111780 [ 261 ] {6e9a7e00-5c43-406b-b738-6ec2b857c476} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:58.111818 [ 261 ] {6e9a7e00-5c43-406b-b738-6ec2b857c476} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:58.112214 [ 261 ] {6e9a7e00-5c43-406b-b738-6ec2b857c476} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.04 23:27:58.112428 [ 261 ] {6e9a7e00-5c43-406b-b738-6ec2b857c476} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:58.112536 [ 29 ] {} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.04 23:27:58.112560 [ 261 ] {6e9a7e00-5c43-406b-b738-6ec2b857c476} executeQuery: Read 862 rows, 68.97 KiB in 0.001572 sec., 548346.0559796437 rows/sec., 42.85 MiB/sec. 2026.05.04 23:27:58.112625 [ 29 ] {} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:58.112642 [ 261 ] {6e9a7e00-5c43-406b-b738-6ec2b857c476} TCPHandler: Processed in 0.001785482 sec. 2026.05.04 23:27:58.112654 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:58.112760 [ 190 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.04 23:27:58.112781 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:58.112876 [ 190 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:27:58.112888 [ 261 ] {e54c6c96-ee37-426b-a22a-ce8c114713db} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:27:58.112911 [ 190 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1010 rows starting from the beginning of the part 2026.05.04 23:27:58.112930 [ 261 ] {e54c6c96-ee37-426b-a22a-ce8c114713db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:27:58.112976 [ 190 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 859 rows starting from the beginning of the part 2026.05.04 23:27:58.113033 [ 190 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 82 rows starting from the beginning of the part 2026.05.04 23:27:58.113083 [ 190 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 861 rows starting from the beginning of the part 2026.05.04 23:27:58.113129 [ 190 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 78 rows starting from the beginning of the part 2026.05.04 23:27:58.113177 [ 190 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 862 rows starting from the beginning of the part 2026.05.04 23:27:58.113381 [ 261 ] {e54c6c96-ee37-426b-a22a-ce8c114713db} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:58.113416 [ 261 ] {e54c6c96-ee37-426b-a22a-ce8c114713db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:58.113738 [ 261 ] {e54c6c96-ee37-426b-a22a-ce8c114713db} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.04 23:27:58.113954 [ 261 ] {e54c6c96-ee37-426b-a22a-ce8c114713db} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:58.114085 [ 261 ] {e54c6c96-ee37-426b-a22a-ce8c114713db} executeQuery: Read 176 rows, 11.09 KiB in 0.001214 sec., 144975.28830313013 rows/sec., 8.92 MiB/sec. 2026.05.04 23:27:58.114121 [ 261 ] {e54c6c96-ee37-426b-a22a-ce8c114713db} TCPHandler: Processed in 0.00139098 sec. 2026.05.04 23:27:58.114257 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:58.114353 [ 261 ] {3b677853-5d04-4fbf-8590-cb76708db3f3} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.04 23:27:58.114393 [ 261 ] {3b677853-5d04-4fbf-8590-cb76708db3f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.04 23:27:58.114627 [ 187 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 3752 rows, containing 5 columns (5 merged, 0 gathered) in 0.001908715 sec., 1965720.393039296 rows/sec., 162.60 MiB/sec. 2026.05.04 23:27:58.114816 [ 190 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.04 23:27:58.114824 [ 261 ] {3b677853-5d04-4fbf-8590-cb76708db3f3} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:58.114865 [ 261 ] {3b677853-5d04-4fbf-8590-cb76708db3f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:58.115062 [ 190 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_16_3} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:58.115124 [ 190 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_16_3} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.04 23:27:58.115180 [ 261 ] {3b677853-5d04-4fbf-8590-cb76708db3f3} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.04 23:27:58.115190 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2026.05.04 23:27:58.115395 [ 261 ] {3b677853-5d04-4fbf-8590-cb76708db3f3} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:58.115525 [ 261 ] {3b677853-5d04-4fbf-8590-cb76708db3f3} executeQuery: Read 149 rows, 9.86 KiB in 0.00119 sec., 125210.08403361344 rows/sec., 8.09 MiB/sec. 2026.05.04 23:27:58.115564 [ 261 ] {3b677853-5d04-4fbf-8590-cb76708db3f3} TCPHandler: Processed in 0.001361669 sec. 2026.05.04 23:27:58.115698 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:58.115798 [ 261 ] {711ac759-4dd7-463a-8f96-393bb1dc33ab} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.04 23:27:58.115838 [ 261 ] {711ac759-4dd7-463a-8f96-393bb1dc33ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.04 23:27:58.116273 [ 261 ] {711ac759-4dd7-463a-8f96-393bb1dc33ab} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:58.116309 [ 261 ] {711ac759-4dd7-463a-8f96-393bb1dc33ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:58.116615 [ 261 ] {711ac759-4dd7-463a-8f96-393bb1dc33ab} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.04 23:27:58.116832 [ 261 ] {711ac759-4dd7-463a-8f96-393bb1dc33ab} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:58.116962 [ 261 ] {711ac759-4dd7-463a-8f96-393bb1dc33ab} executeQuery: Read 148 rows, 8.62 KiB in 0.001189 sec., 124474.34819175779 rows/sec., 7.08 MiB/sec. 2026.05.04 23:27:58.117001 [ 261 ] {711ac759-4dd7-463a-8f96-393bb1dc33ab} TCPHandler: Processed in 0.001353829 sec. 2026.05.04 23:27:58.117122 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:58.117215 [ 261 ] {30661998-b606-4731-a400-8293bef3168d} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:27:58.117256 [ 261 ] {30661998-b606-4731-a400-8293bef3168d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:27:58.117847 [ 261 ] {30661998-b606-4731-a400-8293bef3168d} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:58.117884 [ 261 ] {30661998-b606-4731-a400-8293bef3168d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:58.118207 [ 261 ] {30661998-b606-4731-a400-8293bef3168d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.04 23:27:58.118418 [ 261 ] {30661998-b606-4731-a400-8293bef3168d} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:58.118526 [ 31 ] {} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.04 23:27:58.118549 [ 261 ] {30661998-b606-4731-a400-8293bef3168d} executeQuery: Read 524 rows, 37.90 KiB in 0.001351 sec., 387860.843819393 rows/sec., 27.40 MiB/sec. 2026.05.04 23:27:58.118581 [ 31 ] {} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:58.118595 [ 261 ] {30661998-b606-4731-a400-8293bef3168d} TCPHandler: Processed in 0.001522013 sec. 2026.05.04 23:27:58.118611 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:58.118710 [ 200 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.04 23:27:58.118718 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:58.118830 [ 261 ] {b7cedaf0-3f1f-4dd9-b040-9aab5c858df4} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.04 23:27:58.118839 [ 200 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:27:58.118875 [ 261 ] {b7cedaf0-3f1f-4dd9-b040-9aab5c858df4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.04 23:27:58.118884 [ 200 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 602 rows starting from the beginning of the part 2026.05.04 23:27:58.118985 [ 200 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 521 rows starting from the beginning of the part 2026.05.04 23:27:58.119042 [ 200 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 83 rows starting from the beginning of the part 2026.05.04 23:27:58.119090 [ 200 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 522 rows starting from the beginning of the part 2026.05.04 23:27:58.119144 [ 200 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 75 rows starting from the beginning of the part 2026.05.04 23:27:58.119189 [ 200 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 524 rows starting from the beginning of the part 2026.05.04 23:27:58.119237 [ 261 ] {b7cedaf0-3f1f-4dd9-b040-9aab5c858df4} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:58.119277 [ 261 ] {b7cedaf0-3f1f-4dd9-b040-9aab5c858df4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:58.119621 [ 261 ] {b7cedaf0-3f1f-4dd9-b040-9aab5c858df4} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.04 23:27:58.119846 [ 261 ] {b7cedaf0-3f1f-4dd9-b040-9aab5c858df4} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:58.119982 [ 261 ] {b7cedaf0-3f1f-4dd9-b040-9aab5c858df4} executeQuery: Read 6 rows, 321.00 B in 0.001169 sec., 5132.591958939265 rows/sec., 268.16 KiB/sec. 2026.05.04 23:27:58.120017 [ 261 ] {b7cedaf0-3f1f-4dd9-b040-9aab5c858df4} TCPHandler: Processed in 0.001347829 sec. 2026.05.04 23:27:58.120138 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:58.120231 [ 261 ] {2cf71e68-93cb-4288-9079-a03141f91322} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:27:58.120274 [ 261 ] {2cf71e68-93cb-4288-9079-a03141f91322} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:27:58.120459 [ 187 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2327 rows, containing 5 columns (5 merged, 0 gathered) in 0.00179032 sec., 1299767.6393047054 rows/sec., 97.96 MiB/sec. 2026.05.04 23:27:58.120691 [ 187 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.04 23:27:58.120692 [ 261 ] {2cf71e68-93cb-4288-9079-a03141f91322} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:58.120743 [ 261 ] {2cf71e68-93cb-4288-9079-a03141f91322} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:58.121048 [ 187 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_16_3} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:58.121127 [ 261 ] {2cf71e68-93cb-4288-9079-a03141f91322} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.04 23:27:58.121142 [ 187 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_16_3} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.04 23:27:58.121244 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. 2026.05.04 23:27:58.121366 [ 261 ] {2cf71e68-93cb-4288-9079-a03141f91322} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:58.121480 [ 31 ] {} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.04 23:27:58.121503 [ 261 ] {2cf71e68-93cb-4288-9079-a03141f91322} executeQuery: Read 266 rows, 18.10 KiB in 0.001289 sec., 206361.52055857255 rows/sec., 13.71 MiB/sec. 2026.05.04 23:27:58.121515 [ 31 ] {} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:58.121544 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:58.121547 [ 261 ] {2cf71e68-93cb-4288-9079-a03141f91322} TCPHandler: Processed in 0.001459372 sec. 2026.05.04 23:27:58.121626 [ 199 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.04 23:27:58.121677 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:58.121739 [ 199 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:27:58.121773 [ 199 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2137 rows starting from the beginning of the part 2026.05.04 23:27:58.121776 [ 261 ] {6e358281-3efd-4a34-aa37-f5d6d8c2e4c6} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.04 23:27:58.121829 [ 261 ] {6e358281-3efd-4a34-aa37-f5d6d8c2e4c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.04 23:27:58.121833 [ 199 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 265 rows starting from the beginning of the part 2026.05.04 23:27:58.121888 [ 199 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 164 rows starting from the beginning of the part 2026.05.04 23:27:58.121927 [ 199 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 265 rows starting from the beginning of the part 2026.05.04 23:27:58.121964 [ 199 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part 2026.05.04 23:27:58.122001 [ 199 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 266 rows starting from the beginning of the part 2026.05.04 23:27:58.122171 [ 261 ] {6e358281-3efd-4a34-aa37-f5d6d8c2e4c6} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:58.122211 [ 261 ] {6e358281-3efd-4a34-aa37-f5d6d8c2e4c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:58.122523 [ 261 ] {6e358281-3efd-4a34-aa37-f5d6d8c2e4c6} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.04 23:27:58.122751 [ 261 ] {6e358281-3efd-4a34-aa37-f5d6d8c2e4c6} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:58.122888 [ 261 ] {6e358281-3efd-4a34-aa37-f5d6d8c2e4c6} executeQuery: Read 1 rows, 69.00 B in 0.00113 sec., 884.9557522123895 rows/sec., 59.63 KiB/sec. 2026.05.04 23:27:58.122925 [ 261 ] {6e358281-3efd-4a34-aa37-f5d6d8c2e4c6} TCPHandler: Processed in 0.001296577 sec. 2026.05.04 23:27:58.123039 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:58.123130 [ 261 ] {ee8e2a02-b566-4d15-8ebd-1cad4fb67f61} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:27:58.123185 [ 261 ] {ee8e2a02-b566-4d15-8ebd-1cad4fb67f61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:27:58.123332 [ 187 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 3257 rows, containing 5 columns (5 merged, 0 gathered) in 0.00174494 sec., 1866539.8237188673 rows/sec., 129.78 MiB/sec. 2026.05.04 23:27:58.123728 [ 197 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.04 23:27:58.124032 [ 261 ] {ee8e2a02-b566-4d15-8ebd-1cad4fb67f61} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:58.124035 [ 197 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_16_3} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:58.124078 [ 261 ] {ee8e2a02-b566-4d15-8ebd-1cad4fb67f61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:58.124137 [ 197 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_16_3} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.04 23:27:58.124236 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.87 MiB. 2026.05.04 23:27:58.124636 [ 261 ] {ee8e2a02-b566-4d15-8ebd-1cad4fb67f61} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.04 23:27:58.124868 [ 261 ] {ee8e2a02-b566-4d15-8ebd-1cad4fb67f61} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:58.125007 [ 261 ] {ee8e2a02-b566-4d15-8ebd-1cad4fb67f61} executeQuery: Read 32 rows, 58.72 KiB in 0.001894 sec., 16895.45934530095 rows/sec., 30.28 MiB/sec. 2026.05.04 23:27:58.125068 [ 261 ] {ee8e2a02-b566-4d15-8ebd-1cad4fb67f61} TCPHandler: Processed in 0.002077019 sec. 2026.05.04 23:27:58.125206 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:27:58.125300 [ 261 ] {831e6a8a-d3d1-47ac-8c21-a62bdc23edf1} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:27:58.125342 [ 261 ] {831e6a8a-d3d1-47ac-8c21-a62bdc23edf1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:27:58.125679 [ 261 ] {831e6a8a-d3d1-47ac-8c21-a62bdc23edf1} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:58.125715 [ 261 ] {831e6a8a-d3d1-47ac-8c21-a62bdc23edf1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:58.126022 [ 261 ] {831e6a8a-d3d1-47ac-8c21-a62bdc23edf1} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.04 23:27:58.126237 [ 261 ] {831e6a8a-d3d1-47ac-8c21-a62bdc23edf1} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:58.126334 [ 31 ] {} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.04 23:27:58.126362 [ 261 ] {831e6a8a-d3d1-47ac-8c21-a62bdc23edf1} executeQuery: Read 90 rows, 5.77 KiB in 0.00108 sec., 83333.33333333333 rows/sec., 5.21 MiB/sec. 2026.05.04 23:27:58.126369 [ 31 ] {} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:58.126402 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:58.126405 [ 261 ] {831e6a8a-d3d1-47ac-8c21-a62bdc23edf1} TCPHandler: Processed in 0.001249605 sec. 2026.05.04 23:27:58.126471 [ 199 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.04 23:27:58.126581 [ 199 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:27:58.126610 [ 199 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 690 rows starting from the beginning of the part 2026.05.04 23:27:58.126659 [ 199 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 90 rows starting from the beginning of the part 2026.05.04 23:27:58.126701 [ 199 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part 2026.05.04 23:27:58.126738 [ 199 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 90 rows starting from the beginning of the part 2026.05.04 23:27:58.126776 [ 199 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part 2026.05.04 23:27:58.126813 [ 199 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 90 rows starting from the beginning of the part 2026.05.04 23:27:58.127697 [ 197 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1080 rows, containing 4 columns (4 merged, 0 gathered) in 0.001255426 sec., 860265.7583959549 rows/sec., 56.59 MiB/sec. 2026.05.04 23:27:58.127863 [ 190 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.04 23:27:58.128109 [ 190 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_16_3} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:58.128172 [ 190 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_16_3} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.04 23:27:58.128251 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2026.05.04 23:27:59.286374 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6255 2026.05.04 23:27:59.286896 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:59.286944 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:59.287433 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.04 23:27:59.287674 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:59.287815 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6255 2026.05.04 23:27:59.604871 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.05.04 23:27:59.621130 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:27:59.621201 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:27:59.627302 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.04 23:27:59.628001 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:27:59.630833 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.05.04 23:28:00.000239 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 223.49 MiB, peak 227.49 MiB, free memory in arenas 0.00 B, will set to 224.77 MiB (RSS), difference: 1.28 MiB 2026.05.04 23:28:01.796951 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 392 2026.05.04 23:28:01.799450 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:01.799500 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:28:01.800705 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.04 23:28:01.800968 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:01.801219 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 392 2026.05.04 23:28:03.092169 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:03.092402 [ 261 ] {b9b7fe9c-976e-47fa-8b8f-4af3e66dd1cd} executeQuery: (from [fd00:1122:3344:101::d]:39097) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:28:03.092823 [ 261 ] {b9b7fe9c-976e-47fa-8b8f-4af3e66dd1cd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:28:03.092866 [ 261 ] {b9b7fe9c-976e-47fa-8b8f-4af3e66dd1cd} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:28:03.093122 [ 261 ] {b9b7fe9c-976e-47fa-8b8f-4af3e66dd1cd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:28:03.093194 [ 261 ] {b9b7fe9c-976e-47fa-8b8f-4af3e66dd1cd} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:28:03.093335 [ 261 ] {b9b7fe9c-976e-47fa-8b8f-4af3e66dd1cd} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.04 23:28:03.093448 [ 340 ] {b9b7fe9c-976e-47fa-8b8f-4af3e66dd1cd} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:28:03.093463 [ 310 ] {b9b7fe9c-976e-47fa-8b8f-4af3e66dd1cd} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:28:03.093475 [ 325 ] {b9b7fe9c-976e-47fa-8b8f-4af3e66dd1cd} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:28:03.093450 [ 308 ] {b9b7fe9c-976e-47fa-8b8f-4af3e66dd1cd} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:28:03.093645 [ 261 ] {b9b7fe9c-976e-47fa-8b8f-4af3e66dd1cd} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:28:03.093672 [ 261 ] {b9b7fe9c-976e-47fa-8b8f-4af3e66dd1cd} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:28:03.093746 [ 261 ] {b9b7fe9c-976e-47fa-8b8f-4af3e66dd1cd} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:28:03.093766 [ 261 ] {b9b7fe9c-976e-47fa-8b8f-4af3e66dd1cd} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Reading approx. 33 rows with 2 streams 2026.05.04 23:28:03.093799 [ 261 ] {b9b7fe9c-976e-47fa-8b8f-4af3e66dd1cd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:28:03.093837 [ 261 ] {b9b7fe9c-976e-47fa-8b8f-4af3e66dd1cd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:28:03.094938 [ 261 ] {b9b7fe9c-976e-47fa-8b8f-4af3e66dd1cd} executeQuery: Read 33 rows, 3.32 KiB in 0.002583 sec., 12775.842044134728 rows/sec., 1.26 MiB/sec. 2026.05.04 23:28:03.095075 [ 261 ] {b9b7fe9c-976e-47fa-8b8f-4af3e66dd1cd} TCPHandler: Processed in 0.003013666 sec. 2026.05.04 23:28:03.096932 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:03.097044 [ 261 ] {a52a5b3e-9552-4130-9ac4-edddecbc93c8} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:28:03.097093 [ 261 ] {a52a5b3e-9552-4130-9ac4-edddecbc93c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:28:03.097676 [ 261 ] {a52a5b3e-9552-4130-9ac4-edddecbc93c8} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:03.097727 [ 261 ] {a52a5b3e-9552-4130-9ac4-edddecbc93c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:28:03.098158 [ 261 ] {a52a5b3e-9552-4130-9ac4-edddecbc93c8} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.04 23:28:03.098390 [ 261 ] {a52a5b3e-9552-4130-9ac4-edddecbc93c8} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:03.098542 [ 261 ] {a52a5b3e-9552-4130-9ac4-edddecbc93c8} executeQuery: Read 78 rows, 6.61 KiB in 0.00153 sec., 50980.39215686275 rows/sec., 4.22 MiB/sec. 2026.05.04 23:28:03.098582 [ 261 ] {a52a5b3e-9552-4130-9ac4-edddecbc93c8} TCPHandler: Processed in 0.001703509 sec. 2026.05.04 23:28:03.098707 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:03.098799 [ 261 ] {5fcefbcd-0af6-4c60-b278-a840bd785a9b} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:28:03.098839 [ 261 ] {5fcefbcd-0af6-4c60-b278-a840bd785a9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:28:03.099220 [ 261 ] {5fcefbcd-0af6-4c60-b278-a840bd785a9b} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:03.099256 [ 261 ] {5fcefbcd-0af6-4c60-b278-a840bd785a9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:28:03.099541 [ 261 ] {5fcefbcd-0af6-4c60-b278-a840bd785a9b} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.04 23:28:03.099821 [ 261 ] {5fcefbcd-0af6-4c60-b278-a840bd785a9b} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:03.099928 [ 141 ] {} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.04 23:28:03.099954 [ 261 ] {5fcefbcd-0af6-4c60-b278-a840bd785a9b} executeQuery: Read 11 rows, 847.00 B in 0.001164 sec., 9450.171821305841 rows/sec., 710.61 KiB/sec. 2026.05.04 23:28:03.099976 [ 141 ] {} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:03.099997 [ 261 ] {5fcefbcd-0af6-4c60-b278-a840bd785a9b} TCPHandler: Processed in 0.001335268 sec. 2026.05.04 23:28:03.100003 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:28:03.100105 [ 190 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.04 23:28:03.100125 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:03.100217 [ 190 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:28:03.100229 [ 261 ] {b6716459-d3d3-4e42-9c09-997686eff00f} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:28:03.100265 [ 190 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 212 rows starting from the beginning of the part 2026.05.04 23:28:03.100283 [ 261 ] {b6716459-d3d3-4e42-9c09-997686eff00f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:28:03.100343 [ 190 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 19 rows starting from the beginning of the part 2026.05.04 23:28:03.100416 [ 190 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 174 rows starting from the beginning of the part 2026.05.04 23:28:03.100484 [ 190 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 11 rows starting from the beginning of the part 2026.05.04 23:28:03.100550 [ 190 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 176 rows starting from the beginning of the part 2026.05.04 23:28:03.100599 [ 190 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 11 rows starting from the beginning of the part 2026.05.04 23:28:03.100820 [ 261 ] {b6716459-d3d3-4e42-9c09-997686eff00f} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:03.100859 [ 261 ] {b6716459-d3d3-4e42-9c09-997686eff00f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:28:03.101451 [ 261 ] {b6716459-d3d3-4e42-9c09-997686eff00f} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.04 23:28:03.101741 [ 190 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 603 rows, containing 5 columns (5 merged, 0 gathered) in 0.001672808 sec., 360471.73375545786 rows/sec., 24.06 MiB/sec. 2026.05.04 23:28:03.101745 [ 261 ] {b6716459-d3d3-4e42-9c09-997686eff00f} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:03.101900 [ 261 ] {b6716459-d3d3-4e42-9c09-997686eff00f} executeQuery: Read 75 rows, 6.00 KiB in 0.001695 sec., 44247.787610619474 rows/sec., 3.45 MiB/sec. 2026.05.04 23:28:03.101918 [ 197 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.04 23:28:03.101942 [ 261 ] {b6716459-d3d3-4e42-9c09-997686eff00f} TCPHandler: Processed in 0.001867673 sec. 2026.05.04 23:28:03.102074 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:03.102172 [ 261 ] {eb3afef5-e60c-4e05-bbaf-9487ea22e183} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:28:03.102211 [ 197 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_16_3} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:03.102218 [ 261 ] {eb3afef5-e60c-4e05-bbaf-9487ea22e183} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:28:03.102296 [ 197 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_16_3} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.04 23:28:03.102394 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.05.04 23:28:03.102662 [ 261 ] {eb3afef5-e60c-4e05-bbaf-9487ea22e183} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:03.102704 [ 261 ] {eb3afef5-e60c-4e05-bbaf-9487ea22e183} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:28:03.103051 [ 261 ] {eb3afef5-e60c-4e05-bbaf-9487ea22e183} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.04 23:28:03.103259 [ 261 ] {eb3afef5-e60c-4e05-bbaf-9487ea22e183} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:03.103389 [ 261 ] {eb3afef5-e60c-4e05-bbaf-9487ea22e183} executeQuery: Read 160 rows, 11.41 KiB in 0.001236 sec., 129449.83818770228 rows/sec., 9.02 MiB/sec. 2026.05.04 23:28:03.103426 [ 261 ] {eb3afef5-e60c-4e05-bbaf-9487ea22e183} TCPHandler: Processed in 0.00140265 sec. 2026.05.04 23:28:03.103538 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:03.103641 [ 261 ] {b6bfdff9-ff05-4281-9547-3f9d610ad11e} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:28:03.103698 [ 261 ] {b6bfdff9-ff05-4281-9547-3f9d610ad11e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:28:03.104459 [ 261 ] {b6bfdff9-ff05-4281-9547-3f9d610ad11e} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:03.104496 [ 261 ] {b6bfdff9-ff05-4281-9547-3f9d610ad11e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:28:03.105020 [ 261 ] {b6bfdff9-ff05-4281-9547-3f9d610ad11e} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.04 23:28:03.105250 [ 261 ] {b6bfdff9-ff05-4281-9547-3f9d610ad11e} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:03.105364 [ 141 ] {} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.04 23:28:03.105389 [ 261 ] {b6bfdff9-ff05-4281-9547-3f9d610ad11e} executeQuery: Read 11 rows, 20.18 KiB in 0.001767 sec., 6225.24052065648 rows/sec., 11.16 MiB/sec. 2026.05.04 23:28:03.105402 [ 141 ] {} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:03.105430 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:28:03.105448 [ 261 ] {b6bfdff9-ff05-4281-9547-3f9d610ad11e} TCPHandler: Processed in 0.001963287 sec. 2026.05.04 23:28:03.105509 [ 193 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.04 23:28:03.105577 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:03.105679 [ 261 ] {8f89b784-5b20-4ee5-a29b-cf26f359ac2d} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:28:03.105722 [ 261 ] {8f89b784-5b20-4ee5-a29b-cf26f359ac2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:28:03.105752 [ 193 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:28:03.105817 [ 193 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 180 rows starting from the beginning of the part 2026.05.04 23:28:03.105959 [ 193 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 11 rows starting from the beginning of the part 2026.05.04 23:28:03.106065 [ 261 ] {8f89b784-5b20-4ee5-a29b-cf26f359ac2d} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:03.106086 [ 193 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 32 rows starting from the beginning of the part 2026.05.04 23:28:03.106106 [ 261 ] {8f89b784-5b20-4ee5-a29b-cf26f359ac2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:28:03.106196 [ 193 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 11 rows starting from the beginning of the part 2026.05.04 23:28:03.106305 [ 193 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 32 rows starting from the beginning of the part 2026.05.04 23:28:03.106410 [ 193 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 11 rows starting from the beginning of the part 2026.05.04 23:28:03.106427 [ 261 ] {8f89b784-5b20-4ee5-a29b-cf26f359ac2d} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.04 23:28:03.106642 [ 261 ] {8f89b784-5b20-4ee5-a29b-cf26f359ac2d} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:03.106774 [ 261 ] {8f89b784-5b20-4ee5-a29b-cf26f359ac2d} executeQuery: Read 60 rows, 4.14 KiB in 0.001122 sec., 53475.93582887701 rows/sec., 3.60 MiB/sec. 2026.05.04 23:28:03.106808 [ 261 ] {8f89b784-5b20-4ee5-a29b-cf26f359ac2d} TCPHandler: Processed in 0.001293397 sec. 2026.05.04 23:28:03.109459 [ 197 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 277 rows, containing 19 columns (19 merged, 0 gathered) in 0.003984674 sec., 69516.35190231372 rows/sec., 124.57 MiB/sec. 2026.05.04 23:28:03.109955 [ 190 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.04 23:28:03.110340 [ 190 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_16_3} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:03.110408 [ 190 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_16_3} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.04 23:28:03.110554 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.49 MiB. 2026.05.04 23:28:06.718286 [ 30 ] {} DNSResolver: Updating DNS cache 2026.05.04 23:28:06.718382 [ 30 ] {} DNSResolver: Updated DNS cache 2026.05.04 23:28:06.788785 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6703 2026.05.04 23:28:06.789392 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:06.789433 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:28:06.789907 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.04 23:28:06.790138 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:06.790276 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6703 2026.05.04 23:28:07.131797 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.05.04 23:28:07.148612 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:07.148680 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:28:07.154601 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.04 23:28:07.155322 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:07.158224 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.05.04 23:28:08.098103 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:08.098334 [ 261 ] {712b2163-cb6c-4acc-bed4-cc4363b618ae} executeQuery: (from [fd00:1122:3344:101::d]:39097) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.04 23:28:08.098651 [ 261 ] {712b2163-cb6c-4acc-bed4-cc4363b618ae} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:28:08.098687 [ 261 ] {712b2163-cb6c-4acc-bed4-cc4363b618ae} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.05.04 23:28:08.098944 [ 261 ] {712b2163-cb6c-4acc-bed4-cc4363b618ae} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:28:08.099008 [ 261 ] {712b2163-cb6c-4acc-bed4-cc4363b618ae} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:28:08.099141 [ 261 ] {712b2163-cb6c-4acc-bed4-cc4363b618ae} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.05.04 23:28:08.099244 [ 325 ] {712b2163-cb6c-4acc-bed4-cc4363b618ae} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:28:08.099335 [ 333 ] {712b2163-cb6c-4acc-bed4-cc4363b618ae} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:28:08.099350 [ 303 ] {712b2163-cb6c-4acc-bed4-cc4363b618ae} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:28:08.099355 [ 340 ] {712b2163-cb6c-4acc-bed4-cc4363b618ae} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:28:08.099532 [ 261 ] {712b2163-cb6c-4acc-bed4-cc4363b618ae} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:28:08.099560 [ 261 ] {712b2163-cb6c-4acc-bed4-cc4363b618ae} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:28:08.099631 [ 261 ] {712b2163-cb6c-4acc-bed4-cc4363b618ae} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:28:08.099650 [ 261 ] {712b2163-cb6c-4acc-bed4-cc4363b618ae} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Reading approx. 33 rows with 2 streams 2026.05.04 23:28:08.099685 [ 261 ] {712b2163-cb6c-4acc-bed4-cc4363b618ae} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.04 23:28:08.099723 [ 261 ] {712b2163-cb6c-4acc-bed4-cc4363b618ae} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.04 23:28:08.100881 [ 261 ] {712b2163-cb6c-4acc-bed4-cc4363b618ae} executeQuery: Read 33 rows, 7.37 KiB in 0.002643 sec., 12485.811577752555 rows/sec., 2.72 MiB/sec. 2026.05.04 23:28:08.101011 [ 261 ] {712b2163-cb6c-4acc-bed4-cc4363b618ae} TCPHandler: Processed in 0.003040066 sec. 2026.05.04 23:28:08.106316 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:08.106430 [ 261 ] {927b8e34-66e8-4048-aed3-63d9c54fbe87} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.04 23:28:08.106476 [ 261 ] {927b8e34-66e8-4048-aed3-63d9c54fbe87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.04 23:28:08.107077 [ 261 ] {927b8e34-66e8-4048-aed3-63d9c54fbe87} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:08.107115 [ 261 ] {927b8e34-66e8-4048-aed3-63d9c54fbe87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:28:08.107501 [ 261 ] {927b8e34-66e8-4048-aed3-63d9c54fbe87} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.04 23:28:08.107735 [ 261 ] {927b8e34-66e8-4048-aed3-63d9c54fbe87} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:08.107859 [ 78 ] {} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.04 23:28:08.107882 [ 261 ] {927b8e34-66e8-4048-aed3-63d9c54fbe87} executeQuery: Read 284 rows, 18.47 KiB in 0.001483 sec., 191503.70869858397 rows/sec., 12.16 MiB/sec. 2026.05.04 23:28:08.107901 [ 78 ] {} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:08.107921 [ 261 ] {927b8e34-66e8-4048-aed3-63d9c54fbe87} TCPHandler: Processed in 0.001657838 sec. 2026.05.04 23:28:08.107923 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:28:08.108021 [ 194 ] {bad33129-5189-47d8-be1b-ca98420e3526::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.04 23:28:08.108054 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:08.108122 [ 194 ] {bad33129-5189-47d8-be1b-ca98420e3526::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:28:08.108149 [ 261 ] {d77e43f6-d9da-4a79-882b-449aa1d9d645} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:28:08.108153 [ 194 ] {bad33129-5189-47d8-be1b-ca98420e3526::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2026.05.04 23:28:08.108191 [ 261 ] {d77e43f6-d9da-4a79-882b-449aa1d9d645} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:28:08.108249 [ 194 ] {bad33129-5189-47d8-be1b-ca98420e3526::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 284 rows starting from the beginning of the part 2026.05.04 23:28:08.108303 [ 194 ] {bad33129-5189-47d8-be1b-ca98420e3526::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 284 rows starting from the beginning of the part 2026.05.04 23:28:08.108352 [ 194 ] {bad33129-5189-47d8-be1b-ca98420e3526::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 284 rows starting from the beginning of the part 2026.05.04 23:28:08.108402 [ 194 ] {bad33129-5189-47d8-be1b-ca98420e3526::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 284 rows starting from the beginning of the part 2026.05.04 23:28:08.108457 [ 194 ] {bad33129-5189-47d8-be1b-ca98420e3526::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 284 rows starting from the beginning of the part 2026.05.04 23:28:08.108954 [ 261 ] {d77e43f6-d9da-4a79-882b-449aa1d9d645} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:08.108990 [ 261 ] {d77e43f6-d9da-4a79-882b-449aa1d9d645} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:28:08.109385 [ 261 ] {d77e43f6-d9da-4a79-882b-449aa1d9d645} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.04 23:28:08.109399 [ 190 ] {bad33129-5189-47d8-be1b-ca98420e3526::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1444 rows, containing 5 columns (5 merged, 0 gathered) in 0.001423051 sec., 1014721.1870832457 rows/sec., 68.65 MiB/sec. 2026.05.04 23:28:08.109508 [ 190 ] {bad33129-5189-47d8-be1b-ca98420e3526::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.04 23:28:08.109588 [ 261 ] {d77e43f6-d9da-4a79-882b-449aa1d9d645} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:08.109726 [ 261 ] {d77e43f6-d9da-4a79-882b-449aa1d9d645} executeQuery: Read 861 rows, 68.90 KiB in 0.001621 sec., 531153.6088834053 rows/sec., 41.51 MiB/sec. 2026.05.04 23:28:08.109736 [ 190 ] {bad33129-5189-47d8-be1b-ca98420e3526::all_1_6_1} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:08.109763 [ 261 ] {d77e43f6-d9da-4a79-882b-449aa1d9d645} TCPHandler: Processed in 0.001789941 sec. 2026.05.04 23:28:08.109792 [ 190 ] {bad33129-5189-47d8-be1b-ca98420e3526::all_1_6_1} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.04 23:28:08.109855 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.05.04 23:28:08.109878 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:08.109966 [ 261 ] {b4d6018d-5f9f-4d22-b3bc-9dbbaab80a12} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:28:08.110005 [ 261 ] {b4d6018d-5f9f-4d22-b3bc-9dbbaab80a12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:28:08.110490 [ 261 ] {b4d6018d-5f9f-4d22-b3bc-9dbbaab80a12} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:08.110525 [ 261 ] {b4d6018d-5f9f-4d22-b3bc-9dbbaab80a12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:28:08.110828 [ 261 ] {b4d6018d-5f9f-4d22-b3bc-9dbbaab80a12} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.04 23:28:08.111042 [ 261 ] {b4d6018d-5f9f-4d22-b3bc-9dbbaab80a12} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:08.111167 [ 261 ] {b4d6018d-5f9f-4d22-b3bc-9dbbaab80a12} executeQuery: Read 174 rows, 10.95 KiB in 0.001174 sec., 148211.24361158433 rows/sec., 9.11 MiB/sec. 2026.05.04 23:28:08.111202 [ 261 ] {b4d6018d-5f9f-4d22-b3bc-9dbbaab80a12} TCPHandler: Processed in 0.001336028 sec. 2026.05.04 23:28:08.111328 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:08.111422 [ 261 ] {6c16ef1e-4dc8-4916-83fa-024f2ebe597b} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.04 23:28:08.111460 [ 261 ] {6c16ef1e-4dc8-4916-83fa-024f2ebe597b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.04 23:28:08.111887 [ 261 ] {6c16ef1e-4dc8-4916-83fa-024f2ebe597b} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:08.111922 [ 261 ] {6c16ef1e-4dc8-4916-83fa-024f2ebe597b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:28:08.112211 [ 261 ] {6c16ef1e-4dc8-4916-83fa-024f2ebe597b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.04 23:28:08.112429 [ 261 ] {6c16ef1e-4dc8-4916-83fa-024f2ebe597b} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:08.112512 [ 78 ] {} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.04 23:28:08.112538 [ 78 ] {} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:08.112549 [ 261 ] {6c16ef1e-4dc8-4916-83fa-024f2ebe597b} executeQuery: Read 149 rows, 9.86 KiB in 0.001146 sec., 130017.45200698079 rows/sec., 8.40 MiB/sec. 2026.05.04 23:28:08.112555 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:28:08.112584 [ 261 ] {6c16ef1e-4dc8-4916-83fa-024f2ebe597b} TCPHandler: Processed in 0.001308188 sec. 2026.05.04 23:28:08.112661 [ 190 ] {3126b669-2532-4018-9226-a643a288c63f::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.04 23:28:08.112711 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:08.112735 [ 190 ] {3126b669-2532-4018-9226-a643a288c63f::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:28:08.112759 [ 190 ] {3126b669-2532-4018-9226-a643a288c63f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2026.05.04 23:28:08.112807 [ 261 ] {dad90983-e196-4bd2-b858-a97c8cf3b8c9} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.04 23:28:08.112807 [ 190 ] {3126b669-2532-4018-9226-a643a288c63f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 150 rows starting from the beginning of the part 2026.05.04 23:28:08.112846 [ 261 ] {dad90983-e196-4bd2-b858-a97c8cf3b8c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.04 23:28:08.112858 [ 190 ] {3126b669-2532-4018-9226-a643a288c63f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 149 rows starting from the beginning of the part 2026.05.04 23:28:08.112895 [ 190 ] {3126b669-2532-4018-9226-a643a288c63f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 149 rows starting from the beginning of the part 2026.05.04 23:28:08.112931 [ 190 ] {3126b669-2532-4018-9226-a643a288c63f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 149 rows starting from the beginning of the part 2026.05.04 23:28:08.112968 [ 190 ] {3126b669-2532-4018-9226-a643a288c63f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 149 rows starting from the beginning of the part 2026.05.04 23:28:08.113264 [ 261 ] {dad90983-e196-4bd2-b858-a97c8cf3b8c9} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:08.113298 [ 261 ] {dad90983-e196-4bd2-b858-a97c8cf3b8c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:28:08.113589 [ 261 ] {dad90983-e196-4bd2-b858-a97c8cf3b8c9} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.04 23:28:08.113705 [ 197 ] {3126b669-2532-4018-9226-a643a288c63f::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 770 rows, containing 5 columns (5 merged, 0 gathered) in 0.001095502 sec., 702874.1161586195 rows/sec., 48.49 MiB/sec. 2026.05.04 23:28:08.113801 [ 261 ] {dad90983-e196-4bd2-b858-a97c8cf3b8c9} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:08.113844 [ 186 ] {3126b669-2532-4018-9226-a643a288c63f::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.04 23:28:08.113900 [ 78 ] {} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.04 23:28:08.113930 [ 261 ] {dad90983-e196-4bd2-b858-a97c8cf3b8c9} executeQuery: Read 148 rows, 8.62 KiB in 0.001141 sec., 129710.78001752848 rows/sec., 7.38 MiB/sec. 2026.05.04 23:28:08.113932 [ 78 ] {} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:08.113959 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:28:08.113965 [ 261 ] {dad90983-e196-4bd2-b858-a97c8cf3b8c9} TCPHandler: Processed in 0.001305437 sec. 2026.05.04 23:28:08.114019 [ 190 ] {d711cbc1-5fd6-426d-8563-7d40ffdca89c::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.04 23:28:08.114089 [ 190 ] {d711cbc1-5fd6-426d-8563-7d40ffdca89c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:28:08.114092 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:08.114099 [ 186 ] {3126b669-2532-4018-9226-a643a288c63f::all_1_6_1} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:08.114112 [ 190 ] {d711cbc1-5fd6-426d-8563-7d40ffdca89c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2026.05.04 23:28:08.114162 [ 190 ] {d711cbc1-5fd6-426d-8563-7d40ffdca89c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 148 rows starting from the beginning of the part 2026.05.04 23:28:08.114170 [ 186 ] {3126b669-2532-4018-9226-a643a288c63f::all_1_6_1} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.04 23:28:08.114192 [ 261 ] {c5421bf9-5d4c-4169-a532-19ca2658890c} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:28:08.114197 [ 190 ] {d711cbc1-5fd6-426d-8563-7d40ffdca89c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 148 rows starting from the beginning of the part 2026.05.04 23:28:08.114225 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.05.04 23:28:08.114231 [ 261 ] {c5421bf9-5d4c-4169-a532-19ca2658890c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:28:08.114238 [ 190 ] {d711cbc1-5fd6-426d-8563-7d40ffdca89c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 148 rows starting from the beginning of the part 2026.05.04 23:28:08.114277 [ 190 ] {d711cbc1-5fd6-426d-8563-7d40ffdca89c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 148 rows starting from the beginning of the part 2026.05.04 23:28:08.114309 [ 190 ] {d711cbc1-5fd6-426d-8563-7d40ffdca89c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 148 rows starting from the beginning of the part 2026.05.04 23:28:08.114769 [ 261 ] {c5421bf9-5d4c-4169-a532-19ca2658890c} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:08.114801 [ 261 ] {c5421bf9-5d4c-4169-a532-19ca2658890c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:28:08.115008 [ 196 ] {d711cbc1-5fd6-426d-8563-7d40ffdca89c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 752 rows, containing 5 columns (5 merged, 0 gathered) in 0.00105183 sec., 714944.4301835849 rows/sec., 43.61 MiB/sec. 2026.05.04 23:28:08.115098 [ 261 ] {c5421bf9-5d4c-4169-a532-19ca2658890c} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.04 23:28:08.115145 [ 198 ] {d711cbc1-5fd6-426d-8563-7d40ffdca89c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.04 23:28:08.115373 [ 261 ] {c5421bf9-5d4c-4169-a532-19ca2658890c} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:08.115452 [ 198 ] {d711cbc1-5fd6-426d-8563-7d40ffdca89c::all_1_6_1} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:08.115507 [ 261 ] {c5421bf9-5d4c-4169-a532-19ca2658890c} executeQuery: Read 522 rows, 37.74 KiB in 0.001331 sec., 392186.3260706236 rows/sec., 27.69 MiB/sec. 2026.05.04 23:28:08.115510 [ 198 ] {d711cbc1-5fd6-426d-8563-7d40ffdca89c::all_1_6_1} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.04 23:28:08.115544 [ 261 ] {c5421bf9-5d4c-4169-a532-19ca2658890c} TCPHandler: Processed in 0.001501133 sec. 2026.05.04 23:28:08.115570 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.05.04 23:28:08.115667 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:08.115760 [ 261 ] {c456812f-240f-4223-8e72-ce9799f6bb6e} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.04 23:28:08.115801 [ 261 ] {c456812f-240f-4223-8e72-ce9799f6bb6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.04 23:28:08.116129 [ 261 ] {c456812f-240f-4223-8e72-ce9799f6bb6e} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:08.116163 [ 261 ] {c456812f-240f-4223-8e72-ce9799f6bb6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:28:08.116460 [ 261 ] {c456812f-240f-4223-8e72-ce9799f6bb6e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.04 23:28:08.116665 [ 261 ] {c456812f-240f-4223-8e72-ce9799f6bb6e} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:08.116759 [ 78 ] {} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.05.04 23:28:08.116790 [ 78 ] {} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:08.116793 [ 261 ] {c456812f-240f-4223-8e72-ce9799f6bb6e} executeQuery: Read 6 rows, 321.00 B in 0.001051 sec., 5708.848715509039 rows/sec., 298.27 KiB/sec. 2026.05.04 23:28:08.116807 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:28:08.116831 [ 261 ] {c456812f-240f-4223-8e72-ce9799f6bb6e} TCPHandler: Processed in 0.001213525 sec. 2026.05.04 23:28:08.116881 [ 197 ] {cf00efd9-7015-4cce-810e-3005bcd6f745::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.05.04 23:28:08.116960 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:08.116995 [ 197 ] {cf00efd9-7015-4cce-810e-3005bcd6f745::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:28:08.117030 [ 197 ] {cf00efd9-7015-4cce-810e-3005bcd6f745::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2026.05.04 23:28:08.117060 [ 261 ] {7402d397-b635-4a4e-b6a8-8ce70875dc1d} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:28:08.117106 [ 197 ] {cf00efd9-7015-4cce-810e-3005bcd6f745::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2026.05.04 23:28:08.117107 [ 261 ] {7402d397-b635-4a4e-b6a8-8ce70875dc1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:28:08.117160 [ 197 ] {cf00efd9-7015-4cce-810e-3005bcd6f745::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2026.05.04 23:28:08.117212 [ 197 ] {cf00efd9-7015-4cce-810e-3005bcd6f745::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2026.05.04 23:28:08.117252 [ 197 ] {cf00efd9-7015-4cce-810e-3005bcd6f745::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2026.05.04 23:28:08.117566 [ 261 ] {7402d397-b635-4a4e-b6a8-8ce70875dc1d} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:08.117606 [ 261 ] {7402d397-b635-4a4e-b6a8-8ce70875dc1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:28:08.117956 [ 196 ] {cf00efd9-7015-4cce-810e-3005bcd6f745::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.001108462 sec., 27064.52724585958 rows/sec., 1.38 MiB/sec. 2026.05.04 23:28:08.117956 [ 261 ] {7402d397-b635-4a4e-b6a8-8ce70875dc1d} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.04 23:28:08.118181 [ 191 ] {cf00efd9-7015-4cce-810e-3005bcd6f745::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.05.04 23:28:08.118219 [ 261 ] {7402d397-b635-4a4e-b6a8-8ce70875dc1d} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:08.118360 [ 261 ] {7402d397-b635-4a4e-b6a8-8ce70875dc1d} executeQuery: Read 265 rows, 18.03 KiB in 0.001319 sec., 200909.78013646702 rows/sec., 13.35 MiB/sec. 2026.05.04 23:28:08.118399 [ 261 ] {7402d397-b635-4a4e-b6a8-8ce70875dc1d} TCPHandler: Processed in 0.001489843 sec. 2026.05.04 23:28:08.118535 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:08.118569 [ 191 ] {cf00efd9-7015-4cce-810e-3005bcd6f745::all_1_5_1} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:08.118629 [ 261 ] {8fa6d37d-7fa3-466c-86d4-19e55e1d4877} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.04 23:28:08.118665 [ 191 ] {cf00efd9-7015-4cce-810e-3005bcd6f745::all_1_5_1} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.05.04 23:28:08.118676 [ 261 ] {8fa6d37d-7fa3-466c-86d4-19e55e1d4877} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.04 23:28:08.118772 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.05.04 23:28:08.119002 [ 261 ] {8fa6d37d-7fa3-466c-86d4-19e55e1d4877} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:08.119041 [ 261 ] {8fa6d37d-7fa3-466c-86d4-19e55e1d4877} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:28:08.119336 [ 261 ] {8fa6d37d-7fa3-466c-86d4-19e55e1d4877} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.04 23:28:08.119525 [ 261 ] {8fa6d37d-7fa3-466c-86d4-19e55e1d4877} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:08.119645 [ 261 ] {8fa6d37d-7fa3-466c-86d4-19e55e1d4877} executeQuery: Read 1 rows, 69.00 B in 0.001056 sec., 946.9696969696969 rows/sec., 63.81 KiB/sec. 2026.05.04 23:28:08.119679 [ 261 ] {8fa6d37d-7fa3-466c-86d4-19e55e1d4877} TCPHandler: Processed in 0.001218985 sec. 2026.05.04 23:28:08.119792 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:08.119879 [ 261 ] {7c69d96f-2d13-4e00-8e88-4e5b8c6d833c} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:28:08.119929 [ 261 ] {7c69d96f-2d13-4e00-8e88-4e5b8c6d833c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:28:08.120783 [ 261 ] {7c69d96f-2d13-4e00-8e88-4e5b8c6d833c} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:08.120818 [ 261 ] {7c69d96f-2d13-4e00-8e88-4e5b8c6d833c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:28:08.121335 [ 261 ] {7c69d96f-2d13-4e00-8e88-4e5b8c6d833c} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.04 23:28:08.121548 [ 261 ] {7c69d96f-2d13-4e00-8e88-4e5b8c6d833c} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:08.121683 [ 261 ] {7c69d96f-2d13-4e00-8e88-4e5b8c6d833c} executeQuery: Read 32 rows, 58.72 KiB in 0.001783 sec., 17947.2798653954 rows/sec., 32.16 MiB/sec. 2026.05.04 23:28:08.121733 [ 261 ] {7c69d96f-2d13-4e00-8e88-4e5b8c6d833c} TCPHandler: Processed in 0.001958616 sec. 2026.05.04 23:28:08.121865 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:08.121959 [ 261 ] {20a1f2f1-ce40-4412-ae0b-5e28a53312a4} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:28:08.122000 [ 261 ] {20a1f2f1-ce40-4412-ae0b-5e28a53312a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:28:08.122332 [ 261 ] {20a1f2f1-ce40-4412-ae0b-5e28a53312a4} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:08.122366 [ 261 ] {20a1f2f1-ce40-4412-ae0b-5e28a53312a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:28:08.122664 [ 261 ] {20a1f2f1-ce40-4412-ae0b-5e28a53312a4} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.04 23:28:08.122880 [ 261 ] {20a1f2f1-ce40-4412-ae0b-5e28a53312a4} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:08.123006 [ 261 ] {20a1f2f1-ce40-4412-ae0b-5e28a53312a4} executeQuery: Read 90 rows, 5.77 KiB in 0.001066 sec., 84427.76735459661 rows/sec., 5.28 MiB/sec. 2026.05.04 23:28:08.123040 [ 261 ] {20a1f2f1-ce40-4412-ae0b-5e28a53312a4} TCPHandler: Processed in 0.001226735 sec. 2026.05.04 23:28:11.801813 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 430 2026.05.04 23:28:11.804268 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:11.804319 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:28:11.805514 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.04 23:28:11.805784 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:11.806039 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 430 2026.05.04 23:28:13.093435 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:13.093682 [ 261 ] {9864e2d9-8fd9-4acc-8f4f-8d0c9142035a} executeQuery: (from [fd00:1122:3344:101::d]:39097) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:28:13.094048 [ 261 ] {9864e2d9-8fd9-4acc-8f4f-8d0c9142035a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:28:13.094092 [ 261 ] {9864e2d9-8fd9-4acc-8f4f-8d0c9142035a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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_rib:active_routes')" moved to PREWHERE 2026.05.04 23:28:13.094325 [ 261 ] {9864e2d9-8fd9-4acc-8f4f-8d0c9142035a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:28:13.094398 [ 261 ] {9864e2d9-8fd9-4acc-8f4f-8d0c9142035a} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:28:13.094540 [ 261 ] {9864e2d9-8fd9-4acc-8f4f-8d0c9142035a} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 20-element set) 2026.05.04 23:28:13.094661 [ 305 ] {9864e2d9-8fd9-4acc-8f4f-8d0c9142035a} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:28:13.094691 [ 295 ] {9864e2d9-8fd9-4acc-8f4f-8d0c9142035a} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:28:13.094660 [ 333 ] {9864e2d9-8fd9-4acc-8f4f-8d0c9142035a} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:28:13.094662 [ 325 ] {9864e2d9-8fd9-4acc-8f4f-8d0c9142035a} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:28:13.094859 [ 261 ] {9864e2d9-8fd9-4acc-8f4f-8d0c9142035a} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:28:13.094889 [ 261 ] {9864e2d9-8fd9-4acc-8f4f-8d0c9142035a} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:28:13.094961 [ 261 ] {9864e2d9-8fd9-4acc-8f4f-8d0c9142035a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:28:13.094980 [ 261 ] {9864e2d9-8fd9-4acc-8f4f-8d0c9142035a} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Reading approx. 33 rows with 2 streams 2026.05.04 23:28:13.095015 [ 261 ] {9864e2d9-8fd9-4acc-8f4f-8d0c9142035a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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_rib:active_routes'))" 2026.05.04 23:28:13.095056 [ 261 ] {9864e2d9-8fd9-4acc-8f4f-8d0c9142035a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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_rib:active_routes'))" 2026.05.04 23:28:13.096189 [ 261 ] {9864e2d9-8fd9-4acc-8f4f-8d0c9142035a} executeQuery: Read 33 rows, 3.32 KiB in 0.002616 sec., 12614.67889908257 rows/sec., 1.24 MiB/sec. 2026.05.04 23:28:13.096337 [ 261 ] {9864e2d9-8fd9-4acc-8f4f-8d0c9142035a} TCPHandler: Processed in 0.003030507 sec. 2026.05.04 23:28:13.098310 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:13.098430 [ 261 ] {29282d85-5562-4e4e-a566-e79384308237} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.04 23:28:13.098478 [ 261 ] {29282d85-5562-4e4e-a566-e79384308237} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.04 23:28:13.098983 [ 261 ] {29282d85-5562-4e4e-a566-e79384308237} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:13.099021 [ 261 ] {29282d85-5562-4e4e-a566-e79384308237} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:28:13.099397 [ 261 ] {29282d85-5562-4e4e-a566-e79384308237} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.04 23:28:13.099622 [ 261 ] {29282d85-5562-4e4e-a566-e79384308237} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:13.099775 [ 261 ] {29282d85-5562-4e4e-a566-e79384308237} executeQuery: Read 2 rows, 167.00 B in 0.001379 sec., 1450.3263234227702 rows/sec., 118.26 KiB/sec. 2026.05.04 23:28:13.099815 [ 261 ] {29282d85-5562-4e4e-a566-e79384308237} TCPHandler: Processed in 0.001561334 sec. 2026.05.04 23:28:13.099942 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:13.100039 [ 261 ] {a5b651d1-2d63-452f-9d2e-475e9d517c36} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:28:13.100082 [ 261 ] {a5b651d1-2d63-452f-9d2e-475e9d517c36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:28:13.100521 [ 261 ] {a5b651d1-2d63-452f-9d2e-475e9d517c36} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:13.100557 [ 261 ] {a5b651d1-2d63-452f-9d2e-475e9d517c36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:28:13.100882 [ 261 ] {a5b651d1-2d63-452f-9d2e-475e9d517c36} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.04 23:28:13.101099 [ 261 ] {a5b651d1-2d63-452f-9d2e-475e9d517c36} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:13.101229 [ 261 ] {a5b651d1-2d63-452f-9d2e-475e9d517c36} executeQuery: Read 79 rows, 6.69 KiB in 0.00121 sec., 65289.25619834711 rows/sec., 5.40 MiB/sec. 2026.05.04 23:28:13.101266 [ 261 ] {a5b651d1-2d63-452f-9d2e-475e9d517c36} TCPHandler: Processed in 0.0013754 sec. 2026.05.04 23:28:13.101385 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:13.101480 [ 261 ] {f0c787c6-3be5-4fcb-a110-f5ee1a9104ee} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:28:13.101521 [ 261 ] {f0c787c6-3be5-4fcb-a110-f5ee1a9104ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:28:13.101919 [ 261 ] {f0c787c6-3be5-4fcb-a110-f5ee1a9104ee} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:13.101953 [ 261 ] {f0c787c6-3be5-4fcb-a110-f5ee1a9104ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:28:13.102266 [ 261 ] {f0c787c6-3be5-4fcb-a110-f5ee1a9104ee} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.04 23:28:13.102477 [ 261 ] {f0c787c6-3be5-4fcb-a110-f5ee1a9104ee} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:13.102617 [ 261 ] {f0c787c6-3be5-4fcb-a110-f5ee1a9104ee} executeQuery: Read 13 rows, 990.00 B in 0.001157 sec., 11235.955056179775 rows/sec., 835.61 KiB/sec. 2026.05.04 23:28:13.102654 [ 261 ] {f0c787c6-3be5-4fcb-a110-f5ee1a9104ee} TCPHandler: Processed in 0.001318358 sec. 2026.05.04 23:28:13.102769 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:13.102861 [ 261 ] {5cb052f7-a540-4cde-8f7a-3c805ac66fa0} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:28:13.102902 [ 261 ] {5cb052f7-a540-4cde-8f7a-3c805ac66fa0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:28:13.103313 [ 261 ] {5cb052f7-a540-4cde-8f7a-3c805ac66fa0} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:13.103348 [ 261 ] {5cb052f7-a540-4cde-8f7a-3c805ac66fa0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:28:13.103652 [ 261 ] {5cb052f7-a540-4cde-8f7a-3c805ac66fa0} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.04 23:28:13.103867 [ 261 ] {5cb052f7-a540-4cde-8f7a-3c805ac66fa0} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:13.103994 [ 261 ] {5cb052f7-a540-4cde-8f7a-3c805ac66fa0} executeQuery: Read 77 rows, 6.16 KiB in 0.00115 sec., 66956.52173913043 rows/sec., 5.23 MiB/sec. 2026.05.04 23:28:13.104029 [ 261 ] {5cb052f7-a540-4cde-8f7a-3c805ac66fa0} TCPHandler: Processed in 0.001310597 sec. 2026.05.04 23:28:13.104147 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:13.104244 [ 261 ] {39ac7662-c5ed-4af2-befc-2bd68cc94981} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:28:13.104288 [ 261 ] {39ac7662-c5ed-4af2-befc-2bd68cc94981} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:28:13.104697 [ 261 ] {39ac7662-c5ed-4af2-befc-2bd68cc94981} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:13.104731 [ 261 ] {39ac7662-c5ed-4af2-befc-2bd68cc94981} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:28:13.105070 [ 261 ] {39ac7662-c5ed-4af2-befc-2bd68cc94981} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.04 23:28:13.105283 [ 261 ] {39ac7662-c5ed-4af2-befc-2bd68cc94981} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:13.105411 [ 261 ] {39ac7662-c5ed-4af2-befc-2bd68cc94981} executeQuery: Read 161 rows, 11.48 KiB in 0.00119 sec., 135294.11764705883 rows/sec., 9.42 MiB/sec. 2026.05.04 23:28:13.105447 [ 261 ] {39ac7662-c5ed-4af2-befc-2bd68cc94981} TCPHandler: Processed in 0.001350249 sec. 2026.05.04 23:28:13.105569 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:13.105662 [ 261 ] {2acf9da6-abb9-4696-a512-8b19d6d11be3} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:28:13.105717 [ 261 ] {2acf9da6-abb9-4696-a512-8b19d6d11be3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:28:13.106456 [ 261 ] {2acf9da6-abb9-4696-a512-8b19d6d11be3} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:13.106492 [ 261 ] {2acf9da6-abb9-4696-a512-8b19d6d11be3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:28:13.107006 [ 261 ] {2acf9da6-abb9-4696-a512-8b19d6d11be3} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.04 23:28:13.107241 [ 261 ] {2acf9da6-abb9-4696-a512-8b19d6d11be3} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:13.107392 [ 261 ] {2acf9da6-abb9-4696-a512-8b19d6d11be3} executeQuery: Read 11 rows, 20.18 KiB in 0.001747 sec., 6296.508299942759 rows/sec., 11.28 MiB/sec. 2026.05.04 23:28:13.107451 [ 261 ] {2acf9da6-abb9-4696-a512-8b19d6d11be3} TCPHandler: Processed in 0.001932925 sec. 2026.05.04 23:28:13.107579 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:13.107674 [ 261 ] {a5a86a18-07b2-4cc4-9be0-1c320028ee69} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:28:13.107717 [ 261 ] {a5a86a18-07b2-4cc4-9be0-1c320028ee69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:28:13.108056 [ 261 ] {a5a86a18-07b2-4cc4-9be0-1c320028ee69} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:13.108090 [ 261 ] {a5a86a18-07b2-4cc4-9be0-1c320028ee69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:28:13.108402 [ 261 ] {a5a86a18-07b2-4cc4-9be0-1c320028ee69} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.04 23:28:13.108617 [ 261 ] {a5a86a18-07b2-4cc4-9be0-1c320028ee69} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:13.108744 [ 261 ] {a5a86a18-07b2-4cc4-9be0-1c320028ee69} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2026.05.04 23:28:13.108779 [ 261 ] {a5a86a18-07b2-4cc4-9be0-1c320028ee69} TCPHandler: Processed in 0.001249086 sec. 2026.05.04 23:28:14.290482 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7215 2026.05.04 23:28:14.291234 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:14.291268 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:28:14.291715 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.04 23:28:14.291931 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:14.292049 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7215 2026.05.04 23:28:14.658487 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.05.04 23:28:14.674296 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:14.674351 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.04 23:28:14.679726 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.04 23:28:14.680405 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:14.683110 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.05.04 23:28:16.984889 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46010 2026.05.04 23:28:16.985011 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:28:16.985042 [ 289 ] {} TCP-Session: 6751fac0-0cde-4454-bf06-2b8b2fb5b9ab Authenticating user 'default' from [fd00:1122:3344:101::e]:46010 2026.05.04 23:28:16.985066 [ 289 ] {} TCP-Session: 6751fac0-0cde-4454-bf06-2b8b2fb5b9ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:16.985082 [ 289 ] {} TCP-Session: 6751fac0-0cde-4454-bf06-2b8b2fb5b9ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:16.985280 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58429 2026.05.04 23:28:16.985308 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65052 2026.05.04 23:28:16.985345 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37860 2026.05.04 23:28:16.985370 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65527 2026.05.04 23:28:16.985408 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:28:16.985409 [ 289 ] {} TCP-Session: 6751fac0-0cde-4454-bf06-2b8b2fb5b9ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:16.985436 [ 290 ] {} TCP-Session: 7f3723b2-ac41-40f3-9c8a-4a2cdb6d253c Authenticating user 'default' from [fd00:1122:3344:101::e]:58429 2026.05.04 23:28:16.985378 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50358 2026.05.04 23:28:16.985479 [ 290 ] {} TCP-Session: 7f3723b2-ac41-40f3-9c8a-4a2cdb6d253c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:16.985334 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41209 2026.05.04 23:28:16.985531 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:28:16.985326 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55980 2026.05.04 23:28:16.985568 [ 294 ] {} TCP-Session: 668344e8-514d-4dd6-9cdd-ab14731de36e Authenticating user 'default' from [fd00:1122:3344:101::e]:37860 2026.05.04 23:28:16.985610 [ 289 ] {73e127fd-9651-42a7-b704-f00cf6c8802e} executeQuery: (from [fd00:1122:3344:101::e]:46010) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.04 23:28:16.985631 [ 294 ] {} TCP-Session: 668344e8-514d-4dd6-9cdd-ab14731de36e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:16.985640 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:28:16.985662 [ 294 ] {} TCP-Session: 668344e8-514d-4dd6-9cdd-ab14731de36e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:16.985357 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44912 2026.05.04 23:28:16.985696 [ 291 ] {} TCP-Session: 9f122df9-9d1e-4b2c-ab2e-986e1504f182 Authenticating user 'default' from [fd00:1122:3344:101::e]:65052 2026.05.04 23:28:16.985507 [ 290 ] {} TCP-Session: 7f3723b2-ac41-40f3-9c8a-4a2cdb6d253c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:16.985736 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:28:16.985742 [ 291 ] {} TCP-Session: 9f122df9-9d1e-4b2c-ab2e-986e1504f182 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:16.985748 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:28:16.985774 [ 287 ] {} TCP-Session: 8ba45c21-b71a-429a-b5b3-ee389cd9fa0c Authenticating user 'default' from [fd00:1122:3344:101::e]:50358 2026.05.04 23:28:16.985777 [ 291 ] {} TCP-Session: 9f122df9-9d1e-4b2c-ab2e-986e1504f182 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:16.985805 [ 292 ] {} TCP-Session: 42a993e4-bb85-4e3a-8ba3-1d2dbeef8b29 Authenticating user 'default' from [fd00:1122:3344:101::e]:41209 2026.05.04 23:28:16.985809 [ 287 ] {} TCP-Session: 8ba45c21-b71a-429a-b5b3-ee389cd9fa0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:16.985837 [ 292 ] {} TCP-Session: 42a993e4-bb85-4e3a-8ba3-1d2dbeef8b29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:16.985838 [ 287 ] {} TCP-Session: 8ba45c21-b71a-429a-b5b3-ee389cd9fa0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:16.985859 [ 292 ] {} TCP-Session: 42a993e4-bb85-4e3a-8ba3-1d2dbeef8b29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:16.985900 [ 289 ] {73e127fd-9651-42a7-b704-f00cf6c8802e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.04 23:28:16.985938 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:28:16.985962 [ 289 ] {73e127fd-9651-42a7-b704-f00cf6c8802e} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:28:16.985970 [ 259 ] {} TCP-Session: 694cf598-6d59-40fa-bf11-e34ac8825aa5 Authenticating user 'default' from [fd00:1122:3344:101::e]:44912 2026.05.04 23:28:16.985974 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:28:16.986013 [ 259 ] {} TCP-Session: 694cf598-6d59-40fa-bf11-e34ac8825aa5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:16.986027 [ 293 ] {} TCP-Session: a9769aac-9e90-4a28-b4c6-5c3b7c777a63 Authenticating user 'default' from [fd00:1122:3344:101::e]:55980 2026.05.04 23:28:16.986034 [ 259 ] {} TCP-Session: 694cf598-6d59-40fa-bf11-e34ac8825aa5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:16.986045 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:28:16.986054 [ 293 ] {} TCP-Session: a9769aac-9e90-4a28-b4c6-5c3b7c777a63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:16.986088 [ 286 ] {} TCP-Session: 4b825b1d-06e7-4a4d-8b92-e6127b5fbb40 Authenticating user 'default' from [fd00:1122:3344:101::e]:65527 2026.05.04 23:28:16.986091 [ 293 ] {} TCP-Session: a9769aac-9e90-4a28-b4c6-5c3b7c777a63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:16.986113 [ 286 ] {} TCP-Session: 4b825b1d-06e7-4a4d-8b92-e6127b5fbb40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:16.986133 [ 286 ] {} TCP-Session: 4b825b1d-06e7-4a4d-8b92-e6127b5fbb40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:16.986263 [ 289 ] {73e127fd-9651-42a7-b704-f00cf6c8802e} oximeter.version (413ab30b-3bc7-4778-b9e2-3f982d4562fb) (SelectExecutor): Key condition: unknown 2026.05.04 23:28:16.987110 [ 305 ] {73e127fd-9651-42a7-b704-f00cf6c8802e} AggregatingTransform: Aggregating 2026.05.04 23:28:16.987143 [ 305 ] {73e127fd-9651-42a7-b704-f00cf6c8802e} Aggregator: Aggregation method: without_key 2026.05.04 23:28:16.987178 [ 305 ] {73e127fd-9651-42a7-b704-f00cf6c8802e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000808063 sec. (1237.527 rows/sec., 48.34 KiB/sec.) 2026.05.04 23:28:16.987196 [ 305 ] {73e127fd-9651-42a7-b704-f00cf6c8802e} Aggregator: Merging aggregated data 2026.05.04 23:28:16.988330 [ 289 ] {73e127fd-9651-42a7-b704-f00cf6c8802e} executeQuery: Read 1 rows, 40.00 B in 0.002775 sec., 360.36036036036035 rows/sec., 14.08 KiB/sec. 2026.05.04 23:28:16.988465 [ 289 ] {73e127fd-9651-42a7-b704-f00cf6c8802e} TCPHandler: Processed in 0.003181611 sec. 2026.05.04 23:28:16.988588 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.04 23:28:16.988615 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.04 23:28:16.988633 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.04 23:28:16.988649 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.04 23:28:16.988668 [ 259 ] {} TCPHandler: Done processing connection. 2026.05.04 23:28:16.988699 [ 291 ] {} TCP-Session: 9f122df9-9d1e-4b2c-ab2e-986e1504f182 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:16.988704 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.04 23:28:16.988718 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.04 23:28:16.988761 [ 294 ] {} TCP-Session: 668344e8-514d-4dd6-9cdd-ab14731de36e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:16.988777 [ 292 ] {} TCP-Session: 42a993e4-bb85-4e3a-8ba3-1d2dbeef8b29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:16.988734 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.04 23:28:16.988725 [ 259 ] {} TCP-Session: 694cf598-6d59-40fa-bf11-e34ac8825aa5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:16.988854 [ 293 ] {} TCP-Session: a9769aac-9e90-4a28-b4c6-5c3b7c777a63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:16.988686 [ 286 ] {} TCPHandler: Done processing connection. 2026.05.04 23:28:16.988667 [ 287 ] {} TCP-Session: 8ba45c21-b71a-429a-b5b3-ee389cd9fa0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:16.988923 [ 286 ] {} TCP-Session: 4b825b1d-06e7-4a4d-8b92-e6127b5fbb40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:16.988684 [ 290 ] {} TCP-Session: 7f3723b2-ac41-40f3-9c8a-4a2cdb6d253c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:16.988618 [ 289 ] {} TCP-Session: 6751fac0-0cde-4454-bf06-2b8b2fb5b9ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.098987 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:18.099232 [ 261 ] {04a4508d-5a71-4803-ad52-921b45c757ca} executeQuery: (from [fd00:1122:3344:101::d]:39097) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.04 23:28:18.099604 [ 261 ] {04a4508d-5a71-4803-ad52-921b45c757ca} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:28:18.099645 [ 261 ] {04a4508d-5a71-4803-ad52-921b45c757ca} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.05.04 23:28:18.099931 [ 261 ] {04a4508d-5a71-4803-ad52-921b45c757ca} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:28:18.100043 [ 261 ] {04a4508d-5a71-4803-ad52-921b45c757ca} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:28:18.100244 [ 261 ] {04a4508d-5a71-4803-ad52-921b45c757ca} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.05.04 23:28:18.100366 [ 342 ] {04a4508d-5a71-4803-ad52-921b45c757ca} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:28:18.100403 [ 341 ] {04a4508d-5a71-4803-ad52-921b45c757ca} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:28:18.100406 [ 328 ] {04a4508d-5a71-4803-ad52-921b45c757ca} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:28:18.100403 [ 317 ] {04a4508d-5a71-4803-ad52-921b45c757ca} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:28:18.100579 [ 261 ] {04a4508d-5a71-4803-ad52-921b45c757ca} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:28:18.100611 [ 261 ] {04a4508d-5a71-4803-ad52-921b45c757ca} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:28:18.100688 [ 261 ] {04a4508d-5a71-4803-ad52-921b45c757ca} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:28:18.100710 [ 261 ] {04a4508d-5a71-4803-ad52-921b45c757ca} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Reading approx. 33 rows with 2 streams 2026.05.04 23:28:18.100747 [ 261 ] {04a4508d-5a71-4803-ad52-921b45c757ca} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.04 23:28:18.100787 [ 261 ] {04a4508d-5a71-4803-ad52-921b45c757ca} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.04 23:28:18.102414 [ 261 ] {04a4508d-5a71-4803-ad52-921b45c757ca} executeQuery: Read 33 rows, 7.37 KiB in 0.003279 sec., 10064.043915827997 rows/sec., 2.19 MiB/sec. 2026.05.04 23:28:18.102588 [ 261 ] {04a4508d-5a71-4803-ad52-921b45c757ca} TCPHandler: Processed in 0.003746857 sec. 2026.05.04 23:28:18.113198 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:18.113390 [ 261 ] {8f030741-9d71-4009-9329-0db8e78eaea0} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.04 23:28:18.113465 [ 261 ] {8f030741-9d71-4009-9329-0db8e78eaea0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.04 23:28:18.114377 [ 261 ] {8f030741-9d71-4009-9329-0db8e78eaea0} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:18.114435 [ 261 ] {8f030741-9d71-4009-9329-0db8e78eaea0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:18.114976 [ 261 ] {8f030741-9d71-4009-9329-0db8e78eaea0} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.04 23:28:18.115269 [ 261 ] {8f030741-9d71-4009-9329-0db8e78eaea0} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:18.115468 [ 261 ] {8f030741-9d71-4009-9329-0db8e78eaea0} executeQuery: Read 284 rows, 18.47 KiB in 0.002128 sec., 133458.64661654134 rows/sec., 8.48 MiB/sec. 2026.05.04 23:28:18.115529 [ 261 ] {8f030741-9d71-4009-9329-0db8e78eaea0} TCPHandler: Processed in 0.002470081 sec. 2026.05.04 23:28:18.115681 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:18.115795 [ 261 ] {724bb8cf-08fa-48ec-9eca-d3d2c045945e} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:28:18.115849 [ 261 ] {724bb8cf-08fa-48ec-9eca-d3d2c045945e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:28:18.116840 [ 261 ] {724bb8cf-08fa-48ec-9eca-d3d2c045945e} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:18.116886 [ 261 ] {724bb8cf-08fa-48ec-9eca-d3d2c045945e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:18.117360 [ 261 ] {724bb8cf-08fa-48ec-9eca-d3d2c045945e} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.04 23:28:18.117661 [ 261 ] {724bb8cf-08fa-48ec-9eca-d3d2c045945e} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:18.117839 [ 261 ] {724bb8cf-08fa-48ec-9eca-d3d2c045945e} executeQuery: Read 861 rows, 68.90 KiB in 0.002075 sec., 414939.7590361446 rows/sec., 32.43 MiB/sec. 2026.05.04 23:28:18.117890 [ 261 ] {724bb8cf-08fa-48ec-9eca-d3d2c045945e} TCPHandler: Processed in 0.002269145 sec. 2026.05.04 23:28:18.118052 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:18.118165 [ 261 ] {7e8c987e-b380-4eec-842c-6572911a9d88} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:28:18.118217 [ 261 ] {7e8c987e-b380-4eec-842c-6572911a9d88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:28:18.118765 [ 261 ] {7e8c987e-b380-4eec-842c-6572911a9d88} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:18.118808 [ 261 ] {7e8c987e-b380-4eec-842c-6572911a9d88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:18.119141 [ 261 ] {7e8c987e-b380-4eec-842c-6572911a9d88} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.04 23:28:18.119371 [ 261 ] {7e8c987e-b380-4eec-842c-6572911a9d88} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:18.119517 [ 261 ] {7e8c987e-b380-4eec-842c-6572911a9d88} executeQuery: Read 174 rows, 10.95 KiB in 0.001381 sec., 125995.65532223026 rows/sec., 7.74 MiB/sec. 2026.05.04 23:28:18.119557 [ 261 ] {7e8c987e-b380-4eec-842c-6572911a9d88} TCPHandler: Processed in 0.001565194 sec. 2026.05.04 23:28:18.119695 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:18.119795 [ 261 ] {5d70d781-0ade-4a95-93a7-fccd4a4f0747} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.04 23:28:18.119839 [ 261 ] {5d70d781-0ade-4a95-93a7-fccd4a4f0747} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.04 23:28:18.120305 [ 261 ] {5d70d781-0ade-4a95-93a7-fccd4a4f0747} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:18.120342 [ 261 ] {5d70d781-0ade-4a95-93a7-fccd4a4f0747} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:18.120662 [ 261 ] {5d70d781-0ade-4a95-93a7-fccd4a4f0747} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.04 23:28:18.120885 [ 261 ] {5d70d781-0ade-4a95-93a7-fccd4a4f0747} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:18.121025 [ 261 ] {5d70d781-0ade-4a95-93a7-fccd4a4f0747} executeQuery: Read 149 rows, 9.86 KiB in 0.001252 sec., 119009.58466453673 rows/sec., 7.69 MiB/sec. 2026.05.04 23:28:18.121065 [ 261 ] {5d70d781-0ade-4a95-93a7-fccd4a4f0747} TCPHandler: Processed in 0.001423191 sec. 2026.05.04 23:28:18.121212 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:18.121308 [ 261 ] {af2e6789-4c46-4f7f-b5ae-52f368b91773} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.04 23:28:18.121350 [ 261 ] {af2e6789-4c46-4f7f-b5ae-52f368b91773} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.04 23:28:18.121836 [ 261 ] {af2e6789-4c46-4f7f-b5ae-52f368b91773} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:18.121876 [ 261 ] {af2e6789-4c46-4f7f-b5ae-52f368b91773} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:18.122250 [ 261 ] {af2e6789-4c46-4f7f-b5ae-52f368b91773} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.04 23:28:18.122579 [ 261 ] {af2e6789-4c46-4f7f-b5ae-52f368b91773} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:18.122761 [ 261 ] {af2e6789-4c46-4f7f-b5ae-52f368b91773} executeQuery: Read 148 rows, 8.62 KiB in 0.001472 sec., 100543.47826086957 rows/sec., 5.72 MiB/sec. 2026.05.04 23:28:18.122815 [ 261 ] {af2e6789-4c46-4f7f-b5ae-52f368b91773} TCPHandler: Processed in 0.001666047 sec. 2026.05.04 23:28:18.123013 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:18.123143 [ 261 ] {e2f06d5e-9228-4b82-a08a-1502f78fa4dd} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:28:18.123195 [ 261 ] {e2f06d5e-9228-4b82-a08a-1502f78fa4dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:28:18.123894 [ 261 ] {e2f06d5e-9228-4b82-a08a-1502f78fa4dd} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:18.123935 [ 261 ] {e2f06d5e-9228-4b82-a08a-1502f78fa4dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:18.124294 [ 261 ] {e2f06d5e-9228-4b82-a08a-1502f78fa4dd} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.04 23:28:18.124529 [ 261 ] {e2f06d5e-9228-4b82-a08a-1502f78fa4dd} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:18.124672 [ 261 ] {e2f06d5e-9228-4b82-a08a-1502f78fa4dd} executeQuery: Read 522 rows, 37.74 KiB in 0.00157 sec., 332484.076433121 rows/sec., 23.48 MiB/sec. 2026.05.04 23:28:18.124713 [ 261 ] {e2f06d5e-9228-4b82-a08a-1502f78fa4dd} TCPHandler: Processed in 0.001793692 sec. 2026.05.04 23:28:18.124843 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:18.124941 [ 261 ] {4e6eebb2-687a-4313-b59d-b8d826a46e40} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.04 23:28:18.124985 [ 261 ] {4e6eebb2-687a-4313-b59d-b8d826a46e40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.04 23:28:18.125342 [ 261 ] {4e6eebb2-687a-4313-b59d-b8d826a46e40} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:18.125378 [ 261 ] {4e6eebb2-687a-4313-b59d-b8d826a46e40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:18.125691 [ 261 ] {4e6eebb2-687a-4313-b59d-b8d826a46e40} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.04 23:28:18.125906 [ 261 ] {4e6eebb2-687a-4313-b59d-b8d826a46e40} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:18.126047 [ 261 ] {4e6eebb2-687a-4313-b59d-b8d826a46e40} executeQuery: Read 6 rows, 321.00 B in 0.001126 sec., 5328.596802841918 rows/sec., 278.40 KiB/sec. 2026.05.04 23:28:18.126150 [ 261 ] {4e6eebb2-687a-4313-b59d-b8d826a46e40} TCPHandler: Processed in 0.001356159 sec. 2026.05.04 23:28:18.126287 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:18.126382 [ 261 ] {e9cefdf6-cc54-43c7-8415-94fae86b66bb} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:28:18.126426 [ 261 ] {e9cefdf6-cc54-43c7-8415-94fae86b66bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:28:18.126887 [ 261 ] {e9cefdf6-cc54-43c7-8415-94fae86b66bb} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:18.126923 [ 261 ] {e9cefdf6-cc54-43c7-8415-94fae86b66bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:18.127267 [ 261 ] {e9cefdf6-cc54-43c7-8415-94fae86b66bb} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.04 23:28:18.127492 [ 261 ] {e9cefdf6-cc54-43c7-8415-94fae86b66bb} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:18.127626 [ 261 ] {e9cefdf6-cc54-43c7-8415-94fae86b66bb} executeQuery: Read 265 rows, 18.03 KiB in 0.001263 sec., 209817.8939034046 rows/sec., 13.94 MiB/sec. 2026.05.04 23:28:18.127664 [ 261 ] {e9cefdf6-cc54-43c7-8415-94fae86b66bb} TCPHandler: Processed in 0.001428541 sec. 2026.05.04 23:28:18.127794 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:18.127889 [ 261 ] {3058b5bf-d890-41e6-931a-1e9f662c3ecd} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.04 23:28:18.127933 [ 261 ] {3058b5bf-d890-41e6-931a-1e9f662c3ecd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.04 23:28:18.128268 [ 261 ] {3058b5bf-d890-41e6-931a-1e9f662c3ecd} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:18.128305 [ 261 ] {3058b5bf-d890-41e6-931a-1e9f662c3ecd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:18.128619 [ 261 ] {3058b5bf-d890-41e6-931a-1e9f662c3ecd} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.04 23:28:18.128847 [ 261 ] {3058b5bf-d890-41e6-931a-1e9f662c3ecd} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:18.128959 [ 139 ] {} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.04 23:28:18.128981 [ 261 ] {3058b5bf-d890-41e6-931a-1e9f662c3ecd} executeQuery: Read 1 rows, 69.00 B in 0.001111 sec., 900.0900090009001 rows/sec., 60.65 KiB/sec. 2026.05.04 23:28:18.129033 [ 139 ] {} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:18.129040 [ 261 ] {3058b5bf-d890-41e6-931a-1e9f662c3ecd} TCPHandler: Processed in 0.001296277 sec. 2026.05.04 23:28:18.129064 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:18.129161 [ 198 ] {83540710-10e7-4c3b-a823-23d82fcd2e64::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.04 23:28:18.129182 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:18.129261 [ 198 ] {83540710-10e7-4c3b-a823-23d82fcd2e64::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:28:18.129282 [ 261 ] {7fa7ab5f-4ed8-48ef-b426-33d9b9df1617} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:28:18.129290 [ 198 ] {83540710-10e7-4c3b-a823-23d82fcd2e64::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part 2026.05.04 23:28:18.129337 [ 261 ] {7fa7ab5f-4ed8-48ef-b426-33d9b9df1617} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:28:18.129356 [ 198 ] {83540710-10e7-4c3b-a823-23d82fcd2e64::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2026.05.04 23:28:18.129417 [ 198 ] {83540710-10e7-4c3b-a823-23d82fcd2e64::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2026.05.04 23:28:18.129478 [ 198 ] {83540710-10e7-4c3b-a823-23d82fcd2e64::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2026.05.04 23:28:18.129540 [ 198 ] {83540710-10e7-4c3b-a823-23d82fcd2e64::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2026.05.04 23:28:18.129593 [ 198 ] {83540710-10e7-4c3b-a823-23d82fcd2e64::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2026.05.04 23:28:18.130298 [ 261 ] {7fa7ab5f-4ed8-48ef-b426-33d9b9df1617} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:18.130342 [ 261 ] {7fa7ab5f-4ed8-48ef-b426-33d9b9df1617} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:18.130370 [ 196 ] {83540710-10e7-4c3b-a823-23d82fcd2e64::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 7 rows, containing 4 columns (4 merged, 0 gathered) in 0.001238616 sec., 5651.469059014255 rows/sec., 377.66 KiB/sec. 2026.05.04 23:28:18.130584 [ 196 ] {83540710-10e7-4c3b-a823-23d82fcd2e64::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.04 23:28:18.130925 [ 196 ] {83540710-10e7-4c3b-a823-23d82fcd2e64::all_1_6_1} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:18.131011 [ 196 ] {83540710-10e7-4c3b-a823-23d82fcd2e64::all_1_6_1} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.04 23:28:18.131103 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.05.04 23:28:18.131127 [ 261 ] {7fa7ab5f-4ed8-48ef-b426-33d9b9df1617} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.04 23:28:18.131381 [ 261 ] {7fa7ab5f-4ed8-48ef-b426-33d9b9df1617} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:18.131532 [ 261 ] {7fa7ab5f-4ed8-48ef-b426-33d9b9df1617} executeQuery: Read 32 rows, 58.72 KiB in 0.002269 sec., 14103.129131776112 rows/sec., 25.27 MiB/sec. 2026.05.04 23:28:18.131611 [ 261 ] {7fa7ab5f-4ed8-48ef-b426-33d9b9df1617} TCPHandler: Processed in 0.00248064 sec. 2026.05.04 23:28:18.131761 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:18.131869 [ 261 ] {f98f7364-2113-4e8e-a6d4-c6a63ff98faf} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:28:18.131912 [ 261 ] {f98f7364-2113-4e8e-a6d4-c6a63ff98faf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:28:18.132318 [ 261 ] {f98f7364-2113-4e8e-a6d4-c6a63ff98faf} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:18.132355 [ 261 ] {f98f7364-2113-4e8e-a6d4-c6a63ff98faf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:18.132670 [ 261 ] {f98f7364-2113-4e8e-a6d4-c6a63ff98faf} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.04 23:28:18.132891 [ 261 ] {f98f7364-2113-4e8e-a6d4-c6a63ff98faf} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:18.133021 [ 261 ] {f98f7364-2113-4e8e-a6d4-c6a63ff98faf} executeQuery: Read 90 rows, 5.77 KiB in 0.00118 sec., 76271.18644067796 rows/sec., 4.77 MiB/sec. 2026.05.04 23:28:18.133057 [ 261 ] {f98f7364-2113-4e8e-a6d4-c6a63ff98faf} TCPHandler: Processed in 0.001348069 sec. 2026.05.04 23:28:18.369613 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53883 2026.05.04 23:28:18.369728 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:28:18.369755 [ 287 ] {} TCP-Session: 222af7cb-f0c2-4a39-8f74-8d3f0b1c44e0 Authenticating user 'default' from [fd00:1122:3344:101::e]:53883 2026.05.04 23:28:18.369777 [ 287 ] {} TCP-Session: 222af7cb-f0c2-4a39-8f74-8d3f0b1c44e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.369789 [ 287 ] {} TCP-Session: 222af7cb-f0c2-4a39-8f74-8d3f0b1c44e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.370012 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42648 2026.05.04 23:28:18.370035 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62990 2026.05.04 23:28:18.370062 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57548 2026.05.04 23:28:18.370086 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35672 2026.05.04 23:28:18.370111 [ 287 ] {} TCP-Session: 222af7cb-f0c2-4a39-8f74-8d3f0b1c44e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:18.370142 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:28:18.370167 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:28:18.370169 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:28:18.370191 [ 288 ] {} TCP-Session: 93c4dd83-1fdc-4eff-b6c1-15fc2f4575d1 Authenticating user 'default' from [fd00:1122:3344:101::e]:42648 2026.05.04 23:28:18.370200 [ 291 ] {} TCP-Session: ec644083-76bc-44a1-ac9b-3566f13372d9 Authenticating user 'default' from [fd00:1122:3344:101::e]:57548 2026.05.04 23:28:18.370203 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:28:18.370241 [ 291 ] {} TCP-Session: ec644083-76bc-44a1-ac9b-3566f13372d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.370233 [ 288 ] {} TCP-Session: 93c4dd83-1fdc-4eff-b6c1-15fc2f4575d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.370274 [ 291 ] {} TCP-Session: ec644083-76bc-44a1-ac9b-3566f13372d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.370294 [ 288 ] {} TCP-Session: 93c4dd83-1fdc-4eff-b6c1-15fc2f4575d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.370272 [ 293 ] {} TCP-Session: b6f21522-662f-4850-bd76-6ef8979b24c8 Authenticating user 'default' from [fd00:1122:3344:101::e]:35672 2026.05.04 23:28:18.370321 [ 287 ] {10ea236d-21e6-4852-8d6c-b793e3063fd3} executeQuery: (from [fd00:1122:3344:101::e]:53883) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.04 23:28:18.370347 [ 293 ] {} TCP-Session: b6f21522-662f-4850-bd76-6ef8979b24c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.370220 [ 289 ] {} TCP-Session: 5eac4617-45f3-47a2-8a72-3ef0a2653949 Authenticating user 'default' from [fd00:1122:3344:101::e]:62990 2026.05.04 23:28:18.370372 [ 293 ] {} TCP-Session: b6f21522-662f-4850-bd76-6ef8979b24c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.370100 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36397 2026.05.04 23:28:18.370391 [ 289 ] {} TCP-Session: 5eac4617-45f3-47a2-8a72-3ef0a2653949 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.370075 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51813 2026.05.04 23:28:18.370463 [ 289 ] {} TCP-Session: 5eac4617-45f3-47a2-8a72-3ef0a2653949 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.370064 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46031 2026.05.04 23:28:18.370521 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:28:18.370109 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56155 2026.05.04 23:28:18.370553 [ 294 ] {} TCP-Session: 930fa2c0-94e9-4b53-8634-0630d8b0e389 Authenticating user 'default' from [fd00:1122:3344:101::e]:36397 2026.05.04 23:28:18.370578 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:28:18.370538 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:28:18.370598 [ 294 ] {} TCP-Session: 930fa2c0-94e9-4b53-8634-0630d8b0e389 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.370604 [ 290 ] {} TCP-Session: fe72c1b1-c923-4dd0-9235-c6ac9a4f4f81 Authenticating user 'default' from [fd00:1122:3344:101::e]:46031 2026.05.04 23:28:18.370615 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:28:18.370629 [ 292 ] {} TCP-Session: f24a284b-2104-47ba-8ecf-561f9b015305 Authenticating user 'default' from [fd00:1122:3344:101::e]:51813 2026.05.04 23:28:18.370644 [ 290 ] {} TCP-Session: fe72c1b1-c923-4dd0-9235-c6ac9a4f4f81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.370661 [ 259 ] {} TCP-Session: 99ffe6d5-fb73-4fc6-8df8-742509fc46f4 Authenticating user 'default' from [fd00:1122:3344:101::e]:56155 2026.05.04 23:28:18.370667 [ 292 ] {} TCP-Session: f24a284b-2104-47ba-8ecf-561f9b015305 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.370678 [ 290 ] {} TCP-Session: fe72c1b1-c923-4dd0-9235-c6ac9a4f4f81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.370697 [ 292 ] {} TCP-Session: f24a284b-2104-47ba-8ecf-561f9b015305 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.370692 [ 259 ] {} TCP-Session: 99ffe6d5-fb73-4fc6-8df8-742509fc46f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.370661 [ 287 ] {10ea236d-21e6-4852-8d6c-b793e3063fd3} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.04 23:28:18.370731 [ 259 ] {} TCP-Session: 99ffe6d5-fb73-4fc6-8df8-742509fc46f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.370632 [ 294 ] {} TCP-Session: 930fa2c0-94e9-4b53-8634-0630d8b0e389 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.370796 [ 287 ] {10ea236d-21e6-4852-8d6c-b793e3063fd3} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:28:18.371128 [ 287 ] {10ea236d-21e6-4852-8d6c-b793e3063fd3} oximeter.version (413ab30b-3bc7-4778-b9e2-3f982d4562fb) (SelectExecutor): Key condition: unknown 2026.05.04 23:28:18.372169 [ 328 ] {10ea236d-21e6-4852-8d6c-b793e3063fd3} AggregatingTransform: Aggregating 2026.05.04 23:28:18.372213 [ 328 ] {10ea236d-21e6-4852-8d6c-b793e3063fd3} Aggregator: Aggregation method: without_key 2026.05.04 23:28:18.372252 [ 328 ] {10ea236d-21e6-4852-8d6c-b793e3063fd3} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001022619 sec. (977.881 rows/sec., 38.20 KiB/sec.) 2026.05.04 23:28:18.372271 [ 328 ] {10ea236d-21e6-4852-8d6c-b793e3063fd3} Aggregator: Merging aggregated data 2026.05.04 23:28:18.373519 [ 287 ] {10ea236d-21e6-4852-8d6c-b793e3063fd3} executeQuery: Read 1 rows, 40.00 B in 0.003264 sec., 306.37254901960785 rows/sec., 11.97 KiB/sec. 2026.05.04 23:28:18.373661 [ 287 ] {10ea236d-21e6-4852-8d6c-b793e3063fd3} TCPHandler: Processed in 0.003698345 sec. 2026.05.04 23:28:18.373794 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.04 23:28:18.373822 [ 287 ] {} TCP-Session: 222af7cb-f0c2-4a39-8f74-8d3f0b1c44e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.373828 [ 288 ] {} TCPHandler: Done processing connection. 2026.05.04 23:28:18.373845 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.04 23:28:18.373872 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.04 23:28:18.373875 [ 288 ] {} TCP-Session: 93c4dd83-1fdc-4eff-b6c1-15fc2f4575d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.373894 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.04 23:28:18.373917 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.04 23:28:18.373944 [ 292 ] {} TCP-Session: f24a284b-2104-47ba-8ecf-561f9b015305 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.373957 [ 259 ] {} TCPHandler: Done processing connection. 2026.05.04 23:28:18.373972 [ 291 ] {} TCP-Session: ec644083-76bc-44a1-ac9b-3566f13372d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.373991 [ 259 ] {} TCP-Session: 99ffe6d5-fb73-4fc6-8df8-742509fc46f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.373937 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.04 23:28:18.373907 [ 290 ] {} TCP-Session: fe72c1b1-c923-4dd0-9235-c6ac9a4f4f81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.373889 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.04 23:28:18.374065 [ 289 ] {} TCP-Session: 5eac4617-45f3-47a2-8a72-3ef0a2653949 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.373896 [ 294 ] {} TCP-Session: 930fa2c0-94e9-4b53-8634-0630d8b0e389 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.374102 [ 293 ] {} TCP-Session: b6f21522-662f-4850-bd76-6ef8979b24c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.469132 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48354 2026.05.04 23:28:18.469246 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:28:18.469271 [ 287 ] {} TCP-Session: eca60460-b9d6-4754-a9a5-1043c7d5e6bf Authenticating user 'default' from [fd00:1122:3344:101::e]:48354 2026.05.04 23:28:18.469294 [ 287 ] {} TCP-Session: eca60460-b9d6-4754-a9a5-1043c7d5e6bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.469307 [ 287 ] {} TCP-Session: eca60460-b9d6-4754-a9a5-1043c7d5e6bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.469545 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51489 2026.05.04 23:28:18.469546 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39924 2026.05.04 23:28:18.469589 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51096 2026.05.04 23:28:18.469620 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59294 2026.05.04 23:28:18.469651 [ 287 ] {} TCP-Session: eca60460-b9d6-4754-a9a5-1043c7d5e6bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:18.469660 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:28:18.469598 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37653 2026.05.04 23:28:18.469708 [ 289 ] {} TCP-Session: 801dd934-55d3-4c0d-ba97-43996e6a8fa6 Authenticating user 'default' from [fd00:1122:3344:101::e]:51489 2026.05.04 23:28:18.469703 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:28:18.469735 [ 289 ] {} TCP-Session: 801dd934-55d3-4c0d-ba97-43996e6a8fa6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.469691 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:28:18.469757 [ 259 ] {} TCP-Session: ae65c68e-a5a5-40a4-88f9-88ed4c672605 Authenticating user 'default' from [fd00:1122:3344:101::e]:59294 2026.05.04 23:28:18.469761 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:28:18.469787 [ 288 ] {} TCP-Session: 8012faa6-c8bd-45b4-8ea2-8c083e0134ff Authenticating user 'default' from [fd00:1122:3344:101::e]:39924 2026.05.04 23:28:18.469796 [ 259 ] {} TCP-Session: ae65c68e-a5a5-40a4-88f9-88ed4c672605 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.469808 [ 293 ] {} TCP-Session: 0a1298cd-e568-4c07-9b96-cab1da71a5ec Authenticating user 'default' from [fd00:1122:3344:101::e]:37653 2026.05.04 23:28:18.469815 [ 288 ] {} TCP-Session: 8012faa6-c8bd-45b4-8ea2-8c083e0134ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.469819 [ 259 ] {} TCP-Session: ae65c68e-a5a5-40a4-88f9-88ed4c672605 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.469827 [ 287 ] {9064620d-ce99-4c29-a047-961aa8c99eaa} executeQuery: (from [fd00:1122:3344:101::e]:48354) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.04 23:28:18.469845 [ 288 ] {} TCP-Session: 8012faa6-c8bd-45b4-8ea2-8c083e0134ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.469837 [ 293 ] {} TCP-Session: 0a1298cd-e568-4c07-9b96-cab1da71a5ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.469761 [ 289 ] {} TCP-Session: 801dd934-55d3-4c0d-ba97-43996e6a8fa6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.469899 [ 293 ] {} TCP-Session: 0a1298cd-e568-4c07-9b96-cab1da71a5ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.469691 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:28:18.469581 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49852 2026.05.04 23:28:18.469950 [ 292 ] {} TCP-Session: 99f17031-e354-4143-861c-44fed4f68a1d Authenticating user 'default' from [fd00:1122:3344:101::e]:51096 2026.05.04 23:28:18.469577 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39671 2026.05.04 23:28:18.469993 [ 292 ] {} TCP-Session: 99f17031-e354-4143-861c-44fed4f68a1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.469612 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58264 2026.05.04 23:28:18.470025 [ 292 ] {} TCP-Session: 99f17031-e354-4143-861c-44fed4f68a1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.470043 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:28:18.470059 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:28:18.470088 [ 290 ] {} TCP-Session: 0ed9eaac-9f6b-4a5a-b649-8bd59405a337 Authenticating user 'default' from [fd00:1122:3344:101::e]:49852 2026.05.04 23:28:18.470092 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:28:18.470097 [ 291 ] {} TCP-Session: 18d3c5f9-907e-481e-a7d6-d8f597546bb4 Authenticating user 'default' from [fd00:1122:3344:101::e]:39671 2026.05.04 23:28:18.470116 [ 290 ] {} TCP-Session: 0ed9eaac-9f6b-4a5a-b649-8bd59405a337 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.470123 [ 294 ] {} TCP-Session: 7a7648c6-0bd5-4d01-baef-12be61fc919d Authenticating user 'default' from [fd00:1122:3344:101::e]:58264 2026.05.04 23:28:18.470136 [ 291 ] {} TCP-Session: 18d3c5f9-907e-481e-a7d6-d8f597546bb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.470133 [ 287 ] {9064620d-ce99-4c29-a047-961aa8c99eaa} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.04 23:28:18.470162 [ 291 ] {} TCP-Session: 18d3c5f9-907e-481e-a7d6-d8f597546bb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.470153 [ 294 ] {} TCP-Session: 7a7648c6-0bd5-4d01-baef-12be61fc919d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.470142 [ 290 ] {} TCP-Session: 0ed9eaac-9f6b-4a5a-b649-8bd59405a337 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.470207 [ 294 ] {} TCP-Session: 7a7648c6-0bd5-4d01-baef-12be61fc919d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.470209 [ 287 ] {9064620d-ce99-4c29-a047-961aa8c99eaa} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:28:18.470515 [ 287 ] {9064620d-ce99-4c29-a047-961aa8c99eaa} oximeter.version (413ab30b-3bc7-4778-b9e2-3f982d4562fb) (SelectExecutor): Key condition: unknown 2026.05.04 23:28:18.471527 [ 338 ] {9064620d-ce99-4c29-a047-961aa8c99eaa} AggregatingTransform: Aggregating 2026.05.04 23:28:18.471587 [ 338 ] {9064620d-ce99-4c29-a047-961aa8c99eaa} Aggregator: Aggregation method: without_key 2026.05.04 23:28:18.471627 [ 338 ] {9064620d-ce99-4c29-a047-961aa8c99eaa} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001006828 sec. (993.218 rows/sec., 38.80 KiB/sec.) 2026.05.04 23:28:18.471650 [ 338 ] {9064620d-ce99-4c29-a047-961aa8c99eaa} Aggregator: Merging aggregated data 2026.05.04 23:28:18.472814 [ 287 ] {9064620d-ce99-4c29-a047-961aa8c99eaa} executeQuery: Read 1 rows, 40.00 B in 0.003039 sec., 329.0556103981573 rows/sec., 12.85 KiB/sec. 2026.05.04 23:28:18.473040 [ 287 ] {9064620d-ce99-4c29-a047-961aa8c99eaa} TCPHandler: Processed in 0.00350244 sec. 2026.05.04 23:28:18.473203 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.04 23:28:18.473234 [ 259 ] {} TCPHandler: Done processing connection. 2026.05.04 23:28:18.473240 [ 287 ] {} TCP-Session: eca60460-b9d6-4754-a9a5-1043c7d5e6bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.473253 [ 288 ] {} TCPHandler: Done processing connection. 2026.05.04 23:28:18.473280 [ 259 ] {} TCP-Session: ae65c68e-a5a5-40a4-88f9-88ed4c672605 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.473279 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.04 23:28:18.473304 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.04 23:28:18.473330 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.04 23:28:18.473342 [ 289 ] {} TCP-Session: 801dd934-55d3-4c0d-ba97-43996e6a8fa6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.473361 [ 291 ] {} TCP-Session: 18d3c5f9-907e-481e-a7d6-d8f597546bb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.473372 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.04 23:28:18.473392 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.04 23:28:18.473429 [ 293 ] {} TCP-Session: 0a1298cd-e568-4c07-9b96-cab1da71a5ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.473382 [ 292 ] {} TCP-Session: 99f17031-e354-4143-861c-44fed4f68a1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.473455 [ 294 ] {} TCP-Session: 7a7648c6-0bd5-4d01-baef-12be61fc919d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.473353 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.04 23:28:18.473314 [ 288 ] {} TCP-Session: 8012faa6-c8bd-45b4-8ea2-8c083e0134ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:18.473513 [ 290 ] {} TCP-Session: 0ed9eaac-9f6b-4a5a-b649-8bd59405a337 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:28:19.000207 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 227.70 MiB, peak 235.57 MiB, free memory in arenas 0.00 B, will set to 226.40 MiB (RSS), difference: -1.30 MiB 2026.05.04 23:28:21.719408 [ 135 ] {} DNSResolver: Updating DNS cache 2026.05.04 23:28:21.719469 [ 135 ] {} DNSResolver: Updated DNS cache 2026.05.04 23:28:21.792603 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7663 2026.05.04 23:28:21.793137 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:21.793197 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:21.793808 [ 245 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.04 23:28:21.794072 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:21.794227 [ 135 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.04 23:28:21.794251 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7663 2026.05.04 23:28:21.794288 [ 135 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:21.794316 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:21.794434 [ 195 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.04 23:28:21.794579 [ 195 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:28:21.794623 [ 195 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5295 rows starting from the beginning of the part 2026.05.04 23:28:21.794698 [ 195 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 448 rows starting from the beginning of the part 2026.05.04 23:28:21.794749 [ 195 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 512 rows starting from the beginning of the part 2026.05.04 23:28:21.794799 [ 195 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 448 rows starting from the beginning of the part 2026.05.04 23:28:21.794844 [ 195 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 512 rows starting from the beginning of the part 2026.05.04 23:28:21.794889 [ 195 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 448 rows starting from the beginning of the part 2026.05.04 23:28:21.796467 [ 192 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7663 rows, containing 4 columns (4 merged, 0 gathered) in 0.002084899 sec., 3675477.8049200466 rows/sec., 52.58 MiB/sec. 2026.05.04 23:28:21.796979 [ 198 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.04 23:28:21.797279 [ 198 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_16_3} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:21.797349 [ 198 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_16_3} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.04 23:28:21.797442 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.05.04 23:28:21.806428 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 476 2026.05.04 23:28:21.808945 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:21.808993 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:21.810190 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.04 23:28:21.810465 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:21.810595 [ 135 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.04 23:28:21.810629 [ 135 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:21.810647 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:21.810734 [ 195 ] {25458c8d-9a69-443f-a710-d2b1eb7391ea::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.04 23:28:21.810815 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 476 2026.05.04 23:28:21.811206 [ 195 ] {25458c8d-9a69-443f-a710-d2b1eb7391ea::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:28:21.811353 [ 195 ] {25458c8d-9a69-443f-a710-d2b1eb7391ea::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 274 rows starting from the beginning of the part 2026.05.04 23:28:21.811784 [ 195 ] {25458c8d-9a69-443f-a710-d2b1eb7391ea::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 38 rows starting from the beginning of the part 2026.05.04 23:28:21.812148 [ 195 ] {25458c8d-9a69-443f-a710-d2b1eb7391ea::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part 2026.05.04 23:28:21.812521 [ 195 ] {25458c8d-9a69-443f-a710-d2b1eb7391ea::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 40 rows starting from the beginning of the part 2026.05.04 23:28:21.812895 [ 195 ] {25458c8d-9a69-443f-a710-d2b1eb7391ea::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 38 rows starting from the beginning of the part 2026.05.04 23:28:21.813285 [ 195 ] {25458c8d-9a69-443f-a710-d2b1eb7391ea::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 46 rows starting from the beginning of the part 2026.05.04 23:28:21.819798 [ 192 ] {25458c8d-9a69-443f-a710-d2b1eb7391ea::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 476 rows, containing 72 columns (72 merged, 0 gathered) in 0.00910916 sec., 52255.09267594378 rows/sec., 45.89 MiB/sec. 2026.05.04 23:28:21.820805 [ 188 ] {25458c8d-9a69-443f-a710-d2b1eb7391ea::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.04 23:28:21.821445 [ 188 ] {25458c8d-9a69-443f-a710-d2b1eb7391ea::all_1_11_2} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:21.821531 [ 188 ] {25458c8d-9a69-443f-a710-d2b1eb7391ea::all_1_11_2} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.04 23:28:21.821778 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.87 MiB. 2026.05.04 23:28:22.001297 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000871255 sec. 2026.05.04 23:28:22.183428 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.05.04 23:28:22.200477 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:22.200543 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:22.206887 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.04 23:28:22.207599 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:22.207906 [ 135 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.04 23:28:22.207971 [ 135 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:22.207992 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:22.208127 [ 195 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.04 23:28:22.210908 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.05.04 23:28:22.212081 [ 195 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:28:22.213371 [ 195 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part 2026.05.04 23:28:22.217751 [ 195 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part 2026.05.04 23:28:22.221998 [ 195 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part 2026.05.04 23:28:22.226253 [ 195 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part 2026.05.04 23:28:22.230634 [ 195 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part 2026.05.04 23:28:22.235026 [ 195 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part 2026.05.04 23:28:22.294076 [ 192 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.086027535 sec., 1406.5264104103412 rows/sec., 7.27 MiB/sec. 2026.05.04 23:28:22.296720 [ 189 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.04 23:28:22.298739 [ 189 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_16_3} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:22.298861 [ 189 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_16_3} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.04 23:28:22.301589 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2026.05.04 23:28:23.000793 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 227.78 MiB, peak 237.73 MiB, free memory in arenas 0.00 B, will set to 238.62 MiB (RSS), difference: 10.85 MiB 2026.05.04 23:28:23.093288 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:23.093528 [ 261 ] {1be374e5-af41-497e-9790-58e6c6b37e43} executeQuery: (from [fd00:1122:3344:101::d]:39097) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:28:23.093883 [ 261 ] {1be374e5-af41-497e-9790-58e6c6b37e43} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:28:23.093922 [ 261 ] {1be374e5-af41-497e-9790-58e6c6b37e43} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:28:23.094155 [ 261 ] {1be374e5-af41-497e-9790-58e6c6b37e43} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:28:23.094227 [ 261 ] {1be374e5-af41-497e-9790-58e6c6b37e43} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:28:23.094371 [ 261 ] {1be374e5-af41-497e-9790-58e6c6b37e43} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.04 23:28:23.094499 [ 347 ] {1be374e5-af41-497e-9790-58e6c6b37e43} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:28:23.094519 [ 284 ] {1be374e5-af41-497e-9790-58e6c6b37e43} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:28:23.094513 [ 311 ] {1be374e5-af41-497e-9790-58e6c6b37e43} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:28:23.094516 [ 331 ] {1be374e5-af41-497e-9790-58e6c6b37e43} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:28:23.094704 [ 261 ] {1be374e5-af41-497e-9790-58e6c6b37e43} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:28:23.094735 [ 261 ] {1be374e5-af41-497e-9790-58e6c6b37e43} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:28:23.094822 [ 261 ] {1be374e5-af41-497e-9790-58e6c6b37e43} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:28:23.094844 [ 261 ] {1be374e5-af41-497e-9790-58e6c6b37e43} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Reading approx. 33 rows with 2 streams 2026.05.04 23:28:23.094881 [ 261 ] {1be374e5-af41-497e-9790-58e6c6b37e43} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:28:23.094928 [ 261 ] {1be374e5-af41-497e-9790-58e6c6b37e43} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:28:23.096101 [ 261 ] {1be374e5-af41-497e-9790-58e6c6b37e43} executeQuery: Read 33 rows, 3.32 KiB in 0.002669 sec., 12364.181341326339 rows/sec., 1.21 MiB/sec. 2026.05.04 23:28:23.096237 [ 261 ] {1be374e5-af41-497e-9790-58e6c6b37e43} TCPHandler: Processed in 0.003092168 sec. 2026.05.04 23:28:23.099214 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:23.099329 [ 261 ] {919aefb0-5739-418c-92cd-46bcc258bd58} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:28:23.099376 [ 261 ] {919aefb0-5739-418c-92cd-46bcc258bd58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:28:23.099901 [ 261 ] {919aefb0-5739-418c-92cd-46bcc258bd58} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:23.099943 [ 261 ] {919aefb0-5739-418c-92cd-46bcc258bd58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:23.100351 [ 261 ] {919aefb0-5739-418c-92cd-46bcc258bd58} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.04 23:28:23.100584 [ 261 ] {919aefb0-5739-418c-92cd-46bcc258bd58} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:23.100723 [ 132 ] {} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.04 23:28:23.100739 [ 261 ] {919aefb0-5739-418c-92cd-46bcc258bd58} executeQuery: Read 78 rows, 6.61 KiB in 0.001444 sec., 54016.62049861496 rows/sec., 4.47 MiB/sec. 2026.05.04 23:28:23.100772 [ 132 ] {} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:23.100792 [ 261 ] {919aefb0-5739-418c-92cd-46bcc258bd58} TCPHandler: Processed in 0.001632996 sec. 2026.05.04 23:28:23.100799 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:23.100924 [ 201 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.05.04 23:28:23.100968 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:23.101058 [ 201 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:28:23.101079 [ 261 ] {4f7140db-32d2-4d5a-9ef9-f7b0420f991c} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:28:23.101096 [ 201 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1012 rows starting from the beginning of the part 2026.05.04 23:28:23.101147 [ 261 ] {4f7140db-32d2-4d5a-9ef9-f7b0420f991c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:28:23.101180 [ 201 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 78 rows starting from the beginning of the part 2026.05.04 23:28:23.101235 [ 201 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 861 rows starting from the beginning of the part 2026.05.04 23:28:23.101280 [ 201 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 79 rows starting from the beginning of the part 2026.05.04 23:28:23.101339 [ 201 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 861 rows starting from the beginning of the part 2026.05.04 23:28:23.101382 [ 201 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 78 rows starting from the beginning of the part 2026.05.04 23:28:23.101617 [ 261 ] {4f7140db-32d2-4d5a-9ef9-f7b0420f991c} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:23.101667 [ 261 ] {4f7140db-32d2-4d5a-9ef9-f7b0420f991c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:23.102117 [ 261 ] {4f7140db-32d2-4d5a-9ef9-f7b0420f991c} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.04 23:28:23.102372 [ 261 ] {4f7140db-32d2-4d5a-9ef9-f7b0420f991c} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:23.102518 [ 261 ] {4f7140db-32d2-4d5a-9ef9-f7b0420f991c} executeQuery: Read 11 rows, 847.00 B in 0.001462 sec., 7523.939808481532 rows/sec., 565.77 KiB/sec. 2026.05.04 23:28:23.102558 [ 261 ] {4f7140db-32d2-4d5a-9ef9-f7b0420f991c} TCPHandler: Processed in 0.001661188 sec. 2026.05.04 23:28:23.102676 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:23.102775 [ 261 ] {b0202dba-e8fd-47dd-89d5-7a7830938f2e} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:28:23.102817 [ 261 ] {b0202dba-e8fd-47dd-89d5-7a7830938f2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:28:23.102848 [ 200 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 2969 rows, containing 5 columns (5 merged, 0 gathered) in 0.001977167 sec., 1501643.5131680833 rows/sec., 124.75 MiB/sec. 2026.05.04 23:28:23.103137 [ 187 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.04 23:28:23.103251 [ 261 ] {b0202dba-e8fd-47dd-89d5-7a7830938f2e} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:23.103295 [ 261 ] {b0202dba-e8fd-47dd-89d5-7a7830938f2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:23.103489 [ 187 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_21_4} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:23.103584 [ 187 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_21_4} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.04 23:28:23.103678 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.05.04 23:28:23.103680 [ 261 ] {b0202dba-e8fd-47dd-89d5-7a7830938f2e} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.04 23:28:23.103925 [ 261 ] {b0202dba-e8fd-47dd-89d5-7a7830938f2e} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:23.104029 [ 132 ] {} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.04 23:28:23.104059 [ 261 ] {b0202dba-e8fd-47dd-89d5-7a7830938f2e} executeQuery: Read 75 rows, 6.00 KiB in 0.001307 sec., 57383.32058148432 rows/sec., 4.48 MiB/sec. 2026.05.04 23:28:23.104061 [ 132 ] {} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:23.104100 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:23.104104 [ 261 ] {b0202dba-e8fd-47dd-89d5-7a7830938f2e} TCPHandler: Processed in 0.001479783 sec. 2026.05.04 23:28:23.104174 [ 192 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.05.04 23:28:23.104238 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:23.104282 [ 192 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:28:23.104317 [ 192 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 603 rows starting from the beginning of the part 2026.05.04 23:28:23.104340 [ 261 ] {6e8a6faf-8b42-4bf9-8dd6-a5bd818bbdc7} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:28:23.104374 [ 192 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 75 rows starting from the beginning of the part 2026.05.04 23:28:23.104394 [ 261 ] {6e8a6faf-8b42-4bf9-8dd6-a5bd818bbdc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:28:23.104425 [ 192 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 522 rows starting from the beginning of the part 2026.05.04 23:28:23.104469 [ 192 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 77 rows starting from the beginning of the part 2026.05.04 23:28:23.104506 [ 192 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 522 rows starting from the beginning of the part 2026.05.04 23:28:23.104551 [ 192 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 75 rows starting from the beginning of the part 2026.05.04 23:28:23.104833 [ 261 ] {6e8a6faf-8b42-4bf9-8dd6-a5bd818bbdc7} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:23.104874 [ 261 ] {6e8a6faf-8b42-4bf9-8dd6-a5bd818bbdc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:23.105258 [ 261 ] {6e8a6faf-8b42-4bf9-8dd6-a5bd818bbdc7} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.04 23:28:23.105486 [ 261 ] {6e8a6faf-8b42-4bf9-8dd6-a5bd818bbdc7} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:23.105595 [ 132 ] {} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.04 23:28:23.105622 [ 261 ] {6e8a6faf-8b42-4bf9-8dd6-a5bd818bbdc7} executeQuery: Read 160 rows, 11.41 KiB in 0.001302 sec., 122887.86482334869 rows/sec., 8.56 MiB/sec. 2026.05.04 23:28:23.105629 [ 132 ] {} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:23.105665 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:23.105669 [ 261 ] {6e8a6faf-8b42-4bf9-8dd6-a5bd818bbdc7} TCPHandler: Processed in 0.001481753 sec. 2026.05.04 23:28:23.105677 [ 187 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1874 rows, containing 5 columns (5 merged, 0 gathered) in 0.001535994 sec., 1220056.8491804006 rows/sec., 92.56 MiB/sec. 2026.05.04 23:28:23.105735 [ 200 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.05.04 23:28:23.105821 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:23.105840 [ 200 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:28:23.105859 [ 192 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.04 23:28:23.105874 [ 200 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 3257 rows starting from the beginning of the part 2026.05.04 23:28:23.105925 [ 261 ] {f2f7e3d9-3e2f-41ab-a8a0-b5d0084e3835} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:28:23.105928 [ 200 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part 2026.05.04 23:28:23.106001 [ 200 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 265 rows starting from the beginning of the part 2026.05.04 23:28:23.106002 [ 261 ] {f2f7e3d9-3e2f-41ab-a8a0-b5d0084e3835} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:28:23.106045 [ 200 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 161 rows starting from the beginning of the part 2026.05.04 23:28:23.106088 [ 200 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 265 rows starting from the beginning of the part 2026.05.04 23:28:23.106124 [ 192 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_21_4} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:23.106128 [ 200 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part 2026.05.04 23:28:23.106193 [ 192 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_21_4} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.04 23:28:23.106261 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2026.05.04 23:28:23.106819 [ 261 ] {f2f7e3d9-3e2f-41ab-a8a0-b5d0084e3835} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:23.106863 [ 261 ] {f2f7e3d9-3e2f-41ab-a8a0-b5d0084e3835} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:23.107437 [ 261 ] {f2f7e3d9-3e2f-41ab-a8a0-b5d0084e3835} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.04 23:28:23.107690 [ 261 ] {f2f7e3d9-3e2f-41ab-a8a0-b5d0084e3835} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:23.107839 [ 261 ] {f2f7e3d9-3e2f-41ab-a8a0-b5d0084e3835} executeQuery: Read 11 rows, 20.18 KiB in 0.001932 sec., 5693.581780538302 rows/sec., 10.20 MiB/sec. 2026.05.04 23:28:23.107900 [ 261 ] {f2f7e3d9-3e2f-41ab-a8a0-b5d0084e3835} TCPHandler: Processed in 0.002128741 sec. 2026.05.04 23:28:23.107998 [ 199 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 4268 rows, containing 5 columns (5 merged, 0 gathered) in 0.002293066 sec., 1861263.4786787648 rows/sec., 128.72 MiB/sec. 2026.05.04 23:28:23.108030 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:23.108133 [ 261 ] {6dceefd2-479b-4f7f-909b-b7f21c87d896} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:28:23.108175 [ 261 ] {6dceefd2-479b-4f7f-909b-b7f21c87d896} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:28:23.108380 [ 192 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.04 23:28:23.108548 [ 261 ] {6dceefd2-479b-4f7f-909b-b7f21c87d896} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:23.108599 [ 261 ] {6dceefd2-479b-4f7f-909b-b7f21c87d896} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:23.108643 [ 192 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_21_4} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:23.108718 [ 192 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_21_4} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.04 23:28:23.108779 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. 2026.05.04 23:28:23.109000 [ 261 ] {6dceefd2-479b-4f7f-909b-b7f21c87d896} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.04 23:28:23.109273 [ 261 ] {6dceefd2-479b-4f7f-909b-b7f21c87d896} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:23.109412 [ 131 ] {} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.04 23:28:23.109430 [ 261 ] {6dceefd2-479b-4f7f-909b-b7f21c87d896} executeQuery: Read 60 rows, 4.14 KiB in 0.001318 sec., 45523.520485584224 rows/sec., 3.07 MiB/sec. 2026.05.04 23:28:23.109459 [ 131 ] {} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:23.109484 [ 261 ] {6dceefd2-479b-4f7f-909b-b7f21c87d896} TCPHandler: Processed in 0.001505302 sec. 2026.05.04 23:28:23.109485 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:23.109575 [ 192 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.05.04 23:28:23.109659 [ 192 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:28:23.109684 [ 192 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1080 rows starting from the beginning of the part 2026.05.04 23:28:23.109725 [ 192 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part 2026.05.04 23:28:23.109760 [ 192 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 90 rows starting from the beginning of the part 2026.05.04 23:28:23.109791 [ 192 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part 2026.05.04 23:28:23.109824 [ 192 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 90 rows starting from the beginning of the part 2026.05.04 23:28:23.109855 [ 192 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part 2026.05.04 23:28:23.110697 [ 193 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1440 rows, containing 4 columns (4 merged, 0 gathered) in 0.001145123 sec., 1257506.8355102465 rows/sec., 82.47 MiB/sec. 2026.05.04 23:28:23.110863 [ 192 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.04 23:28:23.111101 [ 192 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_21_4} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:23.111160 [ 192 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_21_4} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.04 23:28:23.111213 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.05.04 23:28:23.678585 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:23.678965 [ 261 ] {b2973182-7f3c-4636-a2c0-98506c762e78} executeQuery: (from [fd00:1122:3344:101::d]:39097) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.04 23:28:23.679551 [ 261 ] {b2973182-7f3c-4636-a2c0-98506c762e78} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:28:23.679591 [ 261 ] {b2973182-7f3c-4636-a2c0-98506c762e78} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.04 23:28:23.679852 [ 261 ] {b2973182-7f3c-4636-a2c0-98506c762e78} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:28:23.679919 [ 261 ] {b2973182-7f3c-4636-a2c0-98506c762e78} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:28:23.680057 [ 261 ] {b2973182-7f3c-4636-a2c0-98506c762e78} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 41-element set) 2026.05.04 23:28:23.680179 [ 284 ] {b2973182-7f3c-4636-a2c0-98506c762e78} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:28:23.680208 [ 347 ] {b2973182-7f3c-4636-a2c0-98506c762e78} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:28:23.680216 [ 331 ] {b2973182-7f3c-4636-a2c0-98506c762e78} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:28:23.680188 [ 322 ] {b2973182-7f3c-4636-a2c0-98506c762e78} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:28:23.680492 [ 261 ] {b2973182-7f3c-4636-a2c0-98506c762e78} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:28:23.680524 [ 261 ] {b2973182-7f3c-4636-a2c0-98506c762e78} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:28:23.680603 [ 261 ] {b2973182-7f3c-4636-a2c0-98506c762e78} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:28:23.680624 [ 261 ] {b2973182-7f3c-4636-a2c0-98506c762e78} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Reading approx. 33 rows with 2 streams 2026.05.04 23:28:23.680660 [ 261 ] {b2973182-7f3c-4636-a2c0-98506c762e78} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.05.04 23:28:23.680710 [ 261 ] {b2973182-7f3c-4636-a2c0-98506c762e78} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.05.04 23:28:23.681944 [ 261 ] {b2973182-7f3c-4636-a2c0-98506c762e78} executeQuery: Read 33 rows, 7.37 KiB in 0.003152 sec., 10469.543147208122 rows/sec., 2.28 MiB/sec. 2026.05.04 23:28:23.682075 [ 261 ] {b2973182-7f3c-4636-a2c0-98506c762e78} TCPHandler: Processed in 0.003669205 sec. 2026.05.04 23:28:23.711429 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:23.711566 [ 261 ] {2c7f5b43-be06-424f-8796-9a545f072955} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.04 23:28:23.711621 [ 261 ] {2c7f5b43-be06-424f-8796-9a545f072955} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:28:23.712326 [ 261 ] {2c7f5b43-be06-424f-8796-9a545f072955} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:23.712378 [ 261 ] {2c7f5b43-be06-424f-8796-9a545f072955} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:23.712826 [ 261 ] {2c7f5b43-be06-424f-8796-9a545f072955} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.04 23:28:23.713023 [ 261 ] {2c7f5b43-be06-424f-8796-9a545f072955} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:23.713178 [ 261 ] {2c7f5b43-be06-424f-8796-9a545f072955} executeQuery: Read 9 rows, 1.88 KiB in 0.001651 sec., 5451.241671714113 rows/sec., 1.11 MiB/sec. 2026.05.04 23:28:23.713218 [ 261 ] {2c7f5b43-be06-424f-8796-9a545f072955} TCPHandler: Processed in 0.001854473 sec. 2026.05.04 23:28:23.713341 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:23.713434 [ 261 ] {c93af0ba-0d45-45a8-9b5c-e49c93d3d05e} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.04 23:28:23.713474 [ 261 ] {c93af0ba-0d45-45a8-9b5c-e49c93d3d05e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.04 23:28:23.714064 [ 261 ] {c93af0ba-0d45-45a8-9b5c-e49c93d3d05e} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:23.714101 [ 261 ] {c93af0ba-0d45-45a8-9b5c-e49c93d3d05e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:23.714410 [ 261 ] {c93af0ba-0d45-45a8-9b5c-e49c93d3d05e} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.04 23:28:23.714620 [ 261 ] {c93af0ba-0d45-45a8-9b5c-e49c93d3d05e} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:23.714745 [ 261 ] {c93af0ba-0d45-45a8-9b5c-e49c93d3d05e} executeQuery: Read 284 rows, 18.47 KiB in 0.001329 sec., 213694.50714823173 rows/sec., 13.57 MiB/sec. 2026.05.04 23:28:23.714782 [ 261 ] {c93af0ba-0d45-45a8-9b5c-e49c93d3d05e} TCPHandler: Processed in 0.001493572 sec. 2026.05.04 23:28:23.714904 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:23.714998 [ 261 ] {60f7af94-ce81-461d-b37c-912819742973} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.04 23:28:23.715038 [ 261 ] {60f7af94-ce81-461d-b37c-912819742973} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.04 23:28:23.715478 [ 261 ] {60f7af94-ce81-461d-b37c-912819742973} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:23.715514 [ 261 ] {60f7af94-ce81-461d-b37c-912819742973} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:23.715811 [ 261 ] {60f7af94-ce81-461d-b37c-912819742973} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.04 23:28:23.716018 [ 261 ] {60f7af94-ce81-461d-b37c-912819742973} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:23.716145 [ 261 ] {60f7af94-ce81-461d-b37c-912819742973} executeQuery: Read 6 rows, 501.00 B in 0.001165 sec., 5150.214592274678 rows/sec., 419.96 KiB/sec. 2026.05.04 23:28:23.716182 [ 261 ] {60f7af94-ce81-461d-b37c-912819742973} TCPHandler: Processed in 0.001329308 sec. 2026.05.04 23:28:23.716293 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:23.716384 [ 261 ] {66a8eb8f-f302-4310-aa8e-100b2ab1005e} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:28:23.716423 [ 261 ] {66a8eb8f-f302-4310-aa8e-100b2ab1005e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:28:23.718164 [ 261 ] {66a8eb8f-f302-4310-aa8e-100b2ab1005e} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:23.718202 [ 261 ] {66a8eb8f-f302-4310-aa8e-100b2ab1005e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:23.718794 [ 261 ] {66a8eb8f-f302-4310-aa8e-100b2ab1005e} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.04 23:28:23.718999 [ 261 ] {66a8eb8f-f302-4310-aa8e-100b2ab1005e} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:23.719126 [ 261 ] {66a8eb8f-f302-4310-aa8e-100b2ab1005e} executeQuery: Read 3211 rows, 246.20 KiB in 0.002758 sec., 1164249.4561276287 rows/sec., 87.17 MiB/sec. 2026.05.04 23:28:23.719164 [ 261 ] {66a8eb8f-f302-4310-aa8e-100b2ab1005e} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.05.04 23:28:23.719177 [ 261 ] {66a8eb8f-f302-4310-aa8e-100b2ab1005e} TCPHandler: Processed in 0.002932094 sec. 2026.05.04 23:28:23.719289 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:23.719381 [ 261 ] {30e76b5c-d7fc-4ea6-9ee3-25430919cdbb} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:28:23.719420 [ 261 ] {30e76b5c-d7fc-4ea6-9ee3-25430919cdbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:28:23.719878 [ 261 ] {30e76b5c-d7fc-4ea6-9ee3-25430919cdbb} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:23.719914 [ 261 ] {30e76b5c-d7fc-4ea6-9ee3-25430919cdbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:23.720210 [ 261 ] {30e76b5c-d7fc-4ea6-9ee3-25430919cdbb} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.04 23:28:23.720421 [ 261 ] {30e76b5c-d7fc-4ea6-9ee3-25430919cdbb} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:23.720520 [ 131 ] {} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.04 23:28:23.720546 [ 261 ] {30e76b5c-d7fc-4ea6-9ee3-25430919cdbb} executeQuery: Read 189 rows, 12.04 KiB in 0.001183 sec., 159763.31360946744 rows/sec., 9.94 MiB/sec. 2026.05.04 23:28:23.720578 [ 131 ] {} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:23.720591 [ 261 ] {30e76b5c-d7fc-4ea6-9ee3-25430919cdbb} TCPHandler: Processed in 0.001349519 sec. 2026.05.04 23:28:23.720610 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:23.720709 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:23.720720 [ 199 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.05.04 23:28:23.720806 [ 261 ] {0664a8ab-0c73-45b8-87b1-283d063d9dfc} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.04 23:28:23.720848 [ 261 ] {0664a8ab-0c73-45b8-87b1-283d063d9dfc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.04 23:28:23.720858 [ 199 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:28:23.720898 [ 199 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 213 rows starting from the beginning of the part 2026.05.04 23:28:23.720976 [ 199 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 174 rows starting from the beginning of the part 2026.05.04 23:28:23.721026 [ 199 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 13 rows starting from the beginning of the part 2026.05.04 23:28:23.721074 [ 199 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 174 rows starting from the beginning of the part 2026.05.04 23:28:23.721119 [ 199 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 11 rows starting from the beginning of the part 2026.05.04 23:28:23.721166 [ 199 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 189 rows starting from the beginning of the part 2026.05.04 23:28:23.721481 [ 261 ] {0664a8ab-0c73-45b8-87b1-283d063d9dfc} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:23.721521 [ 261 ] {0664a8ab-0c73-45b8-87b1-283d063d9dfc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:23.721882 [ 261 ] {0664a8ab-0c73-45b8-87b1-283d063d9dfc} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.04 23:28:23.722084 [ 192 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 774 rows, containing 5 columns (5 merged, 0 gathered) in 0.001406301 sec., 550380.0395505656 rows/sec., 36.53 MiB/sec. 2026.05.04 23:28:23.722093 [ 261 ] {0664a8ab-0c73-45b8-87b1-283d063d9dfc} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:23.722240 [ 261 ] {0664a8ab-0c73-45b8-87b1-283d063d9dfc} executeQuery: Read 950 rows, 57.24 KiB in 0.001451 sec., 654720.8821502412 rows/sec., 38.52 MiB/sec. 2026.05.04 23:28:23.722277 [ 261 ] {0664a8ab-0c73-45b8-87b1-283d063d9dfc} TCPHandler: Processed in 0.001615476 sec. 2026.05.04 23:28:23.722292 [ 193 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.04 23:28:23.722393 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:23.722490 [ 261 ] {2742d864-7a7a-468f-8685-bc871c5064fb} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.04 23:28:23.722531 [ 261 ] {2742d864-7a7a-468f-8685-bc871c5064fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.04 23:28:23.722611 [ 193 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_21_4} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:23.722695 [ 193 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_21_4} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.04 23:28:23.722790 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.05.04 23:28:23.722911 [ 261 ] {2742d864-7a7a-468f-8685-bc871c5064fb} oximeter.fields_u64 (a721a268-d0af-4ac8-8f6c-f140022f8254): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:23.722951 [ 261 ] {2742d864-7a7a-468f-8685-bc871c5064fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:23.723237 [ 261 ] {2742d864-7a7a-468f-8685-bc871c5064fb} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 23:28:23.723439 [ 261 ] {2742d864-7a7a-468f-8685-bc871c5064fb} oximeter.fields_u64 (a721a268-d0af-4ac8-8f6c-f140022f8254): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:23.723562 [ 261 ] {2742d864-7a7a-468f-8685-bc871c5064fb} executeQuery: Read 2 rows, 144.00 B in 0.00109 sec., 1834.8623853211009 rows/sec., 129.01 KiB/sec. 2026.05.04 23:28:23.723598 [ 261 ] {2742d864-7a7a-468f-8685-bc871c5064fb} TCPHandler: Processed in 0.001253506 sec. 2026.05.04 23:28:23.723708 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:23.723798 [ 261 ] {adb4b638-4db8-4fb6-949b-2e5a64b8a07e} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.04 23:28:23.723836 [ 261 ] {adb4b638-4db8-4fb6-949b-2e5a64b8a07e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.04 23:28:23.724239 [ 261 ] {adb4b638-4db8-4fb6-949b-2e5a64b8a07e} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:23.724275 [ 261 ] {adb4b638-4db8-4fb6-949b-2e5a64b8a07e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:23.724562 [ 261 ] {adb4b638-4db8-4fb6-949b-2e5a64b8a07e} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.04 23:28:23.724766 [ 261 ] {adb4b638-4db8-4fb6-949b-2e5a64b8a07e} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:23.724888 [ 261 ] {adb4b638-4db8-4fb6-949b-2e5a64b8a07e} executeQuery: Read 148 rows, 8.62 KiB in 0.001107 sec., 133694.67028003614 rows/sec., 7.60 MiB/sec. 2026.05.04 23:28:23.724924 [ 261 ] {adb4b638-4db8-4fb6-949b-2e5a64b8a07e} TCPHandler: Processed in 0.001263886 sec. 2026.05.04 23:28:23.725040 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:23.725130 [ 261 ] {1b844a56-0cd4-4265-8caa-831f6777d7e3} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:28:23.725168 [ 261 ] {1b844a56-0cd4-4265-8caa-831f6777d7e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:28:23.726099 [ 261 ] {1b844a56-0cd4-4265-8caa-831f6777d7e3} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:23.726134 [ 261 ] {1b844a56-0cd4-4265-8caa-831f6777d7e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:23.726504 [ 261 ] {1b844a56-0cd4-4265-8caa-831f6777d7e3} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.04 23:28:23.726709 [ 261 ] {1b844a56-0cd4-4265-8caa-831f6777d7e3} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:23.726833 [ 261 ] {1b844a56-0cd4-4265-8caa-831f6777d7e3} executeQuery: Read 1752 rows, 121.07 KiB in 0.00172 sec., 1018604.6511627907 rows/sec., 68.74 MiB/sec. 2026.05.04 23:28:23.726869 [ 261 ] {1b844a56-0cd4-4265-8caa-831f6777d7e3} TCPHandler: Processed in 0.001876233 sec. 2026.05.04 23:28:23.726982 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:23.727074 [ 261 ] {9f667074-d076-46a0-b5ad-caa313df1c6e} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.04 23:28:23.727114 [ 261 ] {9f667074-d076-46a0-b5ad-caa313df1c6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.04 23:28:23.727436 [ 261 ] {9f667074-d076-46a0-b5ad-caa313df1c6e} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:23.727472 [ 261 ] {9f667074-d076-46a0-b5ad-caa313df1c6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:23.727762 [ 261 ] {9f667074-d076-46a0-b5ad-caa313df1c6e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.04 23:28:23.727961 [ 261 ] {9f667074-d076-46a0-b5ad-caa313df1c6e} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:23.728082 [ 261 ] {9f667074-d076-46a0-b5ad-caa313df1c6e} executeQuery: Read 6 rows, 321.00 B in 0.001026 sec., 5847.953216374269 rows/sec., 305.53 KiB/sec. 2026.05.04 23:28:23.728116 [ 261 ] {9f667074-d076-46a0-b5ad-caa313df1c6e} TCPHandler: Processed in 0.001181384 sec. 2026.05.04 23:28:23.728224 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:23.728315 [ 261 ] {c6493e22-f063-4a5b-a528-d80d2be72e8e} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:28:23.728356 [ 261 ] {c6493e22-f063-4a5b-a528-d80d2be72e8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:28:23.730075 [ 261 ] {c6493e22-f063-4a5b-a528-d80d2be72e8e} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:23.730111 [ 261 ] {c6493e22-f063-4a5b-a528-d80d2be72e8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:23.730870 [ 261 ] {c6493e22-f063-4a5b-a528-d80d2be72e8e} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.04 23:28:23.731087 [ 261 ] {c6493e22-f063-4a5b-a528-d80d2be72e8e} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:23.731213 [ 261 ] {c6493e22-f063-4a5b-a528-d80d2be72e8e} executeQuery: Read 5339 rows, 351.86 KiB in 0.002916 sec., 1830932.7846364882 rows/sec., 117.84 MiB/sec. 2026.05.04 23:28:23.731250 [ 261 ] {c6493e22-f063-4a5b-a528-d80d2be72e8e} MemoryTracker: Peak memory usage (for query): 4.17 MiB. 2026.05.04 23:28:23.731263 [ 261 ] {c6493e22-f063-4a5b-a528-d80d2be72e8e} TCPHandler: Processed in 0.003086209 sec. 2026.05.04 23:28:23.731383 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:23.731474 [ 261 ] {fa45e85a-1f11-4b86-896e-891abfaedbc5} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.04 23:28:23.731514 [ 261 ] {fa45e85a-1f11-4b86-896e-891abfaedbc5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.04 23:28:23.731832 [ 261 ] {fa45e85a-1f11-4b86-896e-891abfaedbc5} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:23.731868 [ 261 ] {fa45e85a-1f11-4b86-896e-891abfaedbc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:23.732152 [ 261 ] {fa45e85a-1f11-4b86-896e-891abfaedbc5} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.04 23:28:23.732360 [ 261 ] {fa45e85a-1f11-4b86-896e-891abfaedbc5} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:23.732483 [ 261 ] {fa45e85a-1f11-4b86-896e-891abfaedbc5} executeQuery: Read 1 rows, 69.00 B in 0.001028 sec., 972.7626459143968 rows/sec., 65.55 KiB/sec. 2026.05.04 23:28:23.732519 [ 261 ] {fa45e85a-1f11-4b86-896e-891abfaedbc5} TCPHandler: Processed in 0.001184473 sec. 2026.05.04 23:28:23.732630 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:23.732721 [ 261 ] {bd45f219-f301-473b-8b92-e7f349a34654} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:28:23.732772 [ 261 ] {bd45f219-f301-473b-8b92-e7f349a34654} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:28:23.733592 [ 261 ] {bd45f219-f301-473b-8b92-e7f349a34654} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:23.733628 [ 261 ] {bd45f219-f301-473b-8b92-e7f349a34654} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:23.734196 [ 261 ] {bd45f219-f301-473b-8b92-e7f349a34654} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.04 23:28:23.734433 [ 261 ] {bd45f219-f301-473b-8b92-e7f349a34654} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:23.734544 [ 133 ] {} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.04 23:28:23.734568 [ 261 ] {bd45f219-f301-473b-8b92-e7f349a34654} executeQuery: Read 41 rows, 75.23 KiB in 0.001865 sec., 21983.914209115283 rows/sec., 39.39 MiB/sec. 2026.05.04 23:28:23.734605 [ 133 ] {} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:23.734632 [ 261 ] {bd45f219-f301-473b-8b92-e7f349a34654} TCPHandler: Processed in 0.002048119 sec. 2026.05.04 23:28:23.734633 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:23.734757 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:23.734765 [ 194 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.05.04 23:28:23.734854 [ 261 ] {47fe1b7e-784a-45b7-a7c4-23df921028be} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:28:23.734896 [ 261 ] {47fe1b7e-784a-45b7-a7c4-23df921028be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:28:23.734989 [ 194 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:28:23.735046 [ 194 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 277 rows starting from the beginning of the part 2026.05.04 23:28:23.735178 [ 194 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 32 rows starting from the beginning of the part 2026.05.04 23:28:23.735242 [ 261 ] {47fe1b7e-784a-45b7-a7c4-23df921028be} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:23.735280 [ 261 ] {47fe1b7e-784a-45b7-a7c4-23df921028be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:23.735307 [ 194 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 11 rows starting from the beginning of the part 2026.05.04 23:28:23.735431 [ 194 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 32 rows starting from the beginning of the part 2026.05.04 23:28:23.735540 [ 194 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 11 rows starting from the beginning of the part 2026.05.04 23:28:23.735590 [ 261 ] {47fe1b7e-784a-45b7-a7c4-23df921028be} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.04 23:28:23.735635 [ 194 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 41 rows starting from the beginning of the part 2026.05.04 23:28:23.735808 [ 261 ] {47fe1b7e-784a-45b7-a7c4-23df921028be} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:23.735935 [ 261 ] {47fe1b7e-784a-45b7-a7c4-23df921028be} executeQuery: Read 42 rows, 2.45 KiB in 0.001099 sec., 38216.56050955414 rows/sec., 2.18 MiB/sec. 2026.05.04 23:28:23.735970 [ 261 ] {47fe1b7e-784a-45b7-a7c4-23df921028be} TCPHandler: Processed in 0.001260486 sec. 2026.05.04 23:28:23.738991 [ 193 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 404 rows, containing 19 columns (19 merged, 0 gathered) in 0.004265602 sec., 94711.1333875031 rows/sec., 169.72 MiB/sec. 2026.05.04 23:28:23.739763 [ 192 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.04 23:28:23.740133 [ 192 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_21_4} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:23.740214 [ 192 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_21_4} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.04 23:28:23.740348 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB. 2026.05.04 23:28:24.001169 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 240.48 MiB, peak 245.58 MiB, free memory in arenas 0.00 B, will set to 242.50 MiB (RSS), difference: 2.02 MiB 2026.05.04 23:28:28.091323 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:28.091591 [ 261 ] {ccc7e429-9db1-4a3a-acee-ca43201a6b59} executeQuery: (from [fd00:1122:3344:101::d]:39097) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:28:28.091922 [ 261 ] {ccc7e429-9db1-4a3a-acee-ca43201a6b59} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:28:28.091959 [ 261 ] {ccc7e429-9db1-4a3a-acee-ca43201a6b59} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:28:28.092181 [ 261 ] {ccc7e429-9db1-4a3a-acee-ca43201a6b59} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:28:28.092254 [ 261 ] {ccc7e429-9db1-4a3a-acee-ca43201a6b59} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:28:28.092395 [ 261 ] {ccc7e429-9db1-4a3a-acee-ca43201a6b59} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.04 23:28:28.092509 [ 284 ] {ccc7e429-9db1-4a3a-acee-ca43201a6b59} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:28:28.092530 [ 322 ] {ccc7e429-9db1-4a3a-acee-ca43201a6b59} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps 2026.05.04 23:28:28.092549 [ 325 ] {ccc7e429-9db1-4a3a-acee-ca43201a6b59} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:28:28.092573 [ 331 ] {ccc7e429-9db1-4a3a-acee-ca43201a6b59} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:28:28.092539 [ 304 ] {ccc7e429-9db1-4a3a-acee-ca43201a6b59} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:28:28.092775 [ 261 ] {ccc7e429-9db1-4a3a-acee-ca43201a6b59} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges 2026.05.04 23:28:28.092804 [ 261 ] {ccc7e429-9db1-4a3a-acee-ca43201a6b59} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:28:28.092894 [ 261 ] {ccc7e429-9db1-4a3a-acee-ca43201a6b59} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:28:28.092915 [ 261 ] {ccc7e429-9db1-4a3a-acee-ca43201a6b59} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Reading approx. 42 rows with 3 streams 2026.05.04 23:28:28.092951 [ 261 ] {ccc7e429-9db1-4a3a-acee-ca43201a6b59} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:28:28.092989 [ 261 ] {ccc7e429-9db1-4a3a-acee-ca43201a6b59} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:28:28.093025 [ 261 ] {ccc7e429-9db1-4a3a-acee-ca43201a6b59} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:28:28.094207 [ 261 ] {ccc7e429-9db1-4a3a-acee-ca43201a6b59} executeQuery: Read 42 rows, 3.62 KiB in 0.002717 sec., 15458.225984541776 rows/sec., 1.30 MiB/sec. 2026.05.04 23:28:28.094359 [ 261 ] {ccc7e429-9db1-4a3a-acee-ca43201a6b59} TCPHandler: Processed in 0.003174541 sec. 2026.05.04 23:28:28.095885 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:28.095999 [ 261 ] {cca12cce-5e49-489d-9a80-a1bc93eba305} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:28:28.096043 [ 261 ] {cca12cce-5e49-489d-9a80-a1bc93eba305} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:28:28.096555 [ 261 ] {cca12cce-5e49-489d-9a80-a1bc93eba305} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:28.096594 [ 261 ] {cca12cce-5e49-489d-9a80-a1bc93eba305} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:28.096980 [ 261 ] {cca12cce-5e49-489d-9a80-a1bc93eba305} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.04 23:28:28.097210 [ 261 ] {cca12cce-5e49-489d-9a80-a1bc93eba305} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:28.097360 [ 261 ] {cca12cce-5e49-489d-9a80-a1bc93eba305} executeQuery: Read 56 rows, 4.41 KiB in 0.001395 sec., 40143.36917562724 rows/sec., 3.08 MiB/sec. 2026.05.04 23:28:28.097401 [ 261 ] {cca12cce-5e49-489d-9a80-a1bc93eba305} TCPHandler: Processed in 0.001576835 sec. 2026.05.04 23:28:28.097548 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:28.097646 [ 261 ] {74a5c080-64e1-469b-89dc-8788f4ecd3cc} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:28:28.097687 [ 261 ] {74a5c080-64e1-469b-89dc-8788f4ecd3cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:28:28.098120 [ 261 ] {74a5c080-64e1-469b-89dc-8788f4ecd3cc} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:28.098157 [ 261 ] {74a5c080-64e1-469b-89dc-8788f4ecd3cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:28.098465 [ 261 ] {74a5c080-64e1-469b-89dc-8788f4ecd3cc} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.04 23:28:28.098696 [ 261 ] {74a5c080-64e1-469b-89dc-8788f4ecd3cc} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:28.098828 [ 261 ] {74a5c080-64e1-469b-89dc-8788f4ecd3cc} executeQuery: Read 64 rows, 5.12 KiB in 0.001203 sec., 53200.332502078134 rows/sec., 4.15 MiB/sec. 2026.05.04 23:28:28.098865 [ 261 ] {74a5c080-64e1-469b-89dc-8788f4ecd3cc} TCPHandler: Processed in 0.00137672 sec. 2026.05.04 23:28:28.098996 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:28.099091 [ 261 ] {995731a9-3032-41c0-9619-70353debfc36} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:28:28.099134 [ 261 ] {995731a9-3032-41c0-9619-70353debfc36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:28:28.099526 [ 261 ] {995731a9-3032-41c0-9619-70353debfc36} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:28.099563 [ 261 ] {995731a9-3032-41c0-9619-70353debfc36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:28.099905 [ 261 ] {995731a9-3032-41c0-9619-70353debfc36} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.04 23:28:28.100119 [ 261 ] {995731a9-3032-41c0-9619-70353debfc36} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:28.100250 [ 261 ] {995731a9-3032-41c0-9619-70353debfc36} executeQuery: Read 128 rows, 9.13 KiB in 0.001179 sec., 108566.5818490246 rows/sec., 7.56 MiB/sec. 2026.05.04 23:28:28.100288 [ 261 ] {995731a9-3032-41c0-9619-70353debfc36} TCPHandler: Processed in 0.001342019 sec. 2026.05.04 23:28:28.100411 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:28.100504 [ 261 ] {443f8452-3d2f-4368-848e-ca89ab04d80d} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:28:28.100546 [ 261 ] {443f8452-3d2f-4368-848e-ca89ab04d80d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:28:28.100879 [ 261 ] {443f8452-3d2f-4368-848e-ca89ab04d80d} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:28.100916 [ 261 ] {443f8452-3d2f-4368-848e-ca89ab04d80d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:28.101223 [ 261 ] {443f8452-3d2f-4368-848e-ca89ab04d80d} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.04 23:28:28.101437 [ 261 ] {443f8452-3d2f-4368-848e-ca89ab04d80d} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:28.101567 [ 261 ] {443f8452-3d2f-4368-848e-ca89ab04d80d} executeQuery: Read 48 rows, 3.31 KiB in 0.001081 sec., 44403.33024976873 rows/sec., 2.99 MiB/sec. 2026.05.04 23:28:28.101603 [ 261 ] {443f8452-3d2f-4368-848e-ca89ab04d80d} TCPHandler: Processed in 0.001243245 sec. 2026.05.04 23:28:29.294716 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8175 2026.05.04 23:28:29.295218 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:29.295254 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:29.295816 [ 245 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.04 23:28:29.296041 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:29.296186 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8175 2026.05.04 23:28:29.711370 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2026.05.04 23:28:29.726031 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:29.726088 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.04 23:28:29.731764 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.04 23:28:29.732466 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:29.735004 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2026.05.04 23:28:31.811116 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 530 2026.05.04 23:28:31.813842 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:31.813891 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:31.815112 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.04 23:28:31.815382 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:31.815642 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 530 2026.05.04 23:28:33.092257 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:33.092490 [ 261 ] {aa1687ef-1b1d-4bed-8c27-17e7c03099dc} executeQuery: (from [fd00:1122:3344:101::d]:39097) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:28:33.092906 [ 261 ] {aa1687ef-1b1d-4bed-8c27-17e7c03099dc} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:28:33.092947 [ 261 ] {aa1687ef-1b1d-4bed-8c27-17e7c03099dc} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:28:33.093202 [ 261 ] {aa1687ef-1b1d-4bed-8c27-17e7c03099dc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:28:33.093280 [ 261 ] {aa1687ef-1b1d-4bed-8c27-17e7c03099dc} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:28:33.093435 [ 261 ] {aa1687ef-1b1d-4bed-8c27-17e7c03099dc} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.04 23:28:33.093558 [ 284 ] {aa1687ef-1b1d-4bed-8c27-17e7c03099dc} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:28:33.093589 [ 331 ] {aa1687ef-1b1d-4bed-8c27-17e7c03099dc} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps 2026.05.04 23:28:33.093596 [ 322 ] {aa1687ef-1b1d-4bed-8c27-17e7c03099dc} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:28:33.093587 [ 325 ] {aa1687ef-1b1d-4bed-8c27-17e7c03099dc} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:28:33.093581 [ 338 ] {aa1687ef-1b1d-4bed-8c27-17e7c03099dc} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:28:33.093824 [ 261 ] {aa1687ef-1b1d-4bed-8c27-17e7c03099dc} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges 2026.05.04 23:28:33.093847 [ 261 ] {aa1687ef-1b1d-4bed-8c27-17e7c03099dc} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:28:33.093929 [ 261 ] {aa1687ef-1b1d-4bed-8c27-17e7c03099dc} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:28:33.093949 [ 261 ] {aa1687ef-1b1d-4bed-8c27-17e7c03099dc} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Reading approx. 42 rows with 3 streams 2026.05.04 23:28:33.093982 [ 261 ] {aa1687ef-1b1d-4bed-8c27-17e7c03099dc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:28:33.094020 [ 261 ] {aa1687ef-1b1d-4bed-8c27-17e7c03099dc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:28:33.094052 [ 261 ] {aa1687ef-1b1d-4bed-8c27-17e7c03099dc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:28:33.095146 [ 261 ] {aa1687ef-1b1d-4bed-8c27-17e7c03099dc} executeQuery: Read 42 rows, 3.62 KiB in 0.00271 sec., 15498.154981549815 rows/sec., 1.30 MiB/sec. 2026.05.04 23:28:33.095254 [ 261 ] {aa1687ef-1b1d-4bed-8c27-17e7c03099dc} TCPHandler: Processed in 0.003108099 sec. 2026.05.04 23:28:33.097143 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:33.097251 [ 261 ] {df2596d5-1412-4191-9ddb-ab2ed884419d} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:28:33.097294 [ 261 ] {df2596d5-1412-4191-9ddb-ab2ed884419d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:28:33.097827 [ 261 ] {df2596d5-1412-4191-9ddb-ab2ed884419d} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:33.097872 [ 261 ] {df2596d5-1412-4191-9ddb-ab2ed884419d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:33.098300 [ 261 ] {df2596d5-1412-4191-9ddb-ab2ed884419d} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.04 23:28:33.098554 [ 261 ] {df2596d5-1412-4191-9ddb-ab2ed884419d} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:33.098697 [ 261 ] {df2596d5-1412-4191-9ddb-ab2ed884419d} executeQuery: Read 78 rows, 6.61 KiB in 0.001478 sec., 52774.01894451962 rows/sec., 4.37 MiB/sec. 2026.05.04 23:28:33.098735 [ 261 ] {df2596d5-1412-4191-9ddb-ab2ed884419d} TCPHandler: Processed in 0.001643038 sec. 2026.05.04 23:28:33.098864 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:33.098959 [ 261 ] {2dd0694d-a3f2-46f4-82e9-320f57ba03e7} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:28:33.099000 [ 261 ] {2dd0694d-a3f2-46f4-82e9-320f57ba03e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:28:33.099390 [ 261 ] {2dd0694d-a3f2-46f4-82e9-320f57ba03e7} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:33.099426 [ 261 ] {2dd0694d-a3f2-46f4-82e9-320f57ba03e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:33.099708 [ 261 ] {2dd0694d-a3f2-46f4-82e9-320f57ba03e7} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.04 23:28:33.099913 [ 261 ] {2dd0694d-a3f2-46f4-82e9-320f57ba03e7} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:33.100042 [ 261 ] {2dd0694d-a3f2-46f4-82e9-320f57ba03e7} executeQuery: Read 11 rows, 847.00 B in 0.001102 sec., 9981.851179673322 rows/sec., 750.59 KiB/sec. 2026.05.04 23:28:33.100078 [ 261 ] {2dd0694d-a3f2-46f4-82e9-320f57ba03e7} TCPHandler: Processed in 0.001264846 sec. 2026.05.04 23:28:33.100195 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:33.100287 [ 261 ] {c20bdf07-6190-4e83-8ebe-9116ad5a7314} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:28:33.100325 [ 261 ] {c20bdf07-6190-4e83-8ebe-9116ad5a7314} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:28:33.100742 [ 261 ] {c20bdf07-6190-4e83-8ebe-9116ad5a7314} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:33.100778 [ 261 ] {c20bdf07-6190-4e83-8ebe-9116ad5a7314} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:33.101085 [ 261 ] {c20bdf07-6190-4e83-8ebe-9116ad5a7314} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.04 23:28:33.101295 [ 261 ] {c20bdf07-6190-4e83-8ebe-9116ad5a7314} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:33.101425 [ 261 ] {c20bdf07-6190-4e83-8ebe-9116ad5a7314} executeQuery: Read 75 rows, 6.00 KiB in 0.001155 sec., 64935.06493506493 rows/sec., 5.07 MiB/sec. 2026.05.04 23:28:33.101462 [ 261 ] {c20bdf07-6190-4e83-8ebe-9116ad5a7314} TCPHandler: Processed in 0.001318987 sec. 2026.05.04 23:28:33.101581 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:33.101675 [ 261 ] {a5a4088c-f532-4d41-964d-154dff62071f} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:28:33.101718 [ 261 ] {a5a4088c-f532-4d41-964d-154dff62071f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:28:33.102115 [ 261 ] {a5a4088c-f532-4d41-964d-154dff62071f} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:33.102152 [ 261 ] {a5a4088c-f532-4d41-964d-154dff62071f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:33.102485 [ 261 ] {a5a4088c-f532-4d41-964d-154dff62071f} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.04 23:28:33.102702 [ 261 ] {a5a4088c-f532-4d41-964d-154dff62071f} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:33.102833 [ 261 ] {a5a4088c-f532-4d41-964d-154dff62071f} executeQuery: Read 160 rows, 11.41 KiB in 0.001177 sec., 135938.82752761256 rows/sec., 9.47 MiB/sec. 2026.05.04 23:28:33.102869 [ 261 ] {a5a4088c-f532-4d41-964d-154dff62071f} TCPHandler: Processed in 0.001337459 sec. 2026.05.04 23:28:33.102981 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:33.103073 [ 261 ] {9b931432-e804-4245-9e99-2e483cf80582} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:28:33.103128 [ 261 ] {9b931432-e804-4245-9e99-2e483cf80582} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:28:33.103848 [ 261 ] {9b931432-e804-4245-9e99-2e483cf80582} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:33.103884 [ 261 ] {9b931432-e804-4245-9e99-2e483cf80582} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:33.104412 [ 261 ] {9b931432-e804-4245-9e99-2e483cf80582} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.04 23:28:33.104630 [ 261 ] {9b931432-e804-4245-9e99-2e483cf80582} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:33.104773 [ 261 ] {9b931432-e804-4245-9e99-2e483cf80582} executeQuery: Read 11 rows, 20.18 KiB in 0.001718 sec., 6402.79394644936 rows/sec., 11.47 MiB/sec. 2026.05.04 23:28:33.104829 [ 261 ] {9b931432-e804-4245-9e99-2e483cf80582} TCPHandler: Processed in 0.001897364 sec. 2026.05.04 23:28:33.104957 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:33.105051 [ 261 ] {daccb71b-c4eb-4e94-b78d-3d357de8f241} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:28:33.105093 [ 261 ] {daccb71b-c4eb-4e94-b78d-3d357de8f241} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:28:33.105435 [ 261 ] {daccb71b-c4eb-4e94-b78d-3d357de8f241} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:33.105471 [ 261 ] {daccb71b-c4eb-4e94-b78d-3d357de8f241} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:33.105777 [ 261 ] {daccb71b-c4eb-4e94-b78d-3d357de8f241} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.04 23:28:33.105986 [ 261 ] {daccb71b-c4eb-4e94-b78d-3d357de8f241} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:33.106114 [ 261 ] {daccb71b-c4eb-4e94-b78d-3d357de8f241} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2026.05.04 23:28:33.106149 [ 261 ] {daccb71b-c4eb-4e94-b78d-3d357de8f241} TCPHandler: Processed in 0.001240965 sec. 2026.05.04 23:28:34.993916 [ 114 ] {} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.05.04 23:28:34.993981 [ 114 ] {} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:34.994001 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:34.994119 [ 194 ] {fc5a5e0d-3b39-4008-902c-6110d6c57693::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.05.04 23:28:34.994421 [ 194 ] {fc5a5e0d-3b39-4008-902c-6110d6c57693::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:28:34.994464 [ 194 ] {fc5a5e0d-3b39-4008-902c-6110d6c57693::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 20 rows starting from the beginning of the part 2026.05.04 23:28:34.994549 [ 194 ] {fc5a5e0d-3b39-4008-902c-6110d6c57693::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 3 rows starting from the beginning of the part 2026.05.04 23:28:34.994614 [ 194 ] {fc5a5e0d-3b39-4008-902c-6110d6c57693::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2026.05.04 23:28:34.994670 [ 194 ] {fc5a5e0d-3b39-4008-902c-6110d6c57693::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 13 rows starting from the beginning of the part 2026.05.04 23:28:34.994728 [ 194 ] {fc5a5e0d-3b39-4008-902c-6110d6c57693::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 9 rows starting from the beginning of the part 2026.05.04 23:28:34.996223 [ 192 ] {fc5a5e0d-3b39-4008-902c-6110d6c57693::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 6 columns (6 merged, 0 gathered) in 0.002149172 sec., 23730.069068459852 rows/sec., 5.62 MiB/sec. 2026.05.04 23:28:34.996435 [ 186 ] {fc5a5e0d-3b39-4008-902c-6110d6c57693::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.05.04 23:28:34.996783 [ 186 ] {fc5a5e0d-3b39-4008-902c-6110d6c57693::all_1_5_1} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:34.996852 [ 186 ] {fc5a5e0d-3b39-4008-902c-6110d6c57693::all_1_5_1} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.05.04 23:28:34.996912 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.05.04 23:28:36.719509 [ 114 ] {} DNSResolver: Updating DNS cache 2026.05.04 23:28:36.719583 [ 114 ] {} DNSResolver: Updated DNS cache 2026.05.04 23:28:36.796947 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8623 2026.05.04 23:28:36.797486 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:36.797528 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:36.798068 [ 245 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.04 23:28:36.798292 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:36.798437 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8623 2026.05.04 23:28:37.235857 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2026.05.04 23:28:37.252146 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:37.252197 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:37.258671 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.04 23:28:37.259426 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:37.262171 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.05.04 23:28:38.097982 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:38.098350 [ 261 ] {8fe56bc8-65ca-4702-9a96-eba392d34638} executeQuery: (from [fd00:1122:3344:101::d]:39097) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.04 23:28:38.098829 [ 261 ] {8fe56bc8-65ca-4702-9a96-eba392d34638} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:28:38.098867 [ 261 ] {8fe56bc8-65ca-4702-9a96-eba392d34638} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.05.04 23:28:38.099109 [ 261 ] {8fe56bc8-65ca-4702-9a96-eba392d34638} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:28:38.099186 [ 261 ] {8fe56bc8-65ca-4702-9a96-eba392d34638} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:28:38.099327 [ 261 ] {8fe56bc8-65ca-4702-9a96-eba392d34638} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.05.04 23:28:38.099363 [ 261 ] {8fe56bc8-65ca-4702-9a96-eba392d34638} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.04 23:28:38.099384 [ 261 ] {8fe56bc8-65ca-4702-9a96-eba392d34638} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.04 23:28:38.099400 [ 261 ] {8fe56bc8-65ca-4702-9a96-eba392d34638} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:28:38.099438 [ 261 ] {8fe56bc8-65ca-4702-9a96-eba392d34638} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.04 23:28:38.099459 [ 261 ] {8fe56bc8-65ca-4702-9a96-eba392d34638} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 51 rows starting from 0 2026.05.04 23:28:38.100551 [ 261 ] {8fe56bc8-65ca-4702-9a96-eba392d34638} executeQuery: Read 51 rows, 12.37 KiB in 0.002361 sec., 21601.0165184244 rows/sec., 5.11 MiB/sec. 2026.05.04 23:28:38.100619 [ 261 ] {8fe56bc8-65ca-4702-9a96-eba392d34638} TCPHandler: Processed in 0.00282049 sec. 2026.05.04 23:28:38.105845 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:38.105954 [ 261 ] {e34c0386-a6d7-4a27-b1ce-ab9f332d38cd} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.04 23:28:38.105997 [ 261 ] {e34c0386-a6d7-4a27-b1ce-ab9f332d38cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.04 23:28:38.106591 [ 261 ] {e34c0386-a6d7-4a27-b1ce-ab9f332d38cd} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:38.106630 [ 261 ] {e34c0386-a6d7-4a27-b1ce-ab9f332d38cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:38.106999 [ 261 ] {e34c0386-a6d7-4a27-b1ce-ab9f332d38cd} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.04 23:28:38.107234 [ 261 ] {e34c0386-a6d7-4a27-b1ce-ab9f332d38cd} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:38.107377 [ 261 ] {e34c0386-a6d7-4a27-b1ce-ab9f332d38cd} executeQuery: Read 284 rows, 18.47 KiB in 0.001456 sec., 195054.94505494504 rows/sec., 12.39 MiB/sec. 2026.05.04 23:28:38.107417 [ 261 ] {e34c0386-a6d7-4a27-b1ce-ab9f332d38cd} TCPHandler: Processed in 0.001624387 sec. 2026.05.04 23:28:38.107556 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:38.107651 [ 261 ] {a7f443a4-8575-45ec-b2ce-40ba5c09aee0} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:28:38.107691 [ 261 ] {a7f443a4-8575-45ec-b2ce-40ba5c09aee0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:28:38.108445 [ 261 ] {a7f443a4-8575-45ec-b2ce-40ba5c09aee0} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:38.108482 [ 261 ] {a7f443a4-8575-45ec-b2ce-40ba5c09aee0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:38.108844 [ 261 ] {a7f443a4-8575-45ec-b2ce-40ba5c09aee0} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.04 23:28:38.109056 [ 261 ] {a7f443a4-8575-45ec-b2ce-40ba5c09aee0} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:38.109189 [ 261 ] {a7f443a4-8575-45ec-b2ce-40ba5c09aee0} executeQuery: Read 861 rows, 68.90 KiB in 0.001557 sec., 552986.5125240848 rows/sec., 43.22 MiB/sec. 2026.05.04 23:28:38.109227 [ 261 ] {a7f443a4-8575-45ec-b2ce-40ba5c09aee0} TCPHandler: Processed in 0.001719939 sec. 2026.05.04 23:28:38.109360 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:38.109453 [ 261 ] {23d5fc13-fa89-478c-838f-a0e59b2bcc53} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:28:38.109493 [ 261 ] {23d5fc13-fa89-478c-838f-a0e59b2bcc53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:28:38.109941 [ 261 ] {23d5fc13-fa89-478c-838f-a0e59b2bcc53} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:38.109978 [ 261 ] {23d5fc13-fa89-478c-838f-a0e59b2bcc53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:38.110279 [ 261 ] {23d5fc13-fa89-478c-838f-a0e59b2bcc53} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.04 23:28:38.110487 [ 261 ] {23d5fc13-fa89-478c-838f-a0e59b2bcc53} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:38.110612 [ 261 ] {23d5fc13-fa89-478c-838f-a0e59b2bcc53} executeQuery: Read 174 rows, 10.95 KiB in 0.001177 sec., 147833.47493627865 rows/sec., 9.08 MiB/sec. 2026.05.04 23:28:38.110649 [ 261 ] {23d5fc13-fa89-478c-838f-a0e59b2bcc53} TCPHandler: Processed in 0.001339949 sec. 2026.05.04 23:28:38.110771 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:38.110864 [ 261 ] {8c18f688-85e1-4047-9415-e030866bbaaf} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.04 23:28:38.110904 [ 261 ] {8c18f688-85e1-4047-9415-e030866bbaaf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.04 23:28:38.111335 [ 261 ] {8c18f688-85e1-4047-9415-e030866bbaaf} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:38.111371 [ 261 ] {8c18f688-85e1-4047-9415-e030866bbaaf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:38.111658 [ 261 ] {8c18f688-85e1-4047-9415-e030866bbaaf} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.04 23:28:38.111865 [ 261 ] {8c18f688-85e1-4047-9415-e030866bbaaf} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:38.111994 [ 261 ] {8c18f688-85e1-4047-9415-e030866bbaaf} executeQuery: Read 149 rows, 9.86 KiB in 0.001148 sec., 129790.94076655053 rows/sec., 8.39 MiB/sec. 2026.05.04 23:28:38.112031 [ 261 ] {8c18f688-85e1-4047-9415-e030866bbaaf} TCPHandler: Processed in 0.001310527 sec. 2026.05.04 23:28:38.112154 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:38.112246 [ 261 ] {4a1184e8-0138-453b-ad01-b2c14427e8ad} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.04 23:28:38.112285 [ 261 ] {4a1184e8-0138-453b-ad01-b2c14427e8ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.04 23:28:38.112709 [ 261 ] {4a1184e8-0138-453b-ad01-b2c14427e8ad} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:38.112744 [ 261 ] {4a1184e8-0138-453b-ad01-b2c14427e8ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:38.113055 [ 261 ] {4a1184e8-0138-453b-ad01-b2c14427e8ad} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.04 23:28:38.113262 [ 261 ] {4a1184e8-0138-453b-ad01-b2c14427e8ad} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:38.113389 [ 261 ] {4a1184e8-0138-453b-ad01-b2c14427e8ad} executeQuery: Read 148 rows, 8.62 KiB in 0.001161 sec., 127476.31352282516 rows/sec., 7.25 MiB/sec. 2026.05.04 23:28:38.113426 [ 261 ] {4a1184e8-0138-453b-ad01-b2c14427e8ad} TCPHandler: Processed in 0.001321898 sec. 2026.05.04 23:28:38.113549 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:38.113706 [ 261 ] {e4a05dc5-53ee-44b4-8921-8658403cc439} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:28:38.113745 [ 261 ] {e4a05dc5-53ee-44b4-8921-8658403cc439} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:28:38.114335 [ 261 ] {e4a05dc5-53ee-44b4-8921-8658403cc439} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:38.114372 [ 261 ] {e4a05dc5-53ee-44b4-8921-8658403cc439} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:38.114706 [ 261 ] {e4a05dc5-53ee-44b4-8921-8658403cc439} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.04 23:28:38.114919 [ 261 ] {e4a05dc5-53ee-44b4-8921-8658403cc439} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:38.115057 [ 261 ] {e4a05dc5-53ee-44b4-8921-8658403cc439} executeQuery: Read 522 rows, 37.74 KiB in 0.00137 sec., 381021.89781021903 rows/sec., 26.90 MiB/sec. 2026.05.04 23:28:38.115095 [ 261 ] {e4a05dc5-53ee-44b4-8921-8658403cc439} TCPHandler: Processed in 0.001598185 sec. 2026.05.04 23:28:38.115297 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:38.115390 [ 261 ] {87e9f74f-7f9e-4f60-89b1-cc430735a302} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.04 23:28:38.115431 [ 261 ] {87e9f74f-7f9e-4f60-89b1-cc430735a302} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.04 23:28:38.115775 [ 261 ] {87e9f74f-7f9e-4f60-89b1-cc430735a302} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:38.115811 [ 261 ] {87e9f74f-7f9e-4f60-89b1-cc430735a302} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:38.116113 [ 261 ] {87e9f74f-7f9e-4f60-89b1-cc430735a302} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.04 23:28:38.116323 [ 261 ] {87e9f74f-7f9e-4f60-89b1-cc430735a302} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:38.116453 [ 261 ] {87e9f74f-7f9e-4f60-89b1-cc430735a302} executeQuery: Read 6 rows, 321.00 B in 0.001081 sec., 5550.416281221092 rows/sec., 289.99 KiB/sec. 2026.05.04 23:28:38.116489 [ 261 ] {87e9f74f-7f9e-4f60-89b1-cc430735a302} TCPHandler: Processed in 0.001244075 sec. 2026.05.04 23:28:38.116612 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:38.116706 [ 261 ] {9687eada-5aba-4ab0-9edb-39256101388f} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:28:38.116749 [ 261 ] {9687eada-5aba-4ab0-9edb-39256101388f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:28:38.117156 [ 261 ] {9687eada-5aba-4ab0-9edb-39256101388f} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:38.117192 [ 261 ] {9687eada-5aba-4ab0-9edb-39256101388f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:38.117557 [ 261 ] {9687eada-5aba-4ab0-9edb-39256101388f} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.04 23:28:38.117772 [ 261 ] {9687eada-5aba-4ab0-9edb-39256101388f} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:38.117912 [ 261 ] {9687eada-5aba-4ab0-9edb-39256101388f} executeQuery: Read 265 rows, 18.03 KiB in 0.001224 sec., 216503.26797385621 rows/sec., 14.39 MiB/sec. 2026.05.04 23:28:38.117949 [ 261 ] {9687eada-5aba-4ab0-9edb-39256101388f} TCPHandler: Processed in 0.00138702 sec. 2026.05.04 23:28:38.118076 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:38.118169 [ 261 ] {8f672c8a-65ad-4b9a-89e1-ff6ecfd6e9bd} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.04 23:28:38.118212 [ 261 ] {8f672c8a-65ad-4b9a-89e1-ff6ecfd6e9bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.04 23:28:38.118533 [ 261 ] {8f672c8a-65ad-4b9a-89e1-ff6ecfd6e9bd} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:38.118570 [ 261 ] {8f672c8a-65ad-4b9a-89e1-ff6ecfd6e9bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:38.118863 [ 261 ] {8f672c8a-65ad-4b9a-89e1-ff6ecfd6e9bd} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.04 23:28:38.119073 [ 261 ] {8f672c8a-65ad-4b9a-89e1-ff6ecfd6e9bd} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:38.119203 [ 261 ] {8f672c8a-65ad-4b9a-89e1-ff6ecfd6e9bd} executeQuery: Read 1 rows, 69.00 B in 0.001051 sec., 951.4747859181731 rows/sec., 64.11 KiB/sec. 2026.05.04 23:28:38.119239 [ 261 ] {8f672c8a-65ad-4b9a-89e1-ff6ecfd6e9bd} TCPHandler: Processed in 0.001214395 sec. 2026.05.04 23:28:38.119358 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:38.119451 [ 261 ] {fb4bc010-147a-4706-abe8-f28a2ebfe8f2} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:28:38.119505 [ 261 ] {fb4bc010-147a-4706-abe8-f28a2ebfe8f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:28:38.120282 [ 261 ] {fb4bc010-147a-4706-abe8-f28a2ebfe8f2} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:38.120319 [ 261 ] {fb4bc010-147a-4706-abe8-f28a2ebfe8f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:38.120856 [ 261 ] {fb4bc010-147a-4706-abe8-f28a2ebfe8f2} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.04 23:28:38.121087 [ 261 ] {fb4bc010-147a-4706-abe8-f28a2ebfe8f2} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:38.121224 [ 261 ] {fb4bc010-147a-4706-abe8-f28a2ebfe8f2} executeQuery: Read 32 rows, 58.72 KiB in 0.00179 sec., 17877.09497206704 rows/sec., 32.03 MiB/sec. 2026.05.04 23:28:38.121277 [ 261 ] {fb4bc010-147a-4706-abe8-f28a2ebfe8f2} TCPHandler: Processed in 0.001968156 sec. 2026.05.04 23:28:38.121413 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:38.121507 [ 261 ] {7e53dd7e-ec78-4b7d-bdf9-d296eea33e43} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:28:38.121548 [ 261 ] {7e53dd7e-ec78-4b7d-bdf9-d296eea33e43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:28:38.121879 [ 261 ] {7e53dd7e-ec78-4b7d-bdf9-d296eea33e43} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:38.121917 [ 261 ] {7e53dd7e-ec78-4b7d-bdf9-d296eea33e43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:38.122232 [ 261 ] {7e53dd7e-ec78-4b7d-bdf9-d296eea33e43} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.04 23:28:38.122462 [ 261 ] {7e53dd7e-ec78-4b7d-bdf9-d296eea33e43} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:38.122600 [ 261 ] {7e53dd7e-ec78-4b7d-bdf9-d296eea33e43} executeQuery: Read 90 rows, 5.77 KiB in 0.001111 sec., 81008.10081008101 rows/sec., 5.07 MiB/sec. 2026.05.04 23:28:38.122637 [ 261 ] {7e53dd7e-ec78-4b7d-bdf9-d296eea33e43} TCPHandler: Processed in 0.001275497 sec. 2026.05.04 23:28:41.816446 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 568 2026.05.04 23:28:41.819027 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:41.819083 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:41.820363 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.04 23:28:41.820666 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:41.821024 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 568 2026.05.04 23:28:43.092573 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:43.092813 [ 261 ] {dead9813-2e4e-422a-8950-337408f7fdae} executeQuery: (from [fd00:1122:3344:101::d]:39097) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:28:43.093164 [ 261 ] {dead9813-2e4e-422a-8950-337408f7fdae} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:28:43.093197 [ 261 ] {dead9813-2e4e-422a-8950-337408f7fdae} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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_rib:active_routes')" moved to PREWHERE 2026.05.04 23:28:43.093409 [ 261 ] {dead9813-2e4e-422a-8950-337408f7fdae} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:28:43.093475 [ 261 ] {dead9813-2e4e-422a-8950-337408f7fdae} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:28:43.093612 [ 261 ] {dead9813-2e4e-422a-8950-337408f7fdae} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 20-element set) 2026.05.04 23:28:43.093647 [ 261 ] {dead9813-2e4e-422a-8950-337408f7fdae} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.04 23:28:43.093668 [ 261 ] {dead9813-2e4e-422a-8950-337408f7fdae} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.04 23:28:43.093683 [ 261 ] {dead9813-2e4e-422a-8950-337408f7fdae} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:28:43.093720 [ 261 ] {dead9813-2e4e-422a-8950-337408f7fdae} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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_rib:active_routes'))" 2026.05.04 23:28:43.093740 [ 261 ] {dead9813-2e4e-422a-8950-337408f7fdae} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 51 rows starting from 0 2026.05.04 23:28:43.094763 [ 261 ] {dead9813-2e4e-422a-8950-337408f7fdae} executeQuery: Read 51 rows, 12.37 KiB in 0.00205 sec., 24878.048780487803 rows/sec., 5.89 MiB/sec. 2026.05.04 23:28:43.094831 [ 261 ] {dead9813-2e4e-422a-8950-337408f7fdae} TCPHandler: Processed in 0.002391838 sec. 2026.05.04 23:28:43.096718 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:43.096829 [ 261 ] {2a42c6fa-923a-4fea-b979-a28093273903} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.04 23:28:43.096871 [ 261 ] {2a42c6fa-923a-4fea-b979-a28093273903} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.04 23:28:43.097308 [ 261 ] {2a42c6fa-923a-4fea-b979-a28093273903} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:43.097343 [ 261 ] {2a42c6fa-923a-4fea-b979-a28093273903} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:43.097678 [ 261 ] {2a42c6fa-923a-4fea-b979-a28093273903} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.04 23:28:43.097894 [ 261 ] {2a42c6fa-923a-4fea-b979-a28093273903} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:43.098033 [ 261 ] {2a42c6fa-923a-4fea-b979-a28093273903} executeQuery: Read 8 rows, 668.00 B in 0.001236 sec., 6472.491909385114 rows/sec., 527.79 KiB/sec. 2026.05.04 23:28:43.098069 [ 261 ] {2a42c6fa-923a-4fea-b979-a28093273903} TCPHandler: Processed in 0.001402951 sec. 2026.05.04 23:28:43.098192 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:43.098284 [ 261 ] {314cec1f-102e-464d-b1e8-8cab715919ca} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:28:43.098322 [ 261 ] {314cec1f-102e-464d-b1e8-8cab715919ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:28:43.098782 [ 261 ] {314cec1f-102e-464d-b1e8-8cab715919ca} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:43.098817 [ 261 ] {314cec1f-102e-464d-b1e8-8cab715919ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:43.099111 [ 261 ] {314cec1f-102e-464d-b1e8-8cab715919ca} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.04 23:28:43.099315 [ 261 ] {314cec1f-102e-464d-b1e8-8cab715919ca} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:43.099415 [ 102 ] {} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.04 23:28:43.099440 [ 261 ] {314cec1f-102e-464d-b1e8-8cab715919ca} executeQuery: Read 82 rows, 6.91 KiB in 0.001174 sec., 69846.6780238501 rows/sec., 5.75 MiB/sec. 2026.05.04 23:28:43.099448 [ 102 ] {} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:43.099472 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:43.099476 [ 261 ] {314cec1f-102e-464d-b1e8-8cab715919ca} TCPHandler: Processed in 0.001335539 sec. 2026.05.04 23:28:43.099561 [ 194 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.05.04 23:28:43.099650 [ 194 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:28:43.099657 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:43.099677 [ 194 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1013 rows starting from the beginning of the part 2026.05.04 23:28:43.099728 [ 194 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 3211 rows starting from the beginning of the part 2026.05.04 23:28:43.099751 [ 261 ] {e4bff0a9-7fe0-46c2-8428-6fc8f882e0d5} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:28:43.099769 [ 194 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part 2026.05.04 23:28:43.099791 [ 261 ] {e4bff0a9-7fe0-46c2-8428-6fc8f882e0d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:28:43.099811 [ 194 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 78 rows starting from the beginning of the part 2026.05.04 23:28:43.099849 [ 194 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 861 rows starting from the beginning of the part 2026.05.04 23:28:43.099882 [ 194 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 82 rows starting from the beginning of the part 2026.05.04 23:28:43.100191 [ 261 ] {e4bff0a9-7fe0-46c2-8428-6fc8f882e0d5} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:43.100225 [ 261 ] {e4bff0a9-7fe0-46c2-8428-6fc8f882e0d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:43.100583 [ 261 ] {e4bff0a9-7fe0-46c2-8428-6fc8f882e0d5} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.04 23:28:43.100802 [ 261 ] {e4bff0a9-7fe0-46c2-8428-6fc8f882e0d5} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:43.100927 [ 261 ] {e4bff0a9-7fe0-46c2-8428-6fc8f882e0d5} executeQuery: Read 19 rows, 1.39 KiB in 0.001193 sec., 15926.23637887678 rows/sec., 1.13 MiB/sec. 2026.05.04 23:28:43.100962 [ 261 ] {e4bff0a9-7fe0-46c2-8428-6fc8f882e0d5} TCPHandler: Processed in 0.001352779 sec. 2026.05.04 23:28:43.101075 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:43.101167 [ 261 ] {7677e909-692b-4bf7-a84b-22c01f9b7877} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:28:43.101205 [ 261 ] {7677e909-692b-4bf7-a84b-22c01f9b7877} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:28:43.101616 [ 261 ] {7677e909-692b-4bf7-a84b-22c01f9b7877} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:43.101649 [ 261 ] {7677e909-692b-4bf7-a84b-22c01f9b7877} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:43.101826 [ 197 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 5301 rows, containing 5 columns (5 merged, 0 gathered) in 0.002291225 sec., 2313609.532018898 rows/sec., 186.28 MiB/sec. 2026.05.04 23:28:43.101968 [ 261 ] {7677e909-692b-4bf7-a84b-22c01f9b7877} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.04 23:28:43.102166 [ 194 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.04 23:28:43.102182 [ 261 ] {7677e909-692b-4bf7-a84b-22c01f9b7877} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:43.102276 [ 102 ] {} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.04 23:28:43.102304 [ 102 ] {} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:43.102306 [ 261 ] {7677e909-692b-4bf7-a84b-22c01f9b7877} executeQuery: Read 83 rows, 6.65 KiB in 0.001157 sec., 71737.25151253241 rows/sec., 5.61 MiB/sec. 2026.05.04 23:28:43.102322 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:43.102347 [ 261 ] {7677e909-692b-4bf7-a84b-22c01f9b7877} TCPHandler: Processed in 0.001319618 sec. 2026.05.04 23:28:43.102396 [ 194 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_26_5} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:43.102411 [ 192 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.05.04 23:28:43.102457 [ 194 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_26_5} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.04 23:28:43.102465 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:43.102518 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. 2026.05.04 23:28:43.102547 [ 192 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:28:43.102561 [ 261 ] {5dcd2b86-3ae5-40b5-b869-a28ae6218dad} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:28:43.102585 [ 192 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 605 rows starting from the beginning of the part 2026.05.04 23:28:43.102608 [ 261 ] {5dcd2b86-3ae5-40b5-b869-a28ae6218dad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:28:43.102656 [ 192 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1752 rows starting from the beginning of the part 2026.05.04 23:28:43.102705 [ 192 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part 2026.05.04 23:28:43.102743 [ 192 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 75 rows starting from the beginning of the part 2026.05.04 23:28:43.102779 [ 192 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 522 rows starting from the beginning of the part 2026.05.04 23:28:43.102817 [ 192 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 83 rows starting from the beginning of the part 2026.05.04 23:28:43.103037 [ 261 ] {5dcd2b86-3ae5-40b5-b869-a28ae6218dad} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:43.103079 [ 261 ] {5dcd2b86-3ae5-40b5-b869-a28ae6218dad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:43.103419 [ 261 ] {5dcd2b86-3ae5-40b5-b869-a28ae6218dad} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.04 23:28:43.103647 [ 261 ] {5dcd2b86-3ae5-40b5-b869-a28ae6218dad} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:43.103744 [ 102 ] {} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.04 23:28:43.103771 [ 102 ] {} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:43.103772 [ 261 ] {5dcd2b86-3ae5-40b5-b869-a28ae6218dad} executeQuery: Read 164 rows, 11.69 KiB in 0.001229 sec., 133441.82262001626 rows/sec., 9.29 MiB/sec. 2026.05.04 23:28:43.103788 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:43.103813 [ 261 ] {5dcd2b86-3ae5-40b5-b869-a28ae6218dad} TCPHandler: Processed in 0.001396211 sec. 2026.05.04 23:28:43.103876 [ 197 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.05.04 23:28:43.103941 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:43.104004 [ 197 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:28:43.104037 [ 261 ] {e88526a3-9a65-4d3e-9dd1-ee126307e70f} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:28:43.104043 [ 197 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 4268 rows starting from the beginning of the part 2026.05.04 23:28:43.104061 [ 190 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 3101 rows, containing 5 columns (5 merged, 0 gathered) in 0.001692768 sec., 1831910.811168453 rows/sec., 134.69 MiB/sec. 2026.05.04 23:28:43.104096 [ 261 ] {e88526a3-9a65-4d3e-9dd1-ee126307e70f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:28:43.104125 [ 197 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 5339 rows starting from the beginning of the part 2026.05.04 23:28:43.104173 [ 197 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 128 rows starting from the beginning of the part 2026.05.04 23:28:43.104216 [ 197 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part 2026.05.04 23:28:43.104256 [ 197 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 265 rows starting from the beginning of the part 2026.05.04 23:28:43.104303 [ 197 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 164 rows starting from the beginning of the part 2026.05.04 23:28:43.104357 [ 191 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.04 23:28:43.104724 [ 191 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_26_5} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:43.104809 [ 191 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_26_5} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.04 23:28:43.104860 [ 261 ] {e88526a3-9a65-4d3e-9dd1-ee126307e70f} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:43.104901 [ 261 ] {e88526a3-9a65-4d3e-9dd1-ee126307e70f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:43.104907 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2026.05.04 23:28:43.105454 [ 261 ] {e88526a3-9a65-4d3e-9dd1-ee126307e70f} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.04 23:28:43.105695 [ 261 ] {e88526a3-9a65-4d3e-9dd1-ee126307e70f} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:43.105836 [ 261 ] {e88526a3-9a65-4d3e-9dd1-ee126307e70f} executeQuery: Read 11 rows, 20.18 KiB in 0.001818 sec., 6050.605060506051 rows/sec., 10.84 MiB/sec. 2026.05.04 23:28:43.105888 [ 261 ] {e88526a3-9a65-4d3e-9dd1-ee126307e70f} TCPHandler: Processed in 0.001999067 sec. 2026.05.04 23:28:43.106013 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:43.106109 [ 261 ] {c292546f-4d75-486c-b2dc-e82092cba6e4} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:28:43.106149 [ 261 ] {c292546f-4d75-486c-b2dc-e82092cba6e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:28:43.106492 [ 261 ] {c292546f-4d75-486c-b2dc-e82092cba6e4} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:43.106526 [ 261 ] {c292546f-4d75-486c-b2dc-e82092cba6e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:43.106829 [ 261 ] {c292546f-4d75-486c-b2dc-e82092cba6e4} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.04 23:28:43.106967 [ 192 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 10324 rows, containing 5 columns (5 merged, 0 gathered) in 0.003129029 sec., 3299426.1158972955 rows/sec., 219.84 MiB/sec. 2026.05.04 23:28:43.107041 [ 261 ] {c292546f-4d75-486c-b2dc-e82092cba6e4} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:43.107140 [ 102 ] {} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.04 23:28:43.107166 [ 102 ] {} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:43.107174 [ 261 ] {c292546f-4d75-486c-b2dc-e82092cba6e4} executeQuery: Read 60 rows, 4.14 KiB in 0.001083 sec., 55401.662049861494 rows/sec., 3.73 MiB/sec. 2026.05.04 23:28:43.107184 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:43.107196 [ 197 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.04 23:28:43.107210 [ 261 ] {c292546f-4d75-486c-b2dc-e82092cba6e4} TCPHandler: Processed in 0.001244245 sec. 2026.05.04 23:28:43.107255 [ 190 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.05.04 23:28:43.107348 [ 190 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:28:43.107382 [ 190 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1440 rows starting from the beginning of the part 2026.05.04 23:28:43.107441 [ 190 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 42 rows starting from the beginning of the part 2026.05.04 23:28:43.107468 [ 197 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_26_5} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:43.107489 [ 190 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 48 rows starting from the beginning of the part 2026.05.04 23:28:43.107537 [ 190 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part 2026.05.04 23:28:43.107548 [ 197 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_26_5} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.04 23:28:43.107578 [ 190 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 90 rows starting from the beginning of the part 2026.05.04 23:28:43.107625 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.11 MiB. 2026.05.04 23:28:43.107627 [ 190 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part 2026.05.04 23:28:43.108662 [ 197 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1740 rows, containing 4 columns (4 merged, 0 gathered) in 0.001440011 sec., 1208324.1030797681 rows/sec., 79.02 MiB/sec. 2026.05.04 23:28:43.108829 [ 190 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.04 23:28:43.109059 [ 190 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_26_5} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:43.109116 [ 190 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_26_5} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.04 23:28:43.109168 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.05.04 23:28:44.298782 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9135 2026.05.04 23:28:44.299288 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:44.299328 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:44.299806 [ 245 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.04 23:28:44.300039 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:44.300210 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9135 2026.05.04 23:28:44.762464 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.05.04 23:28:44.779109 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:44.779169 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:44.785300 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.04 23:28:44.785994 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:44.788757 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2026.05.04 23:28:48.097595 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:48.097950 [ 261 ] {ad73654b-fb42-413c-9cb3-707be73863d4} executeQuery: (from [fd00:1122:3344:101::d]:39097) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.04 23:28:48.098458 [ 261 ] {ad73654b-fb42-413c-9cb3-707be73863d4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:28:48.098513 [ 261 ] {ad73654b-fb42-413c-9cb3-707be73863d4} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.05.04 23:28:48.098753 [ 261 ] {ad73654b-fb42-413c-9cb3-707be73863d4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:28:48.098821 [ 261 ] {ad73654b-fb42-413c-9cb3-707be73863d4} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:28:48.098963 [ 261 ] {ad73654b-fb42-413c-9cb3-707be73863d4} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.05.04 23:28:48.098998 [ 261 ] {ad73654b-fb42-413c-9cb3-707be73863d4} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.04 23:28:48.099019 [ 261 ] {ad73654b-fb42-413c-9cb3-707be73863d4} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.04 23:28:48.099034 [ 261 ] {ad73654b-fb42-413c-9cb3-707be73863d4} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:28:48.099073 [ 261 ] {ad73654b-fb42-413c-9cb3-707be73863d4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.04 23:28:48.099093 [ 261 ] {ad73654b-fb42-413c-9cb3-707be73863d4} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 51 rows starting from 0 2026.05.04 23:28:48.100141 [ 261 ] {ad73654b-fb42-413c-9cb3-707be73863d4} executeQuery: Read 51 rows, 12.37 KiB in 0.002338 sec., 21813.515825491875 rows/sec., 5.16 MiB/sec. 2026.05.04 23:28:48.100218 [ 261 ] {ad73654b-fb42-413c-9cb3-707be73863d4} TCPHandler: Processed in 0.00278971 sec. 2026.05.04 23:28:48.105543 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:48.105720 [ 261 ] {09fd8d16-6e6d-4332-8c24-6534a289d473} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.04 23:28:48.105770 [ 261 ] {09fd8d16-6e6d-4332-8c24-6534a289d473} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.04 23:28:48.106409 [ 261 ] {09fd8d16-6e6d-4332-8c24-6534a289d473} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:48.106456 [ 261 ] {09fd8d16-6e6d-4332-8c24-6534a289d473} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:48.106826 [ 261 ] {09fd8d16-6e6d-4332-8c24-6534a289d473} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.04 23:28:48.107051 [ 261 ] {09fd8d16-6e6d-4332-8c24-6534a289d473} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:48.107194 [ 261 ] {09fd8d16-6e6d-4332-8c24-6534a289d473} executeQuery: Read 284 rows, 18.47 KiB in 0.001514 sec., 187582.56274768824 rows/sec., 11.91 MiB/sec. 2026.05.04 23:28:48.107231 [ 261 ] {09fd8d16-6e6d-4332-8c24-6534a289d473} TCPHandler: Processed in 0.001793781 sec. 2026.05.04 23:28:48.107356 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:48.107451 [ 261 ] {1a282a13-3a16-488a-87a5-b061c7c2288c} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:28:48.107491 [ 261 ] {1a282a13-3a16-488a-87a5-b061c7c2288c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:28:48.108264 [ 261 ] {1a282a13-3a16-488a-87a5-b061c7c2288c} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:48.108301 [ 261 ] {1a282a13-3a16-488a-87a5-b061c7c2288c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:48.108673 [ 261 ] {1a282a13-3a16-488a-87a5-b061c7c2288c} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.04 23:28:48.108889 [ 261 ] {1a282a13-3a16-488a-87a5-b061c7c2288c} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:48.109016 [ 261 ] {1a282a13-3a16-488a-87a5-b061c7c2288c} executeQuery: Read 861 rows, 68.90 KiB in 0.001586 sec., 542875.157629256 rows/sec., 42.43 MiB/sec. 2026.05.04 23:28:48.109052 [ 261 ] {1a282a13-3a16-488a-87a5-b061c7c2288c} TCPHandler: Processed in 0.00174361 sec. 2026.05.04 23:28:48.109171 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:48.109264 [ 261 ] {e813670c-56d4-4b39-b0f6-b426432f459b} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:28:48.109308 [ 261 ] {e813670c-56d4-4b39-b0f6-b426432f459b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:28:48.109747 [ 261 ] {e813670c-56d4-4b39-b0f6-b426432f459b} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:48.109782 [ 261 ] {e813670c-56d4-4b39-b0f6-b426432f459b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:48.110088 [ 261 ] {e813670c-56d4-4b39-b0f6-b426432f459b} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.04 23:28:48.110297 [ 261 ] {e813670c-56d4-4b39-b0f6-b426432f459b} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:48.110431 [ 261 ] {e813670c-56d4-4b39-b0f6-b426432f459b} executeQuery: Read 174 rows, 10.95 KiB in 0.001186 sec., 146711.63575042158 rows/sec., 9.01 MiB/sec. 2026.05.04 23:28:48.110466 [ 261 ] {e813670c-56d4-4b39-b0f6-b426432f459b} TCPHandler: Processed in 0.001342718 sec. 2026.05.04 23:28:48.110580 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:48.110671 [ 261 ] {825462bf-79a3-4dc6-88c5-7084d23f56ed} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.04 23:28:48.110709 [ 261 ] {825462bf-79a3-4dc6-88c5-7084d23f56ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.04 23:28:48.111124 [ 261 ] {825462bf-79a3-4dc6-88c5-7084d23f56ed} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:48.111160 [ 261 ] {825462bf-79a3-4dc6-88c5-7084d23f56ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:48.111461 [ 261 ] {825462bf-79a3-4dc6-88c5-7084d23f56ed} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.04 23:28:48.111664 [ 261 ] {825462bf-79a3-4dc6-88c5-7084d23f56ed} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:48.111788 [ 261 ] {825462bf-79a3-4dc6-88c5-7084d23f56ed} executeQuery: Read 149 rows, 9.86 KiB in 0.001135 sec., 131277.5330396476 rows/sec., 8.48 MiB/sec. 2026.05.04 23:28:48.111824 [ 261 ] {825462bf-79a3-4dc6-88c5-7084d23f56ed} TCPHandler: Processed in 0.001291177 sec. 2026.05.04 23:28:48.111938 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:48.112028 [ 261 ] {a9dd6c98-6279-4170-95b8-c782252666ac} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.04 23:28:48.112065 [ 261 ] {a9dd6c98-6279-4170-95b8-c782252666ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.04 23:28:48.112480 [ 261 ] {a9dd6c98-6279-4170-95b8-c782252666ac} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:48.112515 [ 261 ] {a9dd6c98-6279-4170-95b8-c782252666ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:48.112809 [ 261 ] {a9dd6c98-6279-4170-95b8-c782252666ac} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.04 23:28:48.113016 [ 261 ] {a9dd6c98-6279-4170-95b8-c782252666ac} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:48.113137 [ 261 ] {a9dd6c98-6279-4170-95b8-c782252666ac} executeQuery: Read 148 rows, 8.62 KiB in 0.001127 sec., 131322.09405501332 rows/sec., 7.47 MiB/sec. 2026.05.04 23:28:48.113173 [ 261 ] {a9dd6c98-6279-4170-95b8-c782252666ac} TCPHandler: Processed in 0.001281666 sec. 2026.05.04 23:28:48.113286 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:48.113376 [ 261 ] {371bbce0-9cec-4bf4-81c8-326c920bd8a7} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:28:48.113414 [ 261 ] {371bbce0-9cec-4bf4-81c8-326c920bd8a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:28:48.113988 [ 261 ] {371bbce0-9cec-4bf4-81c8-326c920bd8a7} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:48.114023 [ 261 ] {371bbce0-9cec-4bf4-81c8-326c920bd8a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:48.114354 [ 261 ] {371bbce0-9cec-4bf4-81c8-326c920bd8a7} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.04 23:28:48.114564 [ 261 ] {371bbce0-9cec-4bf4-81c8-326c920bd8a7} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:48.114692 [ 261 ] {371bbce0-9cec-4bf4-81c8-326c920bd8a7} executeQuery: Read 522 rows, 37.74 KiB in 0.001334 sec., 391304.347826087 rows/sec., 27.63 MiB/sec. 2026.05.04 23:28:48.114729 [ 261 ] {371bbce0-9cec-4bf4-81c8-326c920bd8a7} TCPHandler: Processed in 0.001490323 sec. 2026.05.04 23:28:48.114840 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:48.114930 [ 261 ] {3b7ecc23-7f61-4d5a-a5e1-6f7f5553b146} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.04 23:28:48.114970 [ 261 ] {3b7ecc23-7f61-4d5a-a5e1-6f7f5553b146} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.04 23:28:48.115303 [ 261 ] {3b7ecc23-7f61-4d5a-a5e1-6f7f5553b146} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:48.115338 [ 261 ] {3b7ecc23-7f61-4d5a-a5e1-6f7f5553b146} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:48.115639 [ 261 ] {3b7ecc23-7f61-4d5a-a5e1-6f7f5553b146} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.04 23:28:48.115849 [ 261 ] {3b7ecc23-7f61-4d5a-a5e1-6f7f5553b146} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:48.115973 [ 261 ] {3b7ecc23-7f61-4d5a-a5e1-6f7f5553b146} executeQuery: Read 6 rows, 321.00 B in 0.001061 sec., 5655.042412818096 rows/sec., 295.45 KiB/sec. 2026.05.04 23:28:48.116009 [ 261 ] {3b7ecc23-7f61-4d5a-a5e1-6f7f5553b146} TCPHandler: Processed in 0.001215504 sec. 2026.05.04 23:28:48.116132 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:48.116222 [ 261 ] {2f8bdf5f-cbc7-4db1-9da6-94488bb43bb6} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:28:48.116263 [ 261 ] {2f8bdf5f-cbc7-4db1-9da6-94488bb43bb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:28:48.116653 [ 261 ] {2f8bdf5f-cbc7-4db1-9da6-94488bb43bb6} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:48.116688 [ 261 ] {2f8bdf5f-cbc7-4db1-9da6-94488bb43bb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:48.117012 [ 261 ] {2f8bdf5f-cbc7-4db1-9da6-94488bb43bb6} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.04 23:28:48.117222 [ 261 ] {2f8bdf5f-cbc7-4db1-9da6-94488bb43bb6} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:48.117347 [ 261 ] {2f8bdf5f-cbc7-4db1-9da6-94488bb43bb6} executeQuery: Read 265 rows, 18.03 KiB in 0.001143 sec., 231846.01924759406 rows/sec., 15.41 MiB/sec. 2026.05.04 23:28:48.117381 [ 261 ] {2f8bdf5f-cbc7-4db1-9da6-94488bb43bb6} TCPHandler: Processed in 0.001295607 sec. 2026.05.04 23:28:48.117512 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:48.117601 [ 261 ] {63398e60-fe87-4a19-a2b0-18fd17122955} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.04 23:28:48.117642 [ 261 ] {63398e60-fe87-4a19-a2b0-18fd17122955} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.04 23:28:48.117963 [ 261 ] {63398e60-fe87-4a19-a2b0-18fd17122955} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:48.117998 [ 261 ] {63398e60-fe87-4a19-a2b0-18fd17122955} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:48.118295 [ 261 ] {63398e60-fe87-4a19-a2b0-18fd17122955} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.04 23:28:48.118518 [ 261 ] {63398e60-fe87-4a19-a2b0-18fd17122955} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:48.118642 [ 261 ] {63398e60-fe87-4a19-a2b0-18fd17122955} executeQuery: Read 1 rows, 69.00 B in 0.001058 sec., 945.179584120983 rows/sec., 63.69 KiB/sec. 2026.05.04 23:28:48.118677 [ 261 ] {63398e60-fe87-4a19-a2b0-18fd17122955} TCPHandler: Processed in 0.001228385 sec. 2026.05.04 23:28:48.118793 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:48.118882 [ 261 ] {791524cd-c74b-45ca-940f-1ca4d4b95d14} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:28:48.118934 [ 261 ] {791524cd-c74b-45ca-940f-1ca4d4b95d14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:28:48.119734 [ 261 ] {791524cd-c74b-45ca-940f-1ca4d4b95d14} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:48.119770 [ 261 ] {791524cd-c74b-45ca-940f-1ca4d4b95d14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:48.120292 [ 261 ] {791524cd-c74b-45ca-940f-1ca4d4b95d14} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.04 23:28:48.120512 [ 261 ] {791524cd-c74b-45ca-940f-1ca4d4b95d14} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:48.120653 [ 261 ] {791524cd-c74b-45ca-940f-1ca4d4b95d14} executeQuery: Read 32 rows, 58.72 KiB in 0.001788 sec., 17897.091722595076 rows/sec., 32.07 MiB/sec. 2026.05.04 23:28:48.120707 [ 261 ] {791524cd-c74b-45ca-940f-1ca4d4b95d14} TCPHandler: Processed in 0.001965246 sec. 2026.05.04 23:28:48.120824 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:48.120917 [ 261 ] {18d01bb4-9b6d-4d9c-afbc-330d76afe93c} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:28:48.120957 [ 261 ] {18d01bb4-9b6d-4d9c-afbc-330d76afe93c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:28:48.121279 [ 261 ] {18d01bb4-9b6d-4d9c-afbc-330d76afe93c} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:48.121315 [ 261 ] {18d01bb4-9b6d-4d9c-afbc-330d76afe93c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:48.121613 [ 261 ] {18d01bb4-9b6d-4d9c-afbc-330d76afe93c} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.04 23:28:48.121818 [ 261 ] {18d01bb4-9b6d-4d9c-afbc-330d76afe93c} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:48.121941 [ 261 ] {18d01bb4-9b6d-4d9c-afbc-330d76afe93c} executeQuery: Read 90 rows, 5.77 KiB in 0.001043 sec., 86289.54937679769 rows/sec., 5.40 MiB/sec. 2026.05.04 23:28:48.121975 [ 261 ] {18d01bb4-9b6d-4d9c-afbc-330d76afe93c} TCPHandler: Processed in 0.001197684 sec. 2026.05.04 23:28:51.720627 [ 92 ] {} DNSResolver: Updating DNS cache 2026.05.04 23:28:51.720695 [ 92 ] {} DNSResolver: Updated DNS cache 2026.05.04 23:28:51.801020 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9583 2026.05.04 23:28:51.801481 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:51.801518 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:51.802061 [ 245 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.04 23:28:51.802303 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:51.802432 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9583 2026.05.04 23:28:51.821653 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 608 2026.05.04 23:28:51.824092 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:51.824142 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:51.825371 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.04 23:28:51.825650 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:51.825907 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 608 2026.05.04 23:28:52.289612 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2026.05.04 23:28:52.307830 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:52.307899 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:52.313515 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.04 23:28:52.314263 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:52.317340 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2026.05.04 23:28:53.093540 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:53.093797 [ 261 ] {940b17c9-0ad9-41af-9ee2-12e42364d9f4} executeQuery: (from [fd00:1122:3344:101::d]:39097) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:28:53.094172 [ 261 ] {940b17c9-0ad9-41af-9ee2-12e42364d9f4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:28:53.094216 [ 261 ] {940b17c9-0ad9-41af-9ee2-12e42364d9f4} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:28:53.094453 [ 261 ] {940b17c9-0ad9-41af-9ee2-12e42364d9f4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:28:53.094527 [ 261 ] {940b17c9-0ad9-41af-9ee2-12e42364d9f4} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:28:53.094668 [ 261 ] {940b17c9-0ad9-41af-9ee2-12e42364d9f4} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.04 23:28:53.094705 [ 261 ] {940b17c9-0ad9-41af-9ee2-12e42364d9f4} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.04 23:28:53.094728 [ 261 ] {940b17c9-0ad9-41af-9ee2-12e42364d9f4} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.04 23:28:53.094743 [ 261 ] {940b17c9-0ad9-41af-9ee2-12e42364d9f4} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:28:53.094784 [ 261 ] {940b17c9-0ad9-41af-9ee2-12e42364d9f4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:28:53.094805 [ 261 ] {940b17c9-0ad9-41af-9ee2-12e42364d9f4} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 51 rows starting from 0 2026.05.04 23:28:53.095742 [ 261 ] {940b17c9-0ad9-41af-9ee2-12e42364d9f4} executeQuery: Read 51 rows, 12.37 KiB in 0.002048 sec., 24902.34375 rows/sec., 5.90 MiB/sec. 2026.05.04 23:28:53.095819 [ 261 ] {940b17c9-0ad9-41af-9ee2-12e42364d9f4} TCPHandler: Processed in 0.002416799 sec. 2026.05.04 23:28:53.097777 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:53.097909 [ 261 ] {a04931ef-de12-4578-8943-895e8a1f8811} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:28:53.097966 [ 261 ] {a04931ef-de12-4578-8943-895e8a1f8811} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:28:53.098500 [ 261 ] {a04931ef-de12-4578-8943-895e8a1f8811} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:53.098541 [ 261 ] {a04931ef-de12-4578-8943-895e8a1f8811} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:53.098917 [ 261 ] {a04931ef-de12-4578-8943-895e8a1f8811} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.04 23:28:53.099145 [ 261 ] {a04931ef-de12-4578-8943-895e8a1f8811} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:53.099295 [ 261 ] {a04931ef-de12-4578-8943-895e8a1f8811} executeQuery: Read 78 rows, 6.61 KiB in 0.001424 sec., 54775.28089887641 rows/sec., 4.54 MiB/sec. 2026.05.04 23:28:53.099335 [ 261 ] {a04931ef-de12-4578-8943-895e8a1f8811} TCPHandler: Processed in 0.001622176 sec. 2026.05.04 23:28:53.099463 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:53.099561 [ 261 ] {bdce9393-7e23-4302-8aab-e9f7f6db5780} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:28:53.099603 [ 261 ] {bdce9393-7e23-4302-8aab-e9f7f6db5780} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:28:53.100011 [ 261 ] {bdce9393-7e23-4302-8aab-e9f7f6db5780} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:53.100050 [ 261 ] {bdce9393-7e23-4302-8aab-e9f7f6db5780} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:53.100353 [ 261 ] {bdce9393-7e23-4302-8aab-e9f7f6db5780} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.04 23:28:53.100573 [ 261 ] {bdce9393-7e23-4302-8aab-e9f7f6db5780} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:53.100681 [ 91 ] {} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.04 23:28:53.100704 [ 261 ] {bdce9393-7e23-4302-8aab-e9f7f6db5780} executeQuery: Read 11 rows, 847.00 B in 0.001164 sec., 9450.171821305841 rows/sec., 710.61 KiB/sec. 2026.05.04 23:28:53.100750 [ 91 ] {} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:53.100760 [ 261 ] {bdce9393-7e23-4302-8aab-e9f7f6db5780} TCPHandler: Processed in 0.001346948 sec. 2026.05.04 23:28:53.100779 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:53.100890 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:53.100902 [ 197 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.05.04 23:28:53.100997 [ 261 ] {d4ad54c9-6cdb-49d9-89c0-3e9d9b16654c} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:28:53.101044 [ 261 ] {d4ad54c9-6cdb-49d9-89c0-3e9d9b16654c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:28:53.101047 [ 197 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:28:53.101090 [ 197 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 226 rows starting from the beginning of the part 2026.05.04 23:28:53.101156 [ 197 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 11 rows starting from the beginning of the part 2026.05.04 23:28:53.101199 [ 197 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 174 rows starting from the beginning of the part 2026.05.04 23:28:53.101241 [ 197 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 19 rows starting from the beginning of the part 2026.05.04 23:28:53.101278 [ 197 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 174 rows starting from the beginning of the part 2026.05.04 23:28:53.101320 [ 197 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 11 rows starting from the beginning of the part 2026.05.04 23:28:53.101527 [ 261 ] {d4ad54c9-6cdb-49d9-89c0-3e9d9b16654c} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:53.101574 [ 261 ] {d4ad54c9-6cdb-49d9-89c0-3e9d9b16654c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:53.101915 [ 261 ] {d4ad54c9-6cdb-49d9-89c0-3e9d9b16654c} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.04 23:28:53.102147 [ 261 ] {d4ad54c9-6cdb-49d9-89c0-3e9d9b16654c} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:53.102168 [ 197 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 615 rows, containing 5 columns (5 merged, 0 gathered) in 0.001320688 sec., 465666.3799474214 rows/sec., 31.17 MiB/sec. 2026.05.04 23:28:53.102285 [ 261 ] {d4ad54c9-6cdb-49d9-89c0-3e9d9b16654c} executeQuery: Read 75 rows, 6.00 KiB in 0.001306 sec., 57427.25880551301 rows/sec., 4.48 MiB/sec. 2026.05.04 23:28:53.102329 [ 261 ] {d4ad54c9-6cdb-49d9-89c0-3e9d9b16654c} TCPHandler: Processed in 0.001490563 sec. 2026.05.04 23:28:53.102373 [ 196 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.04 23:28:53.102462 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:53.102563 [ 261 ] {f3a159fc-3975-4fba-9d93-44e2d9f91138} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:28:53.102608 [ 261 ] {f3a159fc-3975-4fba-9d93-44e2d9f91138} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:28:53.102740 [ 196 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_26_5} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:53.102835 [ 196 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_26_5} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.04 23:28:53.102941 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.05.04 23:28:53.103027 [ 261 ] {f3a159fc-3975-4fba-9d93-44e2d9f91138} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:53.103070 [ 261 ] {f3a159fc-3975-4fba-9d93-44e2d9f91138} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:53.103402 [ 261 ] {f3a159fc-3975-4fba-9d93-44e2d9f91138} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.04 23:28:53.103631 [ 261 ] {f3a159fc-3975-4fba-9d93-44e2d9f91138} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:53.103767 [ 261 ] {f3a159fc-3975-4fba-9d93-44e2d9f91138} executeQuery: Read 160 rows, 11.41 KiB in 0.001222 sec., 130932.8968903437 rows/sec., 9.12 MiB/sec. 2026.05.04 23:28:53.103805 [ 261 ] {f3a159fc-3975-4fba-9d93-44e2d9f91138} TCPHandler: Processed in 0.00139347 sec. 2026.05.04 23:28:53.103919 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:53.104013 [ 261 ] {05f2a797-df71-47d6-8207-074c807d6850} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:28:53.104068 [ 261 ] {05f2a797-df71-47d6-8207-074c807d6850} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:28:53.104830 [ 261 ] {05f2a797-df71-47d6-8207-074c807d6850} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:53.104867 [ 261 ] {05f2a797-df71-47d6-8207-074c807d6850} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:53.105356 [ 261 ] {05f2a797-df71-47d6-8207-074c807d6850} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.04 23:28:53.105566 [ 261 ] {05f2a797-df71-47d6-8207-074c807d6850} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:53.105668 [ 91 ] {} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.04 23:28:53.105699 [ 261 ] {05f2a797-df71-47d6-8207-074c807d6850} executeQuery: Read 11 rows, 20.18 KiB in 0.001756 sec., 6264.236902050114 rows/sec., 11.23 MiB/sec. 2026.05.04 23:28:53.105703 [ 91 ] {} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:53.105738 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:53.105760 [ 261 ] {05f2a797-df71-47d6-8207-074c807d6850} TCPHandler: Processed in 0.001944315 sec. 2026.05.04 23:28:53.105813 [ 190 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.05.04 23:28:53.105949 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:53.106042 [ 261 ] {a5a3b3ae-7366-4568-a9d2-93fc50b0600c} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:28:53.106084 [ 261 ] {a5a3b3ae-7366-4568-a9d2-93fc50b0600c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:28:53.106092 [ 190 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:28:53.106154 [ 190 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 404 rows starting from the beginning of the part 2026.05.04 23:28:53.106286 [ 190 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 11 rows starting from the beginning of the part 2026.05.04 23:28:53.106389 [ 190 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 32 rows starting from the beginning of the part 2026.05.04 23:28:53.106429 [ 261 ] {a5a3b3ae-7366-4568-a9d2-93fc50b0600c} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:53.106466 [ 261 ] {a5a3b3ae-7366-4568-a9d2-93fc50b0600c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:53.106486 [ 190 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 11 rows starting from the beginning of the part 2026.05.04 23:28:53.106579 [ 190 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 32 rows starting from the beginning of the part 2026.05.04 23:28:53.106673 [ 190 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 11 rows starting from the beginning of the part 2026.05.04 23:28:53.106778 [ 261 ] {a5a3b3ae-7366-4568-a9d2-93fc50b0600c} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.04 23:28:53.107001 [ 261 ] {a5a3b3ae-7366-4568-a9d2-93fc50b0600c} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:53.107133 [ 261 ] {a5a3b3ae-7366-4568-a9d2-93fc50b0600c} executeQuery: Read 60 rows, 4.14 KiB in 0.001109 sec., 54102.795311091075 rows/sec., 3.65 MiB/sec. 2026.05.04 23:28:53.107169 [ 261 ] {a5a3b3ae-7366-4568-a9d2-93fc50b0600c} TCPHandler: Processed in 0.001268956 sec. 2026.05.04 23:28:53.110248 [ 188 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 501 rows, containing 19 columns (19 merged, 0 gathered) in 0.004409076 sec., 113629.25021024814 rows/sec., 203.62 MiB/sec. 2026.05.04 23:28:53.111098 [ 188 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.04 23:28:53.111467 [ 188 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_26_5} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:53.111543 [ 188 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_26_5} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.04 23:28:53.111671 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.77 MiB. 2026.05.04 23:28:53.357597 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:53.357853 [ 261 ] {0a50f565-e2a7-41d0-9cbc-3f50aa6c7b03} executeQuery: (from [fd00:1122:3344:101::d]:39097) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.04 23:28:53.358240 [ 261 ] {0a50f565-e2a7-41d0-9cbc-3f50aa6c7b03} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:28:53.358287 [ 261 ] {0a50f565-e2a7-41d0-9cbc-3f50aa6c7b03} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.04 23:28:53.358547 [ 261 ] {0a50f565-e2a7-41d0-9cbc-3f50aa6c7b03} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:28:53.358614 [ 261 ] {0a50f565-e2a7-41d0-9cbc-3f50aa6c7b03} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:28:53.358751 [ 261 ] {0a50f565-e2a7-41d0-9cbc-3f50aa6c7b03} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 41-element set) 2026.05.04 23:28:53.358787 [ 261 ] {0a50f565-e2a7-41d0-9cbc-3f50aa6c7b03} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.04 23:28:53.358809 [ 261 ] {0a50f565-e2a7-41d0-9cbc-3f50aa6c7b03} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.04 23:28:53.358825 [ 261 ] {0a50f565-e2a7-41d0-9cbc-3f50aa6c7b03} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:28:53.358864 [ 261 ] {0a50f565-e2a7-41d0-9cbc-3f50aa6c7b03} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.05.04 23:28:53.358884 [ 261 ] {0a50f565-e2a7-41d0-9cbc-3f50aa6c7b03} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 51 rows starting from 0 2026.05.04 23:28:53.359881 [ 261 ] {0a50f565-e2a7-41d0-9cbc-3f50aa6c7b03} executeQuery: Read 51 rows, 12.37 KiB in 0.002142 sec., 23809.523809523813 rows/sec., 5.64 MiB/sec. 2026.05.04 23:28:53.359950 [ 261 ] {0a50f565-e2a7-41d0-9cbc-3f50aa6c7b03} TCPHandler: Processed in 0.002480881 sec. 2026.05.04 23:28:53.374596 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:53.374717 [ 261 ] {6af712c3-c991-4ed8-bf71-e81406f49ee5} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.04 23:28:53.374768 [ 261 ] {6af712c3-c991-4ed8-bf71-e81406f49ee5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.04 23:28:53.375458 [ 261 ] {6af712c3-c991-4ed8-bf71-e81406f49ee5} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:53.375495 [ 261 ] {6af712c3-c991-4ed8-bf71-e81406f49ee5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:53.375858 [ 261 ] {6af712c3-c991-4ed8-bf71-e81406f49ee5} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.04 23:28:53.376089 [ 261 ] {6af712c3-c991-4ed8-bf71-e81406f49ee5} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:53.376196 [ 86 ] {} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.04 23:28:53.376232 [ 261 ] {6af712c3-c991-4ed8-bf71-e81406f49ee5} executeQuery: Read 284 rows, 18.47 KiB in 0.001498 sec., 189586.11481975968 rows/sec., 12.04 MiB/sec. 2026.05.04 23:28:53.376240 [ 86 ] {} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:53.376266 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:53.376270 [ 261 ] {6af712c3-c991-4ed8-bf71-e81406f49ee5} TCPHandler: Processed in 0.001697349 sec. 2026.05.04 23:28:53.376391 [ 197 ] {bad33129-5189-47d8-be1b-ca98420e3526::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.04 23:28:53.376401 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:53.376542 [ 261 ] {2144bae2-5f4c-49c0-be2d-5bc7181da156} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.04 23:28:53.376556 [ 197 ] {bad33129-5189-47d8-be1b-ca98420e3526::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:28:53.376585 [ 261 ] {2144bae2-5f4c-49c0-be2d-5bc7181da156} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.04 23:28:53.376595 [ 197 ] {bad33129-5189-47d8-be1b-ca98420e3526::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 308 rows starting from the beginning of the part 2026.05.04 23:28:53.376673 [ 197 ] {bad33129-5189-47d8-be1b-ca98420e3526::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 284 rows starting from the beginning of the part 2026.05.04 23:28:53.376721 [ 197 ] {bad33129-5189-47d8-be1b-ca98420e3526::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 284 rows starting from the beginning of the part 2026.05.04 23:28:53.376765 [ 197 ] {bad33129-5189-47d8-be1b-ca98420e3526::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 284 rows starting from the beginning of the part 2026.05.04 23:28:53.376806 [ 197 ] {bad33129-5189-47d8-be1b-ca98420e3526::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 284 rows starting from the beginning of the part 2026.05.04 23:28:53.376847 [ 197 ] {bad33129-5189-47d8-be1b-ca98420e3526::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 284 rows starting from the beginning of the part 2026.05.04 23:28:53.376995 [ 261 ] {2144bae2-5f4c-49c0-be2d-5bc7181da156} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:53.377036 [ 261 ] {2144bae2-5f4c-49c0-be2d-5bc7181da156} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:53.377357 [ 261 ] {2144bae2-5f4c-49c0-be2d-5bc7181da156} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.04 23:28:53.377604 [ 261 ] {2144bae2-5f4c-49c0-be2d-5bc7181da156} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:53.377702 [ 86 ] {} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.05.04 23:28:53.377726 [ 86 ] {} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:53.377740 [ 261 ] {2144bae2-5f4c-49c0-be2d-5bc7181da156} executeQuery: Read 2 rows, 167.00 B in 0.001218 sec., 1642.0361247947455 rows/sec., 133.90 KiB/sec. 2026.05.04 23:28:53.377741 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:53.377778 [ 261 ] {2144bae2-5f4c-49c0-be2d-5bc7181da156} TCPHandler: Processed in 0.001427041 sec. 2026.05.04 23:28:53.377872 [ 188 ] {7564d63e-9975-4b1d-9769-cd837d5f57e7::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2026.05.04 23:28:53.377906 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:53.377973 [ 198 ] {bad33129-5189-47d8-be1b-ca98420e3526::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1728 rows, containing 5 columns (5 merged, 0 gathered) in 0.001642697 sec., 1051928.6271296532 rows/sec., 71.11 MiB/sec. 2026.05.04 23:28:53.378008 [ 261 ] {a9dba4e6-4410-4402-862d-3f4cfad39cb1} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:28:53.378015 [ 188 ] {7564d63e-9975-4b1d-9769-cd837d5f57e7::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:28:53.378052 [ 261 ] {a9dba4e6-4410-4402-862d-3f4cfad39cb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:28:53.378062 [ 188 ] {7564d63e-9975-4b1d-9769-cd837d5f57e7::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 16 rows starting from the beginning of the part 2026.05.04 23:28:53.378117 [ 197 ] {bad33129-5189-47d8-be1b-ca98420e3526::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.04 23:28:53.378160 [ 188 ] {7564d63e-9975-4b1d-9769-cd837d5f57e7::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part 2026.05.04 23:28:53.378211 [ 188 ] {7564d63e-9975-4b1d-9769-cd837d5f57e7::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part 2026.05.04 23:28:53.378259 [ 188 ] {7564d63e-9975-4b1d-9769-cd837d5f57e7::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2026.05.04 23:28:53.378308 [ 188 ] {7564d63e-9975-4b1d-9769-cd837d5f57e7::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part 2026.05.04 23:28:53.378349 [ 188 ] {7564d63e-9975-4b1d-9769-cd837d5f57e7::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part 2026.05.04 23:28:53.378402 [ 197 ] {bad33129-5189-47d8-be1b-ca98420e3526::all_1_11_2} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:53.378491 [ 197 ] {bad33129-5189-47d8-be1b-ca98420e3526::all_1_11_2} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.04 23:28:53.378571 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2026.05.04 23:28:53.379156 [ 187 ] {7564d63e-9975-4b1d-9769-cd837d5f57e7::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001334768 sec., 26970.979226352443 rows/sec., 2.25 MiB/sec. 2026.05.04 23:28:53.379306 [ 197 ] {7564d63e-9975-4b1d-9769-cd837d5f57e7::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.05.04 23:28:53.379553 [ 197 ] {7564d63e-9975-4b1d-9769-cd837d5f57e7::all_1_10_2} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:53.379622 [ 197 ] {7564d63e-9975-4b1d-9769-cd837d5f57e7::all_1_10_2} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.05.04 23:28:53.379695 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.05.04 23:28:53.379831 [ 261 ] {a9dba4e6-4410-4402-862d-3f4cfad39cb1} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:53.379874 [ 261 ] {a9dba4e6-4410-4402-862d-3f4cfad39cb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:53.380388 [ 261 ] {a9dba4e6-4410-4402-862d-3f4cfad39cb1} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.04 23:28:53.380613 [ 261 ] {a9dba4e6-4410-4402-862d-3f4cfad39cb1} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:53.380744 [ 261 ] {a9dba4e6-4410-4402-862d-3f4cfad39cb1} executeQuery: Read 3207 rows, 245.90 KiB in 0.002755 sec., 1164065.3357531761 rows/sec., 87.16 MiB/sec. 2026.05.04 23:28:53.380783 [ 261 ] {a9dba4e6-4410-4402-862d-3f4cfad39cb1} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.05.04 23:28:53.380796 [ 261 ] {a9dba4e6-4410-4402-862d-3f4cfad39cb1} TCPHandler: Processed in 0.002942484 sec. 2026.05.04 23:28:53.380917 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:53.381013 [ 261 ] {1774840f-0a1f-48e1-b0b4-e4207ad663db} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:28:53.381053 [ 261 ] {1774840f-0a1f-48e1-b0b4-e4207ad663db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:28:53.381525 [ 261 ] {1774840f-0a1f-48e1-b0b4-e4207ad663db} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:53.381559 [ 261 ] {1774840f-0a1f-48e1-b0b4-e4207ad663db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:53.381866 [ 261 ] {1774840f-0a1f-48e1-b0b4-e4207ad663db} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.04 23:28:53.382082 [ 261 ] {1774840f-0a1f-48e1-b0b4-e4207ad663db} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:53.382211 [ 261 ] {1774840f-0a1f-48e1-b0b4-e4207ad663db} executeQuery: Read 185 rows, 11.76 KiB in 0.001215 sec., 152263.37448559672 rows/sec., 9.46 MiB/sec. 2026.05.04 23:28:53.382247 [ 261 ] {1774840f-0a1f-48e1-b0b4-e4207ad663db} TCPHandler: Processed in 0.001381219 sec. 2026.05.04 23:28:53.382361 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:53.382455 [ 261 ] {eaf1ce50-40d4-4906-98e3-a13d21e0cfe4} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.04 23:28:53.382494 [ 261 ] {eaf1ce50-40d4-4906-98e3-a13d21e0cfe4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.04 23:28:53.383146 [ 261 ] {eaf1ce50-40d4-4906-98e3-a13d21e0cfe4} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:53.383182 [ 261 ] {eaf1ce50-40d4-4906-98e3-a13d21e0cfe4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:53.383523 [ 261 ] {eaf1ce50-40d4-4906-98e3-a13d21e0cfe4} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.04 23:28:53.383732 [ 261 ] {eaf1ce50-40d4-4906-98e3-a13d21e0cfe4} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:53.383819 [ 86 ] {} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.04 23:28:53.383846 [ 86 ] {} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:53.383857 [ 261 ] {eaf1ce50-40d4-4906-98e3-a13d21e0cfe4} executeQuery: Read 950 rows, 57.24 KiB in 0.001421 sec., 668543.2793807178 rows/sec., 39.33 MiB/sec. 2026.05.04 23:28:53.383861 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:53.383894 [ 261 ] {eaf1ce50-40d4-4906-98e3-a13d21e0cfe4} TCPHandler: Processed in 0.001584805 sec. 2026.05.04 23:28:53.383957 [ 187 ] {3126b669-2532-4018-9226-a643a288c63f::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.04 23:28:53.384013 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:53.384084 [ 187 ] {3126b669-2532-4018-9226-a643a288c63f::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:28:53.384111 [ 261 ] {a924a009-d0fa-4369-8057-762627c2de6f} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.04 23:28:53.384126 [ 187 ] {3126b669-2532-4018-9226-a643a288c63f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 174 rows starting from the beginning of the part 2026.05.04 23:28:53.384155 [ 261 ] {a924a009-d0fa-4369-8057-762627c2de6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.04 23:28:53.384212 [ 187 ] {3126b669-2532-4018-9226-a643a288c63f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 149 rows starting from the beginning of the part 2026.05.04 23:28:53.384271 [ 187 ] {3126b669-2532-4018-9226-a643a288c63f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 950 rows starting from the beginning of the part 2026.05.04 23:28:53.384319 [ 187 ] {3126b669-2532-4018-9226-a643a288c63f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 149 rows starting from the beginning of the part 2026.05.04 23:28:53.384357 [ 187 ] {3126b669-2532-4018-9226-a643a288c63f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 149 rows starting from the beginning of the part 2026.05.04 23:28:53.384398 [ 187 ] {3126b669-2532-4018-9226-a643a288c63f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 950 rows starting from the beginning of the part 2026.05.04 23:28:53.384544 [ 261 ] {a924a009-d0fa-4369-8057-762627c2de6f} oximeter.fields_u64 (a721a268-d0af-4ac8-8f6c-f140022f8254): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:53.384585 [ 261 ] {a924a009-d0fa-4369-8057-762627c2de6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:53.384903 [ 261 ] {a924a009-d0fa-4369-8057-762627c2de6f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.04 23:28:53.385132 [ 261 ] {a924a009-d0fa-4369-8057-762627c2de6f} oximeter.fields_u64 (a721a268-d0af-4ac8-8f6c-f140022f8254): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:53.385261 [ 261 ] {a924a009-d0fa-4369-8057-762627c2de6f} executeQuery: Read 1 rows, 72.00 B in 0.001169 sec., 855.4319931565441 rows/sec., 60.15 KiB/sec. 2026.05.04 23:28:53.385298 [ 261 ] {a924a009-d0fa-4369-8057-762627c2de6f} TCPHandler: Processed in 0.001336938 sec. 2026.05.04 23:28:53.385410 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:53.385504 [ 261 ] {4f80b7f9-15be-478a-850a-598b686c5b9f} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.04 23:28:53.385543 [ 261 ] {4f80b7f9-15be-478a-850a-598b686c5b9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.04 23:28:53.385622 [ 198 ] {3126b669-2532-4018-9226-a643a288c63f::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2521 rows, containing 5 columns (5 merged, 0 gathered) in 0.001709749 sec., 1474485.4361663612 rows/sec., 94.73 MiB/sec. 2026.05.04 23:28:53.385776 [ 187 ] {3126b669-2532-4018-9226-a643a288c63f::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.04 23:28:53.385969 [ 261 ] {4f80b7f9-15be-478a-850a-598b686c5b9f} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:53.386011 [ 261 ] {4f80b7f9-15be-478a-850a-598b686c5b9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:53.386025 [ 187 ] {3126b669-2532-4018-9226-a643a288c63f::all_1_11_2} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:53.386112 [ 187 ] {3126b669-2532-4018-9226-a643a288c63f::all_1_11_2} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.04 23:28:53.386180 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.05.04 23:28:53.386335 [ 261 ] {4f80b7f9-15be-478a-850a-598b686c5b9f} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.04 23:28:53.386550 [ 261 ] {4f80b7f9-15be-478a-850a-598b686c5b9f} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:53.386639 [ 86 ] {} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.04 23:28:53.386661 [ 86 ] {} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:53.386676 [ 261 ] {4f80b7f9-15be-478a-850a-598b686c5b9f} executeQuery: Read 148 rows, 8.62 KiB in 0.001191 sec., 124265.32325776658 rows/sec., 7.07 MiB/sec. 2026.05.04 23:28:53.386677 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:53.386713 [ 261 ] {4f80b7f9-15be-478a-850a-598b686c5b9f} TCPHandler: Processed in 0.001353149 sec. 2026.05.04 23:28:53.386754 [ 197 ] {d711cbc1-5fd6-426d-8563-7d40ffdca89c::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.04 23:28:53.386831 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:53.386842 [ 197 ] {d711cbc1-5fd6-426d-8563-7d40ffdca89c::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:28:53.386882 [ 197 ] {d711cbc1-5fd6-426d-8563-7d40ffdca89c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 160 rows starting from the beginning of the part 2026.05.04 23:28:53.386930 [ 197 ] {d711cbc1-5fd6-426d-8563-7d40ffdca89c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 148 rows starting from the beginning of the part 2026.05.04 23:28:53.386932 [ 261 ] {5454a036-63a3-4eb9-981f-bd1ab04a8ce1} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:28:53.386972 [ 197 ] {d711cbc1-5fd6-426d-8563-7d40ffdca89c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 148 rows starting from the beginning of the part 2026.05.04 23:28:53.386983 [ 261 ] {5454a036-63a3-4eb9-981f-bd1ab04a8ce1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:28:53.387026 [ 197 ] {d711cbc1-5fd6-426d-8563-7d40ffdca89c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 148 rows starting from the beginning of the part 2026.05.04 23:28:53.387066 [ 197 ] {d711cbc1-5fd6-426d-8563-7d40ffdca89c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 148 rows starting from the beginning of the part 2026.05.04 23:28:53.387097 [ 197 ] {d711cbc1-5fd6-426d-8563-7d40ffdca89c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 148 rows starting from the beginning of the part 2026.05.04 23:28:53.387829 [ 198 ] {d711cbc1-5fd6-426d-8563-7d40ffdca89c::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 900 rows, containing 5 columns (5 merged, 0 gathered) in 0.001164623 sec., 772782.2651622026 rows/sec., 47.10 MiB/sec. 2026.05.04 23:28:53.387862 [ 261 ] {5454a036-63a3-4eb9-981f-bd1ab04a8ce1} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:53.387964 [ 261 ] {5454a036-63a3-4eb9-981f-bd1ab04a8ce1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:53.388005 [ 197 ] {d711cbc1-5fd6-426d-8563-7d40ffdca89c::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.04 23:28:53.388285 [ 197 ] {d711cbc1-5fd6-426d-8563-7d40ffdca89c::all_1_11_2} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:53.388355 [ 197 ] {d711cbc1-5fd6-426d-8563-7d40ffdca89c::all_1_11_2} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.04 23:28:53.388393 [ 261 ] {5454a036-63a3-4eb9-981f-bd1ab04a8ce1} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.04 23:28:53.388416 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.05.04 23:28:53.388620 [ 261 ] {5454a036-63a3-4eb9-981f-bd1ab04a8ce1} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:53.388754 [ 261 ] {5454a036-63a3-4eb9-981f-bd1ab04a8ce1} executeQuery: Read 1748 rows, 120.74 KiB in 0.001838 sec., 951033.7323177367 rows/sec., 64.15 MiB/sec. 2026.05.04 23:28:53.388791 [ 261 ] {5454a036-63a3-4eb9-981f-bd1ab04a8ce1} TCPHandler: Processed in 0.002010217 sec. 2026.05.04 23:28:53.388911 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:53.389006 [ 261 ] {7eec7e01-cb8b-473f-abc0-f5203031974b} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.04 23:28:53.389046 [ 261 ] {7eec7e01-cb8b-473f-abc0-f5203031974b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.04 23:28:53.389374 [ 261 ] {7eec7e01-cb8b-473f-abc0-f5203031974b} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:53.389409 [ 261 ] {7eec7e01-cb8b-473f-abc0-f5203031974b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:53.389720 [ 261 ] {7eec7e01-cb8b-473f-abc0-f5203031974b} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.04 23:28:53.389930 [ 261 ] {7eec7e01-cb8b-473f-abc0-f5203031974b} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:53.390015 [ 86 ] {} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.05.04 23:28:53.390038 [ 86 ] {} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:53.390053 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:53.390057 [ 261 ] {7eec7e01-cb8b-473f-abc0-f5203031974b} executeQuery: Read 6 rows, 321.00 B in 0.00107 sec., 5607.476635514019 rows/sec., 292.97 KiB/sec. 2026.05.04 23:28:53.390095 [ 261 ] {7eec7e01-cb8b-473f-abc0-f5203031974b} TCPHandler: Processed in 0.001235055 sec. 2026.05.04 23:28:53.390127 [ 200 ] {cf00efd9-7015-4cce-810e-3005bcd6f745::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2026.05.04 23:28:53.390208 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:53.390241 [ 200 ] {cf00efd9-7015-4cce-810e-3005bcd6f745::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:28:53.390276 [ 200 ] {cf00efd9-7015-4cce-810e-3005bcd6f745::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 30 rows starting from the beginning of the part 2026.05.04 23:28:53.390307 [ 261 ] {bdc394b3-92be-4c89-a3ca-fa2cf182fea1} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:28:53.390330 [ 200 ] {cf00efd9-7015-4cce-810e-3005bcd6f745::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2026.05.04 23:28:53.390355 [ 261 ] {bdc394b3-92be-4c89-a3ca-fa2cf182fea1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:28:53.390386 [ 200 ] {cf00efd9-7015-4cce-810e-3005bcd6f745::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part 2026.05.04 23:28:53.390448 [ 200 ] {cf00efd9-7015-4cce-810e-3005bcd6f745::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2026.05.04 23:28:53.390492 [ 200 ] {cf00efd9-7015-4cce-810e-3005bcd6f745::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2026.05.04 23:28:53.390536 [ 200 ] {cf00efd9-7015-4cce-810e-3005bcd6f745::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part 2026.05.04 23:28:53.391074 [ 261 ] {bdc394b3-92be-4c89-a3ca-fa2cf182fea1} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:53.391116 [ 261 ] {bdc394b3-92be-4c89-a3ca-fa2cf182fea1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:53.391363 [ 198 ] {cf00efd9-7015-4cce-810e-3005bcd6f745::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 4 columns (4 merged, 0 gathered) in 0.001272266 sec., 47159.9492558946 rows/sec., 2.41 MiB/sec. 2026.05.04 23:28:53.391503 [ 197 ] {cf00efd9-7015-4cce-810e-3005bcd6f745::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.05.04 23:28:53.391559 [ 261 ] {bdc394b3-92be-4c89-a3ca-fa2cf182fea1} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.04 23:28:53.391823 [ 197 ] {cf00efd9-7015-4cce-810e-3005bcd6f745::all_1_10_2} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:53.391854 [ 261 ] {bdc394b3-92be-4c89-a3ca-fa2cf182fea1} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:53.391906 [ 197 ] {cf00efd9-7015-4cce-810e-3005bcd6f745::all_1_10_2} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.05.04 23:28:53.391984 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.05.04 23:28:53.392004 [ 261 ] {bdc394b3-92be-4c89-a3ca-fa2cf182fea1} executeQuery: Read 1602 rows, 99.59 KiB in 0.001715 sec., 934110.7871720117 rows/sec., 56.71 MiB/sec. 2026.05.04 23:28:53.392046 [ 261 ] {bdc394b3-92be-4c89-a3ca-fa2cf182fea1} TCPHandler: Processed in 0.001889774 sec. 2026.05.04 23:28:53.392159 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:53.392254 [ 261 ] {5ee4d4fb-c8ca-4b98-834c-1cdcbcebdba1} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.04 23:28:53.392297 [ 261 ] {5ee4d4fb-c8ca-4b98-834c-1cdcbcebdba1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.04 23:28:53.392613 [ 261 ] {5ee4d4fb-c8ca-4b98-834c-1cdcbcebdba1} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:53.392649 [ 261 ] {5ee4d4fb-c8ca-4b98-834c-1cdcbcebdba1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:53.392953 [ 261 ] {5ee4d4fb-c8ca-4b98-834c-1cdcbcebdba1} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.04 23:28:53.393166 [ 261 ] {5ee4d4fb-c8ca-4b98-834c-1cdcbcebdba1} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:53.393294 [ 261 ] {5ee4d4fb-c8ca-4b98-834c-1cdcbcebdba1} executeQuery: Read 1 rows, 69.00 B in 0.001058 sec., 945.179584120983 rows/sec., 63.69 KiB/sec. 2026.05.04 23:28:53.393331 [ 261 ] {5ee4d4fb-c8ca-4b98-834c-1cdcbcebdba1} TCPHandler: Processed in 0.001221275 sec. 2026.05.04 23:28:53.393453 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:53.393546 [ 261 ] {91175fe7-51a9-471a-a4cd-2fc15becf5e9} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:28:53.393599 [ 261 ] {91175fe7-51a9-471a-a4cd-2fc15becf5e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:28:53.394391 [ 261 ] {91175fe7-51a9-471a-a4cd-2fc15becf5e9} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:53.394428 [ 261 ] {91175fe7-51a9-471a-a4cd-2fc15becf5e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:53.394987 [ 261 ] {91175fe7-51a9-471a-a4cd-2fc15becf5e9} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.04 23:28:53.395225 [ 261 ] {91175fe7-51a9-471a-a4cd-2fc15becf5e9} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:53.395362 [ 261 ] {91175fe7-51a9-471a-a4cd-2fc15becf5e9} executeQuery: Read 41 rows, 75.23 KiB in 0.001833 sec., 22367.70321876705 rows/sec., 40.08 MiB/sec. 2026.05.04 23:28:53.395422 [ 261 ] {91175fe7-51a9-471a-a4cd-2fc15becf5e9} TCPHandler: Processed in 0.002018417 sec. 2026.05.04 23:28:53.395553 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:53.395648 [ 261 ] {d42eb42d-8223-4e09-8b04-9130dd1f4e76} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:28:53.395689 [ 261 ] {d42eb42d-8223-4e09-8b04-9130dd1f4e76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:28:53.396020 [ 261 ] {d42eb42d-8223-4e09-8b04-9130dd1f4e76} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:53.396056 [ 261 ] {d42eb42d-8223-4e09-8b04-9130dd1f4e76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.04 23:28:53.396360 [ 261 ] {d42eb42d-8223-4e09-8b04-9130dd1f4e76} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.04 23:28:53.396570 [ 261 ] {d42eb42d-8223-4e09-8b04-9130dd1f4e76} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:53.396698 [ 261 ] {d42eb42d-8223-4e09-8b04-9130dd1f4e76} executeQuery: Read 42 rows, 2.45 KiB in 0.001069 sec., 39289.055191768006 rows/sec., 2.24 MiB/sec. 2026.05.04 23:28:53.396734 [ 261 ] {d42eb42d-8223-4e09-8b04-9130dd1f4e76} TCPHandler: Processed in 0.001231695 sec. 2026.05.04 23:28:58.091619 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:58.091879 [ 261 ] {61258040-986d-49d6-bb0d-01712cde2654} executeQuery: (from [fd00:1122:3344:101::d]:39097) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:28:58.092235 [ 261 ] {61258040-986d-49d6-bb0d-01712cde2654} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:28:58.092275 [ 261 ] {61258040-986d-49d6-bb0d-01712cde2654} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:28:58.092486 [ 261 ] {61258040-986d-49d6-bb0d-01712cde2654} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:28:58.092552 [ 261 ] {61258040-986d-49d6-bb0d-01712cde2654} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:28:58.092688 [ 261 ] {61258040-986d-49d6-bb0d-01712cde2654} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.04 23:28:58.092723 [ 261 ] {61258040-986d-49d6-bb0d-01712cde2654} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.04 23:28:58.092745 [ 261 ] {61258040-986d-49d6-bb0d-01712cde2654} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.04 23:28:58.092760 [ 261 ] {61258040-986d-49d6-bb0d-01712cde2654} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:28:58.092799 [ 261 ] {61258040-986d-49d6-bb0d-01712cde2654} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:28:58.092818 [ 261 ] {61258040-986d-49d6-bb0d-01712cde2654} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 51 rows starting from 0 2026.05.04 23:28:58.093882 [ 261 ] {61258040-986d-49d6-bb0d-01712cde2654} executeQuery: Read 51 rows, 12.37 KiB in 0.002102 sec., 24262.607040913415 rows/sec., 5.74 MiB/sec. 2026.05.04 23:28:58.093945 [ 261 ] {61258040-986d-49d6-bb0d-01712cde2654} TCPHandler: Processed in 0.002467821 sec. 2026.05.04 23:28:58.095484 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:58.095589 [ 261 ] {5f211083-7e1a-4e88-8f2e-4a386c7c63d1} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:28:58.095629 [ 261 ] {5f211083-7e1a-4e88-8f2e-4a386c7c63d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:28:58.096141 [ 261 ] {5f211083-7e1a-4e88-8f2e-4a386c7c63d1} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:58.096178 [ 261 ] {5f211083-7e1a-4e88-8f2e-4a386c7c63d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:28:58.096535 [ 261 ] {5f211083-7e1a-4e88-8f2e-4a386c7c63d1} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.04 23:28:58.096762 [ 261 ] {5f211083-7e1a-4e88-8f2e-4a386c7c63d1} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:58.096905 [ 261 ] {5f211083-7e1a-4e88-8f2e-4a386c7c63d1} executeQuery: Read 56 rows, 4.41 KiB in 0.001346 sec., 41604.75482912333 rows/sec., 3.20 MiB/sec. 2026.05.04 23:28:58.096943 [ 261 ] {5f211083-7e1a-4e88-8f2e-4a386c7c63d1} TCPHandler: Processed in 0.001506693 sec. 2026.05.04 23:28:58.097081 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:58.097172 [ 261 ] {937307dc-bf3d-4478-a5ee-5d97e00d53e2} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:28:58.097210 [ 261 ] {937307dc-bf3d-4478-a5ee-5d97e00d53e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:28:58.097631 [ 261 ] {937307dc-bf3d-4478-a5ee-5d97e00d53e2} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:58.097667 [ 261 ] {937307dc-bf3d-4478-a5ee-5d97e00d53e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:28:58.097969 [ 261 ] {937307dc-bf3d-4478-a5ee-5d97e00d53e2} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.04 23:28:58.098181 [ 261 ] {937307dc-bf3d-4478-a5ee-5d97e00d53e2} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:58.098303 [ 261 ] {937307dc-bf3d-4478-a5ee-5d97e00d53e2} executeQuery: Read 64 rows, 5.12 KiB in 0.001149 sec., 55700.6092254134 rows/sec., 4.35 MiB/sec. 2026.05.04 23:28:58.098350 [ 261 ] {937307dc-bf3d-4478-a5ee-5d97e00d53e2} TCPHandler: Processed in 0.001323858 sec. 2026.05.04 23:28:58.098487 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:58.098586 [ 261 ] {9514a156-54c2-4ca7-b059-52d53d6a953d} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:28:58.098626 [ 261 ] {9514a156-54c2-4ca7-b059-52d53d6a953d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:28:58.099007 [ 261 ] {9514a156-54c2-4ca7-b059-52d53d6a953d} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:58.099042 [ 261 ] {9514a156-54c2-4ca7-b059-52d53d6a953d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:28:58.099354 [ 261 ] {9514a156-54c2-4ca7-b059-52d53d6a953d} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.04 23:28:58.099567 [ 261 ] {9514a156-54c2-4ca7-b059-52d53d6a953d} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:58.099691 [ 261 ] {9514a156-54c2-4ca7-b059-52d53d6a953d} executeQuery: Read 128 rows, 9.13 KiB in 0.001123 sec., 113980.40961709706 rows/sec., 7.94 MiB/sec. 2026.05.04 23:28:58.099734 [ 261 ] {9514a156-54c2-4ca7-b059-52d53d6a953d} TCPHandler: Processed in 0.001293837 sec. 2026.05.04 23:28:58.099862 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:28:58.099954 [ 261 ] {cc046660-bd48-4b91-983a-73a14c62cab5} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:28:58.099993 [ 261 ] {cc046660-bd48-4b91-983a-73a14c62cab5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:28:58.100313 [ 261 ] {cc046660-bd48-4b91-983a-73a14c62cab5} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:58.100347 [ 261 ] {cc046660-bd48-4b91-983a-73a14c62cab5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:28:58.100643 [ 261 ] {cc046660-bd48-4b91-983a-73a14c62cab5} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.04 23:28:58.100858 [ 261 ] {cc046660-bd48-4b91-983a-73a14c62cab5} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:58.100984 [ 261 ] {cc046660-bd48-4b91-983a-73a14c62cab5} executeQuery: Read 48 rows, 3.31 KiB in 0.001048 sec., 45801.526717557244 rows/sec., 3.09 MiB/sec. 2026.05.04 23:28:58.101018 [ 261 ] {cc046660-bd48-4b91-983a-73a14c62cab5} TCPHandler: Processed in 0.001211204 sec. 2026.05.04 23:28:59.303443 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10095 2026.05.04 23:28:59.304045 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:59.304084 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:28:59.304553 [ 245 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.04 23:28:59.304783 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:59.304902 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10095 2026.05.04 23:28:59.304905 [ 76 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.04 23:28:59.304977 [ 76 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:59.304998 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:28:59.305094 [ 189 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.05.04 23:28:59.305188 [ 189 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:28:59.305228 [ 189 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7663 rows starting from the beginning of the part 2026.05.04 23:28:59.305287 [ 189 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 512 rows starting from the beginning of the part 2026.05.04 23:28:59.305330 [ 189 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 448 rows starting from the beginning of the part 2026.05.04 23:28:59.305368 [ 189 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 512 rows starting from the beginning of the part 2026.05.04 23:28:59.305405 [ 189 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 448 rows starting from the beginning of the part 2026.05.04 23:28:59.305441 [ 189 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 512 rows starting from the beginning of the part 2026.05.04 23:28:59.307100 [ 198 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10095 rows, containing 4 columns (4 merged, 0 gathered) in 0.002019068 sec., 4999831.605473416 rows/sec., 71.52 MiB/sec. 2026.05.04 23:28:59.307324 [ 189 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.04 23:28:59.307564 [ 189 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_21_4} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:59.307623 [ 189 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_21_4} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.04 23:28:59.307703 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2026.05.04 23:28:59.818228 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2026.05.04 23:28:59.836104 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:59.836165 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:28:59.841742 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.04 23:28:59.842428 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:59.842743 [ 75 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.04 23:28:59.842837 [ 75 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:28:59.842872 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:28:59.843024 [ 199 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.05.04 23:28:59.845543 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2026.05.04 23:28:59.847088 [ 199 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:28:59.848486 [ 199 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part 2026.05.04 23:28:59.853060 [ 199 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 7 rows starting from the beginning of the part 2026.05.04 23:28:59.857569 [ 199 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part 2026.05.04 23:28:59.861953 [ 199 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part 2026.05.04 23:28:59.866222 [ 199 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part 2026.05.04 23:28:59.870559 [ 199 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part 2026.05.04 23:28:59.922252 [ 189 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.079291093 sec., 2005.2693686540554 rows/sec., 10.37 MiB/sec. 2026.05.04 23:28:59.924962 [ 198 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.04 23:28:59.926934 [ 198 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_21_4} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:28:59.927010 [ 198 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_21_4} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.04 23:28:59.929146 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.05.04 23:29:00.000228 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 247.96 MiB, peak 258.52 MiB, free memory in arenas 0.00 B, will set to 253.57 MiB (RSS), difference: 5.60 MiB 2026.05.04 23:29:01.826974 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 660 2026.05.04 23:29:01.829696 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:01.829755 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:29:01.831066 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.04 23:29:01.831351 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:01.831718 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 660 2026.05.04 23:29:03.093745 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:03.093985 [ 261 ] {1026a8aa-5eb7-45e2-b5cd-24a95b5f750c} executeQuery: (from [fd00:1122:3344:101::d]:39097) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:29:03.094346 [ 261 ] {1026a8aa-5eb7-45e2-b5cd-24a95b5f750c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:29:03.094387 [ 261 ] {1026a8aa-5eb7-45e2-b5cd-24a95b5f750c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:29:03.094603 [ 261 ] {1026a8aa-5eb7-45e2-b5cd-24a95b5f750c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:29:03.094670 [ 261 ] {1026a8aa-5eb7-45e2-b5cd-24a95b5f750c} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:29:03.094808 [ 261 ] {1026a8aa-5eb7-45e2-b5cd-24a95b5f750c} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.04 23:29:03.094843 [ 261 ] {1026a8aa-5eb7-45e2-b5cd-24a95b5f750c} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.04 23:29:03.094865 [ 261 ] {1026a8aa-5eb7-45e2-b5cd-24a95b5f750c} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.04 23:29:03.094880 [ 261 ] {1026a8aa-5eb7-45e2-b5cd-24a95b5f750c} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:29:03.094917 [ 261 ] {1026a8aa-5eb7-45e2-b5cd-24a95b5f750c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:29:03.094937 [ 261 ] {1026a8aa-5eb7-45e2-b5cd-24a95b5f750c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 51 rows starting from 0 2026.05.04 23:29:03.095855 [ 261 ] {1026a8aa-5eb7-45e2-b5cd-24a95b5f750c} executeQuery: Read 51 rows, 12.37 KiB in 0.00197 sec., 25888.324873096448 rows/sec., 6.13 MiB/sec. 2026.05.04 23:29:03.095922 [ 261 ] {1026a8aa-5eb7-45e2-b5cd-24a95b5f750c} TCPHandler: Processed in 0.002307795 sec. 2026.05.04 23:29:03.097777 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:03.097977 [ 261 ] {c988dde4-5e9f-435b-8c0d-f43a187ca4df} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:29:03.098054 [ 261 ] {c988dde4-5e9f-435b-8c0d-f43a187ca4df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:29:03.098679 [ 261 ] {c988dde4-5e9f-435b-8c0d-f43a187ca4df} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:03.098717 [ 261 ] {c988dde4-5e9f-435b-8c0d-f43a187ca4df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:29:03.099068 [ 261 ] {c988dde4-5e9f-435b-8c0d-f43a187ca4df} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.04 23:29:03.099297 [ 261 ] {c988dde4-5e9f-435b-8c0d-f43a187ca4df} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:03.099431 [ 72 ] {} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.04 23:29:03.099442 [ 261 ] {c988dde4-5e9f-435b-8c0d-f43a187ca4df} executeQuery: Read 78 rows, 6.61 KiB in 0.001523 sec., 51214.707813525936 rows/sec., 4.24 MiB/sec. 2026.05.04 23:29:03.099518 [ 72 ] {} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:03.099531 [ 261 ] {c988dde4-5e9f-435b-8c0d-f43a187ca4df} TCPHandler: Processed in 0.001852772 sec. 2026.05.04 23:29:03.099550 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:29:03.099656 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:03.099685 [ 193 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.05.04 23:29:03.099754 [ 261 ] {586b60ad-784b-4dcb-9fa7-6a42185c01b8} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:29:03.099798 [ 261 ] {586b60ad-784b-4dcb-9fa7-6a42185c01b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:29:03.099839 [ 193 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:29:03.099883 [ 193 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 3361 rows starting from the beginning of the part 2026.05.04 23:29:03.099957 [ 193 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 861 rows starting from the beginning of the part 2026.05.04 23:29:03.100011 [ 193 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 78 rows starting from the beginning of the part 2026.05.04 23:29:03.100062 [ 193 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 3207 rows starting from the beginning of the part 2026.05.04 23:29:03.100110 [ 193 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 56 rows starting from the beginning of the part 2026.05.04 23:29:03.100162 [ 193 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 78 rows starting from the beginning of the part 2026.05.04 23:29:03.100181 [ 261 ] {586b60ad-784b-4dcb-9fa7-6a42185c01b8} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:03.100222 [ 261 ] {586b60ad-784b-4dcb-9fa7-6a42185c01b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:29:03.100693 [ 261 ] {586b60ad-784b-4dcb-9fa7-6a42185c01b8} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.04 23:29:03.100913 [ 261 ] {586b60ad-784b-4dcb-9fa7-6a42185c01b8} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:03.101045 [ 261 ] {586b60ad-784b-4dcb-9fa7-6a42185c01b8} executeQuery: Read 11 rows, 847.00 B in 0.00131 sec., 8396.946564885497 rows/sec., 631.41 KiB/sec. 2026.05.04 23:29:03.101082 [ 261 ] {586b60ad-784b-4dcb-9fa7-6a42185c01b8} TCPHandler: Processed in 0.001474182 sec. 2026.05.04 23:29:03.101194 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:03.101286 [ 261 ] {8d6462a2-550a-4452-aee3-73ad49b85015} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:29:03.101324 [ 261 ] {8d6462a2-550a-4452-aee3-73ad49b85015} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:29:03.101724 [ 261 ] {8d6462a2-550a-4452-aee3-73ad49b85015} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:03.101760 [ 261 ] {8d6462a2-550a-4452-aee3-73ad49b85015} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:29:03.102091 [ 261 ] {8d6462a2-550a-4452-aee3-73ad49b85015} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.04 23:29:03.102298 [ 261 ] {8d6462a2-550a-4452-aee3-73ad49b85015} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:03.102398 [ 72 ] {} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.04 23:29:03.102422 [ 261 ] {8d6462a2-550a-4452-aee3-73ad49b85015} executeQuery: Read 75 rows, 6.00 KiB in 0.001154 sec., 64991.33448873483 rows/sec., 5.07 MiB/sec. 2026.05.04 23:29:03.102430 [ 72 ] {} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:03.102462 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:29:03.102466 [ 261 ] {8d6462a2-550a-4452-aee3-73ad49b85015} TCPHandler: Processed in 0.001319727 sec. 2026.05.04 23:29:03.102548 [ 198 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.05.04 23:29:03.102589 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:03.102634 [ 198 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:29:03.102663 [ 198 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1831 rows starting from the beginning of the part 2026.05.04 23:29:03.102681 [ 261 ] {a3299658-d1a1-4598-b260-b25906bfc1e7} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:29:03.102716 [ 198 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 522 rows starting from the beginning of the part 2026.05.04 23:29:03.102722 [ 261 ] {a3299658-d1a1-4598-b260-b25906bfc1e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:29:03.102759 [ 198 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 75 rows starting from the beginning of the part 2026.05.04 23:29:03.102798 [ 198 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1748 rows starting from the beginning of the part 2026.05.04 23:29:03.102833 [ 198 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 64 rows starting from the beginning of the part 2026.05.04 23:29:03.102870 [ 198 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 75 rows starting from the beginning of the part 2026.05.04 23:29:03.102972 [ 195 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 7641 rows, containing 5 columns (5 merged, 0 gathered) in 0.003347106 sec., 2282867.6474542487 rows/sec., 181.70 MiB/sec. 2026.05.04 23:29:03.103124 [ 261 ] {a3299658-d1a1-4598-b260-b25906bfc1e7} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:03.103162 [ 261 ] {a3299658-d1a1-4598-b260-b25906bfc1e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:29:03.103362 [ 189 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.04 23:29:03.103588 [ 261 ] {a3299658-d1a1-4598-b260-b25906bfc1e7} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.04 23:29:03.103668 [ 189 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_31_6} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:03.103762 [ 189 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_31_6} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.04 23:29:03.103838 [ 261 ] {a3299658-d1a1-4598-b260-b25906bfc1e7} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:03.103855 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB. 2026.05.04 23:29:03.103948 [ 72 ] {} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.04 23:29:03.103974 [ 261 ] {a3299658-d1a1-4598-b260-b25906bfc1e7} executeQuery: Read 160 rows, 11.41 KiB in 0.001311 sec., 122044.24103737604 rows/sec., 8.50 MiB/sec. 2026.05.04 23:29:03.103978 [ 72 ] {} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:03.104013 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:29:03.104017 [ 261 ] {a3299658-d1a1-4598-b260-b25906bfc1e7} TCPHandler: Processed in 0.001475482 sec. 2026.05.04 23:29:03.104090 [ 186 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.05.04 23:29:03.104153 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:03.104185 [ 186 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:29:03.104213 [ 186 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 10324 rows starting from the beginning of the part 2026.05.04 23:29:03.104264 [ 186 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 265 rows starting from the beginning of the part 2026.05.04 23:29:03.104274 [ 261 ] {6fa4bce9-7305-42d0-8861-8f235988f877} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:29:03.104307 [ 186 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part 2026.05.04 23:29:03.104339 [ 261 ] {6fa4bce9-7305-42d0-8861-8f235988f877} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:29:03.104346 [ 186 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1602 rows starting from the beginning of the part 2026.05.04 23:29:03.104366 [ 189 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 4315 rows, containing 5 columns (5 merged, 0 gathered) in 0.001854533 sec., 2326731.3118720455 rows/sec., 168.64 MiB/sec. 2026.05.04 23:29:03.104388 [ 186 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 128 rows starting from the beginning of the part 2026.05.04 23:29:03.104430 [ 186 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part 2026.05.04 23:29:03.104686 [ 195 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.04 23:29:03.105051 [ 195 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_31_6} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:03.105093 [ 261 ] {6fa4bce9-7305-42d0-8861-8f235988f877} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:03.105137 [ 261 ] {6fa4bce9-7305-42d0-8861-8f235988f877} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:29:03.105156 [ 195 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_31_6} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.04 23:29:03.105282 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2026.05.04 23:29:03.105694 [ 261 ] {6fa4bce9-7305-42d0-8861-8f235988f877} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.04 23:29:03.105923 [ 261 ] {6fa4bce9-7305-42d0-8861-8f235988f877} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:03.106064 [ 261 ] {6fa4bce9-7305-42d0-8861-8f235988f877} executeQuery: Read 11 rows, 20.18 KiB in 0.001815 sec., 6060.606060606061 rows/sec., 10.86 MiB/sec. 2026.05.04 23:29:03.106118 [ 261 ] {6fa4bce9-7305-42d0-8861-8f235988f877} TCPHandler: Processed in 0.002027888 sec. 2026.05.04 23:29:03.106231 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:03.106325 [ 261 ] {d97b1777-c430-40a1-bff4-85299de9b408} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:29:03.106366 [ 261 ] {d97b1777-c430-40a1-bff4-85299de9b408} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:29:03.106698 [ 261 ] {d97b1777-c430-40a1-bff4-85299de9b408} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:03.106735 [ 261 ] {d97b1777-c430-40a1-bff4-85299de9b408} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:29:03.107038 [ 261 ] {d97b1777-c430-40a1-bff4-85299de9b408} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.04 23:29:03.107248 [ 261 ] {d97b1777-c430-40a1-bff4-85299de9b408} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:03.107349 [ 72 ] {} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.04 23:29:03.107377 [ 261 ] {d97b1777-c430-40a1-bff4-85299de9b408} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2026.05.04 23:29:03.107379 [ 72 ] {} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:03.107422 [ 261 ] {d97b1777-c430-40a1-bff4-85299de9b408} TCPHandler: Processed in 0.001242276 sec. 2026.05.04 23:29:03.107422 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:29:03.107520 [ 189 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.05.04 23:29:03.107628 [ 189 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:29:03.107660 [ 189 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1740 rows starting from the beginning of the part 2026.05.04 23:29:03.107723 [ 189 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 90 rows starting from the beginning of the part 2026.05.04 23:29:03.107774 [ 189 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part 2026.05.04 23:29:03.107819 [ 189 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 42 rows starting from the beginning of the part 2026.05.04 23:29:03.107861 [ 189 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 48 rows starting from the beginning of the part 2026.05.04 23:29:03.107902 [ 189 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part 2026.05.04 23:29:03.108396 [ 195 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 12639 rows, containing 5 columns (5 merged, 0 gathered) in 0.004339394 sec., 2912618.6744047673 rows/sec., 192.18 MiB/sec. 2026.05.04 23:29:03.108688 [ 194 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.04 23:29:03.108946 [ 194 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_31_6} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:03.108981 [ 191 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 2040 rows, containing 4 columns (4 merged, 0 gathered) in 0.001494702 sec., 1364820.5461690691 rows/sec., 89.08 MiB/sec. 2026.05.04 23:29:03.109016 [ 194 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_31_6} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.04 23:29:03.109085 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.35 MiB. 2026.05.04 23:29:03.109311 [ 191 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.04 23:29:03.109596 [ 191 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_31_6} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:03.109674 [ 191 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_31_6} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.04 23:29:03.109751 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.05.04 23:29:04.000185 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 254.13 MiB, peak 262.70 MiB, free memory in arenas 0.00 B, will set to 255.89 MiB (RSS), difference: 1.76 MiB 2026.05.04 23:29:04.040636 [ 71 ] {} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 2026.05.04 23:29:04.040725 [ 71 ] {} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:04.040761 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:29:04.040900 [ 195 ] {83540710-10e7-4c3b-a823-23d82fcd2e64::all_1_10_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full 2026.05.04 23:29:04.041073 [ 195 ] {83540710-10e7-4c3b-a823-23d82fcd2e64::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:29:04.041127 [ 195 ] {83540710-10e7-4c3b-a823-23d82fcd2e64::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 7 rows starting from the beginning of the part 2026.05.04 23:29:04.041227 [ 195 ] {83540710-10e7-4c3b-a823-23d82fcd2e64::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part 2026.05.04 23:29:04.041298 [ 195 ] {83540710-10e7-4c3b-a823-23d82fcd2e64::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2026.05.04 23:29:04.041366 [ 195 ] {83540710-10e7-4c3b-a823-23d82fcd2e64::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part 2026.05.04 23:29:04.041428 [ 195 ] {83540710-10e7-4c3b-a823-23d82fcd2e64::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part 2026.05.04 23:29:04.042184 [ 194 ] {83540710-10e7-4c3b-a823-23d82fcd2e64::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 11 rows, containing 4 columns (4 merged, 0 gathered) in 0.001341629 sec., 8198.987946742356 rows/sec., 549.56 KiB/sec. 2026.05.04 23:29:04.042411 [ 196 ] {83540710-10e7-4c3b-a823-23d82fcd2e64::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.05.04 23:29:04.042804 [ 196 ] {83540710-10e7-4c3b-a823-23d82fcd2e64::all_1_10_2} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:04.042900 [ 196 ] {83540710-10e7-4c3b-a823-23d82fcd2e64::all_1_10_2} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 2026.05.04 23:29:04.043003 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.05.04 23:29:06.720949 [ 65 ] {} DNSResolver: Updating DNS cache 2026.05.04 23:29:06.721042 [ 65 ] {} DNSResolver: Updated DNS cache 2026.05.04 23:29:06.805793 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10543 2026.05.04 23:29:06.806274 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:06.806312 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:29:06.806799 [ 245 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.04 23:29:06.807041 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:06.807183 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10543 2026.05.04 23:29:07.346407 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2026.05.04 23:29:07.361751 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:07.361810 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:29:07.367778 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.04 23:29:07.368476 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:07.371146 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2026.05.04 23:29:08.098291 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:08.098514 [ 261 ] {3884a085-9b8e-4bb8-947b-3431fa978bc4} executeQuery: (from [fd00:1122:3344:101::d]:39097) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.04 23:29:08.098868 [ 261 ] {3884a085-9b8e-4bb8-947b-3431fa978bc4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:29:08.098906 [ 261 ] {3884a085-9b8e-4bb8-947b-3431fa978bc4} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.05.04 23:29:08.099147 [ 261 ] {3884a085-9b8e-4bb8-947b-3431fa978bc4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:29:08.099217 [ 261 ] {3884a085-9b8e-4bb8-947b-3431fa978bc4} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:29:08.099359 [ 261 ] {3884a085-9b8e-4bb8-947b-3431fa978bc4} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.05.04 23:29:08.099395 [ 261 ] {3884a085-9b8e-4bb8-947b-3431fa978bc4} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.04 23:29:08.099417 [ 261 ] {3884a085-9b8e-4bb8-947b-3431fa978bc4} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.04 23:29:08.099432 [ 261 ] {3884a085-9b8e-4bb8-947b-3431fa978bc4} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:29:08.099472 [ 261 ] {3884a085-9b8e-4bb8-947b-3431fa978bc4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.04 23:29:08.099493 [ 261 ] {3884a085-9b8e-4bb8-947b-3431fa978bc4} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 51 rows starting from 0 2026.05.04 23:29:08.100478 [ 261 ] {3884a085-9b8e-4bb8-947b-3431fa978bc4} executeQuery: Read 51 rows, 12.37 KiB in 0.002059 sec., 24769.305488101018 rows/sec., 5.86 MiB/sec. 2026.05.04 23:29:08.100555 [ 261 ] {3884a085-9b8e-4bb8-947b-3431fa978bc4} TCPHandler: Processed in 0.002387598 sec. 2026.05.04 23:29:08.105815 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:08.105923 [ 261 ] {7622eed4-d2a7-4092-b21c-e6c2c367cd71} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.04 23:29:08.105968 [ 261 ] {7622eed4-d2a7-4092-b21c-e6c2c367cd71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.04 23:29:08.106540 [ 261 ] {7622eed4-d2a7-4092-b21c-e6c2c367cd71} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:08.106577 [ 261 ] {7622eed4-d2a7-4092-b21c-e6c2c367cd71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:29:08.106950 [ 261 ] {7622eed4-d2a7-4092-b21c-e6c2c367cd71} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.04 23:29:08.107179 [ 261 ] {7622eed4-d2a7-4092-b21c-e6c2c367cd71} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:08.107328 [ 261 ] {7622eed4-d2a7-4092-b21c-e6c2c367cd71} executeQuery: Read 284 rows, 18.47 KiB in 0.001436 sec., 197771.58774373258 rows/sec., 12.56 MiB/sec. 2026.05.04 23:29:08.107367 [ 261 ] {7622eed4-d2a7-4092-b21c-e6c2c367cd71} TCPHandler: Processed in 0.001604416 sec. 2026.05.04 23:29:08.107492 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:08.107591 [ 261 ] {fab3229b-bb49-49ac-afca-f16713f84d0b} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:29:08.107633 [ 261 ] {fab3229b-bb49-49ac-afca-f16713f84d0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:29:08.108407 [ 261 ] {fab3229b-bb49-49ac-afca-f16713f84d0b} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:08.108444 [ 261 ] {fab3229b-bb49-49ac-afca-f16713f84d0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:29:08.108808 [ 261 ] {fab3229b-bb49-49ac-afca-f16713f84d0b} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.04 23:29:08.109016 [ 261 ] {fab3229b-bb49-49ac-afca-f16713f84d0b} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:08.109148 [ 261 ] {fab3229b-bb49-49ac-afca-f16713f84d0b} executeQuery: Read 861 rows, 68.90 KiB in 0.001576 sec., 546319.7969543147 rows/sec., 42.69 MiB/sec. 2026.05.04 23:29:08.109184 [ 261 ] {fab3229b-bb49-49ac-afca-f16713f84d0b} TCPHandler: Processed in 0.00174242 sec. 2026.05.04 23:29:08.109302 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:08.109395 [ 261 ] {80dd3753-b876-4d7b-b1b3-4c90ebde4125} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:29:08.109436 [ 261 ] {80dd3753-b876-4d7b-b1b3-4c90ebde4125} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:29:08.109869 [ 261 ] {80dd3753-b876-4d7b-b1b3-4c90ebde4125} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:08.109906 [ 261 ] {80dd3753-b876-4d7b-b1b3-4c90ebde4125} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:29:08.110221 [ 261 ] {80dd3753-b876-4d7b-b1b3-4c90ebde4125} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.04 23:29:08.110429 [ 261 ] {80dd3753-b876-4d7b-b1b3-4c90ebde4125} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:08.110618 [ 261 ] {80dd3753-b876-4d7b-b1b3-4c90ebde4125} executeQuery: Read 174 rows, 10.95 KiB in 0.00124 sec., 140322.5806451613 rows/sec., 8.62 MiB/sec. 2026.05.04 23:29:08.110672 [ 261 ] {80dd3753-b876-4d7b-b1b3-4c90ebde4125} TCPHandler: Processed in 0.00142038 sec. 2026.05.04 23:29:08.110820 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:08.110937 [ 261 ] {1f8c093c-262c-4669-945c-b251ca2d0e7e} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.04 23:29:08.110987 [ 261 ] {1f8c093c-262c-4669-945c-b251ca2d0e7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.04 23:29:08.111488 [ 261 ] {1f8c093c-262c-4669-945c-b251ca2d0e7e} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:08.111526 [ 261 ] {1f8c093c-262c-4669-945c-b251ca2d0e7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:29:08.111851 [ 261 ] {1f8c093c-262c-4669-945c-b251ca2d0e7e} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.04 23:29:08.112067 [ 261 ] {1f8c093c-262c-4669-945c-b251ca2d0e7e} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:08.112201 [ 261 ] {1f8c093c-262c-4669-945c-b251ca2d0e7e} executeQuery: Read 149 rows, 9.86 KiB in 0.00129 sec., 115503.87596899226 rows/sec., 7.46 MiB/sec. 2026.05.04 23:29:08.112240 [ 261 ] {1f8c093c-262c-4669-945c-b251ca2d0e7e} TCPHandler: Processed in 0.001492493 sec. 2026.05.04 23:29:08.112359 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:08.112454 [ 261 ] {4d9d6656-d6e5-4ba6-9c3c-9b5fc33b60f4} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.04 23:29:08.112496 [ 261 ] {4d9d6656-d6e5-4ba6-9c3c-9b5fc33b60f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.04 23:29:08.112922 [ 261 ] {4d9d6656-d6e5-4ba6-9c3c-9b5fc33b60f4} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:08.112959 [ 261 ] {4d9d6656-d6e5-4ba6-9c3c-9b5fc33b60f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:29:08.113268 [ 261 ] {4d9d6656-d6e5-4ba6-9c3c-9b5fc33b60f4} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.04 23:29:08.113496 [ 261 ] {4d9d6656-d6e5-4ba6-9c3c-9b5fc33b60f4} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:08.113627 [ 261 ] {4d9d6656-d6e5-4ba6-9c3c-9b5fc33b60f4} executeQuery: Read 148 rows, 8.62 KiB in 0.001191 sec., 124265.32325776658 rows/sec., 7.07 MiB/sec. 2026.05.04 23:29:08.113665 [ 261 ] {4d9d6656-d6e5-4ba6-9c3c-9b5fc33b60f4} TCPHandler: Processed in 0.001359799 sec. 2026.05.04 23:29:08.113783 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:08.113876 [ 261 ] {6aab6ac6-9b9c-4a2c-b44a-07bc0b066269} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:29:08.113917 [ 261 ] {6aab6ac6-9b9c-4a2c-b44a-07bc0b066269} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:29:08.114504 [ 261 ] {6aab6ac6-9b9c-4a2c-b44a-07bc0b066269} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:08.114541 [ 261 ] {6aab6ac6-9b9c-4a2c-b44a-07bc0b066269} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:29:08.114865 [ 261 ] {6aab6ac6-9b9c-4a2c-b44a-07bc0b066269} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.04 23:29:08.115071 [ 261 ] {6aab6ac6-9b9c-4a2c-b44a-07bc0b066269} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:08.115203 [ 261 ] {6aab6ac6-9b9c-4a2c-b44a-07bc0b066269} executeQuery: Read 522 rows, 37.74 KiB in 0.001345 sec., 388104.0892193308 rows/sec., 27.40 MiB/sec. 2026.05.04 23:29:08.115243 [ 261 ] {6aab6ac6-9b9c-4a2c-b44a-07bc0b066269} TCPHandler: Processed in 0.001510133 sec. 2026.05.04 23:29:08.115356 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:08.115461 [ 261 ] {95e3fa16-1246-4e63-bbee-46370c9426f1} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.04 23:29:08.115504 [ 261 ] {95e3fa16-1246-4e63-bbee-46370c9426f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.04 23:29:08.115842 [ 261 ] {95e3fa16-1246-4e63-bbee-46370c9426f1} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:08.115878 [ 261 ] {95e3fa16-1246-4e63-bbee-46370c9426f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:29:08.116177 [ 261 ] {95e3fa16-1246-4e63-bbee-46370c9426f1} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.04 23:29:08.116386 [ 261 ] {95e3fa16-1246-4e63-bbee-46370c9426f1} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:08.116520 [ 261 ] {95e3fa16-1246-4e63-bbee-46370c9426f1} executeQuery: Read 6 rows, 321.00 B in 0.001077 sec., 5571.030640668523 rows/sec., 291.06 KiB/sec. 2026.05.04 23:29:08.116558 [ 261 ] {95e3fa16-1246-4e63-bbee-46370c9426f1} TCPHandler: Processed in 0.001251865 sec. 2026.05.04 23:29:08.116676 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:08.116774 [ 261 ] {513a17b4-309b-431d-a513-420e01a22bfa} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:29:08.116818 [ 261 ] {513a17b4-309b-431d-a513-420e01a22bfa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:29:08.117228 [ 261 ] {513a17b4-309b-431d-a513-420e01a22bfa} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:08.117265 [ 261 ] {513a17b4-309b-431d-a513-420e01a22bfa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:29:08.117607 [ 261 ] {513a17b4-309b-431d-a513-420e01a22bfa} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.04 23:29:08.117817 [ 261 ] {513a17b4-309b-431d-a513-420e01a22bfa} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:08.117947 [ 261 ] {513a17b4-309b-431d-a513-420e01a22bfa} executeQuery: Read 265 rows, 18.03 KiB in 0.001191 sec., 222502.0990764064 rows/sec., 14.79 MiB/sec. 2026.05.04 23:29:08.117983 [ 261 ] {513a17b4-309b-431d-a513-420e01a22bfa} TCPHandler: Processed in 0.001361049 sec. 2026.05.04 23:29:08.118109 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:08.118200 [ 261 ] {42781b1d-a5b4-4410-8a14-e76782a08e8a} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.04 23:29:08.118241 [ 261 ] {42781b1d-a5b4-4410-8a14-e76782a08e8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.04 23:29:08.118571 [ 261 ] {42781b1d-a5b4-4410-8a14-e76782a08e8a} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:08.118606 [ 261 ] {42781b1d-a5b4-4410-8a14-e76782a08e8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:29:08.118905 [ 261 ] {42781b1d-a5b4-4410-8a14-e76782a08e8a} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.04 23:29:08.119119 [ 261 ] {42781b1d-a5b4-4410-8a14-e76782a08e8a} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:08.119255 [ 261 ] {42781b1d-a5b4-4410-8a14-e76782a08e8a} executeQuery: Read 1 rows, 69.00 B in 0.001072 sec., 932.8358208955224 rows/sec., 62.86 KiB/sec. 2026.05.04 23:29:08.119302 [ 261 ] {42781b1d-a5b4-4410-8a14-e76782a08e8a} TCPHandler: Processed in 0.001241686 sec. 2026.05.04 23:29:08.119434 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:08.119536 [ 261 ] {965ef864-539e-4112-ade0-d76b64b2e294} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:29:08.119590 [ 261 ] {965ef864-539e-4112-ade0-d76b64b2e294} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:29:08.120428 [ 261 ] {965ef864-539e-4112-ade0-d76b64b2e294} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:08.120467 [ 261 ] {965ef864-539e-4112-ade0-d76b64b2e294} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:29:08.121015 [ 261 ] {965ef864-539e-4112-ade0-d76b64b2e294} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.04 23:29:08.121239 [ 261 ] {965ef864-539e-4112-ade0-d76b64b2e294} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:08.121377 [ 261 ] {965ef864-539e-4112-ade0-d76b64b2e294} executeQuery: Read 32 rows, 58.72 KiB in 0.00186 sec., 17204.301075268817 rows/sec., 30.83 MiB/sec. 2026.05.04 23:29:08.121444 [ 261 ] {965ef864-539e-4112-ade0-d76b64b2e294} TCPHandler: Processed in 0.002065809 sec. 2026.05.04 23:29:08.121565 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:08.121660 [ 261 ] {504f794c-446d-4dec-b396-ef7b8576b09a} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:29:08.121701 [ 261 ] {504f794c-446d-4dec-b396-ef7b8576b09a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:29:08.122036 [ 261 ] {504f794c-446d-4dec-b396-ef7b8576b09a} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:08.122073 [ 261 ] {504f794c-446d-4dec-b396-ef7b8576b09a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:29:08.122384 [ 261 ] {504f794c-446d-4dec-b396-ef7b8576b09a} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.04 23:29:08.122594 [ 261 ] {504f794c-446d-4dec-b396-ef7b8576b09a} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:08.122728 [ 261 ] {504f794c-446d-4dec-b396-ef7b8576b09a} executeQuery: Read 90 rows, 5.77 KiB in 0.001086 sec., 82872.92817679558 rows/sec., 5.19 MiB/sec. 2026.05.04 23:29:08.122765 [ 261 ] {504f794c-446d-4dec-b396-ef7b8576b09a} TCPHandler: Processed in 0.001248345 sec. 2026.05.04 23:29:11.832595 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 698 2026.05.04 23:29:11.835123 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:11.835169 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:29:11.836462 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.04 23:29:11.836756 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:11.836891 [ 59 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.04 23:29:11.836924 [ 59 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:11.836943 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:29:11.837058 [ 192 ] {25458c8d-9a69-443f-a710-d2b1eb7391ea::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.04 23:29:11.837100 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 698 2026.05.04 23:29:11.837636 [ 192 ] {25458c8d-9a69-443f-a710-d2b1eb7391ea::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:29:11.837801 [ 192 ] {25458c8d-9a69-443f-a710-d2b1eb7391ea::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 476 rows starting from the beginning of the part 2026.05.04 23:29:11.838190 [ 192 ] {25458c8d-9a69-443f-a710-d2b1eb7391ea::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 54 rows starting from the beginning of the part 2026.05.04 23:29:11.838588 [ 192 ] {25458c8d-9a69-443f-a710-d2b1eb7391ea::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 38 rows starting from the beginning of the part 2026.05.04 23:29:11.838937 [ 192 ] {25458c8d-9a69-443f-a710-d2b1eb7391ea::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 40 rows starting from the beginning of the part 2026.05.04 23:29:11.839284 [ 192 ] {25458c8d-9a69-443f-a710-d2b1eb7391ea::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 52 rows starting from the beginning of the part 2026.05.04 23:29:11.839588 [ 192 ] {25458c8d-9a69-443f-a710-d2b1eb7391ea::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 38 rows starting from the beginning of the part 2026.05.04 23:29:11.845783 [ 194 ] {25458c8d-9a69-443f-a710-d2b1eb7391ea::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 698 rows, containing 72 columns (72 merged, 0 gathered) in 0.008778391 sec., 79513.43247298965 rows/sec., 68.08 MiB/sec. 2026.05.04 23:29:11.846980 [ 195 ] {25458c8d-9a69-443f-a710-d2b1eb7391ea::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.04 23:29:11.847543 [ 195 ] {25458c8d-9a69-443f-a710-d2b1eb7391ea::all_1_16_3} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:11.847613 [ 195 ] {25458c8d-9a69-443f-a710-d2b1eb7391ea::all_1_16_3} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.04 23:29:11.847921 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB. 2026.05.04 23:29:13.092670 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:13.093004 [ 261 ] {0a1ff00e-46c9-4510-85aa-eb6ef3dc7f9f} executeQuery: (from [fd00:1122:3344:101::d]:39097) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:29:13.093545 [ 261 ] {0a1ff00e-46c9-4510-85aa-eb6ef3dc7f9f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:29:13.093579 [ 261 ] {0a1ff00e-46c9-4510-85aa-eb6ef3dc7f9f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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_rib:active_routes')" moved to PREWHERE 2026.05.04 23:29:13.093793 [ 261 ] {0a1ff00e-46c9-4510-85aa-eb6ef3dc7f9f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:29:13.093862 [ 261 ] {0a1ff00e-46c9-4510-85aa-eb6ef3dc7f9f} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:29:13.094002 [ 261 ] {0a1ff00e-46c9-4510-85aa-eb6ef3dc7f9f} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 20-element set) 2026.05.04 23:29:13.094037 [ 261 ] {0a1ff00e-46c9-4510-85aa-eb6ef3dc7f9f} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.04 23:29:13.094058 [ 261 ] {0a1ff00e-46c9-4510-85aa-eb6ef3dc7f9f} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.04 23:29:13.094074 [ 261 ] {0a1ff00e-46c9-4510-85aa-eb6ef3dc7f9f} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:29:13.094112 [ 261 ] {0a1ff00e-46c9-4510-85aa-eb6ef3dc7f9f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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_rib:active_routes'))" 2026.05.04 23:29:13.094132 [ 261 ] {0a1ff00e-46c9-4510-85aa-eb6ef3dc7f9f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 51 rows starting from 0 2026.05.04 23:29:13.095165 [ 261 ] {0a1ff00e-46c9-4510-85aa-eb6ef3dc7f9f} executeQuery: Read 51 rows, 12.37 KiB in 0.002262 sec., 22546.419098143237 rows/sec., 5.34 MiB/sec. 2026.05.04 23:29:13.095241 [ 261 ] {0a1ff00e-46c9-4510-85aa-eb6ef3dc7f9f} TCPHandler: Processed in 0.002730498 sec. 2026.05.04 23:29:13.097128 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:13.097237 [ 261 ] {c50a8c74-860c-4fb4-b1fc-7e0918db4909} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.04 23:29:13.097280 [ 261 ] {c50a8c74-860c-4fb4-b1fc-7e0918db4909} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.04 23:29:13.097760 [ 261 ] {c50a8c74-860c-4fb4-b1fc-7e0918db4909} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:13.097800 [ 261 ] {c50a8c74-860c-4fb4-b1fc-7e0918db4909} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:29:13.098142 [ 261 ] {c50a8c74-860c-4fb4-b1fc-7e0918db4909} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.04 23:29:13.098353 [ 261 ] {c50a8c74-860c-4fb4-b1fc-7e0918db4909} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:13.098502 [ 261 ] {c50a8c74-860c-4fb4-b1fc-7e0918db4909} executeQuery: Read 2 rows, 167.00 B in 0.00131 sec., 1526.7175572519084 rows/sec., 124.49 KiB/sec. 2026.05.04 23:29:13.098540 [ 261 ] {c50a8c74-860c-4fb4-b1fc-7e0918db4909} TCPHandler: Processed in 0.001487722 sec. 2026.05.04 23:29:13.098672 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:13.098761 [ 261 ] {219e6a2e-39c4-4a58-b1d3-05b27898564b} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:29:13.098799 [ 261 ] {219e6a2e-39c4-4a58-b1d3-05b27898564b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:29:13.099203 [ 261 ] {219e6a2e-39c4-4a58-b1d3-05b27898564b} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:13.099303 [ 261 ] {219e6a2e-39c4-4a58-b1d3-05b27898564b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:29:13.099600 [ 261 ] {219e6a2e-39c4-4a58-b1d3-05b27898564b} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.04 23:29:13.099812 [ 261 ] {219e6a2e-39c4-4a58-b1d3-05b27898564b} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:13.099941 [ 261 ] {219e6a2e-39c4-4a58-b1d3-05b27898564b} executeQuery: Read 79 rows, 6.69 KiB in 0.001167 sec., 67694.9443016281 rows/sec., 5.60 MiB/sec. 2026.05.04 23:29:13.099977 [ 261 ] {219e6a2e-39c4-4a58-b1d3-05b27898564b} TCPHandler: Processed in 0.001337128 sec. 2026.05.04 23:29:13.100104 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:13.100197 [ 261 ] {b92804ab-e01c-48c1-8284-305773e41207} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:29:13.100237 [ 261 ] {b92804ab-e01c-48c1-8284-305773e41207} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:29:13.100630 [ 261 ] {b92804ab-e01c-48c1-8284-305773e41207} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:13.100667 [ 261 ] {b92804ab-e01c-48c1-8284-305773e41207} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:29:13.100959 [ 261 ] {b92804ab-e01c-48c1-8284-305773e41207} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.04 23:29:13.101163 [ 261 ] {b92804ab-e01c-48c1-8284-305773e41207} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:13.101296 [ 261 ] {b92804ab-e01c-48c1-8284-305773e41207} executeQuery: Read 13 rows, 990.00 B in 0.001113 sec., 11680.143755615452 rows/sec., 868.64 KiB/sec. 2026.05.04 23:29:13.101335 [ 261 ] {b92804ab-e01c-48c1-8284-305773e41207} TCPHandler: Processed in 0.001279916 sec. 2026.05.04 23:29:13.101454 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:13.101547 [ 261 ] {01801940-5d65-4b07-81f6-d176582b3e2c} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:29:13.101586 [ 261 ] {01801940-5d65-4b07-81f6-d176582b3e2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:29:13.101995 [ 261 ] {01801940-5d65-4b07-81f6-d176582b3e2c} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:13.102032 [ 261 ] {01801940-5d65-4b07-81f6-d176582b3e2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:29:13.102328 [ 261 ] {01801940-5d65-4b07-81f6-d176582b3e2c} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.04 23:29:13.102530 [ 261 ] {01801940-5d65-4b07-81f6-d176582b3e2c} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:13.102658 [ 261 ] {01801940-5d65-4b07-81f6-d176582b3e2c} executeQuery: Read 77 rows, 6.16 KiB in 0.001129 sec., 68201.94862710363 rows/sec., 5.33 MiB/sec. 2026.05.04 23:29:13.102694 [ 261 ] {01801940-5d65-4b07-81f6-d176582b3e2c} TCPHandler: Processed in 0.001290557 sec. 2026.05.04 23:29:13.102816 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:13.102908 [ 261 ] {434cf54c-24c9-48ea-8d42-b6735471a674} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:29:13.102951 [ 261 ] {434cf54c-24c9-48ea-8d42-b6735471a674} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:29:13.103359 [ 261 ] {434cf54c-24c9-48ea-8d42-b6735471a674} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:13.103396 [ 261 ] {434cf54c-24c9-48ea-8d42-b6735471a674} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:29:13.103749 [ 261 ] {434cf54c-24c9-48ea-8d42-b6735471a674} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.04 23:29:13.103969 [ 261 ] {434cf54c-24c9-48ea-8d42-b6735471a674} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:13.104098 [ 261 ] {434cf54c-24c9-48ea-8d42-b6735471a674} executeQuery: Read 161 rows, 11.48 KiB in 0.001207 sec., 133388.56669428336 rows/sec., 9.29 MiB/sec. 2026.05.04 23:29:13.104135 [ 261 ] {434cf54c-24c9-48ea-8d42-b6735471a674} TCPHandler: Processed in 0.00136853 sec. 2026.05.04 23:29:13.104269 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:13.104359 [ 261 ] {cfc9d8bc-c7f2-4bd4-bec6-4e54d1aa61b5} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:29:13.104410 [ 261 ] {cfc9d8bc-c7f2-4bd4-bec6-4e54d1aa61b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:29:13.105123 [ 261 ] {cfc9d8bc-c7f2-4bd4-bec6-4e54d1aa61b5} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:13.105156 [ 261 ] {cfc9d8bc-c7f2-4bd4-bec6-4e54d1aa61b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:29:13.105713 [ 261 ] {cfc9d8bc-c7f2-4bd4-bec6-4e54d1aa61b5} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.04 23:29:13.105933 [ 261 ] {cfc9d8bc-c7f2-4bd4-bec6-4e54d1aa61b5} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:13.106078 [ 261 ] {cfc9d8bc-c7f2-4bd4-bec6-4e54d1aa61b5} executeQuery: Read 11 rows, 20.18 KiB in 0.00173 sec., 6358.381502890174 rows/sec., 11.39 MiB/sec. 2026.05.04 23:29:13.106139 [ 261 ] {cfc9d8bc-c7f2-4bd4-bec6-4e54d1aa61b5} TCPHandler: Processed in 0.001918165 sec. 2026.05.04 23:29:13.106262 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:13.106356 [ 261 ] {7d27557a-4f32-49ea-87a3-744b134e92cd} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:29:13.106398 [ 261 ] {7d27557a-4f32-49ea-87a3-744b134e92cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:29:13.106739 [ 261 ] {7d27557a-4f32-49ea-87a3-744b134e92cd} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:13.106776 [ 261 ] {7d27557a-4f32-49ea-87a3-744b134e92cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:29:13.107083 [ 261 ] {7d27557a-4f32-49ea-87a3-744b134e92cd} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.04 23:29:13.107291 [ 261 ] {7d27557a-4f32-49ea-87a3-744b134e92cd} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:13.107419 [ 261 ] {7d27557a-4f32-49ea-87a3-744b134e92cd} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2026.05.04 23:29:13.107455 [ 261 ] {7d27557a-4f32-49ea-87a3-744b134e92cd} TCPHandler: Processed in 0.001243925 sec. 2026.05.04 23:29:14.308204 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11055 2026.05.04 23:29:14.308717 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:14.308767 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:29:14.309270 [ 245 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.04 23:29:14.309511 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:14.309657 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11055 2026.05.04 23:29:14.872158 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2026.05.04 23:29:14.887858 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:14.887911 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.04 23:29:14.894057 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.04 23:29:14.894779 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:14.897499 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2026.05.04 23:29:17.056319 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49592 2026.05.04 23:29:17.056441 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:29:17.056467 [ 287 ] {} TCP-Session: 2e718739-f4d9-45a8-844f-a4eec4c3e397 Authenticating user 'default' from [fd00:1122:3344:101::e]:49592 2026.05.04 23:29:17.056494 [ 287 ] {} TCP-Session: 2e718739-f4d9-45a8-844f-a4eec4c3e397 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:17.056507 [ 287 ] {} TCP-Session: 2e718739-f4d9-45a8-844f-a4eec4c3e397 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:17.056690 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47563 2026.05.04 23:29:17.056708 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40576 2026.05.04 23:29:17.056750 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37644 2026.05.04 23:29:17.056751 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42969 2026.05.04 23:29:17.056787 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34228 2026.05.04 23:29:17.056802 [ 287 ] {} TCP-Session: 2e718739-f4d9-45a8-844f-a4eec4c3e397 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:17.056795 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44613 2026.05.04 23:29:17.056773 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59596 2026.05.04 23:29:17.056762 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49955 2026.05.04 23:29:17.056916 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:29:17.056808 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:29:17.056957 [ 291 ] {} TCP-Session: 32cd444d-659f-417d-899e-c42b99095587 Authenticating user 'default' from [fd00:1122:3344:101::e]:37644 2026.05.04 23:29:17.056987 [ 291 ] {} TCP-Session: 32cd444d-659f-417d-899e-c42b99095587 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:17.056987 [ 288 ] {} TCP-Session: 7c5cad6b-6489-4e44-9fc4-dfecc41ae244 Authenticating user 'default' from [fd00:1122:3344:101::e]:47563 2026.05.04 23:29:17.056996 [ 287 ] {2cfdcb32-1e5e-4910-8ec0-cc677775d8f9} executeQuery: (from [fd00:1122:3344:101::e]:49592) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.04 23:29:17.057003 [ 291 ] {} TCP-Session: 32cd444d-659f-417d-899e-c42b99095587 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:17.057031 [ 288 ] {} TCP-Session: 7c5cad6b-6489-4e44-9fc4-dfecc41ae244 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:17.057035 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:29:17.057068 [ 288 ] {} TCP-Session: 7c5cad6b-6489-4e44-9fc4-dfecc41ae244 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:17.057094 [ 290 ] {} TCP-Session: e088189c-52a0-497b-8c97-c9cfe410ec1b Authenticating user 'default' from [fd00:1122:3344:101::e]:42969 2026.05.04 23:29:17.056986 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:29:17.057127 [ 290 ] {} TCP-Session: e088189c-52a0-497b-8c97-c9cfe410ec1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:17.057151 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:29:17.057154 [ 290 ] {} TCP-Session: e088189c-52a0-497b-8c97-c9cfe410ec1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:17.057158 [ 289 ] {} TCP-Session: ba74ee6f-7922-45ea-8376-90bc95e49f88 Authenticating user 'default' from [fd00:1122:3344:101::e]:40576 2026.05.04 23:29:17.057185 [ 294 ] {} TCP-Session: 0e409980-4f94-46b7-9013-e2df92575fab Authenticating user 'default' from [fd00:1122:3344:101::e]:34228 2026.05.04 23:29:17.057212 [ 289 ] {} TCP-Session: ba74ee6f-7922-45ea-8376-90bc95e49f88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:17.057225 [ 294 ] {} TCP-Session: 0e409980-4f94-46b7-9013-e2df92575fab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:17.057240 [ 289 ] {} TCP-Session: ba74ee6f-7922-45ea-8376-90bc95e49f88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:17.057253 [ 294 ] {} TCP-Session: 0e409980-4f94-46b7-9013-e2df92575fab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:17.057152 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:29:17.057284 [ 287 ] {2cfdcb32-1e5e-4910-8ec0-cc677775d8f9} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.04 23:29:17.057296 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:29:17.057310 [ 292 ] {} TCP-Session: eca7b8ca-45df-415f-ae8c-3c734ec01183 Authenticating user 'default' from [fd00:1122:3344:101::e]:49955 2026.05.04 23:29:17.057331 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:29:17.057355 [ 292 ] {} TCP-Session: eca7b8ca-45df-415f-ae8c-3c734ec01183 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:17.057352 [ 287 ] {2cfdcb32-1e5e-4910-8ec0-cc677775d8f9} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:29:17.057375 [ 292 ] {} TCP-Session: eca7b8ca-45df-415f-ae8c-3c734ec01183 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:17.057374 [ 259 ] {} TCP-Session: c00637ed-69e7-4b82-8b24-90b3c8eb7009 Authenticating user 'default' from [fd00:1122:3344:101::e]:44613 2026.05.04 23:29:17.057347 [ 293 ] {} TCP-Session: 6fdb61d3-098c-44c2-8e44-ddf210e9d4e2 Authenticating user 'default' from [fd00:1122:3344:101::e]:59596 2026.05.04 23:29:17.057413 [ 259 ] {} TCP-Session: c00637ed-69e7-4b82-8b24-90b3c8eb7009 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:17.057433 [ 293 ] {} TCP-Session: 6fdb61d3-098c-44c2-8e44-ddf210e9d4e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:17.057442 [ 259 ] {} TCP-Session: c00637ed-69e7-4b82-8b24-90b3c8eb7009 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:17.057457 [ 293 ] {} TCP-Session: 6fdb61d3-098c-44c2-8e44-ddf210e9d4e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:17.057653 [ 287 ] {2cfdcb32-1e5e-4910-8ec0-cc677775d8f9} oximeter.version (413ab30b-3bc7-4778-b9e2-3f982d4562fb) (SelectExecutor): Key condition: unknown 2026.05.04 23:29:17.058565 [ 284 ] {2cfdcb32-1e5e-4910-8ec0-cc677775d8f9} AggregatingTransform: Aggregating 2026.05.04 23:29:17.058601 [ 284 ] {2cfdcb32-1e5e-4910-8ec0-cc677775d8f9} Aggregator: Aggregation method: without_key 2026.05.04 23:29:17.058639 [ 284 ] {2cfdcb32-1e5e-4910-8ec0-cc677775d8f9} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000883935 sec. (1131.305 rows/sec., 44.19 KiB/sec.) 2026.05.04 23:29:17.058661 [ 284 ] {2cfdcb32-1e5e-4910-8ec0-cc677775d8f9} Aggregator: Merging aggregated data 2026.05.04 23:29:17.060074 [ 287 ] {2cfdcb32-1e5e-4910-8ec0-cc677775d8f9} executeQuery: Read 1 rows, 40.00 B in 0.003133 sec., 319.1828917969997 rows/sec., 12.47 KiB/sec. 2026.05.04 23:29:17.060260 [ 287 ] {2cfdcb32-1e5e-4910-8ec0-cc677775d8f9} TCPHandler: Processed in 0.003571952 sec. 2026.05.04 23:29:17.060425 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.04 23:29:17.060453 [ 287 ] {} TCP-Session: 2e718739-f4d9-45a8-844f-a4eec4c3e397 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:17.060461 [ 288 ] {} TCPHandler: Done processing connection. 2026.05.04 23:29:17.060484 [ 259 ] {} TCPHandler: Done processing connection. 2026.05.04 23:29:17.060505 [ 288 ] {} TCP-Session: 7c5cad6b-6489-4e44-9fc4-dfecc41ae244 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:17.060520 [ 259 ] {} TCP-Session: c00637ed-69e7-4b82-8b24-90b3c8eb7009 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:17.060536 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.04 23:29:17.060565 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.04 23:29:17.060595 [ 289 ] {} TCP-Session: ba74ee6f-7922-45ea-8376-90bc95e49f88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:17.060604 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.04 23:29:17.060613 [ 291 ] {} TCP-Session: 32cd444d-659f-417d-899e-c42b99095587 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:17.060632 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.04 23:29:17.060652 [ 290 ] {} TCP-Session: e088189c-52a0-497b-8c97-c9cfe410ec1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:17.060674 [ 294 ] {} TCP-Session: 0e409980-4f94-46b7-9013-e2df92575fab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:17.060696 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.04 23:29:17.060727 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.04 23:29:17.060733 [ 292 ] {} TCP-Session: eca7b8ca-45df-415f-ae8c-3c734ec01183 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:17.060767 [ 293 ] {} TCP-Session: 6fdb61d3-098c-44c2-8e44-ddf210e9d4e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.102323 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:18.102643 [ 261 ] {2756e1d9-f81e-459e-99c5-9271a0d0fadb} executeQuery: (from [fd00:1122:3344:101::d]:39097) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.04 23:29:18.103081 [ 261 ] {2756e1d9-f81e-459e-99c5-9271a0d0fadb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:29:18.103135 [ 261 ] {2756e1d9-f81e-459e-99c5-9271a0d0fadb} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.05.04 23:29:18.103434 [ 261 ] {2756e1d9-f81e-459e-99c5-9271a0d0fadb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:29:18.103531 [ 261 ] {2756e1d9-f81e-459e-99c5-9271a0d0fadb} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:29:18.103725 [ 261 ] {2756e1d9-f81e-459e-99c5-9271a0d0fadb} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.05.04 23:29:18.103773 [ 261 ] {2756e1d9-f81e-459e-99c5-9271a0d0fadb} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.04 23:29:18.103798 [ 261 ] {2756e1d9-f81e-459e-99c5-9271a0d0fadb} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.04 23:29:18.103818 [ 261 ] {2756e1d9-f81e-459e-99c5-9271a0d0fadb} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:29:18.103872 [ 261 ] {2756e1d9-f81e-459e-99c5-9271a0d0fadb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.04 23:29:18.103898 [ 261 ] {2756e1d9-f81e-459e-99c5-9271a0d0fadb} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 51 rows starting from 0 2026.05.04 23:29:18.105394 [ 261 ] {2756e1d9-f81e-459e-99c5-9271a0d0fadb} executeQuery: Read 51 rows, 12.37 KiB in 0.002879 sec., 17714.484195901354 rows/sec., 4.19 MiB/sec. 2026.05.04 23:29:18.105547 [ 261 ] {2756e1d9-f81e-459e-99c5-9271a0d0fadb} TCPHandler: Processed in 0.003407947 sec. 2026.05.04 23:29:18.112234 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:18.112406 [ 261 ] {e5605885-1f5d-4b3d-bc64-8f27d9aae623} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.04 23:29:18.112472 [ 261 ] {e5605885-1f5d-4b3d-bc64-8f27d9aae623} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.04 23:29:18.113423 [ 261 ] {e5605885-1f5d-4b3d-bc64-8f27d9aae623} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:18.113485 [ 261 ] {e5605885-1f5d-4b3d-bc64-8f27d9aae623} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:18.114076 [ 261 ] {e5605885-1f5d-4b3d-bc64-8f27d9aae623} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.04 23:29:18.114425 [ 261 ] {e5605885-1f5d-4b3d-bc64-8f27d9aae623} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:18.114675 [ 261 ] {e5605885-1f5d-4b3d-bc64-8f27d9aae623} executeQuery: Read 284 rows, 18.47 KiB in 0.002313 sec., 122784.26286208388 rows/sec., 7.80 MiB/sec. 2026.05.04 23:29:18.114745 [ 261 ] {e5605885-1f5d-4b3d-bc64-8f27d9aae623} TCPHandler: Processed in 0.002597314 sec. 2026.05.04 23:29:18.114962 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:18.115095 [ 261 ] {0533b87d-4d19-488c-810c-f04bb197c5ae} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:29:18.115198 [ 261 ] {0533b87d-4d19-488c-810c-f04bb197c5ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:29:18.116567 [ 261 ] {0533b87d-4d19-488c-810c-f04bb197c5ae} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:18.116619 [ 261 ] {0533b87d-4d19-488c-810c-f04bb197c5ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:18.117115 [ 261 ] {0533b87d-4d19-488c-810c-f04bb197c5ae} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.04 23:29:18.117389 [ 261 ] {0533b87d-4d19-488c-810c-f04bb197c5ae} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:18.117615 [ 261 ] {0533b87d-4d19-488c-810c-f04bb197c5ae} executeQuery: Read 861 rows, 68.90 KiB in 0.002551 sec., 337514.70011760097 rows/sec., 26.38 MiB/sec. 2026.05.04 23:29:18.117682 [ 261 ] {0533b87d-4d19-488c-810c-f04bb197c5ae} TCPHandler: Processed in 0.002788559 sec. 2026.05.04 23:29:18.117896 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:18.118027 [ 261 ] {d0c133a9-b79c-4c9a-a0a9-84424fcb4144} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:29:18.118147 [ 261 ] {d0c133a9-b79c-4c9a-a0a9-84424fcb4144} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:29:18.118735 [ 261 ] {d0c133a9-b79c-4c9a-a0a9-84424fcb4144} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:18.118779 [ 261 ] {d0c133a9-b79c-4c9a-a0a9-84424fcb4144} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:18.119182 [ 261 ] {d0c133a9-b79c-4c9a-a0a9-84424fcb4144} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.04 23:29:18.119457 [ 261 ] {d0c133a9-b79c-4c9a-a0a9-84424fcb4144} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:18.119630 [ 48 ] {} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.04 23:29:18.119639 [ 261 ] {d0c133a9-b79c-4c9a-a0a9-84424fcb4144} executeQuery: Read 174 rows, 10.95 KiB in 0.001639 sec., 106162.29408175717 rows/sec., 6.52 MiB/sec. 2026.05.04 23:29:18.119725 [ 48 ] {} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:18.119745 [ 261 ] {d0c133a9-b79c-4c9a-a0a9-84424fcb4144} TCPHandler: Processed in 0.001920314 sec. 2026.05.04 23:29:18.119756 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:18.119909 [ 192 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.05.04 23:29:18.119931 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:18.120065 [ 261 ] {52aefeb9-1ebb-468c-909f-8a1f4461d1d7} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.04 23:29:18.120098 [ 192 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:29:18.120114 [ 261 ] {52aefeb9-1ebb-468c-909f-8a1f4461d1d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.04 23:29:18.120164 [ 192 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 226 rows starting from the beginning of the part 2026.05.04 23:29:18.120285 [ 192 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 185 rows starting from the beginning of the part 2026.05.04 23:29:18.120374 [ 192 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 11 rows starting from the beginning of the part 2026.05.04 23:29:18.120454 [ 192 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 174 rows starting from the beginning of the part 2026.05.04 23:29:18.120535 [ 192 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 13 rows starting from the beginning of the part 2026.05.04 23:29:18.120649 [ 192 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 174 rows starting from the beginning of the part 2026.05.04 23:29:18.120749 [ 261 ] {52aefeb9-1ebb-468c-909f-8a1f4461d1d7} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:18.120797 [ 261 ] {52aefeb9-1ebb-468c-909f-8a1f4461d1d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:18.121187 [ 261 ] {52aefeb9-1ebb-468c-909f-8a1f4461d1d7} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.04 23:29:18.121465 [ 261 ] {52aefeb9-1ebb-468c-909f-8a1f4461d1d7} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:18.121632 [ 261 ] {52aefeb9-1ebb-468c-909f-8a1f4461d1d7} executeQuery: Read 149 rows, 9.86 KiB in 0.001592 sec., 93592.9648241206 rows/sec., 6.05 MiB/sec. 2026.05.04 23:29:18.121679 [ 261 ] {52aefeb9-1ebb-468c-909f-8a1f4461d1d7} TCPHandler: Processed in 0.001805811 sec. 2026.05.04 23:29:18.121841 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:18.121950 [ 261 ] {93cf4c83-9fdf-4f02-9649-867e8fd479c3} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.04 23:29:18.121998 [ 261 ] {93cf4c83-9fdf-4f02-9649-867e8fd479c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.04 23:29:18.122339 [ 195 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 783 rows, containing 5 columns (5 merged, 0 gathered) in 0.002495171 sec., 313806.1479553906 rows/sec., 20.87 MiB/sec. 2026.05.04 23:29:18.122587 [ 261 ] {93cf4c83-9fdf-4f02-9649-867e8fd479c3} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:18.122596 [ 192 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.04 23:29:18.122640 [ 261 ] {93cf4c83-9fdf-4f02-9649-867e8fd479c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:18.123057 [ 261 ] {93cf4c83-9fdf-4f02-9649-867e8fd479c3} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.04 23:29:18.123131 [ 192 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_31_6} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:18.123253 [ 192 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_31_6} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.04 23:29:18.123346 [ 261 ] {93cf4c83-9fdf-4f02-9649-867e8fd479c3} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:18.123350 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.05.04 23:29:18.123581 [ 261 ] {93cf4c83-9fdf-4f02-9649-867e8fd479c3} executeQuery: Read 148 rows, 8.62 KiB in 0.001652 sec., 89588.37772397095 rows/sec., 5.10 MiB/sec. 2026.05.04 23:29:18.123633 [ 261 ] {93cf4c83-9fdf-4f02-9649-867e8fd479c3} TCPHandler: Processed in 0.001848292 sec. 2026.05.04 23:29:18.123791 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:18.123900 [ 261 ] {92e9d0f5-cbd6-4589-9b2a-5182fd87d3b2} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:29:18.123948 [ 261 ] {92e9d0f5-cbd6-4589-9b2a-5182fd87d3b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:29:18.124747 [ 261 ] {92e9d0f5-cbd6-4589-9b2a-5182fd87d3b2} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:18.124795 [ 261 ] {92e9d0f5-cbd6-4589-9b2a-5182fd87d3b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:18.125258 [ 261 ] {92e9d0f5-cbd6-4589-9b2a-5182fd87d3b2} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.04 23:29:18.125561 [ 261 ] {92e9d0f5-cbd6-4589-9b2a-5182fd87d3b2} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:18.125743 [ 261 ] {92e9d0f5-cbd6-4589-9b2a-5182fd87d3b2} executeQuery: Read 522 rows, 37.74 KiB in 0.001863 sec., 280193.23671497585 rows/sec., 19.78 MiB/sec. 2026.05.04 23:29:18.125795 [ 261 ] {92e9d0f5-cbd6-4589-9b2a-5182fd87d3b2} TCPHandler: Processed in 0.002063239 sec. 2026.05.04 23:29:18.125979 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:18.126095 [ 261 ] {d84409af-bcbb-442f-bcb9-d6856eab09f7} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.04 23:29:18.126153 [ 261 ] {d84409af-bcbb-442f-bcb9-d6856eab09f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.04 23:29:18.126664 [ 261 ] {d84409af-bcbb-442f-bcb9-d6856eab09f7} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:18.126712 [ 261 ] {d84409af-bcbb-442f-bcb9-d6856eab09f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:18.127166 [ 261 ] {d84409af-bcbb-442f-bcb9-d6856eab09f7} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.04 23:29:18.127476 [ 261 ] {d84409af-bcbb-442f-bcb9-d6856eab09f7} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:18.127653 [ 261 ] {d84409af-bcbb-442f-bcb9-d6856eab09f7} executeQuery: Read 6 rows, 321.00 B in 0.001581 sec., 3795.066413662239 rows/sec., 198.28 KiB/sec. 2026.05.04 23:29:18.127702 [ 261 ] {d84409af-bcbb-442f-bcb9-d6856eab09f7} TCPHandler: Processed in 0.001788681 sec. 2026.05.04 23:29:18.127890 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:18.128003 [ 261 ] {0a99f6fe-0d8c-448a-82ce-8ca9a73f76af} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:29:18.128058 [ 261 ] {0a99f6fe-0d8c-448a-82ce-8ca9a73f76af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:29:18.128671 [ 261 ] {0a99f6fe-0d8c-448a-82ce-8ca9a73f76af} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:18.128719 [ 261 ] {0a99f6fe-0d8c-448a-82ce-8ca9a73f76af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:18.129186 [ 261 ] {0a99f6fe-0d8c-448a-82ce-8ca9a73f76af} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.04 23:29:18.129532 [ 261 ] {0a99f6fe-0d8c-448a-82ce-8ca9a73f76af} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:18.129726 [ 261 ] {0a99f6fe-0d8c-448a-82ce-8ca9a73f76af} executeQuery: Read 265 rows, 18.03 KiB in 0.001745 sec., 151862.4641833811 rows/sec., 10.09 MiB/sec. 2026.05.04 23:29:18.129780 [ 261 ] {0a99f6fe-0d8c-448a-82ce-8ca9a73f76af} TCPHandler: Processed in 0.001955236 sec. 2026.05.04 23:29:18.129962 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:18.130075 [ 261 ] {e8d4177b-a67f-44dc-9b85-7ab2b4e1605f} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.04 23:29:18.130130 [ 261 ] {e8d4177b-a67f-44dc-9b85-7ab2b4e1605f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.04 23:29:18.130635 [ 261 ] {e8d4177b-a67f-44dc-9b85-7ab2b4e1605f} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:18.130683 [ 261 ] {e8d4177b-a67f-44dc-9b85-7ab2b4e1605f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:18.131156 [ 261 ] {e8d4177b-a67f-44dc-9b85-7ab2b4e1605f} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.04 23:29:18.131490 [ 261 ] {e8d4177b-a67f-44dc-9b85-7ab2b4e1605f} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:18.131678 [ 261 ] {e8d4177b-a67f-44dc-9b85-7ab2b4e1605f} executeQuery: Read 1 rows, 69.00 B in 0.001622 sec., 616.5228113440197 rows/sec., 41.54 KiB/sec. 2026.05.04 23:29:18.131729 [ 261 ] {e8d4177b-a67f-44dc-9b85-7ab2b4e1605f} TCPHandler: Processed in 0.001828822 sec. 2026.05.04 23:29:18.131913 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:18.132033 [ 261 ] {57012599-2bfe-4284-b0a4-6a31363318f1} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:29:18.132110 [ 261 ] {57012599-2bfe-4284-b0a4-6a31363318f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:29:18.133389 [ 261 ] {57012599-2bfe-4284-b0a4-6a31363318f1} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:18.133437 [ 261 ] {57012599-2bfe-4284-b0a4-6a31363318f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:18.134279 [ 261 ] {57012599-2bfe-4284-b0a4-6a31363318f1} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.04 23:29:18.134613 [ 261 ] {57012599-2bfe-4284-b0a4-6a31363318f1} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:18.134794 [ 48 ] {} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.04 23:29:18.134827 [ 261 ] {57012599-2bfe-4284-b0a4-6a31363318f1} executeQuery: Read 32 rows, 58.72 KiB in 0.002818 sec., 11355.571327182399 rows/sec., 20.35 MiB/sec. 2026.05.04 23:29:18.134877 [ 48 ] {} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:18.134919 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:18.134964 [ 261 ] {57012599-2bfe-4284-b0a4-6a31363318f1} TCPHandler: Processed in 0.003115519 sec. 2026.05.04 23:29:18.135048 [ 190 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.05.04 23:29:18.135172 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:18.135285 [ 261 ] {edfc1285-15eb-4b3c-b14c-3edace91f5c5} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:29:18.135315 [ 190 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:29:18.135339 [ 261 ] {edfc1285-15eb-4b3c-b14c-3edace91f5c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:29:18.135393 [ 190 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 501 rows starting from the beginning of the part 2026.05.04 23:29:18.135561 [ 190 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 41 rows starting from the beginning of the part 2026.05.04 23:29:18.135709 [ 190 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 11 rows starting from the beginning of the part 2026.05.04 23:29:18.135834 [ 261 ] {edfc1285-15eb-4b3c-b14c-3edace91f5c5} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:18.135851 [ 190 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 32 rows starting from the beginning of the part 2026.05.04 23:29:18.135883 [ 261 ] {edfc1285-15eb-4b3c-b14c-3edace91f5c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:18.136037 [ 190 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 11 rows starting from the beginning of the part 2026.05.04 23:29:18.136293 [ 190 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 32 rows starting from the beginning of the part 2026.05.04 23:29:18.136389 [ 261 ] {edfc1285-15eb-4b3c-b14c-3edace91f5c5} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.04 23:29:18.136750 [ 261 ] {edfc1285-15eb-4b3c-b14c-3edace91f5c5} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:18.136956 [ 261 ] {edfc1285-15eb-4b3c-b14c-3edace91f5c5} executeQuery: Read 90 rows, 5.77 KiB in 0.001692 sec., 53191.48936170213 rows/sec., 3.33 MiB/sec. 2026.05.04 23:29:18.137001 [ 261 ] {edfc1285-15eb-4b3c-b14c-3edace91f5c5} TCPHandler: Processed in 0.001895714 sec. 2026.05.04 23:29:18.165004 [ 192 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 628 rows, containing 19 columns (19 merged, 0 gathered) in 0.030006817 sec., 20928.577662869073 rows/sec., 37.50 MiB/sec. 2026.05.04 23:29:18.166241 [ 195 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.04 23:29:18.166966 [ 195 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_31_6} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:18.167108 [ 195 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_31_6} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.04 23:29:18.167368 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.47 MiB. 2026.05.04 23:29:18.565113 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42013 2026.05.04 23:29:18.565222 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:29:18.565247 [ 287 ] {} TCP-Session: 0efcfcd5-6f3b-46cb-a4ee-e986d3ee149c Authenticating user 'default' from [fd00:1122:3344:101::e]:42013 2026.05.04 23:29:18.565268 [ 287 ] {} TCP-Session: 0efcfcd5-6f3b-46cb-a4ee-e986d3ee149c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.565281 [ 287 ] {} TCP-Session: 0efcfcd5-6f3b-46cb-a4ee-e986d3ee149c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.565504 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50919 2026.05.04 23:29:18.565517 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57282 2026.05.04 23:29:18.565570 [ 287 ] {} TCP-Session: 0efcfcd5-6f3b-46cb-a4ee-e986d3ee149c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:18.565624 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:29:18.565651 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:29:18.565657 [ 288 ] {} TCP-Session: b986ae17-6b94-4cd1-a48d-2b591cc80913 Authenticating user 'default' from [fd00:1122:3344:101::e]:50919 2026.05.04 23:29:18.565685 [ 289 ] {} TCP-Session: 7cda6e8e-6d0b-440b-a04a-993994e61640 Authenticating user 'default' from [fd00:1122:3344:101::e]:57282 2026.05.04 23:29:18.565695 [ 288 ] {} TCP-Session: b986ae17-6b94-4cd1-a48d-2b591cc80913 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.565716 [ 289 ] {} TCP-Session: 7cda6e8e-6d0b-440b-a04a-993994e61640 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.565717 [ 288 ] {} TCP-Session: b986ae17-6b94-4cd1-a48d-2b591cc80913 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.565739 [ 289 ] {} TCP-Session: 7cda6e8e-6d0b-440b-a04a-993994e61640 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.565746 [ 287 ] {70463e52-63c4-4a8c-bc30-b369ba6eaf46} executeQuery: (from [fd00:1122:3344:101::e]:42013) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.04 23:29:18.566023 [ 287 ] {70463e52-63c4-4a8c-bc30-b369ba6eaf46} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.04 23:29:18.566079 [ 287 ] {70463e52-63c4-4a8c-bc30-b369ba6eaf46} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:29:18.566355 [ 287 ] {70463e52-63c4-4a8c-bc30-b369ba6eaf46} oximeter.version (413ab30b-3bc7-4778-b9e2-3f982d4562fb) (SelectExecutor): Key condition: unknown 2026.05.04 23:29:18.567235 [ 323 ] {70463e52-63c4-4a8c-bc30-b369ba6eaf46} AggregatingTransform: Aggregating 2026.05.04 23:29:18.567293 [ 323 ] {70463e52-63c4-4a8c-bc30-b369ba6eaf46} Aggregator: Aggregation method: without_key 2026.05.04 23:29:18.567327 [ 323 ] {70463e52-63c4-4a8c-bc30-b369ba6eaf46} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000875105 sec. (1142.720 rows/sec., 44.64 KiB/sec.) 2026.05.04 23:29:18.567347 [ 323 ] {70463e52-63c4-4a8c-bc30-b369ba6eaf46} Aggregator: Merging aggregated data 2026.05.04 23:29:18.568605 [ 287 ] {70463e52-63c4-4a8c-bc30-b369ba6eaf46} executeQuery: Read 1 rows, 40.00 B in 0.002915 sec., 343.0531732418525 rows/sec., 13.40 KiB/sec. 2026.05.04 23:29:18.568749 [ 287 ] {70463e52-63c4-4a8c-bc30-b369ba6eaf46} TCPHandler: Processed in 0.003296354 sec. 2026.05.04 23:29:18.568881 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.04 23:29:18.568915 [ 287 ] {} TCP-Session: 0efcfcd5-6f3b-46cb-a4ee-e986d3ee149c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.568925 [ 288 ] {} TCPHandler: Done processing connection. 2026.05.04 23:29:18.568976 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.04 23:29:18.568978 [ 288 ] {} TCP-Session: b986ae17-6b94-4cd1-a48d-2b591cc80913 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.569046 [ 289 ] {} TCP-Session: 7cda6e8e-6d0b-440b-a04a-993994e61640 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.571450 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45666 2026.05.04 23:29:18.571464 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53229 2026.05.04 23:29:18.571501 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32894 2026.05.04 23:29:18.571522 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:29:18.571490 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40784 2026.05.04 23:29:18.571566 [ 291 ] {} TCP-Session: 283ab3f3-4dc4-40aa-a22e-ebe1afa8ebcb Authenticating user 'default' from [fd00:1122:3344:101::e]:45666 2026.05.04 23:29:18.571567 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:29:18.571586 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:29:18.571606 [ 291 ] {} TCP-Session: 283ab3f3-4dc4-40aa-a22e-ebe1afa8ebcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.571621 [ 290 ] {} TCP-Session: fa8a83dd-4f2a-40c5-a991-b6666f4b9389 Authenticating user 'default' from [fd00:1122:3344:101::e]:53229 2026.05.04 23:29:18.571632 [ 294 ] {} TCP-Session: 4ebf17de-f495-4623-9427-3df061d03bd9 Authenticating user 'default' from [fd00:1122:3344:101::e]:32894 2026.05.04 23:29:18.571639 [ 291 ] {} TCP-Session: 283ab3f3-4dc4-40aa-a22e-ebe1afa8ebcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.571659 [ 290 ] {} TCP-Session: fa8a83dd-4f2a-40c5-a991-b6666f4b9389 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.571665 [ 294 ] {} TCP-Session: 4ebf17de-f495-4623-9427-3df061d03bd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.571685 [ 290 ] {} TCP-Session: fa8a83dd-4f2a-40c5-a991-b6666f4b9389 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.571627 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:29:18.571696 [ 294 ] {} TCP-Session: 4ebf17de-f495-4623-9427-3df061d03bd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.571479 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54461 2026.05.04 23:29:18.571730 [ 293 ] {} TCP-Session: 105c50cd-7e04-4d9a-861b-09fbb06647a6 Authenticating user 'default' from [fd00:1122:3344:101::e]:40784 2026.05.04 23:29:18.571463 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41485 2026.05.04 23:29:18.571792 [ 293 ] {} TCP-Session: 105c50cd-7e04-4d9a-861b-09fbb06647a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.571808 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:29:18.571827 [ 293 ] {} TCP-Session: 105c50cd-7e04-4d9a-861b-09fbb06647a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.571844 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:29:18.571847 [ 292 ] {} TCP-Session: 99fe35d1-6fd7-4ecf-a787-d75166452860 Authenticating user 'default' from [fd00:1122:3344:101::e]:54461 2026.05.04 23:29:18.571870 [ 288 ] {} TCP-Session: 49185cae-1bd9-4d57-abe2-cdda9eb9048b Authenticating user 'default' from [fd00:1122:3344:101::e]:41485 2026.05.04 23:29:18.571876 [ 292 ] {} TCP-Session: 99fe35d1-6fd7-4ecf-a787-d75166452860 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.571887 [ 288 ] {} TCP-Session: 49185cae-1bd9-4d57-abe2-cdda9eb9048b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.571892 [ 292 ] {} TCP-Session: 99fe35d1-6fd7-4ecf-a787-d75166452860 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.571901 [ 288 ] {} TCP-Session: 49185cae-1bd9-4d57-abe2-cdda9eb9048b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.592655 [ 288 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:41485). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.05.04 23:29:18.592848 [ 288 ] {} TCP-Session: 49185cae-1bd9-4d57-abe2-cdda9eb9048b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.592886 [ 293 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:40784). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.05.04 23:29:18.592977 [ 293 ] {} TCP-Session: 105c50cd-7e04-4d9a-861b-09fbb06647a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.593001 [ 292 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:54461). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.05.04 23:29:18.593099 [ 292 ] {} TCP-Session: 99fe35d1-6fd7-4ecf-a787-d75166452860 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.593131 [ 294 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:32894). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.05.04 23:29:18.593222 [ 294 ] {} TCP-Session: 4ebf17de-f495-4623-9427-3df061d03bd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.593242 [ 291 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:45666). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.05.04 23:29:18.593338 [ 291 ] {} TCP-Session: 283ab3f3-4dc4-40aa-a22e-ebe1afa8ebcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.593355 [ 290 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:53229). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.05.04 23:29:18.593436 [ 290 ] {} TCP-Session: fa8a83dd-4f2a-40c5-a991-b6666f4b9389 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.627136 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64696 2026.05.04 23:29:18.627224 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:29:18.627247 [ 291 ] {} TCP-Session: 52ff10cc-5cf1-46ec-8ab7-4b78ad3d9a59 Authenticating user 'default' from [fd00:1122:3344:101::e]:64696 2026.05.04 23:29:18.627267 [ 291 ] {} TCP-Session: 52ff10cc-5cf1-46ec-8ab7-4b78ad3d9a59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.627280 [ 291 ] {} TCP-Session: 52ff10cc-5cf1-46ec-8ab7-4b78ad3d9a59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.627466 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62625 2026.05.04 23:29:18.627471 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46106 2026.05.04 23:29:18.627509 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42050 2026.05.04 23:29:18.627553 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32973 2026.05.04 23:29:18.627567 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:29:18.627591 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:29:18.627528 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52502 2026.05.04 23:29:18.627629 [ 293 ] {} TCP-Session: c217c5b4-b070-462c-a86d-83df5bfeaaf6 Authenticating user 'default' from [fd00:1122:3344:101::e]:46106 2026.05.04 23:29:18.627635 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:29:18.627635 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:29:18.627661 [ 291 ] {} TCP-Session: 52ff10cc-5cf1-46ec-8ab7-4b78ad3d9a59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:18.627684 [ 294 ] {} TCP-Session: 432e6e86-c9a7-405f-aa67-880511770b6a Authenticating user 'default' from [fd00:1122:3344:101::e]:42050 2026.05.04 23:29:18.627681 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:29:18.627659 [ 293 ] {} TCP-Session: c217c5b4-b070-462c-a86d-83df5bfeaaf6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.627723 [ 294 ] {} TCP-Session: 432e6e86-c9a7-405f-aa67-880511770b6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.627743 [ 293 ] {} TCP-Session: c217c5b4-b070-462c-a86d-83df5bfeaaf6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.627760 [ 294 ] {} TCP-Session: 432e6e86-c9a7-405f-aa67-880511770b6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.627614 [ 292 ] {} TCP-Session: ee0b4fab-1085-4402-9ab2-5ae2c15bf19c Authenticating user 'default' from [fd00:1122:3344:101::e]:62625 2026.05.04 23:29:18.627733 [ 289 ] {} TCP-Session: 75460b98-b7df-412f-a2db-70ea3808ec56 Authenticating user 'default' from [fd00:1122:3344:101::e]:52502 2026.05.04 23:29:18.627814 [ 292 ] {} TCP-Session: ee0b4fab-1085-4402-9ab2-5ae2c15bf19c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.627829 [ 289 ] {} TCP-Session: 75460b98-b7df-412f-a2db-70ea3808ec56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.627841 [ 292 ] {} TCP-Session: ee0b4fab-1085-4402-9ab2-5ae2c15bf19c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.627837 [ 291 ] {1c6035e9-72b4-45b5-835f-4340f4e2956f} executeQuery: (from [fd00:1122:3344:101::e]:64696) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.04 23:29:18.627852 [ 289 ] {} TCP-Session: 75460b98-b7df-412f-a2db-70ea3808ec56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.627518 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33385 2026.05.04 23:29:18.627505 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54671 2026.05.04 23:29:18.627675 [ 290 ] {} TCP-Session: 315c2c1a-6f4b-4ba5-9385-9a1105411081 Authenticating user 'default' from [fd00:1122:3344:101::e]:32973 2026.05.04 23:29:18.627963 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:29:18.627976 [ 290 ] {} TCP-Session: 315c2c1a-6f4b-4ba5-9385-9a1105411081 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.627992 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:29:18.627995 [ 287 ] {} TCP-Session: 065c0db0-70a9-429f-a63f-4d25d2ee5e93 Authenticating user 'default' from [fd00:1122:3344:101::e]:33385 2026.05.04 23:29:18.628003 [ 290 ] {} TCP-Session: 315c2c1a-6f4b-4ba5-9385-9a1105411081 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.628024 [ 259 ] {} TCP-Session: c86046ee-6fe2-45a4-957d-18f44337db6b Authenticating user 'default' from [fd00:1122:3344:101::e]:54671 2026.05.04 23:29:18.628034 [ 287 ] {} TCP-Session: 065c0db0-70a9-429f-a63f-4d25d2ee5e93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.628062 [ 259 ] {} TCP-Session: c86046ee-6fe2-45a4-957d-18f44337db6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.628074 [ 287 ] {} TCP-Session: 065c0db0-70a9-429f-a63f-4d25d2ee5e93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.628088 [ 259 ] {} TCP-Session: c86046ee-6fe2-45a4-957d-18f44337db6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.627523 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33146 2026.05.04 23:29:18.628140 [ 291 ] {1c6035e9-72b4-45b5-835f-4340f4e2956f} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.04 23:29:18.628162 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:29:18.628188 [ 288 ] {} TCP-Session: 838f9096-14b9-48d9-b3f4-449ecda6e397 Authenticating user 'default' from [fd00:1122:3344:101::e]:33146 2026.05.04 23:29:18.628197 [ 291 ] {1c6035e9-72b4-45b5-835f-4340f4e2956f} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:29:18.628205 [ 288 ] {} TCP-Session: 838f9096-14b9-48d9-b3f4-449ecda6e397 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.628230 [ 288 ] {} TCP-Session: 838f9096-14b9-48d9-b3f4-449ecda6e397 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.628492 [ 291 ] {1c6035e9-72b4-45b5-835f-4340f4e2956f} oximeter.version (413ab30b-3bc7-4778-b9e2-3f982d4562fb) (SelectExecutor): Key condition: unknown 2026.05.04 23:29:18.629471 [ 308 ] {1c6035e9-72b4-45b5-835f-4340f4e2956f} AggregatingTransform: Aggregating 2026.05.04 23:29:18.629503 [ 308 ] {1c6035e9-72b4-45b5-835f-4340f4e2956f} Aggregator: Aggregation method: without_key 2026.05.04 23:29:18.629533 [ 308 ] {1c6035e9-72b4-45b5-835f-4340f4e2956f} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000934606 sec. (1069.970 rows/sec., 41.80 KiB/sec.) 2026.05.04 23:29:18.629547 [ 308 ] {1c6035e9-72b4-45b5-835f-4340f4e2956f} Aggregator: Merging aggregated data 2026.05.04 23:29:18.630997 [ 291 ] {1c6035e9-72b4-45b5-835f-4340f4e2956f} executeQuery: Read 1 rows, 40.00 B in 0.003215 sec., 311.04199066874025 rows/sec., 12.15 KiB/sec. 2026.05.04 23:29:18.631150 [ 291 ] {1c6035e9-72b4-45b5-835f-4340f4e2956f} TCPHandler: Processed in 0.003619114 sec. 2026.05.04 23:29:18.631262 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.04 23:29:18.631289 [ 291 ] {} TCP-Session: 52ff10cc-5cf1-46ec-8ab7-4b78ad3d9a59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.631295 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.04 23:29:18.631315 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.04 23:29:18.631335 [ 259 ] {} TCPHandler: Done processing connection. 2026.05.04 23:29:18.631353 [ 292 ] {} TCP-Session: ee0b4fab-1085-4402-9ab2-5ae2c15bf19c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.631354 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.04 23:29:18.631380 [ 259 ] {} TCP-Session: c86046ee-6fe2-45a4-957d-18f44337db6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.631392 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.04 23:29:18.631424 [ 294 ] {} TCP-Session: 432e6e86-c9a7-405f-aa67-880511770b6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.631425 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.04 23:29:18.631446 [ 290 ] {} TCP-Session: 315c2c1a-6f4b-4ba5-9385-9a1105411081 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.631474 [ 287 ] {} TCP-Session: 065c0db0-70a9-429f-a63f-4d25d2ee5e93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.631369 [ 293 ] {} TCP-Session: c217c5b4-b070-462c-a86d-83df5bfeaaf6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.631371 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.04 23:29:18.631413 [ 288 ] {} TCPHandler: Done processing connection. 2026.05.04 23:29:18.631545 [ 289 ] {} TCP-Session: 75460b98-b7df-412f-a2db-70ea3808ec56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:18.631569 [ 288 ] {} TCP-Session: 838f9096-14b9-48d9-b3f4-449ecda6e397 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:29:21.721092 [ 37 ] {} DNSResolver: Updating DNS cache 2026.05.04 23:29:21.721150 [ 37 ] {} DNSResolver: Updated DNS cache 2026.05.04 23:29:21.809731 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11503 2026.05.04 23:29:21.810213 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:21.810248 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:21.810729 [ 245 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.04 23:29:21.810950 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:21.811077 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11503 2026.05.04 23:29:21.837426 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 744 2026.05.04 23:29:21.840115 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:21.840177 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:21.841494 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.04 23:29:21.841783 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:21.842177 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 744 2026.05.04 23:29:22.397568 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2026.05.04 23:29:22.414526 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:22.414592 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:22.420479 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.04 23:29:22.421202 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:22.424524 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2026.05.04 23:29:23.093231 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:23.093563 [ 261 ] {a59abd20-4452-48c4-ace0-bbf6da438ec3} executeQuery: (from [fd00:1122:3344:101::d]:39097) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:29:23.094017 [ 261 ] {a59abd20-4452-48c4-ace0-bbf6da438ec3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:29:23.094053 [ 261 ] {a59abd20-4452-48c4-ace0-bbf6da438ec3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:29:23.094269 [ 261 ] {a59abd20-4452-48c4-ace0-bbf6da438ec3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:29:23.094337 [ 261 ] {a59abd20-4452-48c4-ace0-bbf6da438ec3} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:29:23.094479 [ 261 ] {a59abd20-4452-48c4-ace0-bbf6da438ec3} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.04 23:29:23.094515 [ 261 ] {a59abd20-4452-48c4-ace0-bbf6da438ec3} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.04 23:29:23.094538 [ 261 ] {a59abd20-4452-48c4-ace0-bbf6da438ec3} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.04 23:29:23.094553 [ 261 ] {a59abd20-4452-48c4-ace0-bbf6da438ec3} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:29:23.094592 [ 261 ] {a59abd20-4452-48c4-ace0-bbf6da438ec3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:29:23.094613 [ 261 ] {a59abd20-4452-48c4-ace0-bbf6da438ec3} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 51 rows starting from 0 2026.05.04 23:29:23.095650 [ 261 ] {a59abd20-4452-48c4-ace0-bbf6da438ec3} executeQuery: Read 51 rows, 12.37 KiB in 0.002229 sec., 22880.21534320323 rows/sec., 5.42 MiB/sec. 2026.05.04 23:29:23.095716 [ 261 ] {a59abd20-4452-48c4-ace0-bbf6da438ec3} TCPHandler: Processed in 0.002657966 sec. 2026.05.04 23:29:23.097754 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:23.097860 [ 261 ] {2bc094b5-ed06-4934-bd0d-bc85bba9dd89} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:29:23.097905 [ 261 ] {2bc094b5-ed06-4934-bd0d-bc85bba9dd89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:29:23.098459 [ 261 ] {2bc094b5-ed06-4934-bd0d-bc85bba9dd89} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:23.098507 [ 261 ] {2bc094b5-ed06-4934-bd0d-bc85bba9dd89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:23.098921 [ 261 ] {2bc094b5-ed06-4934-bd0d-bc85bba9dd89} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.04 23:29:23.099155 [ 261 ] {2bc094b5-ed06-4934-bd0d-bc85bba9dd89} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:23.099300 [ 261 ] {2bc094b5-ed06-4934-bd0d-bc85bba9dd89} executeQuery: Read 78 rows, 6.61 KiB in 0.001472 sec., 52989.13043478261 rows/sec., 4.39 MiB/sec. 2026.05.04 23:29:23.099345 [ 261 ] {2bc094b5-ed06-4934-bd0d-bc85bba9dd89} TCPHandler: Processed in 0.001642437 sec. 2026.05.04 23:29:23.099476 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:23.099571 [ 261 ] {b728f582-7c10-40e0-9413-6eaa7f1a1da5} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:29:23.099613 [ 261 ] {b728f582-7c10-40e0-9413-6eaa7f1a1da5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:29:23.100008 [ 261 ] {b728f582-7c10-40e0-9413-6eaa7f1a1da5} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:23.100043 [ 261 ] {b728f582-7c10-40e0-9413-6eaa7f1a1da5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:23.100331 [ 261 ] {b728f582-7c10-40e0-9413-6eaa7f1a1da5} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.04 23:29:23.100548 [ 261 ] {b728f582-7c10-40e0-9413-6eaa7f1a1da5} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:23.100679 [ 261 ] {b728f582-7c10-40e0-9413-6eaa7f1a1da5} executeQuery: Read 11 rows, 847.00 B in 0.001127 sec., 9760.425909494234 rows/sec., 733.94 KiB/sec. 2026.05.04 23:29:23.100716 [ 261 ] {b728f582-7c10-40e0-9413-6eaa7f1a1da5} TCPHandler: Processed in 0.001291027 sec. 2026.05.04 23:29:23.100826 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:23.100920 [ 261 ] {b38ed01d-3e54-4edd-9fb8-198e6d305e35} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:29:23.100960 [ 261 ] {b38ed01d-3e54-4edd-9fb8-198e6d305e35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:29:23.101373 [ 261 ] {b38ed01d-3e54-4edd-9fb8-198e6d305e35} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:23.101410 [ 261 ] {b38ed01d-3e54-4edd-9fb8-198e6d305e35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:23.101711 [ 261 ] {b38ed01d-3e54-4edd-9fb8-198e6d305e35} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.04 23:29:23.101914 [ 261 ] {b38ed01d-3e54-4edd-9fb8-198e6d305e35} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:23.102040 [ 261 ] {b38ed01d-3e54-4edd-9fb8-198e6d305e35} executeQuery: Read 75 rows, 6.00 KiB in 0.00114 sec., 65789.47368421053 rows/sec., 5.14 MiB/sec. 2026.05.04 23:29:23.102077 [ 261 ] {b38ed01d-3e54-4edd-9fb8-198e6d305e35} TCPHandler: Processed in 0.001301787 sec. 2026.05.04 23:29:23.102193 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:23.102286 [ 261 ] {9480c4d6-3e0c-49e8-8d14-cf3d8034ff91} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:29:23.102330 [ 261 ] {9480c4d6-3e0c-49e8-8d14-cf3d8034ff91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:29:23.102735 [ 261 ] {9480c4d6-3e0c-49e8-8d14-cf3d8034ff91} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:23.102772 [ 261 ] {9480c4d6-3e0c-49e8-8d14-cf3d8034ff91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:23.103095 [ 261 ] {9480c4d6-3e0c-49e8-8d14-cf3d8034ff91} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.04 23:29:23.103299 [ 261 ] {9480c4d6-3e0c-49e8-8d14-cf3d8034ff91} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:23.103429 [ 261 ] {9480c4d6-3e0c-49e8-8d14-cf3d8034ff91} executeQuery: Read 160 rows, 11.41 KiB in 0.001162 sec., 137693.63166953527 rows/sec., 9.59 MiB/sec. 2026.05.04 23:29:23.103464 [ 261 ] {9480c4d6-3e0c-49e8-8d14-cf3d8034ff91} TCPHandler: Processed in 0.001322248 sec. 2026.05.04 23:29:23.103573 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:23.103677 [ 261 ] {755e7009-934f-423c-b3d5-bdbbc3fa92ee} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:29:23.103736 [ 261 ] {755e7009-934f-423c-b3d5-bdbbc3fa92ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:29:23.104499 [ 261 ] {755e7009-934f-423c-b3d5-bdbbc3fa92ee} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:23.104538 [ 261 ] {755e7009-934f-423c-b3d5-bdbbc3fa92ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:23.105066 [ 261 ] {755e7009-934f-423c-b3d5-bdbbc3fa92ee} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.04 23:29:23.105291 [ 261 ] {755e7009-934f-423c-b3d5-bdbbc3fa92ee} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:23.105436 [ 261 ] {755e7009-934f-423c-b3d5-bdbbc3fa92ee} executeQuery: Read 11 rows, 20.18 KiB in 0.001779 sec., 6183.249016301293 rows/sec., 11.08 MiB/sec. 2026.05.04 23:29:23.105492 [ 261 ] {755e7009-934f-423c-b3d5-bdbbc3fa92ee} TCPHandler: Processed in 0.001973196 sec. 2026.05.04 23:29:23.105626 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:23.105722 [ 261 ] {3590613c-9ced-44e2-a99b-f147cecb886f} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:29:23.105766 [ 261 ] {3590613c-9ced-44e2-a99b-f147cecb886f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:29:23.106116 [ 261 ] {3590613c-9ced-44e2-a99b-f147cecb886f} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:23.106154 [ 261 ] {3590613c-9ced-44e2-a99b-f147cecb886f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:23.106463 [ 261 ] {3590613c-9ced-44e2-a99b-f147cecb886f} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.04 23:29:23.106675 [ 261 ] {3590613c-9ced-44e2-a99b-f147cecb886f} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:23.106811 [ 261 ] {3590613c-9ced-44e2-a99b-f147cecb886f} executeQuery: Read 60 rows, 4.14 KiB in 0.00111 sec., 54054.054054054046 rows/sec., 3.64 MiB/sec. 2026.05.04 23:29:23.106849 [ 261 ] {3590613c-9ced-44e2-a99b-f147cecb886f} TCPHandler: Processed in 0.001274166 sec. 2026.05.04 23:29:23.356323 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:23.356536 [ 261 ] {ec62c9e8-a9e3-479c-8fd1-317c0e529fa5} executeQuery: (from [fd00:1122:3344:101::d]:39097) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.04 23:29:23.356855 [ 261 ] {ec62c9e8-a9e3-479c-8fd1-317c0e529fa5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:29:23.356895 [ 261 ] {ec62c9e8-a9e3-479c-8fd1-317c0e529fa5} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.04 23:29:23.357147 [ 261 ] {ec62c9e8-a9e3-479c-8fd1-317c0e529fa5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:29:23.357215 [ 261 ] {ec62c9e8-a9e3-479c-8fd1-317c0e529fa5} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:29:23.357349 [ 261 ] {ec62c9e8-a9e3-479c-8fd1-317c0e529fa5} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 41-element set) 2026.05.04 23:29:23.357385 [ 261 ] {ec62c9e8-a9e3-479c-8fd1-317c0e529fa5} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.04 23:29:23.357407 [ 261 ] {ec62c9e8-a9e3-479c-8fd1-317c0e529fa5} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.04 23:29:23.357423 [ 261 ] {ec62c9e8-a9e3-479c-8fd1-317c0e529fa5} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:29:23.357462 [ 261 ] {ec62c9e8-a9e3-479c-8fd1-317c0e529fa5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.05.04 23:29:23.357483 [ 261 ] {ec62c9e8-a9e3-479c-8fd1-317c0e529fa5} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 51 rows starting from 0 2026.05.04 23:29:23.358418 [ 261 ] {ec62c9e8-a9e3-479c-8fd1-317c0e529fa5} executeQuery: Read 51 rows, 12.37 KiB in 0.001978 sec., 25783.619817997976 rows/sec., 6.10 MiB/sec. 2026.05.04 23:29:23.358495 [ 261 ] {ec62c9e8-a9e3-479c-8fd1-317c0e529fa5} TCPHandler: Processed in 0.002279626 sec. 2026.05.04 23:29:23.373344 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:23.373482 [ 261 ] {bec642b4-eb42-4919-85d8-8bdf5e5a2d26} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.04 23:29:23.373538 [ 261 ] {bec642b4-eb42-4919-85d8-8bdf5e5a2d26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.04 23:29:23.374150 [ 261 ] {bec642b4-eb42-4919-85d8-8bdf5e5a2d26} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:23.374194 [ 261 ] {bec642b4-eb42-4919-85d8-8bdf5e5a2d26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:23.374568 [ 261 ] {bec642b4-eb42-4919-85d8-8bdf5e5a2d26} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.04 23:29:23.374804 [ 261 ] {bec642b4-eb42-4919-85d8-8bdf5e5a2d26} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:23.374964 [ 261 ] {bec642b4-eb42-4919-85d8-8bdf5e5a2d26} executeQuery: Read 284 rows, 18.47 KiB in 0.001519 sec., 186965.1086240948 rows/sec., 11.87 MiB/sec. 2026.05.04 23:29:23.375007 [ 261 ] {bec642b4-eb42-4919-85d8-8bdf5e5a2d26} TCPHandler: Processed in 0.001732009 sec. 2026.05.04 23:29:23.375137 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:23.375238 [ 261 ] {fe353c7b-9676-4c53-8d55-4d7f4f95f161} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.04 23:29:23.375283 [ 261 ] {fe353c7b-9676-4c53-8d55-4d7f4f95f161} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.04 23:29:23.375685 [ 261 ] {fe353c7b-9676-4c53-8d55-4d7f4f95f161} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:23.375724 [ 261 ] {fe353c7b-9676-4c53-8d55-4d7f4f95f161} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:23.376013 [ 261 ] {fe353c7b-9676-4c53-8d55-4d7f4f95f161} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.04 23:29:23.376222 [ 261 ] {fe353c7b-9676-4c53-8d55-4d7f4f95f161} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:23.376357 [ 261 ] {fe353c7b-9676-4c53-8d55-4d7f4f95f161} executeQuery: Read 6 rows, 501.00 B in 0.001142 sec., 5253.940455341506 rows/sec., 428.42 KiB/sec. 2026.05.04 23:29:23.376395 [ 261 ] {fe353c7b-9676-4c53-8d55-4d7f4f95f161} TCPHandler: Processed in 0.001308918 sec. 2026.05.04 23:29:23.376519 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:23.376616 [ 261 ] {489cc809-a851-4788-8867-61a41970358c} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:29:23.376656 [ 261 ] {489cc809-a851-4788-8867-61a41970358c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:29:23.378407 [ 261 ] {489cc809-a851-4788-8867-61a41970358c} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:23.378446 [ 261 ] {489cc809-a851-4788-8867-61a41970358c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:23.378944 [ 261 ] {489cc809-a851-4788-8867-61a41970358c} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.04 23:29:23.379167 [ 261 ] {489cc809-a851-4788-8867-61a41970358c} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:23.379303 [ 261 ] {489cc809-a851-4788-8867-61a41970358c} executeQuery: Read 3209 rows, 246.04 KiB in 0.002708 sec., 1185007.3855243723 rows/sec., 88.73 MiB/sec. 2026.05.04 23:29:23.379301 [ 41 ] {} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.04 23:29:23.379344 [ 261 ] {489cc809-a851-4788-8867-61a41970358c} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.05.04 23:29:23.379371 [ 261 ] {489cc809-a851-4788-8867-61a41970358c} TCPHandler: Processed in 0.002903133 sec. 2026.05.04 23:29:23.379382 [ 41 ] {} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:23.379408 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:23.379490 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:23.379517 [ 192 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.05.04 23:29:23.379592 [ 261 ] {5fb4a22a-4347-4cac-87da-37242e44e12e} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:29:23.379639 [ 261 ] {5fb4a22a-4347-4cac-87da-37242e44e12e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:29:23.379655 [ 192 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:29:23.379695 [ 192 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 3361 rows starting from the beginning of the part 2026.05.04 23:29:23.379764 [ 192 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 861 rows starting from the beginning of the part 2026.05.04 23:29:23.379806 [ 192 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 79 rows starting from the beginning of the part 2026.05.04 23:29:23.379847 [ 192 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 861 rows starting from the beginning of the part 2026.05.04 23:29:23.379887 [ 192 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 78 rows starting from the beginning of the part 2026.05.04 23:29:23.379927 [ 192 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 3209 rows starting from the beginning of the part 2026.05.04 23:29:23.380220 [ 261 ] {5fb4a22a-4347-4cac-87da-37242e44e12e} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:23.380269 [ 261 ] {5fb4a22a-4347-4cac-87da-37242e44e12e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:23.380600 [ 261 ] {5fb4a22a-4347-4cac-87da-37242e44e12e} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.04 23:29:23.380826 [ 261 ] {5fb4a22a-4347-4cac-87da-37242e44e12e} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:23.380965 [ 261 ] {5fb4a22a-4347-4cac-87da-37242e44e12e} executeQuery: Read 189 rows, 12.04 KiB in 0.001392 sec., 135775.8620689655 rows/sec., 8.45 MiB/sec. 2026.05.04 23:29:23.381003 [ 261 ] {5fb4a22a-4347-4cac-87da-37242e44e12e} TCPHandler: Processed in 0.001561574 sec. 2026.05.04 23:29:23.381124 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:23.381219 [ 261 ] {225a1c21-8f74-47d1-8d8e-32185b1d4d05} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.04 23:29:23.381259 [ 261 ] {225a1c21-8f74-47d1-8d8e-32185b1d4d05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.04 23:29:23.381965 [ 261 ] {225a1c21-8f74-47d1-8d8e-32185b1d4d05} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:23.382001 [ 261 ] {225a1c21-8f74-47d1-8d8e-32185b1d4d05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:23.382368 [ 261 ] {225a1c21-8f74-47d1-8d8e-32185b1d4d05} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.04 23:29:23.382592 [ 261 ] {225a1c21-8f74-47d1-8d8e-32185b1d4d05} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:23.382722 [ 261 ] {225a1c21-8f74-47d1-8d8e-32185b1d4d05} executeQuery: Read 950 rows, 57.24 KiB in 0.001523 sec., 623768.877216021 rows/sec., 36.70 MiB/sec. 2026.05.04 23:29:23.382759 [ 261 ] {225a1c21-8f74-47d1-8d8e-32185b1d4d05} TCPHandler: Processed in 0.001688308 sec. 2026.05.04 23:29:23.382878 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:23.382876 [ 195 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 8449 rows, containing 5 columns (5 merged, 0 gathered) in 0.003407887 sec., 2479248.8718082495 rows/sec., 197.91 MiB/sec. 2026.05.04 23:29:23.382974 [ 261 ] {41155a42-a08f-4eed-8b6c-21197cc5f676} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.04 23:29:23.383018 [ 261 ] {41155a42-a08f-4eed-8b6c-21197cc5f676} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.04 23:29:23.383245 [ 188 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.04 23:29:23.383421 [ 261 ] {41155a42-a08f-4eed-8b6c-21197cc5f676} oximeter.fields_u64 (a721a268-d0af-4ac8-8f6c-f140022f8254): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:23.383465 [ 261 ] {41155a42-a08f-4eed-8b6c-21197cc5f676} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:23.383523 [ 188 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_36_7} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:23.383600 [ 188 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_36_7} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.04 23:29:23.383681 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.48 MiB. 2026.05.04 23:29:23.383768 [ 261 ] {41155a42-a08f-4eed-8b6c-21197cc5f676} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.04 23:29:23.383976 [ 261 ] {41155a42-a08f-4eed-8b6c-21197cc5f676} oximeter.fields_u64 (a721a268-d0af-4ac8-8f6c-f140022f8254): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:23.384106 [ 261 ] {41155a42-a08f-4eed-8b6c-21197cc5f676} executeQuery: Read 1 rows, 72.00 B in 0.001151 sec., 868.8097306689835 rows/sec., 61.09 KiB/sec. 2026.05.04 23:29:23.384144 [ 261 ] {41155a42-a08f-4eed-8b6c-21197cc5f676} TCPHandler: Processed in 0.001316967 sec. 2026.05.04 23:29:23.384258 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:23.384351 [ 261 ] {1148f4f5-d5a4-4e46-b952-082a2535864a} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.04 23:29:23.384390 [ 261 ] {1148f4f5-d5a4-4e46-b952-082a2535864a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.04 23:29:23.384827 [ 261 ] {1148f4f5-d5a4-4e46-b952-082a2535864a} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:23.384863 [ 261 ] {1148f4f5-d5a4-4e46-b952-082a2535864a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:23.385160 [ 261 ] {1148f4f5-d5a4-4e46-b952-082a2535864a} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.04 23:29:23.385366 [ 261 ] {1148f4f5-d5a4-4e46-b952-082a2535864a} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:23.385503 [ 261 ] {1148f4f5-d5a4-4e46-b952-082a2535864a} executeQuery: Read 148 rows, 8.62 KiB in 0.00117 sec., 126495.72649572649 rows/sec., 7.19 MiB/sec. 2026.05.04 23:29:23.385540 [ 261 ] {1148f4f5-d5a4-4e46-b952-082a2535864a} TCPHandler: Processed in 0.001332708 sec. 2026.05.04 23:29:23.385659 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:23.385752 [ 261 ] {ae5c7808-6749-42e1-a7bc-61475d16b2ac} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:29:23.385791 [ 261 ] {ae5c7808-6749-42e1-a7bc-61475d16b2ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:29:23.386791 [ 261 ] {ae5c7808-6749-42e1-a7bc-61475d16b2ac} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:23.386826 [ 261 ] {ae5c7808-6749-42e1-a7bc-61475d16b2ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:23.387200 [ 261 ] {ae5c7808-6749-42e1-a7bc-61475d16b2ac} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.04 23:29:23.387418 [ 261 ] {ae5c7808-6749-42e1-a7bc-61475d16b2ac} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:23.387525 [ 41 ] {} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.04 23:29:23.387546 [ 261 ] {ae5c7808-6749-42e1-a7bc-61475d16b2ac} executeQuery: Read 1752 rows, 121.07 KiB in 0.001814 sec., 965821.3891951488 rows/sec., 65.18 MiB/sec. 2026.05.04 23:29:23.387570 [ 41 ] {} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:23.387591 [ 261 ] {ae5c7808-6749-42e1-a7bc-61475d16b2ac} TCPHandler: Processed in 0.001984537 sec. 2026.05.04 23:29:23.387593 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:23.387686 [ 192 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.05.04 23:29:23.387741 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:23.387777 [ 192 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:29:23.387808 [ 192 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1831 rows starting from the beginning of the part 2026.05.04 23:29:23.387841 [ 261 ] {c5742dad-a2a1-4094-a4df-125ece96a4f1} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.04 23:29:23.387857 [ 192 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 522 rows starting from the beginning of the part 2026.05.04 23:29:23.387891 [ 261 ] {c5742dad-a2a1-4094-a4df-125ece96a4f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.04 23:29:23.387904 [ 192 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 77 rows starting from the beginning of the part 2026.05.04 23:29:23.387945 [ 192 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 522 rows starting from the beginning of the part 2026.05.04 23:29:23.387981 [ 192 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 75 rows starting from the beginning of the part 2026.05.04 23:29:23.388016 [ 192 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1752 rows starting from the beginning of the part 2026.05.04 23:29:23.388262 [ 261 ] {c5742dad-a2a1-4094-a4df-125ece96a4f1} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:23.388302 [ 261 ] {c5742dad-a2a1-4094-a4df-125ece96a4f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:23.388617 [ 261 ] {c5742dad-a2a1-4094-a4df-125ece96a4f1} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.04 23:29:23.388837 [ 261 ] {c5742dad-a2a1-4094-a4df-125ece96a4f1} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:23.388969 [ 261 ] {c5742dad-a2a1-4094-a4df-125ece96a4f1} executeQuery: Read 6 rows, 321.00 B in 0.001147 sec., 5231.037489102006 rows/sec., 273.30 KiB/sec. 2026.05.04 23:29:23.389005 [ 261 ] {c5742dad-a2a1-4094-a4df-125ece96a4f1} TCPHandler: Processed in 0.001316688 sec. 2026.05.04 23:29:23.389123 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:23.389216 [ 261 ] {8bd33f51-2992-4b3f-8d5f-89ae106d61ea} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:29:23.389259 [ 261 ] {8bd33f51-2992-4b3f-8d5f-89ae106d61ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:29:23.389505 [ 200 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 4779 rows, containing 5 columns (5 merged, 0 gathered) in 0.001849733 sec., 2583616.121894349 rows/sec., 187.51 MiB/sec. 2026.05.04 23:29:23.389785 [ 195 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.04 23:29:23.389974 [ 261 ] {8bd33f51-2992-4b3f-8d5f-89ae106d61ea} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:23.390018 [ 261 ] {8bd33f51-2992-4b3f-8d5f-89ae106d61ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:23.390141 [ 195 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_36_7} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:23.390242 [ 195 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_36_7} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.04 23:29:23.390367 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. 2026.05.04 23:29:23.390512 [ 261 ] {8bd33f51-2992-4b3f-8d5f-89ae106d61ea} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.04 23:29:23.390730 [ 261 ] {8bd33f51-2992-4b3f-8d5f-89ae106d61ea} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:23.390838 [ 41 ] {} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.04 23:29:23.390864 [ 261 ] {8bd33f51-2992-4b3f-8d5f-89ae106d61ea} executeQuery: Read 1604 rows, 99.74 KiB in 0.001668 sec., 961630.6954436451 rows/sec., 58.39 MiB/sec. 2026.05.04 23:29:23.390870 [ 41 ] {} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:23.390905 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:23.390908 [ 261 ] {8bd33f51-2992-4b3f-8d5f-89ae106d61ea} TCPHandler: Processed in 0.001837172 sec. 2026.05.04 23:29:23.390982 [ 187 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.05.04 23:29:23.391036 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:23.391101 [ 187 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:29:23.391137 [ 261 ] {87d62e74-4187-40f6-9256-4aa14f04965f} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.04 23:29:23.391138 [ 187 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 12639 rows starting from the beginning of the part 2026.05.04 23:29:23.391186 [ 261 ] {87d62e74-4187-40f6-9256-4aa14f04965f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.04 23:29:23.391222 [ 187 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 265 rows starting from the beginning of the part 2026.05.04 23:29:23.391276 [ 187 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 161 rows starting from the beginning of the part 2026.05.04 23:29:23.391318 [ 187 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 265 rows starting from the beginning of the part 2026.05.04 23:29:23.391360 [ 187 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part 2026.05.04 23:29:23.391401 [ 187 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1604 rows starting from the beginning of the part 2026.05.04 23:29:23.391525 [ 261 ] {87d62e74-4187-40f6-9256-4aa14f04965f} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:23.391567 [ 261 ] {87d62e74-4187-40f6-9256-4aa14f04965f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:23.391881 [ 261 ] {87d62e74-4187-40f6-9256-4aa14f04965f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.04 23:29:23.392097 [ 261 ] {87d62e74-4187-40f6-9256-4aa14f04965f} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:23.392229 [ 261 ] {87d62e74-4187-40f6-9256-4aa14f04965f} executeQuery: Read 1 rows, 69.00 B in 0.001114 sec., 897.6660682226212 rows/sec., 60.49 KiB/sec. 2026.05.04 23:29:23.392265 [ 261 ] {87d62e74-4187-40f6-9256-4aa14f04965f} TCPHandler: Processed in 0.001281827 sec. 2026.05.04 23:29:23.392383 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:23.392477 [ 261 ] {5b5fc9fa-0dc2-42a4-8601-cba2df12131f} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:29:23.392532 [ 261 ] {5b5fc9fa-0dc2-42a4-8601-cba2df12131f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:29:23.393375 [ 261 ] {5b5fc9fa-0dc2-42a4-8601-cba2df12131f} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:23.393411 [ 261 ] {5b5fc9fa-0dc2-42a4-8601-cba2df12131f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:23.393976 [ 261 ] {5b5fc9fa-0dc2-42a4-8601-cba2df12131f} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.04 23:29:23.394201 [ 261 ] {5b5fc9fa-0dc2-42a4-8601-cba2df12131f} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:23.394345 [ 261 ] {5b5fc9fa-0dc2-42a4-8601-cba2df12131f} executeQuery: Read 41 rows, 75.23 KiB in 0.001887 sec., 21727.60996290408 rows/sec., 38.93 MiB/sec. 2026.05.04 23:29:23.394409 [ 261 ] {5b5fc9fa-0dc2-42a4-8601-cba2df12131f} TCPHandler: Processed in 0.002077699 sec. 2026.05.04 23:29:23.394541 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:23.394635 [ 261 ] {5e667410-0368-4942-ad63-badf93892c32} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:29:23.394677 [ 261 ] {5e667410-0368-4942-ad63-badf93892c32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:29:23.394984 [ 195 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 15094 rows, containing 5 columns (5 merged, 0 gathered) in 0.004038676 sec., 3737363.432966646 rows/sec., 244.86 MiB/sec. 2026.05.04 23:29:23.395017 [ 261 ] {5e667410-0368-4942-ad63-badf93892c32} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:23.395057 [ 261 ] {5e667410-0368-4942-ad63-badf93892c32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:23.395371 [ 261 ] {5e667410-0368-4942-ad63-badf93892c32} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.04 23:29:23.395387 [ 187 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.04 23:29:23.395639 [ 261 ] {5e667410-0368-4942-ad63-badf93892c32} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:23.395711 [ 187 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_36_7} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:23.395769 [ 39 ] {} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.04 23:29:23.395787 [ 187 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_36_7} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.04 23:29:23.395783 [ 261 ] {5e667410-0368-4942-ad63-badf93892c32} executeQuery: Read 42 rows, 2.45 KiB in 0.001166 sec., 36020.583190394515 rows/sec., 2.06 MiB/sec. 2026.05.04 23:29:23.395811 [ 39 ] {} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:23.395841 [ 261 ] {5e667410-0368-4942-ad63-badf93892c32} TCPHandler: Processed in 0.001351159 sec. 2026.05.04 23:29:23.395844 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:23.395863 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.76 MiB. 2026.05.04 23:29:23.395930 [ 187 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.05.04 23:29:23.396006 [ 187 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:29:23.396032 [ 187 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2040 rows starting from the beginning of the part 2026.05.04 23:29:23.396078 [ 187 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 90 rows starting from the beginning of the part 2026.05.04 23:29:23.396115 [ 187 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part 2026.05.04 23:29:23.396150 [ 187 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 90 rows starting from the beginning of the part 2026.05.04 23:29:23.396182 [ 187 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part 2026.05.04 23:29:23.396224 [ 187 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 42 rows starting from the beginning of the part 2026.05.04 23:29:23.397138 [ 197 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2382 rows, containing 4 columns (4 merged, 0 gathered) in 0.001231825 sec., 1933716.2340429851 rows/sec., 125.74 MiB/sec. 2026.05.04 23:29:23.397336 [ 195 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.04 23:29:23.397576 [ 195 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_36_7} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:23.397638 [ 195 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_36_7} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.04 23:29:23.397705 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2026.05.04 23:29:24.000685 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 261.60 MiB, peak 271.28 MiB, free memory in arenas 0.00 B, will set to 260.24 MiB (RSS), difference: -1.37 MiB 2026.05.04 23:29:28.090287 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:28.090548 [ 261 ] {af91643d-9766-4b4e-8faf-0c51b595e3d0} executeQuery: (from [fd00:1122:3344:101::d]:39097) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:29:28.090901 [ 261 ] {af91643d-9766-4b4e-8faf-0c51b595e3d0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:29:28.090941 [ 261 ] {af91643d-9766-4b4e-8faf-0c51b595e3d0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:29:28.091188 [ 261 ] {af91643d-9766-4b4e-8faf-0c51b595e3d0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:29:28.091266 [ 261 ] {af91643d-9766-4b4e-8faf-0c51b595e3d0} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:29:28.091413 [ 261 ] {af91643d-9766-4b4e-8faf-0c51b595e3d0} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.04 23:29:28.091448 [ 261 ] {af91643d-9766-4b4e-8faf-0c51b595e3d0} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.04 23:29:28.091469 [ 261 ] {af91643d-9766-4b4e-8faf-0c51b595e3d0} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.04 23:29:28.091484 [ 261 ] {af91643d-9766-4b4e-8faf-0c51b595e3d0} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:29:28.091523 [ 261 ] {af91643d-9766-4b4e-8faf-0c51b595e3d0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:29:28.091542 [ 261 ] {af91643d-9766-4b4e-8faf-0c51b595e3d0} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 51 rows starting from 0 2026.05.04 23:29:28.092627 [ 261 ] {af91643d-9766-4b4e-8faf-0c51b595e3d0} executeQuery: Read 51 rows, 12.37 KiB in 0.002176 sec., 23437.5 rows/sec., 5.55 MiB/sec. 2026.05.04 23:29:28.092700 [ 261 ] {af91643d-9766-4b4e-8faf-0c51b595e3d0} TCPHandler: Processed in 0.002549153 sec. 2026.05.04 23:29:28.094261 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:28.094382 [ 261 ] {806fbb92-db93-4513-bf09-600d8ef0cad1} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:29:28.094432 [ 261 ] {806fbb92-db93-4513-bf09-600d8ef0cad1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:29:28.095062 [ 261 ] {806fbb92-db93-4513-bf09-600d8ef0cad1} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:28.095106 [ 261 ] {806fbb92-db93-4513-bf09-600d8ef0cad1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:28.095499 [ 261 ] {806fbb92-db93-4513-bf09-600d8ef0cad1} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.04 23:29:28.095719 [ 261 ] {806fbb92-db93-4513-bf09-600d8ef0cad1} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:28.095859 [ 261 ] {806fbb92-db93-4513-bf09-600d8ef0cad1} executeQuery: Read 56 rows, 4.41 KiB in 0.001515 sec., 36963.696369636964 rows/sec., 2.84 MiB/sec. 2026.05.04 23:29:28.095897 [ 261 ] {806fbb92-db93-4513-bf09-600d8ef0cad1} TCPHandler: Processed in 0.001695159 sec. 2026.05.04 23:29:28.096026 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:28.096127 [ 261 ] {aeee614f-9382-48bb-a2fb-9623bf379bf3} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:29:28.096166 [ 261 ] {aeee614f-9382-48bb-a2fb-9623bf379bf3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:29:28.096655 [ 261 ] {aeee614f-9382-48bb-a2fb-9623bf379bf3} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:28.096692 [ 261 ] {aeee614f-9382-48bb-a2fb-9623bf379bf3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:28.096997 [ 261 ] {aeee614f-9382-48bb-a2fb-9623bf379bf3} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.04 23:29:28.097202 [ 261 ] {aeee614f-9382-48bb-a2fb-9623bf379bf3} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:28.097331 [ 261 ] {aeee614f-9382-48bb-a2fb-9623bf379bf3} executeQuery: Read 64 rows, 5.12 KiB in 0.001221 sec., 52416.052416052415 rows/sec., 4.09 MiB/sec. 2026.05.04 23:29:28.097368 [ 261 ] {aeee614f-9382-48bb-a2fb-9623bf379bf3} TCPHandler: Processed in 0.00139515 sec. 2026.05.04 23:29:28.097487 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:28.097589 [ 261 ] {0b1936f7-ea44-4a43-8794-42c8648ff275} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:29:28.097631 [ 261 ] {0b1936f7-ea44-4a43-8794-42c8648ff275} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:29:28.098042 [ 261 ] {0b1936f7-ea44-4a43-8794-42c8648ff275} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:28.098080 [ 261 ] {0b1936f7-ea44-4a43-8794-42c8648ff275} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:28.098406 [ 261 ] {0b1936f7-ea44-4a43-8794-42c8648ff275} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.04 23:29:28.098614 [ 261 ] {0b1936f7-ea44-4a43-8794-42c8648ff275} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:28.098743 [ 261 ] {0b1936f7-ea44-4a43-8794-42c8648ff275} executeQuery: Read 128 rows, 9.13 KiB in 0.001173 sec., 109121.90963341859 rows/sec., 7.60 MiB/sec. 2026.05.04 23:29:28.098780 [ 261 ] {0b1936f7-ea44-4a43-8794-42c8648ff275} TCPHandler: Processed in 0.001341568 sec. 2026.05.04 23:29:28.098901 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:28.099002 [ 261 ] {f3903462-828a-40ca-b31e-07abd71dc8f5} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:29:28.099043 [ 261 ] {f3903462-828a-40ca-b31e-07abd71dc8f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:29:28.099375 [ 261 ] {f3903462-828a-40ca-b31e-07abd71dc8f5} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:28.099409 [ 261 ] {f3903462-828a-40ca-b31e-07abd71dc8f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:28.099711 [ 261 ] {f3903462-828a-40ca-b31e-07abd71dc8f5} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.04 23:29:28.099923 [ 261 ] {f3903462-828a-40ca-b31e-07abd71dc8f5} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:28.100049 [ 261 ] {f3903462-828a-40ca-b31e-07abd71dc8f5} executeQuery: Read 48 rows, 3.31 KiB in 0.001065 sec., 45070.42253521127 rows/sec., 3.04 MiB/sec. 2026.05.04 23:29:28.100084 [ 261 ] {f3903462-828a-40ca-b31e-07abd71dc8f5} TCPHandler: Processed in 0.001231635 sec. 2026.05.04 23:29:29.311433 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12015 2026.05.04 23:29:29.311961 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:29.311997 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:29.312494 [ 245 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.04 23:29:29.312725 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:29.312858 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12015 2026.05.04 23:29:29.924840 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2026.05.04 23:29:29.942410 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:29.942467 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:29.948274 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.04 23:29:29.948958 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:29.951803 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2026.05.04 23:29:31.842838 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 796 2026.05.04 23:29:31.845527 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:31.845570 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:31.846748 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.04 23:29:31.847076 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:31.847340 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 796 2026.05.04 23:29:33.093687 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:33.094033 [ 261 ] {f7883337-599f-4718-82ec-e3ecd3b2bcf1} executeQuery: (from [fd00:1122:3344:101::d]:39097) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:29:33.094535 [ 261 ] {f7883337-599f-4718-82ec-e3ecd3b2bcf1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:29:33.094569 [ 261 ] {f7883337-599f-4718-82ec-e3ecd3b2bcf1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:29:33.094780 [ 261 ] {f7883337-599f-4718-82ec-e3ecd3b2bcf1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:29:33.094848 [ 261 ] {f7883337-599f-4718-82ec-e3ecd3b2bcf1} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:29:33.094984 [ 261 ] {f7883337-599f-4718-82ec-e3ecd3b2bcf1} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.04 23:29:33.095018 [ 261 ] {f7883337-599f-4718-82ec-e3ecd3b2bcf1} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.04 23:29:33.095039 [ 261 ] {f7883337-599f-4718-82ec-e3ecd3b2bcf1} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.04 23:29:33.095054 [ 261 ] {f7883337-599f-4718-82ec-e3ecd3b2bcf1} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:29:33.095093 [ 261 ] {f7883337-599f-4718-82ec-e3ecd3b2bcf1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:29:33.095112 [ 261 ] {f7883337-599f-4718-82ec-e3ecd3b2bcf1} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 51 rows starting from 0 2026.05.04 23:29:33.096193 [ 261 ] {f7883337-599f-4718-82ec-e3ecd3b2bcf1} executeQuery: Read 51 rows, 12.37 KiB in 0.002306 sec., 22116.21856027754 rows/sec., 5.24 MiB/sec. 2026.05.04 23:29:33.096257 [ 261 ] {f7883337-599f-4718-82ec-e3ecd3b2bcf1} TCPHandler: Processed in 0.002760038 sec. 2026.05.04 23:29:33.098164 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:33.098269 [ 261 ] {804a7278-a19e-48de-ac83-1794cfb2d784} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:29:33.098309 [ 261 ] {804a7278-a19e-48de-ac83-1794cfb2d784} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:29:33.099045 [ 261 ] {804a7278-a19e-48de-ac83-1794cfb2d784} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:33.099116 [ 261 ] {804a7278-a19e-48de-ac83-1794cfb2d784} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:33.099611 [ 261 ] {804a7278-a19e-48de-ac83-1794cfb2d784} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.04 23:29:33.099826 [ 261 ] {804a7278-a19e-48de-ac83-1794cfb2d784} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:33.099969 [ 261 ] {804a7278-a19e-48de-ac83-1794cfb2d784} executeQuery: Read 78 rows, 6.61 KiB in 0.001732 sec., 45034.642032332566 rows/sec., 3.73 MiB/sec. 2026.05.04 23:29:33.100006 [ 261 ] {804a7278-a19e-48de-ac83-1794cfb2d784} TCPHandler: Processed in 0.001891103 sec. 2026.05.04 23:29:33.100130 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:33.100231 [ 261 ] {34cf4b2f-a681-43af-87c9-4ba92a559582} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:29:33.100269 [ 261 ] {34cf4b2f-a681-43af-87c9-4ba92a559582} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:29:33.100689 [ 261 ] {34cf4b2f-a681-43af-87c9-4ba92a559582} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:33.100725 [ 261 ] {34cf4b2f-a681-43af-87c9-4ba92a559582} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:33.101001 [ 261 ] {34cf4b2f-a681-43af-87c9-4ba92a559582} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.04 23:29:33.101201 [ 261 ] {34cf4b2f-a681-43af-87c9-4ba92a559582} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:33.101324 [ 261 ] {34cf4b2f-a681-43af-87c9-4ba92a559582} executeQuery: Read 11 rows, 847.00 B in 0.001112 sec., 9892.086330935252 rows/sec., 743.84 KiB/sec. 2026.05.04 23:29:33.101360 [ 261 ] {34cf4b2f-a681-43af-87c9-4ba92a559582} TCPHandler: Processed in 0.001277186 sec. 2026.05.04 23:29:33.101469 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:33.101568 [ 261 ] {64457bc7-829c-493b-a47e-65eface8ef6e} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:29:33.101606 [ 261 ] {64457bc7-829c-493b-a47e-65eface8ef6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:29:33.102027 [ 261 ] {64457bc7-829c-493b-a47e-65eface8ef6e} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:33.102061 [ 261 ] {64457bc7-829c-493b-a47e-65eface8ef6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:33.102344 [ 261 ] {64457bc7-829c-493b-a47e-65eface8ef6e} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.04 23:29:33.102549 [ 261 ] {64457bc7-829c-493b-a47e-65eface8ef6e} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:33.102675 [ 261 ] {64457bc7-829c-493b-a47e-65eface8ef6e} executeQuery: Read 75 rows, 6.00 KiB in 0.001124 sec., 66725.97864768683 rows/sec., 5.21 MiB/sec. 2026.05.04 23:29:33.102711 [ 261 ] {64457bc7-829c-493b-a47e-65eface8ef6e} TCPHandler: Processed in 0.001288457 sec. 2026.05.04 23:29:33.102849 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:33.102946 [ 261 ] {0c9360a5-2779-40df-9ad8-171af2b52ee4} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:29:33.102987 [ 261 ] {0c9360a5-2779-40df-9ad8-171af2b52ee4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:29:33.103381 [ 261 ] {0c9360a5-2779-40df-9ad8-171af2b52ee4} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:33.103417 [ 261 ] {0c9360a5-2779-40df-9ad8-171af2b52ee4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:33.103755 [ 261 ] {0c9360a5-2779-40df-9ad8-171af2b52ee4} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.04 23:29:33.103955 [ 261 ] {0c9360a5-2779-40df-9ad8-171af2b52ee4} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:33.104090 [ 261 ] {0c9360a5-2779-40df-9ad8-171af2b52ee4} executeQuery: Read 160 rows, 11.41 KiB in 0.001161 sec., 137812.23083548667 rows/sec., 9.60 MiB/sec. 2026.05.04 23:29:33.104125 [ 261 ] {0c9360a5-2779-40df-9ad8-171af2b52ee4} TCPHandler: Processed in 0.001323818 sec. 2026.05.04 23:29:33.104237 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:33.104335 [ 261 ] {c238af60-2e5c-4bab-b40b-d7c3f95cd297} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:29:33.104388 [ 261 ] {c238af60-2e5c-4bab-b40b-d7c3f95cd297} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:29:33.105143 [ 261 ] {c238af60-2e5c-4bab-b40b-d7c3f95cd297} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:33.105178 [ 261 ] {c238af60-2e5c-4bab-b40b-d7c3f95cd297} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:33.105664 [ 261 ] {c238af60-2e5c-4bab-b40b-d7c3f95cd297} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.04 23:29:33.105875 [ 261 ] {c238af60-2e5c-4bab-b40b-d7c3f95cd297} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:33.106009 [ 261 ] {c238af60-2e5c-4bab-b40b-d7c3f95cd297} executeQuery: Read 11 rows, 20.18 KiB in 0.001691 sec., 6505.026611472502 rows/sec., 11.66 MiB/sec. 2026.05.04 23:29:33.106059 [ 261 ] {c238af60-2e5c-4bab-b40b-d7c3f95cd297} TCPHandler: Processed in 0.001869453 sec. 2026.05.04 23:29:33.106182 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:33.106279 [ 261 ] {ad89d033-15fe-4674-ae43-f01b6571db01} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:29:33.106319 [ 261 ] {ad89d033-15fe-4674-ae43-f01b6571db01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:29:33.106652 [ 261 ] {ad89d033-15fe-4674-ae43-f01b6571db01} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:33.106684 [ 261 ] {ad89d033-15fe-4674-ae43-f01b6571db01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.04 23:29:33.106953 [ 261 ] {ad89d033-15fe-4674-ae43-f01b6571db01} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.04 23:29:33.107144 [ 261 ] {ad89d033-15fe-4674-ae43-f01b6571db01} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:33.107265 [ 261 ] {ad89d033-15fe-4674-ae43-f01b6571db01} executeQuery: Read 60 rows, 4.14 KiB in 0.001054 sec., 56925.99620493359 rows/sec., 3.84 MiB/sec. 2026.05.04 23:29:33.107297 [ 261 ] {ad89d033-15fe-4674-ae43-f01b6571db01} TCPHandler: Processed in 0.001217445 sec. 2026.05.04 23:29:36.721184 [ 108 ] {} DNSResolver: Updating DNS cache 2026.05.04 23:29:36.721248 [ 108 ] {} DNSResolver: Updated DNS cache 2026.05.04 23:29:36.813723 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12463 2026.05.04 23:29:36.814219 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:36.814270 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:36.814797 [ 245 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.04 23:29:36.815064 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:36.815216 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12463 2026.05.04 23:29:36.815217 [ 108 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.04 23:29:36.815294 [ 108 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:36.815319 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:36.815415 [ 197 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.05.04 23:29:36.815504 [ 197 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:29:36.815537 [ 197 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 10095 rows starting from the beginning of the part 2026.05.04 23:29:36.815594 [ 197 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 448 rows starting from the beginning of the part 2026.05.04 23:29:36.815639 [ 197 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 512 rows starting from the beginning of the part 2026.05.04 23:29:36.815681 [ 197 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 448 rows starting from the beginning of the part 2026.05.04 23:29:36.815725 [ 197 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 512 rows starting from the beginning of the part 2026.05.04 23:29:36.815763 [ 197 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 448 rows starting from the beginning of the part 2026.05.04 23:29:36.820215 [ 195 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12463 rows, containing 4 columns (4 merged, 0 gathered) in 0.004835828 sec., 2577221.522353566 rows/sec., 36.87 MiB/sec. 2026.05.04 23:29:36.820525 [ 197 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.04 23:29:36.820831 [ 197 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_26_5} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:36.820901 [ 197 ] {8701aa8f-4795-4713-a9bf-869923b78190::all_1_26_5} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.04 23:29:36.820979 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.05.04 23:29:37.452682 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2026.05.04 23:29:37.470065 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:37.470123 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:37.476165 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.04 23:29:37.476940 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:37.477289 [ 129 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.04 23:29:37.477387 [ 129 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:37.477428 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:37.477597 [ 193 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.05.04 23:29:37.479938 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2026.05.04 23:29:37.481643 [ 193 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:29:37.483305 [ 193 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part 2026.05.04 23:29:37.488139 [ 193 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part 2026.05.04 23:29:37.492945 [ 193 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part 2026.05.04 23:29:37.497485 [ 193 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part 2026.05.04 23:29:37.502257 [ 193 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part 2026.05.04 23:29:37.506258 [ 193 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part 2026.05.04 23:29:37.558707 [ 198 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.081178707 sec., 2414.4262361803817 rows/sec., 12.48 MiB/sec. 2026.05.04 23:29:37.561465 [ 186 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.04 23:29:37.563659 [ 186 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_26_5} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:37.563744 [ 186 ] {309fb8c2-1e02-4f96-937d-9b518275c73d::all_1_26_5} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.04 23:29:37.566463 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.05.04 23:29:38.000184 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 262.19 MiB, peak 272.75 MiB, free memory in arenas 0.00 B, will set to 268.65 MiB (RSS), difference: 6.46 MiB 2026.05.04 23:29:38.098215 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:38.098426 [ 261 ] {6b954c79-39c3-4356-a27f-0cbaa1a49870} executeQuery: (from [fd00:1122:3344:101::d]:39097) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.04 23:29:38.098775 [ 261 ] {6b954c79-39c3-4356-a27f-0cbaa1a49870} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:29:38.098812 [ 261 ] {6b954c79-39c3-4356-a27f-0cbaa1a49870} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.05.04 23:29:38.099048 [ 261 ] {6b954c79-39c3-4356-a27f-0cbaa1a49870} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:29:38.099113 [ 261 ] {6b954c79-39c3-4356-a27f-0cbaa1a49870} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:29:38.099252 [ 261 ] {6b954c79-39c3-4356-a27f-0cbaa1a49870} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.05.04 23:29:38.099287 [ 261 ] {6b954c79-39c3-4356-a27f-0cbaa1a49870} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.04 23:29:38.099308 [ 261 ] {6b954c79-39c3-4356-a27f-0cbaa1a49870} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.04 23:29:38.099323 [ 261 ] {6b954c79-39c3-4356-a27f-0cbaa1a49870} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:29:38.099362 [ 261 ] {6b954c79-39c3-4356-a27f-0cbaa1a49870} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.04 23:29:38.099381 [ 261 ] {6b954c79-39c3-4356-a27f-0cbaa1a49870} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 51 rows starting from 0 2026.05.04 23:29:38.100731 [ 261 ] {6b954c79-39c3-4356-a27f-0cbaa1a49870} executeQuery: Read 51 rows, 12.37 KiB in 0.002402 sec., 21232.306411323898 rows/sec., 5.03 MiB/sec. 2026.05.04 23:29:38.100837 [ 261 ] {6b954c79-39c3-4356-a27f-0cbaa1a49870} TCPHandler: Processed in 0.002748268 sec. 2026.05.04 23:29:38.106151 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:38.106277 [ 261 ] {bd5c68ed-8917-473f-9bd0-c4b45592c1ab} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.04 23:29:38.106329 [ 261 ] {bd5c68ed-8917-473f-9bd0-c4b45592c1ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.04 23:29:38.106912 [ 261 ] {bd5c68ed-8917-473f-9bd0-c4b45592c1ab} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:38.106947 [ 261 ] {bd5c68ed-8917-473f-9bd0-c4b45592c1ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:38.107340 [ 261 ] {bd5c68ed-8917-473f-9bd0-c4b45592c1ab} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.04 23:29:38.107572 [ 261 ] {bd5c68ed-8917-473f-9bd0-c4b45592c1ab} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:38.107718 [ 261 ] {bd5c68ed-8917-473f-9bd0-c4b45592c1ab} executeQuery: Read 284 rows, 18.47 KiB in 0.001477 sec., 192281.6519972918 rows/sec., 12.21 MiB/sec. 2026.05.04 23:29:38.107756 [ 261 ] {bd5c68ed-8917-473f-9bd0-c4b45592c1ab} TCPHandler: Processed in 0.001666028 sec. 2026.05.04 23:29:38.107875 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:38.107970 [ 261 ] {698a7875-ad7e-4efb-991e-343a2b8d94a0} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:29:38.108010 [ 261 ] {698a7875-ad7e-4efb-991e-343a2b8d94a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:29:38.108718 [ 261 ] {698a7875-ad7e-4efb-991e-343a2b8d94a0} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:38.108755 [ 261 ] {698a7875-ad7e-4efb-991e-343a2b8d94a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:38.109120 [ 261 ] {698a7875-ad7e-4efb-991e-343a2b8d94a0} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.04 23:29:38.109331 [ 261 ] {698a7875-ad7e-4efb-991e-343a2b8d94a0} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:38.109455 [ 261 ] {698a7875-ad7e-4efb-991e-343a2b8d94a0} executeQuery: Read 861 rows, 68.90 KiB in 0.001504 sec., 572473.4042553192 rows/sec., 44.74 MiB/sec. 2026.05.04 23:29:38.109492 [ 261 ] {698a7875-ad7e-4efb-991e-343a2b8d94a0} TCPHandler: Processed in 0.001663997 sec. 2026.05.04 23:29:38.109606 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:38.109700 [ 261 ] {63afaf41-eafc-4633-9504-797b927ec95c} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:29:38.109739 [ 261 ] {63afaf41-eafc-4633-9504-797b927ec95c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:29:38.110162 [ 261 ] {63afaf41-eafc-4633-9504-797b927ec95c} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:38.110196 [ 261 ] {63afaf41-eafc-4633-9504-797b927ec95c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:38.110513 [ 261 ] {63afaf41-eafc-4633-9504-797b927ec95c} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.04 23:29:38.110710 [ 261 ] {63afaf41-eafc-4633-9504-797b927ec95c} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:38.110827 [ 261 ] {63afaf41-eafc-4633-9504-797b927ec95c} executeQuery: Read 174 rows, 10.95 KiB in 0.001167 sec., 149100.25706940872 rows/sec., 9.16 MiB/sec. 2026.05.04 23:29:38.110860 [ 261 ] {63afaf41-eafc-4633-9504-797b927ec95c} TCPHandler: Processed in 0.001328868 sec. 2026.05.04 23:29:38.110974 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:38.111061 [ 261 ] {5bfc1dea-15eb-4d76-8637-953852ccf984} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.04 23:29:38.111097 [ 261 ] {5bfc1dea-15eb-4d76-8637-953852ccf984} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.04 23:29:38.111553 [ 261 ] {5bfc1dea-15eb-4d76-8637-953852ccf984} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:38.111588 [ 261 ] {5bfc1dea-15eb-4d76-8637-953852ccf984} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:38.111880 [ 261 ] {5bfc1dea-15eb-4d76-8637-953852ccf984} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.04 23:29:38.112091 [ 261 ] {5bfc1dea-15eb-4d76-8637-953852ccf984} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:38.112212 [ 261 ] {5bfc1dea-15eb-4d76-8637-953852ccf984} executeQuery: Read 149 rows, 9.86 KiB in 0.00113 sec., 131858.40707964601 rows/sec., 8.52 MiB/sec. 2026.05.04 23:29:38.112248 [ 261 ] {5bfc1dea-15eb-4d76-8637-953852ccf984} TCPHandler: Processed in 0.001289446 sec. 2026.05.04 23:29:38.112361 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:38.112453 [ 261 ] {507496fb-a95f-4f90-bcb9-7f414eed8598} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.04 23:29:38.112492 [ 261 ] {507496fb-a95f-4f90-bcb9-7f414eed8598} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.04 23:29:38.112906 [ 261 ] {507496fb-a95f-4f90-bcb9-7f414eed8598} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:38.112940 [ 261 ] {507496fb-a95f-4f90-bcb9-7f414eed8598} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:38.113253 [ 261 ] {507496fb-a95f-4f90-bcb9-7f414eed8598} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.04 23:29:38.113456 [ 261 ] {507496fb-a95f-4f90-bcb9-7f414eed8598} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:38.113580 [ 261 ] {507496fb-a95f-4f90-bcb9-7f414eed8598} executeQuery: Read 148 rows, 8.62 KiB in 0.001145 sec., 129257.64192139739 rows/sec., 7.35 MiB/sec. 2026.05.04 23:29:38.113617 [ 261 ] {507496fb-a95f-4f90-bcb9-7f414eed8598} TCPHandler: Processed in 0.001305017 sec. 2026.05.04 23:29:38.113731 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:38.113824 [ 261 ] {bbb8da2f-e4ee-43fc-a491-478f4c25cf9f} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:29:38.113862 [ 261 ] {bbb8da2f-e4ee-43fc-a491-478f4c25cf9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:29:38.114459 [ 261 ] {bbb8da2f-e4ee-43fc-a491-478f4c25cf9f} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:38.114495 [ 261 ] {bbb8da2f-e4ee-43fc-a491-478f4c25cf9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:38.114816 [ 261 ] {bbb8da2f-e4ee-43fc-a491-478f4c25cf9f} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.04 23:29:38.115017 [ 261 ] {bbb8da2f-e4ee-43fc-a491-478f4c25cf9f} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:38.115140 [ 261 ] {bbb8da2f-e4ee-43fc-a491-478f4c25cf9f} executeQuery: Read 522 rows, 37.74 KiB in 0.001334 sec., 391304.347826087 rows/sec., 27.63 MiB/sec. 2026.05.04 23:29:38.115176 [ 261 ] {bbb8da2f-e4ee-43fc-a491-478f4c25cf9f} TCPHandler: Processed in 0.001494543 sec. 2026.05.04 23:29:38.115286 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:38.115378 [ 261 ] {348a13a9-b515-4d53-ae17-59d1077a1d99} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.04 23:29:38.115418 [ 261 ] {348a13a9-b515-4d53-ae17-59d1077a1d99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.04 23:29:38.115762 [ 261 ] {348a13a9-b515-4d53-ae17-59d1077a1d99} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:38.115795 [ 261 ] {348a13a9-b515-4d53-ae17-59d1077a1d99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:38.116092 [ 261 ] {348a13a9-b515-4d53-ae17-59d1077a1d99} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.04 23:29:38.116305 [ 261 ] {348a13a9-b515-4d53-ae17-59d1077a1d99} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:38.116429 [ 261 ] {348a13a9-b515-4d53-ae17-59d1077a1d99} executeQuery: Read 6 rows, 321.00 B in 0.001068 sec., 5617.9775280898875 rows/sec., 293.52 KiB/sec. 2026.05.04 23:29:38.116466 [ 261 ] {348a13a9-b515-4d53-ae17-59d1077a1d99} TCPHandler: Processed in 0.001229546 sec. 2026.05.04 23:29:38.116583 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:38.116675 [ 261 ] {72a2d406-a8e4-4897-beab-eaa93624b962} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:29:38.116717 [ 261 ] {72a2d406-a8e4-4897-beab-eaa93624b962} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:29:38.117124 [ 261 ] {72a2d406-a8e4-4897-beab-eaa93624b962} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:38.117158 [ 261 ] {72a2d406-a8e4-4897-beab-eaa93624b962} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:38.117495 [ 261 ] {72a2d406-a8e4-4897-beab-eaa93624b962} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.04 23:29:38.117703 [ 261 ] {72a2d406-a8e4-4897-beab-eaa93624b962} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:38.117828 [ 261 ] {72a2d406-a8e4-4897-beab-eaa93624b962} executeQuery: Read 265 rows, 18.03 KiB in 0.00117 sec., 226495.7264957265 rows/sec., 15.05 MiB/sec. 2026.05.04 23:29:38.117864 [ 261 ] {72a2d406-a8e4-4897-beab-eaa93624b962} TCPHandler: Processed in 0.001330058 sec. 2026.05.04 23:29:38.117979 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:38.118070 [ 261 ] {9ba3ee82-d1cc-4f08-a51b-f90e8a63d56a} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.04 23:29:38.118111 [ 261 ] {9ba3ee82-d1cc-4f08-a51b-f90e8a63d56a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.04 23:29:38.118420 [ 261 ] {9ba3ee82-d1cc-4f08-a51b-f90e8a63d56a} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:38.118454 [ 261 ] {9ba3ee82-d1cc-4f08-a51b-f90e8a63d56a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:38.118752 [ 261 ] {9ba3ee82-d1cc-4f08-a51b-f90e8a63d56a} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.04 23:29:38.118959 [ 261 ] {9ba3ee82-d1cc-4f08-a51b-f90e8a63d56a} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:38.119082 [ 261 ] {9ba3ee82-d1cc-4f08-a51b-f90e8a63d56a} executeQuery: Read 1 rows, 69.00 B in 0.00103 sec., 970.8737864077669 rows/sec., 65.42 KiB/sec. 2026.05.04 23:29:38.119117 [ 261 ] {9ba3ee82-d1cc-4f08-a51b-f90e8a63d56a} TCPHandler: Processed in 0.001188584 sec. 2026.05.04 23:29:38.119216 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:38.119310 [ 261 ] {d1fd153f-af2e-4733-b39f-18744c0ed2c3} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:29:38.119362 [ 261 ] {d1fd153f-af2e-4733-b39f-18744c0ed2c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:29:38.120163 [ 261 ] {d1fd153f-af2e-4733-b39f-18744c0ed2c3} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:38.120198 [ 261 ] {d1fd153f-af2e-4733-b39f-18744c0ed2c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:38.120761 [ 261 ] {d1fd153f-af2e-4733-b39f-18744c0ed2c3} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.04 23:29:38.120986 [ 261 ] {d1fd153f-af2e-4733-b39f-18744c0ed2c3} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:38.121120 [ 261 ] {d1fd153f-af2e-4733-b39f-18744c0ed2c3} executeQuery: Read 32 rows, 58.72 KiB in 0.001828 sec., 17505.4704595186 rows/sec., 31.37 MiB/sec. 2026.05.04 23:29:38.121172 [ 261 ] {d1fd153f-af2e-4733-b39f-18744c0ed2c3} TCPHandler: Processed in 0.002003507 sec. 2026.05.04 23:29:38.121304 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:38.121397 [ 261 ] {366b48ab-83cf-4e67-811b-9fd5bbb12675} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:29:38.121438 [ 261 ] {366b48ab-83cf-4e67-811b-9fd5bbb12675} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:29:38.121773 [ 261 ] {366b48ab-83cf-4e67-811b-9fd5bbb12675} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:38.121808 [ 261 ] {366b48ab-83cf-4e67-811b-9fd5bbb12675} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:38.122113 [ 261 ] {366b48ab-83cf-4e67-811b-9fd5bbb12675} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.04 23:29:38.122320 [ 261 ] {366b48ab-83cf-4e67-811b-9fd5bbb12675} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:38.122444 [ 261 ] {366b48ab-83cf-4e67-811b-9fd5bbb12675} executeQuery: Read 90 rows, 5.77 KiB in 0.001066 sec., 84427.76735459661 rows/sec., 5.28 MiB/sec. 2026.05.04 23:29:38.122480 [ 261 ] {366b48ab-83cf-4e67-811b-9fd5bbb12675} TCPHandler: Processed in 0.001225535 sec. 2026.05.04 23:29:41.848059 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 834 2026.05.04 23:29:41.850588 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:41.850646 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:41.851918 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.04 23:29:41.852199 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:41.852570 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 834 2026.05.04 23:29:43.098024 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:43.098276 [ 261 ] {d6323977-b01e-4715-9095-a31e504a74bc} executeQuery: (from [fd00:1122:3344:101::d]:39097) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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) 2026.05.04 23:29:43.098672 [ 261 ] {d6323977-b01e-4715-9095-a31e504a74bc} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:29:43.098714 [ 261 ] {d6323977-b01e-4715-9095-a31e504a74bc} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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 2026.05.04 23:29:43.098950 [ 261 ] {d6323977-b01e-4715-9095-a31e504a74bc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:29:43.099017 [ 261 ] {d6323977-b01e-4715-9095-a31e504a74bc} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:29:43.099157 [ 261 ] {d6323977-b01e-4715-9095-a31e504a74bc} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 26-element set) 2026.05.04 23:29:43.099192 [ 261 ] {d6323977-b01e-4715-9095-a31e504a74bc} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.04 23:29:43.099213 [ 261 ] {d6323977-b01e-4715-9095-a31e504a74bc} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.04 23:29:43.099229 [ 261 ] {d6323977-b01e-4715-9095-a31e504a74bc} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:29:43.099268 [ 261 ] {d6323977-b01e-4715-9095-a31e504a74bc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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'))" 2026.05.04 23:29:43.099288 [ 261 ] {d6323977-b01e-4715-9095-a31e504a74bc} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 51 rows starting from 0 2026.05.04 23:29:43.100883 [ 261 ] {d6323977-b01e-4715-9095-a31e504a74bc} executeQuery: Read 51 rows, 12.37 KiB in 0.002715 sec., 18784.53038674033 rows/sec., 4.45 MiB/sec. 2026.05.04 23:29:43.100988 [ 261 ] {d6323977-b01e-4715-9095-a31e504a74bc} TCPHandler: Processed in 0.003107398 sec. 2026.05.04 23:29:43.105019 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:43.105230 [ 261 ] {55e4e983-07ed-4779-8a45-0d239f820a41} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.04 23:29:43.105310 [ 261 ] {55e4e983-07ed-4779-8a45-0d239f820a41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.04 23:29:43.105975 [ 261 ] {55e4e983-07ed-4779-8a45-0d239f820a41} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:43.106012 [ 261 ] {55e4e983-07ed-4779-8a45-0d239f820a41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:43.106421 [ 261 ] {55e4e983-07ed-4779-8a45-0d239f820a41} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.04 23:29:43.106634 [ 261 ] {55e4e983-07ed-4779-8a45-0d239f820a41} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:43.106776 [ 261 ] {55e4e983-07ed-4779-8a45-0d239f820a41} executeQuery: Read 24 rows, 2.04 KiB in 0.001614 sec., 14869.888475836431 rows/sec., 1.23 MiB/sec. 2026.05.04 23:29:43.106792 [ 148 ] {} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.04 23:29:43.106815 [ 261 ] {55e4e983-07ed-4779-8a45-0d239f820a41} TCPHandler: Processed in 0.001895014 sec. 2026.05.04 23:29:43.106869 [ 148 ] {} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:43.106895 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:43.106984 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:43.107023 [ 197 ] {bad33129-5189-47d8-be1b-ca98420e3526::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.04 23:29:43.107092 [ 261 ] {04dd4f63-e551-4bfe-a566-b17c9ec8f60c} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.04 23:29:43.107137 [ 261 ] {04dd4f63-e551-4bfe-a566-b17c9ec8f60c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.04 23:29:43.107178 [ 197 ] {bad33129-5189-47d8-be1b-ca98420e3526::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:29:43.107222 [ 197 ] {bad33129-5189-47d8-be1b-ca98420e3526::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 308 rows starting from the beginning of the part 2026.05.04 23:29:43.107298 [ 197 ] {bad33129-5189-47d8-be1b-ca98420e3526::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 284 rows starting from the beginning of the part 2026.05.04 23:29:43.107349 [ 197 ] {bad33129-5189-47d8-be1b-ca98420e3526::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 284 rows starting from the beginning of the part 2026.05.04 23:29:43.107398 [ 197 ] {bad33129-5189-47d8-be1b-ca98420e3526::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 284 rows starting from the beginning of the part 2026.05.04 23:29:43.107445 [ 197 ] {bad33129-5189-47d8-be1b-ca98420e3526::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 284 rows starting from the beginning of the part 2026.05.04 23:29:43.107492 [ 197 ] {bad33129-5189-47d8-be1b-ca98420e3526::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2026.05.04 23:29:43.107553 [ 261 ] {04dd4f63-e551-4bfe-a566-b17c9ec8f60c} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:43.107594 [ 261 ] {04dd4f63-e551-4bfe-a566-b17c9ec8f60c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:43.108003 [ 261 ] {04dd4f63-e551-4bfe-a566-b17c9ec8f60c} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.04 23:29:43.108236 [ 261 ] {04dd4f63-e551-4bfe-a566-b17c9ec8f60c} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:43.108372 [ 261 ] {04dd4f63-e551-4bfe-a566-b17c9ec8f60c} executeQuery: Read 8 rows, 668.00 B in 0.001309 sec., 6111.535523300229 rows/sec., 498.35 KiB/sec. 2026.05.04 23:29:43.108410 [ 261 ] {04dd4f63-e551-4bfe-a566-b17c9ec8f60c} TCPHandler: Processed in 0.001472622 sec. 2026.05.04 23:29:43.108531 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:43.108548 [ 198 ] {bad33129-5189-47d8-be1b-ca98420e3526::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1468 rows, containing 5 columns (5 merged, 0 gathered) in 0.001591975 sec., 922125.0333704989 rows/sec., 62.67 MiB/sec. 2026.05.04 23:29:43.108628 [ 261 ] {57f65e16-bc1a-4272-ad84-715ac235e2fd} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:29:43.108667 [ 261 ] {57f65e16-bc1a-4272-ad84-715ac235e2fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:29:43.108707 [ 198 ] {bad33129-5189-47d8-be1b-ca98420e3526::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.04 23:29:43.108957 [ 198 ] {bad33129-5189-47d8-be1b-ca98420e3526::all_1_16_3} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:43.109021 [ 198 ] {bad33129-5189-47d8-be1b-ca98420e3526::all_1_16_3} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.04 23:29:43.109098 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2026.05.04 23:29:43.109157 [ 261 ] {57f65e16-bc1a-4272-ad84-715ac235e2fd} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:43.109192 [ 261 ] {57f65e16-bc1a-4272-ad84-715ac235e2fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:43.109513 [ 261 ] {57f65e16-bc1a-4272-ad84-715ac235e2fd} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.04 23:29:43.109715 [ 261 ] {57f65e16-bc1a-4272-ad84-715ac235e2fd} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:43.109841 [ 261 ] {57f65e16-bc1a-4272-ad84-715ac235e2fd} executeQuery: Read 202 rows, 18.37 KiB in 0.001232 sec., 163961.03896103895 rows/sec., 14.56 MiB/sec. 2026.05.04 23:29:43.109878 [ 261 ] {57f65e16-bc1a-4272-ad84-715ac235e2fd} TCPHandler: Processed in 0.00139347 sec. 2026.05.04 23:29:43.109995 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:43.110094 [ 261 ] {53c80586-f849-4f48-98f0-591f8eeca158} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:29:43.110133 [ 261 ] {53c80586-f849-4f48-98f0-591f8eeca158} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:29:43.110543 [ 261 ] {53c80586-f849-4f48-98f0-591f8eeca158} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:43.110578 [ 261 ] {53c80586-f849-4f48-98f0-591f8eeca158} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:43.110859 [ 261 ] {53c80586-f849-4f48-98f0-591f8eeca158} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.04 23:29:43.111061 [ 261 ] {53c80586-f849-4f48-98f0-591f8eeca158} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:43.111166 [ 147 ] {} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.04 23:29:43.111184 [ 261 ] {53c80586-f849-4f48-98f0-591f8eeca158} executeQuery: Read 31 rows, 2.35 KiB in 0.001108 sec., 27978.339350180504 rows/sec., 2.07 MiB/sec. 2026.05.04 23:29:43.111230 [ 147 ] {} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:43.111240 [ 261 ] {53c80586-f849-4f48-98f0-591f8eeca158} TCPHandler: Processed in 0.001291487 sec. 2026.05.04 23:29:43.111258 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:43.111342 [ 197 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.05.04 23:29:43.111365 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:43.111452 [ 197 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:29:43.111475 [ 261 ] {e6d9a490-6a42-4189-8af0-37e10000b17f} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.04 23:29:43.111485 [ 197 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 226 rows starting from the beginning of the part 2026.05.04 23:29:43.111523 [ 261 ] {e6d9a490-6a42-4189-8af0-37e10000b17f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.04 23:29:43.111552 [ 197 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 11 rows starting from the beginning of the part 2026.05.04 23:29:43.111602 [ 197 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 189 rows starting from the beginning of the part 2026.05.04 23:29:43.111642 [ 197 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 11 rows starting from the beginning of the part 2026.05.04 23:29:43.111678 [ 197 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 174 rows starting from the beginning of the part 2026.05.04 23:29:43.111719 [ 197 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 31 rows starting from the beginning of the part 2026.05.04 23:29:43.111949 [ 261 ] {e6d9a490-6a42-4189-8af0-37e10000b17f} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:43.111989 [ 261 ] {e6d9a490-6a42-4189-8af0-37e10000b17f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:43.112290 [ 261 ] {e6d9a490-6a42-4189-8af0-37e10000b17f} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.04 23:29:43.112473 [ 191 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 642 rows, containing 5 columns (5 merged, 0 gathered) in 0.001162953 sec., 552042.9458456188 rows/sec., 37.21 MiB/sec. 2026.05.04 23:29:43.112494 [ 261 ] {e6d9a490-6a42-4189-8af0-37e10000b17f} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:43.112606 [ 147 ] {} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.04 23:29:43.112628 [ 197 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.04 23:29:43.112637 [ 147 ] {} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:43.112634 [ 261 ] {e6d9a490-6a42-4189-8af0-37e10000b17f} executeQuery: Read 24 rows, 2.04 KiB in 0.001176 sec., 20408.163265306124 rows/sec., 1.69 MiB/sec. 2026.05.04 23:29:43.112689 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:43.112721 [ 261 ] {e6d9a490-6a42-4189-8af0-37e10000b17f} TCPHandler: Processed in 0.00140261 sec. 2026.05.04 23:29:43.112779 [ 198 ] {3126b669-2532-4018-9226-a643a288c63f::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.04 23:29:43.112842 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:43.112856 [ 198 ] {3126b669-2532-4018-9226-a643a288c63f::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:29:43.112891 [ 198 ] {3126b669-2532-4018-9226-a643a288c63f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 975 rows starting from the beginning of the part 2026.05.04 23:29:43.112919 [ 197 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_36_7} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:43.112943 [ 261 ] {8448394e-fe1b-4b81-a3c1-9629e7f23425} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.04 23:29:43.112946 [ 198 ] {3126b669-2532-4018-9226-a643a288c63f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 149 rows starting from the beginning of the part 2026.05.04 23:29:43.112987 [ 261 ] {8448394e-fe1b-4b81-a3c1-9629e7f23425} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.04 23:29:43.112998 [ 198 ] {3126b669-2532-4018-9226-a643a288c63f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 149 rows starting from the beginning of the part 2026.05.04 23:29:43.113003 [ 197 ] {06088342-a8cb-4216-9b20-9146784050bc::all_1_36_7} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.04 23:29:43.113041 [ 198 ] {3126b669-2532-4018-9226-a643a288c63f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 950 rows starting from the beginning of the part 2026.05.04 23:29:43.113083 [ 198 ] {3126b669-2532-4018-9226-a643a288c63f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 149 rows starting from the beginning of the part 2026.05.04 23:29:43.113091 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.05.04 23:29:43.113125 [ 198 ] {3126b669-2532-4018-9226-a643a288c63f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2026.05.04 23:29:43.113385 [ 261 ] {8448394e-fe1b-4b81-a3c1-9629e7f23425} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:43.113419 [ 261 ] {8448394e-fe1b-4b81-a3c1-9629e7f23425} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:43.113707 [ 261 ] {8448394e-fe1b-4b81-a3c1-9629e7f23425} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.04 23:29:43.113916 [ 261 ] {8448394e-fe1b-4b81-a3c1-9629e7f23425} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:43.114015 [ 147 ] {} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.04 23:29:43.114042 [ 147 ] {} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:43.114044 [ 261 ] {8448394e-fe1b-4b81-a3c1-9629e7f23425} executeQuery: Read 12 rows, 960.00 B in 0.001119 sec., 10723.860589812333 rows/sec., 837.80 KiB/sec. 2026.05.04 23:29:43.114059 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:43.114093 [ 261 ] {8448394e-fe1b-4b81-a3c1-9629e7f23425} TCPHandler: Processed in 0.001297446 sec. 2026.05.04 23:29:43.114138 [ 198 ] {d711cbc1-5fd6-426d-8563-7d40ffdca89c::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.04 23:29:43.114209 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:43.114213 [ 198 ] {d711cbc1-5fd6-426d-8563-7d40ffdca89c::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:29:43.114252 [ 194 ] {3126b669-2532-4018-9226-a643a288c63f::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2396 rows, containing 5 columns (5 merged, 0 gathered) in 0.001503033 sec., 1594110.0428267377 rows/sec., 102.36 MiB/sec. 2026.05.04 23:29:43.114256 [ 198 ] {d711cbc1-5fd6-426d-8563-7d40ffdca89c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 160 rows starting from the beginning of the part 2026.05.04 23:29:43.114307 [ 261 ] {3bec71f3-b35f-4290-8969-ebd5c98811bb} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:29:43.114318 [ 198 ] {d711cbc1-5fd6-426d-8563-7d40ffdca89c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 148 rows starting from the beginning of the part 2026.05.04 23:29:43.114345 [ 261 ] {3bec71f3-b35f-4290-8969-ebd5c98811bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:29:43.114359 [ 198 ] {d711cbc1-5fd6-426d-8563-7d40ffdca89c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 148 rows starting from the beginning of the part 2026.05.04 23:29:43.114397 [ 198 ] {d711cbc1-5fd6-426d-8563-7d40ffdca89c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 148 rows starting from the beginning of the part 2026.05.04 23:29:43.114418 [ 197 ] {3126b669-2532-4018-9226-a643a288c63f::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.04 23:29:43.114436 [ 198 ] {d711cbc1-5fd6-426d-8563-7d40ffdca89c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 148 rows starting from the beginning of the part 2026.05.04 23:29:43.114481 [ 198 ] {d711cbc1-5fd6-426d-8563-7d40ffdca89c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part 2026.05.04 23:29:43.114697 [ 197 ] {3126b669-2532-4018-9226-a643a288c63f::all_1_16_3} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:43.114770 [ 197 ] {3126b669-2532-4018-9226-a643a288c63f::all_1_16_3} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.04 23:29:43.114800 [ 261 ] {3bec71f3-b35f-4290-8969-ebd5c98811bb} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:43.114840 [ 261 ] {3bec71f3-b35f-4290-8969-ebd5c98811bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:43.114842 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2026.05.04 23:29:43.115140 [ 261 ] {3bec71f3-b35f-4290-8969-ebd5c98811bb} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.04 23:29:43.115267 [ 198 ] {d711cbc1-5fd6-426d-8563-7d40ffdca89c::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 764 rows, containing 5 columns (5 merged, 0 gathered) in 0.001155133 sec., 661395.7007548049 rows/sec., 40.54 MiB/sec. 2026.05.04 23:29:43.115351 [ 261 ] {3bec71f3-b35f-4290-8969-ebd5c98811bb} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:43.115398 [ 197 ] {d711cbc1-5fd6-426d-8563-7d40ffdca89c::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.04 23:29:43.115486 [ 261 ] {3bec71f3-b35f-4290-8969-ebd5c98811bb} executeQuery: Read 119 rows, 9.91 KiB in 0.001196 sec., 99498.32775919732 rows/sec., 8.09 MiB/sec. 2026.05.04 23:29:43.115529 [ 261 ] {3bec71f3-b35f-4290-8969-ebd5c98811bb} TCPHandler: Processed in 0.001366488 sec. 2026.05.04 23:29:43.115646 [ 197 ] {d711cbc1-5fd6-426d-8563-7d40ffdca89c::all_1_16_3} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:43.115648 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:43.115733 [ 197 ] {d711cbc1-5fd6-426d-8563-7d40ffdca89c::all_1_16_3} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.04 23:29:43.115772 [ 261 ] {1e805dca-d9fb-45d5-9380-b765af56bf71} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:29:43.115814 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.05.04 23:29:43.115820 [ 261 ] {1e805dca-d9fb-45d5-9380-b765af56bf71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:29:43.116270 [ 261 ] {1e805dca-d9fb-45d5-9380-b765af56bf71} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:43.116306 [ 261 ] {1e805dca-d9fb-45d5-9380-b765af56bf71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:43.116635 [ 261 ] {1e805dca-d9fb-45d5-9380-b765af56bf71} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.04 23:29:43.116840 [ 261 ] {1e805dca-d9fb-45d5-9380-b765af56bf71} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:43.116969 [ 261 ] {1e805dca-d9fb-45d5-9380-b765af56bf71} executeQuery: Read 344 rows, 26.63 KiB in 0.001214 sec., 283360.7907742998 rows/sec., 21.42 MiB/sec. 2026.05.04 23:29:43.117004 [ 261 ] {1e805dca-d9fb-45d5-9380-b765af56bf71} TCPHandler: Processed in 0.001403521 sec. 2026.05.04 23:29:43.117119 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:43.117217 [ 261 ] {65865fac-c028-4ee6-aba4-95b7873616e7} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:29:43.117269 [ 261 ] {65865fac-c028-4ee6-aba4-95b7873616e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:29:43.118030 [ 261 ] {65865fac-c028-4ee6-aba4-95b7873616e7} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:43.118065 [ 261 ] {65865fac-c028-4ee6-aba4-95b7873616e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:43.118565 [ 261 ] {65865fac-c028-4ee6-aba4-95b7873616e7} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.04 23:29:43.118785 [ 261 ] {65865fac-c028-4ee6-aba4-95b7873616e7} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:43.118902 [ 147 ] {} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.04 23:29:43.118921 [ 261 ] {65865fac-c028-4ee6-aba4-95b7873616e7} executeQuery: Read 11 rows, 20.18 KiB in 0.001722 sec., 6387.921022067363 rows/sec., 11.45 MiB/sec. 2026.05.04 23:29:43.118954 [ 147 ] {} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:43.118989 [ 261 ] {65865fac-c028-4ee6-aba4-95b7873616e7} TCPHandler: Processed in 0.001916495 sec. 2026.05.04 23:29:43.118989 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:43.119100 [ 194 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.05.04 23:29:43.119125 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:43.119224 [ 261 ] {a70c3b6c-1a51-4ca3-a637-2d9dfc096702} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:29:43.119265 [ 261 ] {a70c3b6c-1a51-4ca3-a637-2d9dfc096702} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:29:43.119315 [ 194 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:29:43.119369 [ 194 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 628 rows starting from the beginning of the part 2026.05.04 23:29:43.119492 [ 194 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 11 rows starting from the beginning of the part 2026.05.04 23:29:43.119602 [ 194 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 41 rows starting from the beginning of the part 2026.05.04 23:29:43.119610 [ 261 ] {a70c3b6c-1a51-4ca3-a637-2d9dfc096702} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:43.119647 [ 261 ] {a70c3b6c-1a51-4ca3-a637-2d9dfc096702} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:43.119700 [ 194 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 11 rows starting from the beginning of the part 2026.05.04 23:29:43.119789 [ 194 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 32 rows starting from the beginning of the part 2026.05.04 23:29:43.119875 [ 194 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 11 rows starting from the beginning of the part 2026.05.04 23:29:43.119965 [ 261 ] {a70c3b6c-1a51-4ca3-a637-2d9dfc096702} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.04 23:29:43.120175 [ 261 ] {a70c3b6c-1a51-4ca3-a637-2d9dfc096702} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:43.120303 [ 261 ] {a70c3b6c-1a51-4ca3-a637-2d9dfc096702} executeQuery: Read 60 rows, 4.14 KiB in 0.001097 sec., 54694.62169553327 rows/sec., 3.69 MiB/sec. 2026.05.04 23:29:43.120337 [ 261 ] {a70c3b6c-1a51-4ca3-a637-2d9dfc096702} TCPHandler: Processed in 0.001259266 sec. 2026.05.04 23:29:43.125062 [ 197 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 734 rows, containing 19 columns (19 merged, 0 gathered) in 0.005994412 sec., 122447.37265306422 rows/sec., 219.42 MiB/sec. 2026.05.04 23:29:43.126168 [ 198 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.04 23:29:43.126459 [ 198 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_36_7} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:43.126518 [ 198 ] {3c4067a1-72c4-4d9e-affb-cff13418d8f4::all_1_36_7} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.04 23:29:43.126590 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.56 MiB. 2026.05.04 23:29:44.000210 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 270.17 MiB, peak 277.68 MiB, free memory in arenas 0.00 B, will set to 273.12 MiB (RSS), difference: 2.95 MiB 2026.05.04 23:29:44.316164 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12975 2026.05.04 23:29:44.316674 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:44.316716 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:44.317196 [ 245 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.04 23:29:44.317435 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:44.317566 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12975 2026.05.04 23:29:44.980927 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2026.05.04 23:29:44.997906 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:44.997963 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:45.000221 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 277.66 MiB, peak 277.68 MiB, free memory in arenas 0.00 B, will set to 273.20 MiB (RSS), difference: -4.45 MiB 2026.05.04 23:29:45.003783 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.04 23:29:45.004524 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:45.007430 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2026.05.04 23:29:46.000328 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 269.20 MiB, peak 277.68 MiB, free memory in arenas 0.00 B, will set to 273.27 MiB (RSS), difference: 4.06 MiB 2026.05.04 23:29:48.094074 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:48.094346 [ 261 ] {b0775004-e404-470f-a904-c4d900d2b941} executeQuery: (from [fd00:1122:3344:101::d]:39097) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:29:48.094721 [ 261 ] {b0775004-e404-470f-a904-c4d900d2b941} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:29:48.094766 [ 261 ] {b0775004-e404-470f-a904-c4d900d2b941} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:29:48.094996 [ 261 ] {b0775004-e404-470f-a904-c4d900d2b941} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:29:48.095067 [ 261 ] {b0775004-e404-470f-a904-c4d900d2b941} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:29:48.095211 [ 261 ] {b0775004-e404-470f-a904-c4d900d2b941} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.04 23:29:48.095249 [ 261 ] {b0775004-e404-470f-a904-c4d900d2b941} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.04 23:29:48.095272 [ 261 ] {b0775004-e404-470f-a904-c4d900d2b941} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.04 23:29:48.095288 [ 261 ] {b0775004-e404-470f-a904-c4d900d2b941} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:29:48.095328 [ 261 ] {b0775004-e404-470f-a904-c4d900d2b941} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:29:48.095349 [ 261 ] {b0775004-e404-470f-a904-c4d900d2b941} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 51 rows starting from 0 2026.05.04 23:29:48.096531 [ 261 ] {b0775004-e404-470f-a904-c4d900d2b941} executeQuery: Read 51 rows, 12.37 KiB in 0.00229 sec., 22270.7423580786 rows/sec., 5.27 MiB/sec. 2026.05.04 23:29:48.096639 [ 261 ] {b0775004-e404-470f-a904-c4d900d2b941} TCPHandler: Processed in 0.002703967 sec. 2026.05.04 23:29:48.098894 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:48.099054 [ 261 ] {4309db74-24ce-42ab-95df-8f04e0cbf633} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:29:48.099118 [ 261 ] {4309db74-24ce-42ab-95df-8f04e0cbf633} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:29:48.099838 [ 261 ] {4309db74-24ce-42ab-95df-8f04e0cbf633} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:48.099900 [ 261 ] {4309db74-24ce-42ab-95df-8f04e0cbf633} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:48.100301 [ 261 ] {4309db74-24ce-42ab-95df-8f04e0cbf633} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.04 23:29:48.100540 [ 261 ] {4309db74-24ce-42ab-95df-8f04e0cbf633} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:48.100680 [ 107 ] {} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.04 23:29:48.100693 [ 261 ] {4309db74-24ce-42ab-95df-8f04e0cbf633} executeQuery: Read 120 rows, 10.47 KiB in 0.001686 sec., 71174.37722419928 rows/sec., 6.06 MiB/sec. 2026.05.04 23:29:48.100749 [ 107 ] {} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:48.100761 [ 261 ] {4309db74-24ce-42ab-95df-8f04e0cbf633} TCPHandler: Processed in 0.001930486 sec. 2026.05.04 23:29:48.100782 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:48.100905 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:48.100913 [ 197 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.05.04 23:29:48.101004 [ 261 ] {93b869f7-9aa2-4a57-9b98-0ef29568c59e} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:29:48.101052 [ 261 ] {93b869f7-9aa2-4a57-9b98-0ef29568c59e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:29:48.101074 [ 197 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:29:48.101120 [ 197 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 3361 rows starting from the beginning of the part 2026.05.04 23:29:48.101201 [ 197 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 56 rows starting from the beginning of the part 2026.05.04 23:29:48.101258 [ 197 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 78 rows starting from the beginning of the part 2026.05.04 23:29:48.101310 [ 197 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 861 rows starting from the beginning of the part 2026.05.04 23:29:48.101356 [ 197 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 202 rows starting from the beginning of the part 2026.05.04 23:29:48.101406 [ 197 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 120 rows starting from the beginning of the part 2026.05.04 23:29:48.101477 [ 261 ] {93b869f7-9aa2-4a57-9b98-0ef29568c59e} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:48.101519 [ 261 ] {93b869f7-9aa2-4a57-9b98-0ef29568c59e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:48.101857 [ 261 ] {93b869f7-9aa2-4a57-9b98-0ef29568c59e} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.04 23:29:48.102077 [ 261 ] {93b869f7-9aa2-4a57-9b98-0ef29568c59e} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:48.102215 [ 261 ] {93b869f7-9aa2-4a57-9b98-0ef29568c59e} executeQuery: Read 32 rows, 2.41 KiB in 0.001229 sec., 26037.428803905612 rows/sec., 1.91 MiB/sec. 2026.05.04 23:29:48.102253 [ 261 ] {93b869f7-9aa2-4a57-9b98-0ef29568c59e} TCPHandler: Processed in 0.00139889 sec. 2026.05.04 23:29:48.102373 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:48.102470 [ 261 ] {bd5728a0-0e46-43d8-9295-ec56065d38bc} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:29:48.102512 [ 261 ] {bd5728a0-0e46-43d8-9295-ec56065d38bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:29:48.102937 [ 261 ] {bd5728a0-0e46-43d8-9295-ec56065d38bc} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:48.102976 [ 261 ] {bd5728a0-0e46-43d8-9295-ec56065d38bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:48.103310 [ 261 ] {bd5728a0-0e46-43d8-9295-ec56065d38bc} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.04 23:29:48.103398 [ 190 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 4678 rows, containing 5 columns (5 merged, 0 gathered) in 0.002545633 sec., 1837656.881412207 rows/sec., 148.66 MiB/sec. 2026.05.04 23:29:48.103521 [ 261 ] {bd5728a0-0e46-43d8-9295-ec56065d38bc} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:48.103628 [ 107 ] {} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.04 23:29:48.103652 [ 261 ] {bd5728a0-0e46-43d8-9295-ec56065d38bc} executeQuery: Read 96 rows, 7.68 KiB in 0.001201 sec., 79933.38884263115 rows/sec., 6.24 MiB/sec. 2026.05.04 23:29:48.103661 [ 107 ] {} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:48.103693 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:48.103698 [ 261 ] {bd5728a0-0e46-43d8-9295-ec56065d38bc} TCPHandler: Processed in 0.001373959 sec. 2026.05.04 23:29:48.103771 [ 201 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.05.04 23:29:48.103827 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:48.103837 [ 188 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.04 23:29:48.103876 [ 201 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:29:48.103909 [ 201 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1831 rows starting from the beginning of the part 2026.05.04 23:29:48.103929 [ 261 ] {22e40e63-34af-4cb6-afe5-dd47996d84d2} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:29:48.103962 [ 201 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 64 rows starting from the beginning of the part 2026.05.04 23:29:48.103982 [ 261 ] {22e40e63-34af-4cb6-afe5-dd47996d84d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:29:48.104011 [ 201 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 75 rows starting from the beginning of the part 2026.05.04 23:29:48.104073 [ 201 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 522 rows starting from the beginning of the part 2026.05.04 23:29:48.104114 [ 201 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 119 rows starting from the beginning of the part 2026.05.04 23:29:48.104155 [ 201 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 96 rows starting from the beginning of the part 2026.05.04 23:29:48.104186 [ 188 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_41_8} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:48.104286 [ 188 ] {dc60c80b-605b-441e-ac2b-d24a1d5bd3b9::all_1_41_8} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.04 23:29:48.104391 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2026.05.04 23:29:48.104413 [ 261 ] {22e40e63-34af-4cb6-afe5-dd47996d84d2} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:48.104457 [ 261 ] {22e40e63-34af-4cb6-afe5-dd47996d84d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:48.104974 [ 261 ] {22e40e63-34af-4cb6-afe5-dd47996d84d2} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.04 23:29:48.105297 [ 261 ] {22e40e63-34af-4cb6-afe5-dd47996d84d2} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:48.105438 [ 261 ] {22e40e63-34af-4cb6-afe5-dd47996d84d2} executeQuery: Read 160 rows, 11.41 KiB in 0.001528 sec., 104712.04188481675 rows/sec., 7.29 MiB/sec. 2026.05.04 23:29:48.105442 [ 112 ] {} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.04 23:29:48.105481 [ 261 ] {22e40e63-34af-4cb6-afe5-dd47996d84d2} TCPHandler: Processed in 0.001703438 sec. 2026.05.04 23:29:48.105497 [ 112 ] {} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:48.105530 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:48.105534 [ 200 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2707 rows, containing 5 columns (5 merged, 0 gathered) in 0.001796881 sec., 1506499.3174283663 rows/sec., 111.31 MiB/sec. 2026.05.04 23:29:48.105615 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:48.105622 [ 187 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.05.04 23:29:48.105726 [ 261 ] {d0b5ff82-2d48-4c82-aa45-4863b0684461} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:29:48.105759 [ 201 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.04 23:29:48.105767 [ 187 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:29:48.105788 [ 261 ] {d0b5ff82-2d48-4c82-aa45-4863b0684461} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:29:48.105817 [ 187 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 15094 rows starting from the beginning of the part 2026.05.04 23:29:48.105881 [ 187 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 128 rows starting from the beginning of the part 2026.05.04 23:29:48.105929 [ 187 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part 2026.05.04 23:29:48.105973 [ 187 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 265 rows starting from the beginning of the part 2026.05.04 23:29:48.106015 [ 187 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 344 rows starting from the beginning of the part 2026.05.04 23:29:48.106035 [ 201 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_41_8} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:48.106055 [ 187 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part 2026.05.04 23:29:48.106116 [ 201 ] {65659631-21c7-4416-890a-f84a11284bbc::all_1_41_8} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.04 23:29:48.106198 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. 2026.05.04 23:29:48.106675 [ 261 ] {d0b5ff82-2d48-4c82-aa45-4863b0684461} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:48.106719 [ 261 ] {d0b5ff82-2d48-4c82-aa45-4863b0684461} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:48.107304 [ 261 ] {d0b5ff82-2d48-4c82-aa45-4863b0684461} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.04 23:29:48.107564 [ 261 ] {d0b5ff82-2d48-4c82-aa45-4863b0684461} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:48.107714 [ 261 ] {d0b5ff82-2d48-4c82-aa45-4863b0684461} executeQuery: Read 32 rows, 58.72 KiB in 0.002013 sec., 15896.671634376553 rows/sec., 28.49 MiB/sec. 2026.05.04 23:29:48.107782 [ 261 ] {d0b5ff82-2d48-4c82-aa45-4863b0684461} TCPHandler: Processed in 0.002218093 sec. 2026.05.04 23:29:48.107912 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:48.108005 [ 261 ] {149fad60-1655-4d67-a0d9-5cbbe451b346} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:29:48.108048 [ 261 ] {149fad60-1655-4d67-a0d9-5cbbe451b346} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:29:48.108396 [ 261 ] {149fad60-1655-4d67-a0d9-5cbbe451b346} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:48.108432 [ 261 ] {149fad60-1655-4d67-a0d9-5cbbe451b346} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:48.108885 [ 261 ] {149fad60-1655-4d67-a0d9-5cbbe451b346} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.04 23:29:48.109114 [ 261 ] {149fad60-1655-4d67-a0d9-5cbbe451b346} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:48.109233 [ 112 ] {} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.04 23:29:48.109258 [ 261 ] {149fad60-1655-4d67-a0d9-5cbbe451b346} executeQuery: Read 60 rows, 4.14 KiB in 0.001271 sec., 47206.92368214005 rows/sec., 3.18 MiB/sec. 2026.05.04 23:29:48.109272 [ 112 ] {} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:48.109302 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:48.109305 [ 261 ] {149fad60-1655-4d67-a0d9-5cbbe451b346} TCPHandler: Processed in 0.001442691 sec. 2026.05.04 23:29:48.109382 [ 192 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.05.04 23:29:48.109501 [ 192 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:29:48.109534 [ 192 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2382 rows starting from the beginning of the part 2026.05.04 23:29:48.109596 [ 192 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 48 rows starting from the beginning of the part 2026.05.04 23:29:48.109646 [ 192 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part 2026.05.04 23:29:48.109685 [ 192 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 90 rows starting from the beginning of the part 2026.05.04 23:29:48.109721 [ 192 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part 2026.05.04 23:29:48.109758 [ 192 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part 2026.05.04 23:29:48.111246 [ 200 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2700 rows, containing 4 columns (4 merged, 0 gathered) in 0.001902274 sec., 1419353.8890822248 rows/sec., 92.46 MiB/sec. 2026.05.04 23:29:48.111285 [ 187 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 16151 rows, containing 5 columns (5 merged, 0 gathered) in 0.005704833 sec., 2831108.2901112093 rows/sec., 186.46 MiB/sec. 2026.05.04 23:29:48.111544 [ 192 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.04 23:29:48.111797 [ 195 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.04 23:29:48.111798 [ 192 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_41_8} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:48.111896 [ 192 ] {c46770bd-ad82-4a41-9207-3ae59bac2272::all_1_41_8} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.04 23:29:48.111959 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.05.04 23:29:48.112103 [ 195 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_41_8} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:48.112184 [ 195 ] {9b01b8a2-3073-4b79-b666-1937562b80ae::all_1_41_8} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.04 23:29:48.112268 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.84 MiB. 2026.05.04 23:29:49.000290 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 273.91 MiB, peak 283.36 MiB, free memory in arenas 0.00 B, will set to 275.64 MiB (RSS), difference: 1.73 MiB 2026.05.04 23:29:49.117247 [ 127 ] {} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2026.05.04 23:29:49.117346 [ 127 ] {} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:49.117383 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:49.117530 [ 192 ] {83540710-10e7-4c3b-a823-23d82fcd2e64::all_1_14_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full 2026.05.04 23:29:49.117705 [ 192 ] {83540710-10e7-4c3b-a823-23d82fcd2e64::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:29:49.117750 [ 192 ] {83540710-10e7-4c3b-a823-23d82fcd2e64::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 11 rows starting from the beginning of the part 2026.05.04 23:29:49.117836 [ 192 ] {83540710-10e7-4c3b-a823-23d82fcd2e64::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part 2026.05.04 23:29:49.117893 [ 192 ] {83540710-10e7-4c3b-a823-23d82fcd2e64::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part 2026.05.04 23:29:49.117948 [ 192 ] {83540710-10e7-4c3b-a823-23d82fcd2e64::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part 2026.05.04 23:29:49.118000 [ 192 ] {83540710-10e7-4c3b-a823-23d82fcd2e64::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part 2026.05.04 23:29:49.118734 [ 195 ] {83540710-10e7-4c3b-a823-23d82fcd2e64::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.001269506 sec., 11815.619618969897 rows/sec., 793.09 KiB/sec. 2026.05.04 23:29:49.118896 [ 195 ] {83540710-10e7-4c3b-a823-23d82fcd2e64::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.05.04 23:29:49.119191 [ 195 ] {83540710-10e7-4c3b-a823-23d82fcd2e64::all_1_14_3} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:49.119267 [ 195 ] {83540710-10e7-4c3b-a823-23d82fcd2e64::all_1_14_3} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2026.05.04 23:29:49.119366 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. 2026.05.04 23:29:51.542457 [ 31 ] {} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2026.05.04 23:29:51.542526 [ 31 ] {} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:51.542551 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:51.542667 [ 192 ] {cf00efd9-7015-4cce-810e-3005bcd6f745::all_1_14_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full 2026.05.04 23:29:51.542813 [ 192 ] {cf00efd9-7015-4cce-810e-3005bcd6f745::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:29:51.542847 [ 192 ] {cf00efd9-7015-4cce-810e-3005bcd6f745::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 60 rows starting from the beginning of the part 2026.05.04 23:29:51.542913 [ 192 ] {cf00efd9-7015-4cce-810e-3005bcd6f745::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part 2026.05.04 23:29:51.542959 [ 192 ] {cf00efd9-7015-4cce-810e-3005bcd6f745::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part 2026.05.04 23:29:51.542998 [ 192 ] {cf00efd9-7015-4cce-810e-3005bcd6f745::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part 2026.05.04 23:29:51.543037 [ 192 ] {cf00efd9-7015-4cce-810e-3005bcd6f745::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part 2026.05.04 23:29:51.543770 [ 195 ] {cf00efd9-7015-4cce-810e-3005bcd6f745::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 84 rows, containing 4 columns (4 merged, 0 gathered) in 0.001155353 sec., 72705.05204902744 rows/sec., 3.71 MiB/sec. 2026.05.04 23:29:51.543944 [ 199 ] {cf00efd9-7015-4cce-810e-3005bcd6f745::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.05.04 23:29:51.544267 [ 199 ] {cf00efd9-7015-4cce-810e-3005bcd6f745::all_1_14_3} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:51.544339 [ 199 ] {cf00efd9-7015-4cce-810e-3005bcd6f745::all_1_14_3} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2026.05.04 23:29:51.544434 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.05.04 23:29:51.721497 [ 29 ] {} DNSResolver: Updating DNS cache 2026.05.04 23:29:51.721562 [ 29 ] {} DNSResolver: Updated DNS cache 2026.05.04 23:29:51.817717 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13423 2026.05.04 23:29:51.818220 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:51.818265 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:51.818777 [ 245 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.04 23:29:51.819014 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:51.819150 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13423 2026.05.04 23:29:51.852940 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 870 2026.05.04 23:29:51.855606 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:51.855661 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:51.856909 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.04 23:29:51.857188 [ 243 ] {} system.query_log (25458c8d-9a69-443f-a710-d2b1eb7391ea): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:51.857572 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 870 2026.05.04 23:29:52.507552 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2026.05.04 23:29:52.523783 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:52.523844 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:52.529865 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.04 23:29:52.530566 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:52.533256 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2026.05.04 23:29:53.092589 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:53.092832 [ 261 ] {84271c99-3711-48ff-9362-c317162a0033} executeQuery: (from [fd00:1122:3344:101::d]:39097) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:29:53.093146 [ 261 ] {84271c99-3711-48ff-9362-c317162a0033} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:29:53.093179 [ 261 ] {84271c99-3711-48ff-9362-c317162a0033} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:29:53.093414 [ 261 ] {84271c99-3711-48ff-9362-c317162a0033} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:29:53.093482 [ 261 ] {84271c99-3711-48ff-9362-c317162a0033} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:29:53.093616 [ 261 ] {84271c99-3711-48ff-9362-c317162a0033} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.04 23:29:53.093650 [ 261 ] {84271c99-3711-48ff-9362-c317162a0033} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.04 23:29:53.093671 [ 261 ] {84271c99-3711-48ff-9362-c317162a0033} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.04 23:29:53.093686 [ 261 ] {84271c99-3711-48ff-9362-c317162a0033} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:29:53.093725 [ 261 ] {84271c99-3711-48ff-9362-c317162a0033} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:29:53.093744 [ 261 ] {84271c99-3711-48ff-9362-c317162a0033} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 51 rows starting from 0 2026.05.04 23:29:53.094799 [ 261 ] {84271c99-3711-48ff-9362-c317162a0033} executeQuery: Read 51 rows, 12.37 KiB in 0.002052 sec., 24853.801169590643 rows/sec., 5.88 MiB/sec. 2026.05.04 23:29:53.094866 [ 261 ] {84271c99-3711-48ff-9362-c317162a0033} TCPHandler: Processed in 0.002397198 sec. 2026.05.04 23:29:53.096747 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:53.096851 [ 261 ] {c320824a-c8ec-4ff8-b418-b3a9685b9015} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:29:53.096892 [ 261 ] {c320824a-c8ec-4ff8-b418-b3a9685b9015} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:29:53.097353 [ 261 ] {c320824a-c8ec-4ff8-b418-b3a9685b9015} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:53.097391 [ 261 ] {c320824a-c8ec-4ff8-b418-b3a9685b9015} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:53.097754 [ 261 ] {c320824a-c8ec-4ff8-b418-b3a9685b9015} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.04 23:29:53.097971 [ 261 ] {c320824a-c8ec-4ff8-b418-b3a9685b9015} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:53.098113 [ 261 ] {c320824a-c8ec-4ff8-b418-b3a9685b9015} executeQuery: Read 78 rows, 6.61 KiB in 0.001292 sec., 60371.51702786378 rows/sec., 5.00 MiB/sec. 2026.05.04 23:29:53.098150 [ 261 ] {c320824a-c8ec-4ff8-b418-b3a9685b9015} TCPHandler: Processed in 0.001450492 sec. 2026.05.04 23:29:53.098272 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:53.098362 [ 261 ] {2c2122d9-d60a-4694-8955-9f81aa5abce1} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:29:53.098401 [ 261 ] {2c2122d9-d60a-4694-8955-9f81aa5abce1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:29:53.098794 [ 261 ] {2c2122d9-d60a-4694-8955-9f81aa5abce1} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:53.098830 [ 261 ] {2c2122d9-d60a-4694-8955-9f81aa5abce1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:53.099114 [ 261 ] {2c2122d9-d60a-4694-8955-9f81aa5abce1} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.04 23:29:53.099316 [ 261 ] {2c2122d9-d60a-4694-8955-9f81aa5abce1} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:53.099452 [ 261 ] {2c2122d9-d60a-4694-8955-9f81aa5abce1} executeQuery: Read 11 rows, 847.00 B in 0.001108 sec., 9927.797833935017 rows/sec., 746.52 KiB/sec. 2026.05.04 23:29:53.099488 [ 261 ] {2c2122d9-d60a-4694-8955-9f81aa5abce1} TCPHandler: Processed in 0.001263796 sec. 2026.05.04 23:29:53.099593 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:53.099682 [ 261 ] {a81e09a5-2bbb-47a3-9262-eedebef9b602} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:29:53.099719 [ 261 ] {a81e09a5-2bbb-47a3-9262-eedebef9b602} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:29:53.100123 [ 261 ] {a81e09a5-2bbb-47a3-9262-eedebef9b602} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:53.100158 [ 261 ] {a81e09a5-2bbb-47a3-9262-eedebef9b602} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:53.100453 [ 261 ] {a81e09a5-2bbb-47a3-9262-eedebef9b602} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.04 23:29:53.100652 [ 261 ] {a81e09a5-2bbb-47a3-9262-eedebef9b602} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:53.100776 [ 261 ] {a81e09a5-2bbb-47a3-9262-eedebef9b602} executeQuery: Read 75 rows, 6.00 KiB in 0.001111 sec., 67506.75067506751 rows/sec., 5.27 MiB/sec. 2026.05.04 23:29:53.100811 [ 261 ] {a81e09a5-2bbb-47a3-9262-eedebef9b602} TCPHandler: Processed in 0.001264626 sec. 2026.05.04 23:29:53.100924 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:53.101015 [ 261 ] {d244d417-2d4f-4528-aeb5-d0b91ca033cb} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:29:53.101056 [ 261 ] {d244d417-2d4f-4528-aeb5-d0b91ca033cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:29:53.101449 [ 261 ] {d244d417-2d4f-4528-aeb5-d0b91ca033cb} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:53.101485 [ 261 ] {d244d417-2d4f-4528-aeb5-d0b91ca033cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:53.101807 [ 261 ] {d244d417-2d4f-4528-aeb5-d0b91ca033cb} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.04 23:29:53.102018 [ 261 ] {d244d417-2d4f-4528-aeb5-d0b91ca033cb} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:53.102145 [ 261 ] {d244d417-2d4f-4528-aeb5-d0b91ca033cb} executeQuery: Read 160 rows, 11.41 KiB in 0.001147 sec., 139494.33304272013 rows/sec., 9.72 MiB/sec. 2026.05.04 23:29:53.102180 [ 261 ] {d244d417-2d4f-4528-aeb5-d0b91ca033cb} TCPHandler: Processed in 0.001302377 sec. 2026.05.04 23:29:53.102289 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:53.102378 [ 261 ] {7d24502a-2559-405d-bfbf-2b246d5eb118} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:29:53.102431 [ 261 ] {7d24502a-2559-405d-bfbf-2b246d5eb118} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:29:53.103178 [ 261 ] {7d24502a-2559-405d-bfbf-2b246d5eb118} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:53.103213 [ 261 ] {7d24502a-2559-405d-bfbf-2b246d5eb118} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:53.103712 [ 261 ] {7d24502a-2559-405d-bfbf-2b246d5eb118} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.04 23:29:53.103925 [ 261 ] {7d24502a-2559-405d-bfbf-2b246d5eb118} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:53.104067 [ 261 ] {7d24502a-2559-405d-bfbf-2b246d5eb118} executeQuery: Read 11 rows, 20.18 KiB in 0.001708 sec., 6440.281030444965 rows/sec., 11.54 MiB/sec. 2026.05.04 23:29:53.104125 [ 261 ] {7d24502a-2559-405d-bfbf-2b246d5eb118} TCPHandler: Processed in 0.001883694 sec. 2026.05.04 23:29:53.104245 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:53.104335 [ 261 ] {47a8cbe7-a2c7-476b-8266-aeee4f1117c0} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:29:53.104376 [ 261 ] {47a8cbe7-a2c7-476b-8266-aeee4f1117c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:29:53.104709 [ 261 ] {47a8cbe7-a2c7-476b-8266-aeee4f1117c0} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:53.104745 [ 261 ] {47a8cbe7-a2c7-476b-8266-aeee4f1117c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:53.105036 [ 261 ] {47a8cbe7-a2c7-476b-8266-aeee4f1117c0} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.04 23:29:53.105243 [ 261 ] {47a8cbe7-a2c7-476b-8266-aeee4f1117c0} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:53.105369 [ 261 ] {47a8cbe7-a2c7-476b-8266-aeee4f1117c0} executeQuery: Read 60 rows, 4.14 KiB in 0.001053 sec., 56980.05698005699 rows/sec., 3.84 MiB/sec. 2026.05.04 23:29:53.105404 [ 261 ] {47a8cbe7-a2c7-476b-8266-aeee4f1117c0} TCPHandler: Processed in 0.001207175 sec. 2026.05.04 23:29:53.359156 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:53.359420 [ 261 ] {cfe5ae68-51aa-47bf-8ae5-f0c2cede8cab} executeQuery: (from [fd00:1122:3344:101::d]:39097) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.04 23:29:53.359822 [ 261 ] {cfe5ae68-51aa-47bf-8ae5-f0c2cede8cab} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:29:53.359869 [ 261 ] {cfe5ae68-51aa-47bf-8ae5-f0c2cede8cab} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.04 23:29:53.360170 [ 261 ] {cfe5ae68-51aa-47bf-8ae5-f0c2cede8cab} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:29:53.360238 [ 261 ] {cfe5ae68-51aa-47bf-8ae5-f0c2cede8cab} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:29:53.360379 [ 261 ] {cfe5ae68-51aa-47bf-8ae5-f0c2cede8cab} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 41-element set) 2026.05.04 23:29:53.360414 [ 261 ] {cfe5ae68-51aa-47bf-8ae5-f0c2cede8cab} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.04 23:29:53.360434 [ 261 ] {cfe5ae68-51aa-47bf-8ae5-f0c2cede8cab} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.04 23:29:53.360450 [ 261 ] {cfe5ae68-51aa-47bf-8ae5-f0c2cede8cab} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:29:53.360497 [ 261 ] {cfe5ae68-51aa-47bf-8ae5-f0c2cede8cab} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.05.04 23:29:53.360517 [ 261 ] {cfe5ae68-51aa-47bf-8ae5-f0c2cede8cab} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 51 rows starting from 0 2026.05.04 23:29:53.361519 [ 261 ] {cfe5ae68-51aa-47bf-8ae5-f0c2cede8cab} executeQuery: Read 51 rows, 12.37 KiB in 0.002214 sec., 23035.230352303526 rows/sec., 5.45 MiB/sec. 2026.05.04 23:29:53.361588 [ 261 ] {cfe5ae68-51aa-47bf-8ae5-f0c2cede8cab} TCPHandler: Processed in 0.002567224 sec. 2026.05.04 23:29:53.376356 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:53.376542 [ 261 ] {0f315a5d-6b82-4523-b7b4-83e8d5869ff8} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.04 23:29:53.376618 [ 261 ] {0f315a5d-6b82-4523-b7b4-83e8d5869ff8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.04 23:29:53.377386 [ 261 ] {0f315a5d-6b82-4523-b7b4-83e8d5869ff8} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:53.377429 [ 261 ] {0f315a5d-6b82-4523-b7b4-83e8d5869ff8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:53.377806 [ 261 ] {0f315a5d-6b82-4523-b7b4-83e8d5869ff8} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.04 23:29:53.378042 [ 261 ] {0f315a5d-6b82-4523-b7b4-83e8d5869ff8} oximeter.fields_i16 (bad33129-5189-47d8-be1b-ca98420e3526): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:53.378193 [ 261 ] {0f315a5d-6b82-4523-b7b4-83e8d5869ff8} executeQuery: Read 284 rows, 18.47 KiB in 0.001705 sec., 166568.91495601175 rows/sec., 10.58 MiB/sec. 2026.05.04 23:29:53.378232 [ 261 ] {0f315a5d-6b82-4523-b7b4-83e8d5869ff8} TCPHandler: Processed in 0.001968907 sec. 2026.05.04 23:29:53.378356 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:53.378453 [ 261 ] {524c1b32-dc6a-43ea-8ecf-486288691b3f} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.04 23:29:53.378494 [ 261 ] {524c1b32-dc6a-43ea-8ecf-486288691b3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.04 23:29:53.378884 [ 261 ] {524c1b32-dc6a-43ea-8ecf-486288691b3f} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:53.378923 [ 261 ] {524c1b32-dc6a-43ea-8ecf-486288691b3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:53.379216 [ 261 ] {524c1b32-dc6a-43ea-8ecf-486288691b3f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.04 23:29:53.379425 [ 261 ] {524c1b32-dc6a-43ea-8ecf-486288691b3f} oximeter.fields_ipaddr (7564d63e-9975-4b1d-9769-cd837d5f57e7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:53.379556 [ 261 ] {524c1b32-dc6a-43ea-8ecf-486288691b3f} executeQuery: Read 2 rows, 167.00 B in 0.001123 sec., 1780.9439002671415 rows/sec., 145.22 KiB/sec. 2026.05.04 23:29:53.379592 [ 261 ] {524c1b32-dc6a-43ea-8ecf-486288691b3f} TCPHandler: Processed in 0.001287007 sec. 2026.05.04 23:29:53.379705 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:53.379797 [ 261 ] {8b08f517-8e1d-434f-ab22-b38c9458bfe8} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:29:53.379837 [ 261 ] {8b08f517-8e1d-434f-ab22-b38c9458bfe8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:29:53.381524 [ 261 ] {8b08f517-8e1d-434f-ab22-b38c9458bfe8} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:53.381561 [ 261 ] {8b08f517-8e1d-434f-ab22-b38c9458bfe8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:53.382063 [ 261 ] {8b08f517-8e1d-434f-ab22-b38c9458bfe8} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.04 23:29:53.382282 [ 261 ] {8b08f517-8e1d-434f-ab22-b38c9458bfe8} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:53.382418 [ 261 ] {8b08f517-8e1d-434f-ab22-b38c9458bfe8} executeQuery: Read 3207 rows, 245.90 KiB in 0.002638 sec., 1215693.707354056 rows/sec., 91.03 MiB/sec. 2026.05.04 23:29:53.382456 [ 261 ] {8b08f517-8e1d-434f-ab22-b38c9458bfe8} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.05.04 23:29:53.382470 [ 261 ] {8b08f517-8e1d-434f-ab22-b38c9458bfe8} TCPHandler: Processed in 0.00281438 sec. 2026.05.04 23:29:53.382598 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:53.382693 [ 261 ] {93299e14-7c17-44d8-bf78-e54a56f202ee} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:29:53.382732 [ 261 ] {93299e14-7c17-44d8-bf78-e54a56f202ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:29:53.383231 [ 261 ] {93299e14-7c17-44d8-bf78-e54a56f202ee} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:53.383269 [ 261 ] {93299e14-7c17-44d8-bf78-e54a56f202ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:53.383587 [ 261 ] {93299e14-7c17-44d8-bf78-e54a56f202ee} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.04 23:29:53.383809 [ 261 ] {93299e14-7c17-44d8-bf78-e54a56f202ee} oximeter.fields_u16 (06088342-a8cb-4216-9b20-9146784050bc): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:53.383944 [ 261 ] {93299e14-7c17-44d8-bf78-e54a56f202ee} executeQuery: Read 185 rows, 11.76 KiB in 0.001269 sec., 145784.08195429473 rows/sec., 9.05 MiB/sec. 2026.05.04 23:29:53.383981 [ 261 ] {93299e14-7c17-44d8-bf78-e54a56f202ee} TCPHandler: Processed in 0.001434361 sec. 2026.05.04 23:29:53.384093 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:53.384186 [ 261 ] {fbc99c3c-e988-4bea-9e77-506caf3ca0b3} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.04 23:29:53.384226 [ 261 ] {fbc99c3c-e988-4bea-9e77-506caf3ca0b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.04 23:29:53.384880 [ 261 ] {fbc99c3c-e988-4bea-9e77-506caf3ca0b3} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:53.384916 [ 261 ] {fbc99c3c-e988-4bea-9e77-506caf3ca0b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:53.385263 [ 261 ] {fbc99c3c-e988-4bea-9e77-506caf3ca0b3} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.04 23:29:53.385476 [ 261 ] {fbc99c3c-e988-4bea-9e77-506caf3ca0b3} oximeter.fields_u32 (3126b669-2532-4018-9226-a643a288c63f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:53.385604 [ 261 ] {fbc99c3c-e988-4bea-9e77-506caf3ca0b3} executeQuery: Read 950 rows, 57.24 KiB in 0.001436 sec., 661559.8885793872 rows/sec., 38.92 MiB/sec. 2026.05.04 23:29:53.385643 [ 261 ] {fbc99c3c-e988-4bea-9e77-506caf3ca0b3} TCPHandler: Processed in 0.001599525 sec. 2026.05.04 23:29:53.385763 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:53.385856 [ 261 ] {62af2664-a968-4ab4-8897-8a6fa29f5114} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.04 23:29:53.385896 [ 261 ] {62af2664-a968-4ab4-8897-8a6fa29f5114} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.04 23:29:53.386277 [ 261 ] {62af2664-a968-4ab4-8897-8a6fa29f5114} oximeter.fields_u64 (a721a268-d0af-4ac8-8f6c-f140022f8254): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:53.386315 [ 261 ] {62af2664-a968-4ab4-8897-8a6fa29f5114} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:53.386607 [ 261 ] {62af2664-a968-4ab4-8897-8a6fa29f5114} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.04 23:29:53.386822 [ 261 ] {62af2664-a968-4ab4-8897-8a6fa29f5114} oximeter.fields_u64 (a721a268-d0af-4ac8-8f6c-f140022f8254): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:53.386949 [ 261 ] {62af2664-a968-4ab4-8897-8a6fa29f5114} executeQuery: Read 1 rows, 72.00 B in 0.00111 sec., 900.9009009009009 rows/sec., 63.34 KiB/sec. 2026.05.04 23:29:53.386986 [ 261 ] {62af2664-a968-4ab4-8897-8a6fa29f5114} TCPHandler: Processed in 0.001275207 sec. 2026.05.04 23:29:53.387109 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:53.387229 [ 261 ] {3583760a-b1cc-4396-a7db-854ee9c9a99e} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.04 23:29:53.387278 [ 261 ] {3583760a-b1cc-4396-a7db-854ee9c9a99e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.04 23:29:53.387787 [ 261 ] {3583760a-b1cc-4396-a7db-854ee9c9a99e} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:53.387831 [ 261 ] {3583760a-b1cc-4396-a7db-854ee9c9a99e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:53.388194 [ 261 ] {3583760a-b1cc-4396-a7db-854ee9c9a99e} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.04 23:29:53.388412 [ 261 ] {3583760a-b1cc-4396-a7db-854ee9c9a99e} oximeter.fields_u8 (d711cbc1-5fd6-426d-8563-7d40ffdca89c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:53.388539 [ 261 ] {3583760a-b1cc-4396-a7db-854ee9c9a99e} executeQuery: Read 148 rows, 8.62 KiB in 0.001333 sec., 111027.75693923481 rows/sec., 6.31 MiB/sec. 2026.05.04 23:29:53.388576 [ 261 ] {3583760a-b1cc-4396-a7db-854ee9c9a99e} TCPHandler: Processed in 0.001528304 sec. 2026.05.04 23:29:53.388691 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:53.388783 [ 261 ] {1c6e35a0-aef0-4dc8-b074-00e1fc13bef3} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:29:53.388822 [ 261 ] {1c6e35a0-aef0-4dc8-b074-00e1fc13bef3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:29:53.389732 [ 261 ] {1c6e35a0-aef0-4dc8-b074-00e1fc13bef3} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:53.389768 [ 261 ] {1c6e35a0-aef0-4dc8-b074-00e1fc13bef3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:53.390136 [ 261 ] {1c6e35a0-aef0-4dc8-b074-00e1fc13bef3} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.04 23:29:53.390339 [ 261 ] {1c6e35a0-aef0-4dc8-b074-00e1fc13bef3} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:53.390475 [ 261 ] {1c6e35a0-aef0-4dc8-b074-00e1fc13bef3} executeQuery: Read 1748 rows, 120.74 KiB in 0.001709 sec., 1022820.3627852545 rows/sec., 69.00 MiB/sec. 2026.05.04 23:29:53.390512 [ 261 ] {1c6e35a0-aef0-4dc8-b074-00e1fc13bef3} TCPHandler: Processed in 0.001869563 sec. 2026.05.04 23:29:53.390629 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:53.390723 [ 261 ] {bd99d834-cf55-4f5e-a303-105dc0776348} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.04 23:29:53.390764 [ 261 ] {bd99d834-cf55-4f5e-a303-105dc0776348} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.04 23:29:53.391088 [ 261 ] {bd99d834-cf55-4f5e-a303-105dc0776348} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:53.391124 [ 261 ] {bd99d834-cf55-4f5e-a303-105dc0776348} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:53.391423 [ 261 ] {bd99d834-cf55-4f5e-a303-105dc0776348} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.04 23:29:53.391627 [ 261 ] {bd99d834-cf55-4f5e-a303-105dc0776348} oximeter.measurements_bool (cf00efd9-7015-4cce-810e-3005bcd6f745): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:53.391753 [ 261 ] {bd99d834-cf55-4f5e-a303-105dc0776348} executeQuery: Read 6 rows, 321.00 B in 0.00105 sec., 5714.285714285715 rows/sec., 298.55 KiB/sec. 2026.05.04 23:29:53.391789 [ 261 ] {bd99d834-cf55-4f5e-a303-105dc0776348} TCPHandler: Processed in 0.001211915 sec. 2026.05.04 23:29:53.391900 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:53.391994 [ 261 ] {c3700a8e-ecb6-4049-a1cc-97b76d82e705} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:29:53.392036 [ 261 ] {c3700a8e-ecb6-4049-a1cc-97b76d82e705} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:29:53.392718 [ 261 ] {c3700a8e-ecb6-4049-a1cc-97b76d82e705} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:53.392754 [ 261 ] {c3700a8e-ecb6-4049-a1cc-97b76d82e705} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:53.393181 [ 261 ] {c3700a8e-ecb6-4049-a1cc-97b76d82e705} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.04 23:29:53.393400 [ 261 ] {c3700a8e-ecb6-4049-a1cc-97b76d82e705} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:53.393529 [ 261 ] {c3700a8e-ecb6-4049-a1cc-97b76d82e705} executeQuery: Read 1602 rows, 99.59 KiB in 0.001553 sec., 1031551.8351577593 rows/sec., 62.63 MiB/sec. 2026.05.04 23:29:53.393565 [ 261 ] {c3700a8e-ecb6-4049-a1cc-97b76d82e705} TCPHandler: Processed in 0.00171484 sec. 2026.05.04 23:29:53.393679 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:53.393772 [ 261 ] {3b613dd2-9a81-4237-8f4c-510c8c624271} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.04 23:29:53.393814 [ 261 ] {3b613dd2-9a81-4237-8f4c-510c8c624271} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.04 23:29:53.394138 [ 261 ] {3b613dd2-9a81-4237-8f4c-510c8c624271} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:53.394174 [ 261 ] {3b613dd2-9a81-4237-8f4c-510c8c624271} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:53.394475 [ 261 ] {3b613dd2-9a81-4237-8f4c-510c8c624271} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.04 23:29:53.394682 [ 261 ] {3b613dd2-9a81-4237-8f4c-510c8c624271} oximeter.measurements_f64 (83540710-10e7-4c3b-a823-23d82fcd2e64): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:53.394810 [ 261 ] {3b613dd2-9a81-4237-8f4c-510c8c624271} executeQuery: Read 1 rows, 69.00 B in 0.001056 sec., 946.9696969696969 rows/sec., 63.81 KiB/sec. 2026.05.04 23:29:53.394846 [ 261 ] {3b613dd2-9a81-4237-8f4c-510c8c624271} TCPHandler: Processed in 0.001215805 sec. 2026.05.04 23:29:53.394954 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:53.395044 [ 261 ] {b0b857ac-5cb7-4dd8-8729-58e645d4cd8a} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:29:53.395096 [ 261 ] {b0b857ac-5cb7-4dd8-8729-58e645d4cd8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:29:53.395897 [ 261 ] {b0b857ac-5cb7-4dd8-8729-58e645d4cd8a} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:53.395933 [ 261 ] {b0b857ac-5cb7-4dd8-8729-58e645d4cd8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:53.396468 [ 261 ] {b0b857ac-5cb7-4dd8-8729-58e645d4cd8a} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.04 23:29:53.396684 [ 261 ] {b0b857ac-5cb7-4dd8-8729-58e645d4cd8a} oximeter.measurements_histogramu64 (3c4067a1-72c4-4d9e-affb-cff13418d8f4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:53.396819 [ 261 ] {b0b857ac-5cb7-4dd8-8729-58e645d4cd8a} executeQuery: Read 41 rows, 75.23 KiB in 0.001792 sec., 22879.464285714286 rows/sec., 41.00 MiB/sec. 2026.05.04 23:29:53.396872 [ 261 ] {b0b857ac-5cb7-4dd8-8729-58e645d4cd8a} TCPHandler: Processed in 0.001964596 sec. 2026.05.04 23:29:53.396998 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:53.397089 [ 261 ] {20107ad3-cbb1-4704-914d-6dd8c1dbecbe} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:29:53.397128 [ 261 ] {20107ad3-cbb1-4704-914d-6dd8c1dbecbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:29:53.397470 [ 261 ] {20107ad3-cbb1-4704-914d-6dd8c1dbecbe} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:53.397505 [ 261 ] {20107ad3-cbb1-4704-914d-6dd8c1dbecbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:53.397796 [ 261 ] {20107ad3-cbb1-4704-914d-6dd8c1dbecbe} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.04 23:29:53.397996 [ 261 ] {20107ad3-cbb1-4704-914d-6dd8c1dbecbe} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:53.398121 [ 261 ] {20107ad3-cbb1-4704-914d-6dd8c1dbecbe} executeQuery: Read 42 rows, 2.45 KiB in 0.001051 sec., 39961.94100856327 rows/sec., 2.28 MiB/sec. 2026.05.04 23:29:53.398156 [ 261 ] {20107ad3-cbb1-4704-914d-6dd8c1dbecbe} TCPHandler: Processed in 0.001205534 sec. 2026.05.04 23:29:54.001262 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 277.73 MiB, peak 283.36 MiB, free memory in arenas 0.00 B, will set to 276.28 MiB (RSS), difference: -1.44 MiB 2026.05.04 23:29:58.091189 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:58.091427 [ 261 ] {f6935784-70bb-4b53-9b41-4fc1752dd413} executeQuery: (from [fd00:1122:3344:101::d]:39097) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:29:58.091754 [ 261 ] {f6935784-70bb-4b53-9b41-4fc1752dd413} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:29:58.091788 [ 261 ] {f6935784-70bb-4b53-9b41-4fc1752dd413} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:29:58.092007 [ 261 ] {f6935784-70bb-4b53-9b41-4fc1752dd413} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:29:58.092077 [ 261 ] {f6935784-70bb-4b53-9b41-4fc1752dd413} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:29:58.092219 [ 261 ] {f6935784-70bb-4b53-9b41-4fc1752dd413} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.04 23:29:58.092255 [ 261 ] {f6935784-70bb-4b53-9b41-4fc1752dd413} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.04 23:29:58.092276 [ 261 ] {f6935784-70bb-4b53-9b41-4fc1752dd413} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.04 23:29:58.092291 [ 261 ] {f6935784-70bb-4b53-9b41-4fc1752dd413} oximeter.timeseries_schema (fc5a5e0d-3b39-4008-902c-6110d6c57693) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:29:58.092333 [ 261 ] {f6935784-70bb-4b53-9b41-4fc1752dd413} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:29:58.092353 [ 261 ] {f6935784-70bb-4b53-9b41-4fc1752dd413} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 51 rows starting from 0 2026.05.04 23:29:58.093340 [ 261 ] {f6935784-70bb-4b53-9b41-4fc1752dd413} executeQuery: Read 51 rows, 12.37 KiB in 0.002004 sec., 25449.101796407183 rows/sec., 6.03 MiB/sec. 2026.05.04 23:29:58.093422 [ 261 ] {f6935784-70bb-4b53-9b41-4fc1752dd413} TCPHandler: Processed in 0.002364087 sec. 2026.05.04 23:29:58.095001 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:58.095118 [ 261 ] {e0e468bd-2dd9-4ad3-8d73-7a2edd368faa} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:29:58.095169 [ 261 ] {e0e468bd-2dd9-4ad3-8d73-7a2edd368faa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:29:58.095745 [ 261 ] {e0e468bd-2dd9-4ad3-8d73-7a2edd368faa} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:58.095787 [ 261 ] {e0e468bd-2dd9-4ad3-8d73-7a2edd368faa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:58.096193 [ 261 ] {e0e468bd-2dd9-4ad3-8d73-7a2edd368faa} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.04 23:29:58.096408 [ 261 ] {e0e468bd-2dd9-4ad3-8d73-7a2edd368faa} oximeter.fields_string (dc60c80b-605b-441e-ac2b-d24a1d5bd3b9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:58.096551 [ 261 ] {e0e468bd-2dd9-4ad3-8d73-7a2edd368faa} executeQuery: Read 56 rows, 4.41 KiB in 0.00147 sec., 38095.2380952381 rows/sec., 2.93 MiB/sec. 2026.05.04 23:29:58.096588 [ 261 ] {e0e468bd-2dd9-4ad3-8d73-7a2edd368faa} TCPHandler: Processed in 0.001636607 sec. 2026.05.04 23:29:58.096710 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:58.096804 [ 261 ] {61487046-b94c-4db8-bf23-fe407456c500} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:29:58.096844 [ 261 ] {61487046-b94c-4db8-bf23-fe407456c500} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:29:58.097260 [ 261 ] {61487046-b94c-4db8-bf23-fe407456c500} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:58.097295 [ 261 ] {61487046-b94c-4db8-bf23-fe407456c500} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:58.097587 [ 261 ] {61487046-b94c-4db8-bf23-fe407456c500} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.04 23:29:58.097792 [ 261 ] {61487046-b94c-4db8-bf23-fe407456c500} oximeter.fields_uuid (65659631-21c7-4416-890a-f84a11284bbc): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:58.097917 [ 261 ] {61487046-b94c-4db8-bf23-fe407456c500} executeQuery: Read 64 rows, 5.12 KiB in 0.001133 sec., 56487.202118270085 rows/sec., 4.41 MiB/sec. 2026.05.04 23:29:58.097952 [ 261 ] {61487046-b94c-4db8-bf23-fe407456c500} TCPHandler: Processed in 0.001290267 sec. 2026.05.04 23:29:58.098073 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:58.098165 [ 261 ] {69abc4dc-94e0-4b0d-8937-34b7d4ded262} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:29:58.098207 [ 261 ] {69abc4dc-94e0-4b0d-8937-34b7d4ded262} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:29:58.098581 [ 261 ] {69abc4dc-94e0-4b0d-8937-34b7d4ded262} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:58.098614 [ 261 ] {69abc4dc-94e0-4b0d-8937-34b7d4ded262} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:58.098926 [ 261 ] {69abc4dc-94e0-4b0d-8937-34b7d4ded262} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.04 23:29:58.099126 [ 261 ] {69abc4dc-94e0-4b0d-8937-34b7d4ded262} oximeter.measurements_cumulativeu64 (9b01b8a2-3073-4b79-b666-1937562b80ae): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:58.099252 [ 261 ] {69abc4dc-94e0-4b0d-8937-34b7d4ded262} executeQuery: Read 128 rows, 9.13 KiB in 0.001106 sec., 115732.36889692587 rows/sec., 8.06 MiB/sec. 2026.05.04 23:29:58.099287 [ 261 ] {69abc4dc-94e0-4b0d-8937-34b7d4ded262} TCPHandler: Processed in 0.001261446 sec. 2026.05.04 23:29:58.099406 [ 261 ] {} TCP-Session: 0ee802ba-6a8d-45ba-9d01-f9fa654b992f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:29:58.099497 [ 261 ] {c329a254-3125-48b9-82ab-04d42e8810c9} executeQuery: (from [fd00:1122:3344:101::d]:39097) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:29:58.099537 [ 261 ] {c329a254-3125-48b9-82ab-04d42e8810c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:29:58.099867 [ 261 ] {c329a254-3125-48b9-82ab-04d42e8810c9} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:58.099901 [ 261 ] {c329a254-3125-48b9-82ab-04d42e8810c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:58.100208 [ 261 ] {c329a254-3125-48b9-82ab-04d42e8810c9} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.04 23:29:58.100411 [ 261 ] {c329a254-3125-48b9-82ab-04d42e8810c9} oximeter.measurements_u64 (c46770bd-ad82-4a41-9207-3ae59bac2272): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:58.100538 [ 261 ] {c329a254-3125-48b9-82ab-04d42e8810c9} executeQuery: Read 48 rows, 3.31 KiB in 0.00106 sec., 45283.01886792453 rows/sec., 3.05 MiB/sec. 2026.05.04 23:29:58.100572 [ 261 ] {c329a254-3125-48b9-82ab-04d42e8810c9} TCPHandler: Processed in 0.001213434 sec. 2026.05.04 23:29:59.319974 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13935 2026.05.04 23:29:59.320563 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:29:59.320601 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:29:59.321238 [ 245 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.04 23:29:59.321467 [ 245 ] {} system.asynchronous_metric_log (8701aa8f-4795-4713-a9bf-869923b78190): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:29:59.321600 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13935 2026.05.04 23:30:00.034027 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2026.05.04 23:30:00.051175 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:30:00.051230 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.05.04 23:30:00.057256 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.04 23:30:00.057948 [ 244 ] {} system.metric_log (309fb8c2-1e02-4f96-937d-9b518275c73d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:30:00.060891 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219