[ Mar 19 00:54:54 Enabled. ] [ Mar 19 00:54:54 Rereading configuration. ] [ Mar 19 00:54:55 Rereading configuration. ] [ Mar 19 00:55:08 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 [ Mar 19 00:55:08 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.03.19 00:55:09.697329 [ 1 ] {} Application: Will watch for the process with pid 24435 2026.03.19 00:55:09.698730 [ 1 ] {} Application: Forked a child process to watch 2026.03.19 00:55:10.320976 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24435 2026.03.19 00:55:10.321951 [ 1 ] {} Application: starting up 2026.03.19 00:55:10.322094 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.03.19 00:55:10.461485 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.03.19 00:55:10.513124 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.03.19 00:55:10.513232 [ 1 ] {} Application: Initializing DateLUT. 2026.03.19 00:55:10.513250 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.03.19 00:55:10.513323 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.03.19 00:55:10.514038 [ 1 ] {} Application: Initializing interserver credentials. 2026.03.19 00:55:10.516911 [ 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.03.19 00:55:10.517851 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.03.19 00:55:10.518935 [ 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.03.19 00:55:10.519005 [ 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.03.19 00:55:10.519060 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.03.19 00:55:10.520355 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.19 00:55:10.521712 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.03.19 00:55:10.529938 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.19 00:55:10.530902 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.19 00:55:10.532435 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.03.19 00:55:10.532539 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.03.19 00:55:10.534055 [ 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.03.19 00:55:10.534721 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.03.19 00:55:10.542027 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.03.19 00:55:10.542829 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.03.19 00:55:10.547380 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.03.19 00:55:10.548032 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.03.19 00:55:10.548596 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.03.19 00:55:10.549022 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.03.19 00:55:10.550671 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.03.19 00:55:10.550702 [ 1 ] {} Application: Loading metadata from /data/ 2026.03.19 00:55:10.550835 [ 153 ] {} DNSResolver: Updating DNS cache 2026.03.19 00:55:10.550931 [ 153 ] {} DNSResolver: Updated DNS cache 2026.03.19 00:55:10.560372 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.03.19 00:55:10.560401 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000178854 sec 2026.03.19 00:55:10.560462 [ 1 ] {} ReferentialDeps: No tables 2026.03.19 00:55:10.560515 [ 1 ] {} LoadingDeps: No tables 2026.03.19 00:55:10.562960 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.03.19 00:55:10.563686 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.03.19 00:55:10.576815 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.03.19 00:55:10.576869 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.03.19 00:55:10.576977 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.03.19 00:55:10.576990 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.03.19 00:55:10.577028 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.03.19 00:55:10.577118 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.03.19 00:55:10.582047 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.03.19 00:55:10.582103 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.03.19 00:55:10.582169 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.03.19 00:55:10.582358 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.03.19 00:55:10.582408 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.03.19 00:55:10.582421 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.03.19 00:55:10.582524 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.03.19 00:55:10.582537 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.03.19 00:55:10.582574 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.03.19 00:55:10.582693 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.03.19 00:55:10.611682 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.03.19 00:55:10.613166 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.03.19 00:55:10.613282 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000137104 sec 2026.03.19 00:55:10.613297 [ 1 ] {} ReferentialDeps: No tables 2026.03.19 00:55:10.613308 [ 1 ] {} LoadingDeps: No tables 2026.03.19 00:55:10.613336 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.03.19 00:55:10.613580 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.03.19 00:55:10.613696 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.03.19 00:55:10.613710 [ 1 ] {} Application: Loaded metadata. 2026.03.19 00:55:10.613724 [ 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.03.19 00:55:10.613737 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.03.19 00:55:10.659967 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.03.19 00:55:10.660289 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.79 MiB (RSS), difference: 92.01 MiB 2026.03.19 00:55:10.661948 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.416e-05 sec. 2026.03.19 00:55:10.662667 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.03.19 00:55:10.664281 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.03.19 00:55:10.664317 [ 1 ] {} Application: Ready for connections. 2026.03.19 00:55:10.670862 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62072 2026.03.19 00:55:10.672250 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:10.672334 [ 4 ] {} TCP-Session: 0ae97149-b0d1-497c-95c4-1dc4b575afab Authenticating user 'default' from [fd00:1122:3344:101::b]:62072 2026.03.19 00:55:10.672368 [ 4 ] {} TCP-Session: 0ae97149-b0d1-497c-95c4-1dc4b575afab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:10.672493 [ 4 ] {} TCP-Session: 0ae97149-b0d1-497c-95c4-1dc4b575afab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:10.672603 [ 4 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.19 00:55:10.672632 [ 4 ] {} 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.03.19 00:55:10.672748 [ 4 ] {} 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.03.19 00:55:10.673332 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63344 2026.03.19 00:55:10.673334 [ 6 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35614 2026.03.19 00:55:10.673455 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:65259 2026.03.19 00:55:10.673587 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:10.673685 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:10.673705 [ 6 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:10.673721 [ 5 ] {} TCP-Session: 0d13fdd9-9158-47d2-b117-f8421096424c Authenticating user 'default' from [fd00:1122:3344:101::b]:63344 2026.03.19 00:55:10.673733 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54076 2026.03.19 00:55:10.673767 [ 5 ] {} TCP-Session: 0d13fdd9-9158-47d2-b117-f8421096424c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:10.673751 [ 6 ] {} TCP-Session: fac657a3-1852-4314-a9e7-eb776aa9e99b Authenticating user 'default' from [fd00:1122:3344:101::b]:35614 2026.03.19 00:55:10.673740 [ 254 ] {} TCP-Session: 8b0ee320-30d4-46df-b8b7-8d39689aa499 Authenticating user 'default' from [fd00:1122:3344:101::b]:65259 2026.03.19 00:55:10.673879 [ 5 ] {} TCP-Session: 0d13fdd9-9158-47d2-b117-f8421096424c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:10.673877 [ 6 ] {} TCP-Session: fac657a3-1852-4314-a9e7-eb776aa9e99b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:10.673851 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55341 2026.03.19 00:55:10.673979 [ 6 ] {} TCP-Session: fac657a3-1852-4314-a9e7-eb776aa9e99b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:10.673980 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:10.674033 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33109 2026.03.19 00:55:10.674089 [ 255 ] {} TCP-Session: a5462d9b-7008-4d86-a2fb-343d6c28cc15 Authenticating user 'default' from [fd00:1122:3344:101::b]:54076 2026.03.19 00:55:10.674157 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33596 2026.03.19 00:55:10.674192 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:10.673967 [ 254 ] {} TCP-Session: 8b0ee320-30d4-46df-b8b7-8d39689aa499 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:10.674241 [ 256 ] {} TCP-Session: 2fb59190-17cf-46d4-b098-fcb124d08684 Authenticating user 'default' from [fd00:1122:3344:101::b]:55341 2026.03.19 00:55:10.674229 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:10.674338 [ 254 ] {} TCP-Session: 8b0ee320-30d4-46df-b8b7-8d39689aa499 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:10.674382 [ 257 ] {} TCP-Session: 3a55e24d-d584-4e5c-9333-474b15b86794 Authenticating user 'default' from [fd00:1122:3344:101::b]:33109 2026.03.19 00:55:10.674360 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:10.674358 [ 256 ] {} TCP-Session: 2fb59190-17cf-46d4-b098-fcb124d08684 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:10.674224 [ 255 ] {} TCP-Session: a5462d9b-7008-4d86-a2fb-343d6c28cc15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:10.674520 [ 258 ] {} TCP-Session: e941726d-226f-4dcd-9895-adf9d33e37f8 Authenticating user 'default' from [fd00:1122:3344:101::b]:33596 2026.03.19 00:55:10.674505 [ 256 ] {} TCP-Session: 2fb59190-17cf-46d4-b098-fcb124d08684 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:10.674497 [ 257 ] {} TCP-Session: 3a55e24d-d584-4e5c-9333-474b15b86794 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:10.674660 [ 258 ] {} TCP-Session: e941726d-226f-4dcd-9895-adf9d33e37f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:10.674635 [ 255 ] {} TCP-Session: a5462d9b-7008-4d86-a2fb-343d6c28cc15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:10.674734 [ 257 ] {} TCP-Session: 3a55e24d-d584-4e5c-9333-474b15b86794 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:10.674764 [ 258 ] {} TCP-Session: e941726d-226f-4dcd-9895-adf9d33e37f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:10.834320 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57086 2026.03.19 00:55:10.834484 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:10.834661 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Authenticating user 'default' from [fd00:1122:3344:101::d]:57086 2026.03.19 00:55:10.834689 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:10.834702 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:10.834871 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.19 00:55:10.834910 [ 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.03.19 00:55:10.835004 [ 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.03.19 00:55:10.841489 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61877 2026.03.19 00:55:10.841687 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64894 2026.03.19 00:55:10.841705 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47515 2026.03.19 00:55:10.841820 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34494 2026.03.19 00:55:10.841825 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:10.841908 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45082 2026.03.19 00:55:10.841945 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Authenticating user 'default' from [fd00:1122:3344:101::d]:61877 2026.03.19 00:55:10.841976 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:10.841990 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:10.842650 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61697 2026.03.19 00:55:10.842839 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:10.842896 [ 261 ] {} TCP-Session: 13a33183-5d22-49ed-a49d-ad0881691c90 Authenticating user 'default' from [fd00:1122:3344:101::d]:47515 2026.03.19 00:55:10.842984 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:10.842991 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40778 2026.03.19 00:55:10.842991 [ 261 ] {} TCP-Session: 13a33183-5d22-49ed-a49d-ad0881691c90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:10.843044 [ 264 ] {} TCP-Session: e68f3fb3-b12a-4268-ab85-6070972bbbda Authenticating user 'default' from [fd00:1122:3344:101::d]:45082 2026.03.19 00:55:10.843069 [ 261 ] {} TCP-Session: 13a33183-5d22-49ed-a49d-ad0881691c90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:10.843250 [ 264 ] {} TCP-Session: e68f3fb3-b12a-4268-ab85-6070972bbbda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:10.843297 [ 264 ] {} TCP-Session: e68f3fb3-b12a-4268-ab85-6070972bbbda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:10.843798 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:10.843821 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64503 2026.03.19 00:55:10.843845 [ 263 ] {} TCP-Session: 9030df79-b3a0-4b38-9dec-b004df201847 Authenticating user 'default' from [fd00:1122:3344:101::d]:34494 2026.03.19 00:55:10.843976 [ 263 ] {} TCP-Session: 9030df79-b3a0-4b38-9dec-b004df201847 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:10.843993 [ 263 ] {} TCP-Session: 9030df79-b3a0-4b38-9dec-b004df201847 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:10.844834 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:10.844918 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:10.844902 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:10.844970 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:10.845024 [ 266 ] {} TCP-Session: 018767a9-ccba-446c-af5e-d912434c091c Authenticating user 'default' from [fd00:1122:3344:101::d]:40778 2026.03.19 00:55:10.845012 [ 267 ] {} TCP-Session: f70b3740-bf35-4143-8af2-7f4f65c91692 Authenticating user 'default' from [fd00:1122:3344:101::d]:64503 2026.03.19 00:55:10.844862 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:10.845121 [ 266 ] {} TCP-Session: 018767a9-ccba-446c-af5e-d912434c091c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:10.845098 [ 267 ] {} TCP-Session: f70b3740-bf35-4143-8af2-7f4f65c91692 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:10.845168 [ 265 ] {} TCP-Session: 3dbf2c9e-469f-40f2-aa07-0600b669c3bb Authenticating user 'default' from [fd00:1122:3344:101::d]:61697 2026.03.19 00:55:10.845236 [ 266 ] {} TCP-Session: 018767a9-ccba-446c-af5e-d912434c091c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:10.845247 [ 267 ] {} TCP-Session: f70b3740-bf35-4143-8af2-7f4f65c91692 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:10.845030 [ 262 ] {} TCP-Session: d2add486-c3ea-43a2-847a-a1495d2c2c0a Authenticating user 'default' from [fd00:1122:3344:101::d]:64894 2026.03.19 00:55:10.845285 [ 265 ] {} TCP-Session: 3dbf2c9e-469f-40f2-aa07-0600b669c3bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:10.845366 [ 262 ] {} TCP-Session: d2add486-c3ea-43a2-847a-a1495d2c2c0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:10.845387 [ 265 ] {} TCP-Session: 3dbf2c9e-469f-40f2-aa07-0600b669c3bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:10.845447 [ 262 ] {} TCP-Session: d2add486-c3ea-43a2-847a-a1495d2c2c0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:10.848737 [ 259 ] {f5be3622-0896-4581-822a-273e1d3eb109} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 00:55:10.959144 [ 259 ] {f5be3622-0896-4581-822a-273e1d3eb109} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:57086) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.19 00:55:10.960185 [ 259 ] {f5be3622-0896-4581-822a-273e1d3eb109} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.19 00:55:10.960503 [ 259 ] {f5be3622-0896-4581-822a-273e1d3eb109} TCPHandler: Processed in 0.118809595 sec. 2026.03.19 00:55:10.963233 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:10.963464 [ 260 ] {d8fe92e6-0dc5-4568-936e-db2ee42d89b5} executeQuery: (from [fd00:1122:3344:101::d]:61877) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 00:55:10.963918 [ 260 ] {d8fe92e6-0dc5-4568-936e-db2ee42d89b5} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:61877) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.19 00:55:10.964286 [ 260 ] {d8fe92e6-0dc5-4568-936e-db2ee42d89b5} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.19 00:55:10.964561 [ 260 ] {d8fe92e6-0dc5-4568-936e-db2ee42d89b5} TCPHandler: Processed in 0.001576275 sec. 2026.03.19 00:55:10.965287 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:10.966170 [ 259 ] {65b24982-66eb-4a50-91dd-20627b4eca8e} executeQuery: (from [fd00:1122:3344:101::d]:57086) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.03.19 00:55:10.966821 [ 259 ] {65b24982-66eb-4a50-91dd-20627b4eca8e} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.03.19 00:55:10.968530 [ 259 ] {65b24982-66eb-4a50-91dd-20627b4eca8e} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.03.19 00:55:10.968633 [ 259 ] {65b24982-66eb-4a50-91dd-20627b4eca8e} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000137303 sec 2026.03.19 00:55:10.968648 [ 259 ] {65b24982-66eb-4a50-91dd-20627b4eca8e} ReferentialDeps: No tables 2026.03.19 00:55:10.968659 [ 259 ] {65b24982-66eb-4a50-91dd-20627b4eca8e} LoadingDeps: No tables 2026.03.19 00:55:10.968756 [ 259 ] {65b24982-66eb-4a50-91dd-20627b4eca8e} DatabaseAtomic (oximeter): Starting up tables. 2026.03.19 00:55:10.969513 [ 259 ] {65b24982-66eb-4a50-91dd-20627b4eca8e} TCPHandler: Processed in 0.004344776 sec. 2026.03.19 00:55:10.969672 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:10.969875 [ 259 ] {0e069276-4ba2-448d-a7e8-61bcd37f0f2b} executeQuery: (from [fd00:1122:3344:101::d]:57086) /* 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.03.19 00:55:10.969962 [ 259 ] {0e069276-4ba2-448d-a7e8-61bcd37f0f2b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.03.19 00:55:10.975487 [ 259 ] {0e069276-4ba2-448d-a7e8-61bcd37f0f2b} StoragePolicy (default): Storage policy default created, total volumes 1 2026.03.19 00:55:10.976886 [ 259 ] {0e069276-4ba2-448d-a7e8-61bcd37f0f2b} oximeter.version (9f694a03-7783-4184-bbfb-7ad9e678e8cc): Loading data parts 2026.03.19 00:55:10.978107 [ 259 ] {0e069276-4ba2-448d-a7e8-61bcd37f0f2b} oximeter.version (9f694a03-7783-4184-bbfb-7ad9e678e8cc): There are no data parts 2026.03.19 00:55:10.982898 [ 259 ] {0e069276-4ba2-448d-a7e8-61bcd37f0f2b} TCPHandler: Processed in 0.013276172 sec. 2026.03.19 00:55:10.983203 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:10.983414 [ 259 ] {9fb473b1-db2c-4f89-87f2-5110744a4a8a} executeQuery: (from [fd00:1122:3344:101::d]:57086) /* 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.03.19 00:55:10.983574 [ 259 ] {9fb473b1-db2c-4f89-87f2-5110744a4a8a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.03.19 00:55:10.994612 [ 259 ] {9fb473b1-db2c-4f89-87f2-5110744a4a8a} oximeter.measurements_bool (fedc9755-8138-4059-8f40-3b487e519b88): Loading data parts 2026.03.19 00:55:10.995025 [ 259 ] {9fb473b1-db2c-4f89-87f2-5110744a4a8a} oximeter.measurements_bool (fedc9755-8138-4059-8f40-3b487e519b88): There are no data parts 2026.03.19 00:55:10.996472 [ 259 ] {9fb473b1-db2c-4f89-87f2-5110744a4a8a} TCPHandler: Processed in 0.013350064 sec. 2026.03.19 00:55:10.996737 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:10.997022 [ 259 ] {74267bc4-9680-4d2e-b6e5-c7d99ca7f999} executeQuery: (from [fd00:1122:3344:101::d]:57086) 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.03.19 00:55:10.997081 [ 259 ] {74267bc4-9680-4d2e-b6e5-c7d99ca7f999} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.03.19 00:55:11.000172 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 121.15 MiB, peak 121.15 MiB, free memory in arenas 0.00 B, will set to 131.32 MiB (RSS), difference: 10.17 MiB 2026.03.19 00:55:11.001305 [ 259 ] {74267bc4-9680-4d2e-b6e5-c7d99ca7f999} oximeter.measurements_i8 (ae9f59e8-73b6-4490-b8f0-650f894fcb82): Loading data parts 2026.03.19 00:55:11.001540 [ 259 ] {74267bc4-9680-4d2e-b6e5-c7d99ca7f999} oximeter.measurements_i8 (ae9f59e8-73b6-4490-b8f0-650f894fcb82): There are no data parts 2026.03.19 00:55:11.007527 [ 259 ] {74267bc4-9680-4d2e-b6e5-c7d99ca7f999} TCPHandler: Processed in 0.010897019 sec. 2026.03.19 00:55:11.007735 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.008001 [ 259 ] {43056ecc-d92c-4035-8655-69086533d7c8} executeQuery: (from [fd00:1122:3344:101::d]:57086) 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.03.19 00:55:11.008100 [ 259 ] {43056ecc-d92c-4035-8655-69086533d7c8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.03.19 00:55:11.010502 [ 259 ] {43056ecc-d92c-4035-8655-69086533d7c8} oximeter.measurements_u8 (41165577-40c6-4b05-958b-66585cef931f): Loading data parts 2026.03.19 00:55:11.010744 [ 259 ] {43056ecc-d92c-4035-8655-69086533d7c8} oximeter.measurements_u8 (41165577-40c6-4b05-958b-66585cef931f): There are no data parts 2026.03.19 00:55:11.013603 [ 259 ] {43056ecc-d92c-4035-8655-69086533d7c8} TCPHandler: Processed in 0.005936481 sec. 2026.03.19 00:55:11.014076 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.014267 [ 259 ] {cae23d81-79c4-486d-9db1-57ba49151f81} executeQuery: (from [fd00:1122:3344:101::d]:57086) 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.03.19 00:55:11.014418 [ 259 ] {cae23d81-79c4-486d-9db1-57ba49151f81} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.03.19 00:55:11.016842 [ 259 ] {cae23d81-79c4-486d-9db1-57ba49151f81} oximeter.measurements_i16 (e2435e9a-d6a1-4f22-95cf-454784bffcb3): Loading data parts 2026.03.19 00:55:11.017047 [ 259 ] {cae23d81-79c4-486d-9db1-57ba49151f81} oximeter.measurements_i16 (e2435e9a-d6a1-4f22-95cf-454784bffcb3): There are no data parts 2026.03.19 00:55:11.018884 [ 259 ] {cae23d81-79c4-486d-9db1-57ba49151f81} TCPHandler: Processed in 0.004872527 sec. 2026.03.19 00:55:11.019053 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.019236 [ 259 ] {5feb2d20-96fb-4505-84f3-ec53fb3b6d6f} executeQuery: (from [fd00:1122:3344:101::d]:57086) 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.03.19 00:55:11.019382 [ 259 ] {5feb2d20-96fb-4505-84f3-ec53fb3b6d6f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.03.19 00:55:11.021403 [ 259 ] {5feb2d20-96fb-4505-84f3-ec53fb3b6d6f} oximeter.measurements_u16 (94104e18-8cab-4019-9db4-38166dca8b7a): Loading data parts 2026.03.19 00:55:11.021573 [ 259 ] {5feb2d20-96fb-4505-84f3-ec53fb3b6d6f} oximeter.measurements_u16 (94104e18-8cab-4019-9db4-38166dca8b7a): There are no data parts 2026.03.19 00:55:11.022854 [ 259 ] {5feb2d20-96fb-4505-84f3-ec53fb3b6d6f} TCPHandler: Processed in 0.003858605 sec. 2026.03.19 00:55:11.023049 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.023248 [ 259 ] {1f24ec4c-4b83-4bb5-916c-87b37f9bb557} executeQuery: (from [fd00:1122:3344:101::d]:57086) 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.03.19 00:55:11.023383 [ 259 ] {1f24ec4c-4b83-4bb5-916c-87b37f9bb557} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.03.19 00:55:11.025606 [ 259 ] {1f24ec4c-4b83-4bb5-916c-87b37f9bb557} oximeter.measurements_i32 (caddb1bb-0b4d-4f80-b485-9017eea3da91): Loading data parts 2026.03.19 00:55:11.025771 [ 259 ] {1f24ec4c-4b83-4bb5-916c-87b37f9bb557} oximeter.measurements_i32 (caddb1bb-0b4d-4f80-b485-9017eea3da91): There are no data parts 2026.03.19 00:55:11.027250 [ 259 ] {1f24ec4c-4b83-4bb5-916c-87b37f9bb557} TCPHandler: Processed in 0.004252544 sec. 2026.03.19 00:55:11.027400 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.027555 [ 259 ] {e5ea0a7d-19f5-40f2-be23-457b4f01e6c6} executeQuery: (from [fd00:1122:3344:101::d]:57086) 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.03.19 00:55:11.027676 [ 259 ] {e5ea0a7d-19f5-40f2-be23-457b4f01e6c6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.03.19 00:55:11.029892 [ 259 ] {e5ea0a7d-19f5-40f2-be23-457b4f01e6c6} oximeter.measurements_u32 (3b20ba16-5ee4-4d2c-bfc7-f898e304caa7): Loading data parts 2026.03.19 00:55:11.030047 [ 259 ] {e5ea0a7d-19f5-40f2-be23-457b4f01e6c6} oximeter.measurements_u32 (3b20ba16-5ee4-4d2c-bfc7-f898e304caa7): There are no data parts 2026.03.19 00:55:11.031404 [ 259 ] {e5ea0a7d-19f5-40f2-be23-457b4f01e6c6} TCPHandler: Processed in 0.004053089 sec. 2026.03.19 00:55:11.031622 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.031865 [ 259 ] {85a648d1-1136-45be-87dc-ff3c9a5b96e6} executeQuery: (from [fd00:1122:3344:101::d]:57086) 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.03.19 00:55:11.031997 [ 259 ] {85a648d1-1136-45be-87dc-ff3c9a5b96e6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.03.19 00:55:11.033963 [ 259 ] {85a648d1-1136-45be-87dc-ff3c9a5b96e6} oximeter.measurements_i64 (96a5c210-3318-45f0-91ce-1259c93a75e3): Loading data parts 2026.03.19 00:55:11.034108 [ 259 ] {85a648d1-1136-45be-87dc-ff3c9a5b96e6} oximeter.measurements_i64 (96a5c210-3318-45f0-91ce-1259c93a75e3): There are no data parts 2026.03.19 00:55:11.035379 [ 259 ] {85a648d1-1136-45be-87dc-ff3c9a5b96e6} TCPHandler: Processed in 0.003817515 sec. 2026.03.19 00:55:11.035535 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.035690 [ 259 ] {93fc5ff8-642e-4bcb-abad-d4e7ce70f268} executeQuery: (from [fd00:1122:3344:101::d]:57086) 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.03.19 00:55:11.035830 [ 259 ] {93fc5ff8-642e-4bcb-abad-d4e7ce70f268} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.03.19 00:55:11.039084 [ 259 ] {93fc5ff8-642e-4bcb-abad-d4e7ce70f268} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Loading data parts 2026.03.19 00:55:11.039260 [ 259 ] {93fc5ff8-642e-4bcb-abad-d4e7ce70f268} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): There are no data parts 2026.03.19 00:55:11.042807 [ 259 ] {93fc5ff8-642e-4bcb-abad-d4e7ce70f268} TCPHandler: Processed in 0.007324281 sec. 2026.03.19 00:55:11.043041 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.043247 [ 259 ] {7c56b99d-8cd0-4862-8d49-5886e83bb0c6} executeQuery: (from [fd00:1122:3344:101::d]:57086) 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.03.19 00:55:11.043367 [ 259 ] {7c56b99d-8cd0-4862-8d49-5886e83bb0c6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.03.19 00:55:11.045310 [ 259 ] {7c56b99d-8cd0-4862-8d49-5886e83bb0c6} oximeter.measurements_f32 (bc913540-539b-4a09-8ffc-3c4b95e31024): Loading data parts 2026.03.19 00:55:11.045472 [ 259 ] {7c56b99d-8cd0-4862-8d49-5886e83bb0c6} oximeter.measurements_f32 (bc913540-539b-4a09-8ffc-3c4b95e31024): There are no data parts 2026.03.19 00:55:11.047180 [ 259 ] {7c56b99d-8cd0-4862-8d49-5886e83bb0c6} TCPHandler: Processed in 0.004210613 sec. 2026.03.19 00:55:11.047326 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.047483 [ 259 ] {d87167d0-2819-48c8-bf85-fb8c9da487be} executeQuery: (from [fd00:1122:3344:101::d]:57086) 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.03.19 00:55:11.047611 [ 259 ] {d87167d0-2819-48c8-bf85-fb8c9da487be} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.03.19 00:55:11.049767 [ 259 ] {d87167d0-2819-48c8-bf85-fb8c9da487be} oximeter.measurements_f64 (dbc9f694-b916-4f2d-ae45-a99161c3e179): Loading data parts 2026.03.19 00:55:11.049929 [ 259 ] {d87167d0-2819-48c8-bf85-fb8c9da487be} oximeter.measurements_f64 (dbc9f694-b916-4f2d-ae45-a99161c3e179): There are no data parts 2026.03.19 00:55:11.051652 [ 259 ] {d87167d0-2819-48c8-bf85-fb8c9da487be} TCPHandler: Processed in 0.004375467 sec. 2026.03.19 00:55:11.051808 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.052138 [ 259 ] {7dd93bcf-20f5-493a-bc9f-69720f2ae4ff} executeQuery: (from [fd00:1122:3344:101::d]:57086) 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.03.19 00:55:11.052324 [ 259 ] {7dd93bcf-20f5-493a-bc9f-69720f2ae4ff} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.03.19 00:55:11.054362 [ 259 ] {7dd93bcf-20f5-493a-bc9f-69720f2ae4ff} oximeter.measurements_string (21ef6e86-004f-4030-a1c0-59f008d639ff): Loading data parts 2026.03.19 00:55:11.054534 [ 259 ] {7dd93bcf-20f5-493a-bc9f-69720f2ae4ff} oximeter.measurements_string (21ef6e86-004f-4030-a1c0-59f008d639ff): There are no data parts 2026.03.19 00:55:11.056054 [ 259 ] {7dd93bcf-20f5-493a-bc9f-69720f2ae4ff} TCPHandler: Processed in 0.004297895 sec. 2026.03.19 00:55:11.056214 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.056373 [ 259 ] {96d1f30f-fb3f-4408-8228-f9630164ae54} executeQuery: (from [fd00:1122:3344:101::d]:57086) 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.03.19 00:55:11.056500 [ 259 ] {96d1f30f-fb3f-4408-8228-f9630164ae54} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.03.19 00:55:11.058357 [ 259 ] {96d1f30f-fb3f-4408-8228-f9630164ae54} oximeter.measurements_bytes (96ffa794-9f2e-4b00-ba94-c9efda1910d3): Loading data parts 2026.03.19 00:55:11.058580 [ 259 ] {96d1f30f-fb3f-4408-8228-f9630164ae54} oximeter.measurements_bytes (96ffa794-9f2e-4b00-ba94-c9efda1910d3): There are no data parts 2026.03.19 00:55:11.060333 [ 259 ] {96d1f30f-fb3f-4408-8228-f9630164ae54} TCPHandler: Processed in 0.004176322 sec. 2026.03.19 00:55:11.060503 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.060719 [ 259 ] {33dbd5a9-f822-4ed7-8399-4f2668bd7565} executeQuery: (from [fd00:1122:3344:101::d]:57086) 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.03.19 00:55:11.060808 [ 259 ] {33dbd5a9-f822-4ed7-8399-4f2668bd7565} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.03.19 00:55:11.063494 [ 259 ] {33dbd5a9-f822-4ed7-8399-4f2668bd7565} oximeter.measurements_cumulativei64 (abb96cbb-ebcb-4a23-9550-783e3fcf2fa1): Loading data parts 2026.03.19 00:55:11.063790 [ 259 ] {33dbd5a9-f822-4ed7-8399-4f2668bd7565} oximeter.measurements_cumulativei64 (abb96cbb-ebcb-4a23-9550-783e3fcf2fa1): There are no data parts 2026.03.19 00:55:11.065122 [ 259 ] {33dbd5a9-f822-4ed7-8399-4f2668bd7565} TCPHandler: Processed in 0.004668883 sec. 2026.03.19 00:55:11.065316 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.065482 [ 259 ] {475948ed-7467-4a18-81b2-3a7d3fa8967e} executeQuery: (from [fd00:1122:3344:101::d]:57086) 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.03.19 00:55:11.065603 [ 259 ] {475948ed-7467-4a18-81b2-3a7d3fa8967e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.03.19 00:55:11.067895 [ 259 ] {475948ed-7467-4a18-81b2-3a7d3fa8967e} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Loading data parts 2026.03.19 00:55:11.068198 [ 259 ] {475948ed-7467-4a18-81b2-3a7d3fa8967e} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): There are no data parts 2026.03.19 00:55:11.069823 [ 259 ] {475948ed-7467-4a18-81b2-3a7d3fa8967e} TCPHandler: Processed in 0.00455686 sec. 2026.03.19 00:55:11.070322 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.070648 [ 259 ] {212b5b65-578f-4b8e-976a-33c20158a52b} executeQuery: (from [fd00:1122:3344:101::d]:57086) 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.03.19 00:55:11.070820 [ 259 ] {212b5b65-578f-4b8e-976a-33c20158a52b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.03.19 00:55:11.075752 [ 259 ] {212b5b65-578f-4b8e-976a-33c20158a52b} oximeter.measurements_cumulativef32 (50628858-a6e8-4b98-bc56-b060501c2652): Loading data parts 2026.03.19 00:55:11.076009 [ 259 ] {212b5b65-578f-4b8e-976a-33c20158a52b} oximeter.measurements_cumulativef32 (50628858-a6e8-4b98-bc56-b060501c2652): There are no data parts 2026.03.19 00:55:11.078510 [ 259 ] {212b5b65-578f-4b8e-976a-33c20158a52b} TCPHandler: Processed in 0.008337134 sec. 2026.03.19 00:55:11.078679 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.078856 [ 259 ] {3343043c-663b-498a-9ab3-d66d36f90c75} executeQuery: (from [fd00:1122:3344:101::d]:57086) 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.03.19 00:55:11.078983 [ 259 ] {3343043c-663b-498a-9ab3-d66d36f90c75} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.03.19 00:55:11.080982 [ 259 ] {3343043c-663b-498a-9ab3-d66d36f90c75} oximeter.measurements_cumulativef64 (8ec30e27-9cf7-4c4c-98b8-7ade3bb5306b): Loading data parts 2026.03.19 00:55:11.081136 [ 259 ] {3343043c-663b-498a-9ab3-d66d36f90c75} oximeter.measurements_cumulativef64 (8ec30e27-9cf7-4c4c-98b8-7ade3bb5306b): There are no data parts 2026.03.19 00:55:11.083225 [ 259 ] {3343043c-663b-498a-9ab3-d66d36f90c75} TCPHandler: Processed in 0.004604691 sec. 2026.03.19 00:55:11.083490 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.083771 [ 259 ] {caf0fae3-d23d-422d-8b25-c5521aedfbbe} executeQuery: (from [fd00:1122:3344:101::d]:57086) 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.03.19 00:55:11.083939 [ 259 ] {caf0fae3-d23d-422d-8b25-c5521aedfbbe} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.03.19 00:55:11.086739 [ 259 ] {caf0fae3-d23d-422d-8b25-c5521aedfbbe} oximeter.measurements_histogrami8 (a85a2fac-ea38-4840-97af-76588e0e245f): Loading data parts 2026.03.19 00:55:11.087030 [ 259 ] {caf0fae3-d23d-422d-8b25-c5521aedfbbe} oximeter.measurements_histogrami8 (a85a2fac-ea38-4840-97af-76588e0e245f): There are no data parts 2026.03.19 00:55:11.088805 [ 259 ] {caf0fae3-d23d-422d-8b25-c5521aedfbbe} TCPHandler: Processed in 0.005373228 sec. 2026.03.19 00:55:11.088995 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.089334 [ 259 ] {87e769f0-c369-4966-96b5-2882fbcfb7f7} executeQuery: (from [fd00:1122:3344:101::d]:57086) 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.03.19 00:55:11.089486 [ 259 ] {87e769f0-c369-4966-96b5-2882fbcfb7f7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.03.19 00:55:11.092813 [ 259 ] {87e769f0-c369-4966-96b5-2882fbcfb7f7} oximeter.measurements_histogramu8 (538fe8e5-561d-481d-b914-60d4d973b608): Loading data parts 2026.03.19 00:55:11.092994 [ 259 ] {87e769f0-c369-4966-96b5-2882fbcfb7f7} oximeter.measurements_histogramu8 (538fe8e5-561d-481d-b914-60d4d973b608): There are no data parts 2026.03.19 00:55:11.095863 [ 259 ] {87e769f0-c369-4966-96b5-2882fbcfb7f7} TCPHandler: Processed in 0.006940052 sec. 2026.03.19 00:55:11.096133 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.096348 [ 259 ] {45eac837-97be-4c91-bf54-2a7f02b8d678} executeQuery: (from [fd00:1122:3344:101::d]:57086) 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.03.19 00:55:11.096510 [ 259 ] {45eac837-97be-4c91-bf54-2a7f02b8d678} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.03.19 00:55:11.098953 [ 259 ] {45eac837-97be-4c91-bf54-2a7f02b8d678} oximeter.measurements_histogrami16 (fbcf8333-7f03-435f-805e-2e2a0b114777): Loading data parts 2026.03.19 00:55:11.099118 [ 259 ] {45eac837-97be-4c91-bf54-2a7f02b8d678} oximeter.measurements_histogrami16 (fbcf8333-7f03-435f-805e-2e2a0b114777): There are no data parts 2026.03.19 00:55:11.101225 [ 259 ] {45eac837-97be-4c91-bf54-2a7f02b8d678} TCPHandler: Processed in 0.005144154 sec. 2026.03.19 00:55:11.101412 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.101646 [ 259 ] {88f745c1-a85a-4055-b632-902b57300d86} executeQuery: (from [fd00:1122:3344:101::d]:57086) 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.03.19 00:55:11.101800 [ 259 ] {88f745c1-a85a-4055-b632-902b57300d86} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.03.19 00:55:11.104582 [ 259 ] {88f745c1-a85a-4055-b632-902b57300d86} oximeter.measurements_histogramu16 (7eba7c5f-5cd9-4a1c-b6d4-630e8c77d6bc): Loading data parts 2026.03.19 00:55:11.104754 [ 259 ] {88f745c1-a85a-4055-b632-902b57300d86} oximeter.measurements_histogramu16 (7eba7c5f-5cd9-4a1c-b6d4-630e8c77d6bc): There are no data parts 2026.03.19 00:55:11.106719 [ 259 ] {88f745c1-a85a-4055-b632-902b57300d86} TCPHandler: Processed in 0.005359578 sec. 2026.03.19 00:55:11.107047 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.107309 [ 259 ] {b09d45b7-caea-4b7f-8cb1-71bb44c2994c} executeQuery: (from [fd00:1122:3344:101::d]:57086) 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.03.19 00:55:11.107470 [ 259 ] {b09d45b7-caea-4b7f-8cb1-71bb44c2994c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.03.19 00:55:11.109735 [ 259 ] {b09d45b7-caea-4b7f-8cb1-71bb44c2994c} oximeter.measurements_histogrami32 (9e556dc7-d34b-4176-a6f0-5a7f43b8e6c8): Loading data parts 2026.03.19 00:55:11.109910 [ 259 ] {b09d45b7-caea-4b7f-8cb1-71bb44c2994c} oximeter.measurements_histogrami32 (9e556dc7-d34b-4176-a6f0-5a7f43b8e6c8): There are no data parts 2026.03.19 00:55:11.111345 [ 259 ] {b09d45b7-caea-4b7f-8cb1-71bb44c2994c} TCPHandler: Processed in 0.004353805 sec. 2026.03.19 00:55:11.111516 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.111783 [ 259 ] {b3d51692-3e78-4495-afd8-9b573ed56b00} executeQuery: (from [fd00:1122:3344:101::d]:57086) 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.03.19 00:55:11.111951 [ 259 ] {b3d51692-3e78-4495-afd8-9b573ed56b00} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.03.19 00:55:11.114363 [ 259 ] {b3d51692-3e78-4495-afd8-9b573ed56b00} oximeter.measurements_histogramu32 (12c8b739-c474-48d8-b295-aaf269c6b6d6): Loading data parts 2026.03.19 00:55:11.114521 [ 259 ] {b3d51692-3e78-4495-afd8-9b573ed56b00} oximeter.measurements_histogramu32 (12c8b739-c474-48d8-b295-aaf269c6b6d6): There are no data parts 2026.03.19 00:55:11.115778 [ 259 ] {b3d51692-3e78-4495-afd8-9b573ed56b00} TCPHandler: Processed in 0.004320695 sec. 2026.03.19 00:55:11.116028 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.116245 [ 259 ] {737e4edb-bf07-44f2-9e36-a8c7be2871bc} executeQuery: (from [fd00:1122:3344:101::d]:57086) 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.03.19 00:55:11.116399 [ 259 ] {737e4edb-bf07-44f2-9e36-a8c7be2871bc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.03.19 00:55:11.118967 [ 259 ] {737e4edb-bf07-44f2-9e36-a8c7be2871bc} oximeter.measurements_histogrami64 (a622c228-73ac-4dc4-95d9-4482cba45117): Loading data parts 2026.03.19 00:55:11.119114 [ 259 ] {737e4edb-bf07-44f2-9e36-a8c7be2871bc} oximeter.measurements_histogrami64 (a622c228-73ac-4dc4-95d9-4482cba45117): There are no data parts 2026.03.19 00:55:11.120766 [ 259 ] {737e4edb-bf07-44f2-9e36-a8c7be2871bc} TCPHandler: Processed in 0.004789476 sec. 2026.03.19 00:55:11.120943 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.121170 [ 259 ] {67239ab7-ef65-4a15-818b-4451a2789aa4} executeQuery: (from [fd00:1122:3344:101::d]:57086) 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.03.19 00:55:11.121355 [ 259 ] {67239ab7-ef65-4a15-818b-4451a2789aa4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.03.19 00:55:11.125506 [ 259 ] {67239ab7-ef65-4a15-818b-4451a2789aa4} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Loading data parts 2026.03.19 00:55:11.125831 [ 259 ] {67239ab7-ef65-4a15-818b-4451a2789aa4} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): There are no data parts 2026.03.19 00:55:11.127383 [ 259 ] {67239ab7-ef65-4a15-818b-4451a2789aa4} TCPHandler: Processed in 0.006504773 sec. 2026.03.19 00:55:11.127597 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.127923 [ 259 ] {a6ea5e2d-007d-4455-8362-0c99ab285f56} executeQuery: (from [fd00:1122:3344:101::d]:57086) 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.03.19 00:55:11.128087 [ 259 ] {a6ea5e2d-007d-4455-8362-0c99ab285f56} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.03.19 00:55:11.130570 [ 259 ] {a6ea5e2d-007d-4455-8362-0c99ab285f56} oximeter.measurements_histogramf32 (cfc095f5-b053-446a-ba81-74ea0fe50cc6): Loading data parts 2026.03.19 00:55:11.130736 [ 259 ] {a6ea5e2d-007d-4455-8362-0c99ab285f56} oximeter.measurements_histogramf32 (cfc095f5-b053-446a-ba81-74ea0fe50cc6): There are no data parts 2026.03.19 00:55:11.132329 [ 259 ] {a6ea5e2d-007d-4455-8362-0c99ab285f56} TCPHandler: Processed in 0.004788975 sec. 2026.03.19 00:55:11.132512 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.132785 [ 259 ] {a2f80a10-751e-4be4-bd51-6a161a520efe} executeQuery: (from [fd00:1122:3344:101::d]:57086) 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.03.19 00:55:11.133042 [ 259 ] {a2f80a10-751e-4be4-bd51-6a161a520efe} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.03.19 00:55:11.136225 [ 259 ] {a2f80a10-751e-4be4-bd51-6a161a520efe} oximeter.measurements_histogramf64 (17f129a0-35b7-46d2-a797-e40e4440d3a7): Loading data parts 2026.03.19 00:55:11.136475 [ 259 ] {a2f80a10-751e-4be4-bd51-6a161a520efe} oximeter.measurements_histogramf64 (17f129a0-35b7-46d2-a797-e40e4440d3a7): There are no data parts 2026.03.19 00:55:11.138039 [ 259 ] {a2f80a10-751e-4be4-bd51-6a161a520efe} TCPHandler: Processed in 0.005580753 sec. 2026.03.19 00:55:11.138348 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.138542 [ 259 ] {1b72842d-5324-472b-bf76-cf2b1d707252} executeQuery: (from [fd00:1122:3344:101::d]:57086) /* 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.03.19 00:55:11.138709 [ 259 ] {1b72842d-5324-472b-bf76-cf2b1d707252} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.03.19 00:55:11.141035 [ 259 ] {1b72842d-5324-472b-bf76-cf2b1d707252} oximeter.fields_bool (59781f05-2e2e-4b60-85ac-0c1a6ad15642): Loading data parts 2026.03.19 00:55:11.141198 [ 259 ] {1b72842d-5324-472b-bf76-cf2b1d707252} oximeter.fields_bool (59781f05-2e2e-4b60-85ac-0c1a6ad15642): There are no data parts 2026.03.19 00:55:11.142567 [ 259 ] {1b72842d-5324-472b-bf76-cf2b1d707252} TCPHandler: Processed in 0.004279554 sec. 2026.03.19 00:55:11.142732 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.142909 [ 259 ] {8c0dd144-ce49-4ab9-8d4d-ae72d3c51bff} executeQuery: (from [fd00:1122:3344:101::d]:57086) 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.03.19 00:55:11.143073 [ 259 ] {8c0dd144-ce49-4ab9-8d4d-ae72d3c51bff} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.03.19 00:55:11.145040 [ 259 ] {8c0dd144-ce49-4ab9-8d4d-ae72d3c51bff} oximeter.fields_i8 (48ba9fa5-c935-4b33-9eaa-4de88615cab5): Loading data parts 2026.03.19 00:55:11.145240 [ 259 ] {8c0dd144-ce49-4ab9-8d4d-ae72d3c51bff} oximeter.fields_i8 (48ba9fa5-c935-4b33-9eaa-4de88615cab5): There are no data parts 2026.03.19 00:55:11.146599 [ 259 ] {8c0dd144-ce49-4ab9-8d4d-ae72d3c51bff} TCPHandler: Processed in 0.003923056 sec. 2026.03.19 00:55:11.146769 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.147084 [ 259 ] {0046c6b4-5dab-4e8c-9a24-ca0de5a1588d} executeQuery: (from [fd00:1122:3344:101::d]:57086) 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.03.19 00:55:11.147225 [ 259 ] {0046c6b4-5dab-4e8c-9a24-ca0de5a1588d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.03.19 00:55:11.149416 [ 259 ] {0046c6b4-5dab-4e8c-9a24-ca0de5a1588d} oximeter.fields_u8 (d2f01f0b-4d3a-4853-a9fa-9607d1b65676): Loading data parts 2026.03.19 00:55:11.149587 [ 259 ] {0046c6b4-5dab-4e8c-9a24-ca0de5a1588d} oximeter.fields_u8 (d2f01f0b-4d3a-4853-a9fa-9607d1b65676): There are no data parts 2026.03.19 00:55:11.151191 [ 259 ] {0046c6b4-5dab-4e8c-9a24-ca0de5a1588d} TCPHandler: Processed in 0.004479978 sec. 2026.03.19 00:55:11.151349 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.151521 [ 259 ] {9c9403bf-a27b-47de-8622-89e903f8451c} executeQuery: (from [fd00:1122:3344:101::d]:57086) 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.03.19 00:55:11.151724 [ 259 ] {9c9403bf-a27b-47de-8622-89e903f8451c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.03.19 00:55:11.154468 [ 259 ] {9c9403bf-a27b-47de-8622-89e903f8451c} oximeter.fields_i16 (c97ae8e6-4b88-4382-a85b-3715ba41c5df): Loading data parts 2026.03.19 00:55:11.154622 [ 259 ] {9c9403bf-a27b-47de-8622-89e903f8451c} oximeter.fields_i16 (c97ae8e6-4b88-4382-a85b-3715ba41c5df): There are no data parts 2026.03.19 00:55:11.156257 [ 259 ] {9c9403bf-a27b-47de-8622-89e903f8451c} TCPHandler: Processed in 0.004958569 sec. 2026.03.19 00:55:11.156416 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.156681 [ 259 ] {d8d653b3-15a0-4672-997d-326de7f4b12f} executeQuery: (from [fd00:1122:3344:101::d]:57086) 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.03.19 00:55:11.156836 [ 259 ] {d8d653b3-15a0-4672-997d-326de7f4b12f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.03.19 00:55:11.159129 [ 259 ] {d8d653b3-15a0-4672-997d-326de7f4b12f} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Loading data parts 2026.03.19 00:55:11.159390 [ 259 ] {d8d653b3-15a0-4672-997d-326de7f4b12f} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): There are no data parts 2026.03.19 00:55:11.160882 [ 259 ] {d8d653b3-15a0-4672-997d-326de7f4b12f} TCPHandler: Processed in 0.00451634 sec. 2026.03.19 00:55:11.161056 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.161237 [ 259 ] {6e62f4cd-96d1-429f-9304-f9a96bae3e0b} executeQuery: (from [fd00:1122:3344:101::d]:57086) 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.03.19 00:55:11.161454 [ 259 ] {6e62f4cd-96d1-429f-9304-f9a96bae3e0b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.03.19 00:55:11.163565 [ 259 ] {6e62f4cd-96d1-429f-9304-f9a96bae3e0b} oximeter.fields_i32 (0795c83a-11d2-4759-b43c-9e19112b09c5): Loading data parts 2026.03.19 00:55:11.163784 [ 259 ] {6e62f4cd-96d1-429f-9304-f9a96bae3e0b} oximeter.fields_i32 (0795c83a-11d2-4759-b43c-9e19112b09c5): There are no data parts 2026.03.19 00:55:11.165090 [ 259 ] {6e62f4cd-96d1-429f-9304-f9a96bae3e0b} TCPHandler: Processed in 0.00409551 sec. 2026.03.19 00:55:11.165315 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.165524 [ 259 ] {dbdadb6a-9a13-4cb5-b347-dd8ff0feb49c} executeQuery: (from [fd00:1122:3344:101::d]:57086) 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.03.19 00:55:11.165690 [ 259 ] {dbdadb6a-9a13-4cb5-b347-dd8ff0feb49c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.03.19 00:55:11.168096 [ 259 ] {dbdadb6a-9a13-4cb5-b347-dd8ff0feb49c} oximeter.fields_u32 (07ee9360-dbdb-41f1-bf21-931c2f22f543): Loading data parts 2026.03.19 00:55:11.168300 [ 259 ] {dbdadb6a-9a13-4cb5-b347-dd8ff0feb49c} oximeter.fields_u32 (07ee9360-dbdb-41f1-bf21-931c2f22f543): There are no data parts 2026.03.19 00:55:11.169867 [ 259 ] {dbdadb6a-9a13-4cb5-b347-dd8ff0feb49c} TCPHandler: Processed in 0.004603361 sec. 2026.03.19 00:55:11.170052 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.170249 [ 259 ] {c7bd7e31-2eee-44df-bf41-f9fa6f66a74a} executeQuery: (from [fd00:1122:3344:101::d]:57086) 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.03.19 00:55:11.170388 [ 259 ] {c7bd7e31-2eee-44df-bf41-f9fa6f66a74a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.03.19 00:55:11.172961 [ 259 ] {c7bd7e31-2eee-44df-bf41-f9fa6f66a74a} oximeter.fields_i64 (ed3f27a5-a7ee-434e-a2bd-1ff0be6f2386): Loading data parts 2026.03.19 00:55:11.173121 [ 259 ] {c7bd7e31-2eee-44df-bf41-f9fa6f66a74a} oximeter.fields_i64 (ed3f27a5-a7ee-434e-a2bd-1ff0be6f2386): There are no data parts 2026.03.19 00:55:11.179542 [ 259 ] {c7bd7e31-2eee-44df-bf41-f9fa6f66a74a} TCPHandler: Processed in 0.0095535 sec. 2026.03.19 00:55:11.179925 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.180136 [ 259 ] {c6a01dc3-7713-47ff-b31c-fbab4761e497} executeQuery: (from [fd00:1122:3344:101::d]:57086) 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.03.19 00:55:11.180289 [ 259 ] {c6a01dc3-7713-47ff-b31c-fbab4761e497} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.03.19 00:55:11.183211 [ 259 ] {c6a01dc3-7713-47ff-b31c-fbab4761e497} oximeter.fields_u64 (c95f3192-ba09-4763-b29d-c6e6af3f656f): Loading data parts 2026.03.19 00:55:11.183455 [ 259 ] {c6a01dc3-7713-47ff-b31c-fbab4761e497} oximeter.fields_u64 (c95f3192-ba09-4763-b29d-c6e6af3f656f): There are no data parts 2026.03.19 00:55:11.184897 [ 259 ] {c6a01dc3-7713-47ff-b31c-fbab4761e497} TCPHandler: Processed in 0.005059861 sec. 2026.03.19 00:55:11.185066 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.185376 [ 259 ] {4b74efdf-4eb9-4dd3-a5f8-13a702e68d71} executeQuery: (from [fd00:1122:3344:101::d]:57086) 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.03.19 00:55:11.185478 [ 259 ] {4b74efdf-4eb9-4dd3-a5f8-13a702e68d71} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.03.19 00:55:11.187864 [ 259 ] {4b74efdf-4eb9-4dd3-a5f8-13a702e68d71} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf): Loading data parts 2026.03.19 00:55:11.188019 [ 259 ] {4b74efdf-4eb9-4dd3-a5f8-13a702e68d71} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf): There are no data parts 2026.03.19 00:55:11.189419 [ 259 ] {4b74efdf-4eb9-4dd3-a5f8-13a702e68d71} TCPHandler: Processed in 0.004408577 sec. 2026.03.19 00:55:11.189688 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.189869 [ 259 ] {de87f65f-c644-4e5d-b44e-74f2cfee2b5d} executeQuery: (from [fd00:1122:3344:101::d]:57086) 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.03.19 00:55:11.190002 [ 259 ] {de87f65f-c644-4e5d-b44e-74f2cfee2b5d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.03.19 00:55:11.192665 [ 259 ] {de87f65f-c644-4e5d-b44e-74f2cfee2b5d} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Loading data parts 2026.03.19 00:55:11.192918 [ 259 ] {de87f65f-c644-4e5d-b44e-74f2cfee2b5d} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): There are no data parts 2026.03.19 00:55:11.195054 [ 259 ] {de87f65f-c644-4e5d-b44e-74f2cfee2b5d} TCPHandler: Processed in 0.0054246 sec. 2026.03.19 00:55:11.195232 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.195497 [ 259 ] {820eb01d-cdf8-4a3f-bd4f-d8b3b5db983e} executeQuery: (from [fd00:1122:3344:101::d]:57086) 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.03.19 00:55:11.195590 [ 259 ] {820eb01d-cdf8-4a3f-bd4f-d8b3b5db983e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.03.19 00:55:11.198662 [ 259 ] {820eb01d-cdf8-4a3f-bd4f-d8b3b5db983e} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Loading data parts 2026.03.19 00:55:11.198812 [ 259 ] {820eb01d-cdf8-4a3f-bd4f-d8b3b5db983e} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): There are no data parts 2026.03.19 00:55:11.200582 [ 259 ] {820eb01d-cdf8-4a3f-bd4f-d8b3b5db983e} TCPHandler: Processed in 0.005406799 sec. 2026.03.19 00:55:11.200982 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.201299 [ 259 ] {3583a49d-2d30-4d6c-ac13-e227fbcd8771} executeQuery: (from [fd00:1122:3344:101::d]:57086) /* 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.03.19 00:55:11.201501 [ 259 ] {3583a49d-2d30-4d6c-ac13-e227fbcd8771} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.03.19 00:55:11.204265 [ 259 ] {3583a49d-2d30-4d6c-ac13-e227fbcd8771} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499): Loading data parts 2026.03.19 00:55:11.204512 [ 259 ] {3583a49d-2d30-4d6c-ac13-e227fbcd8771} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499): There are no data parts 2026.03.19 00:55:11.206293 [ 259 ] {3583a49d-2d30-4d6c-ac13-e227fbcd8771} TCPHandler: Processed in 0.005367368 sec. 2026.03.19 00:55:11.206900 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:11.207292 [ 260 ] {5fd55cac-b867-4dd5-9fbc-7722e830105e} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.03.19 00:55:11.209069 [ 260 ] {5fd55cac-b867-4dd5-9fbc-7722e830105e} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.03.19 00:55:11.228874 [ 269 ] {5fd55cac-b867-4dd5-9fbc-7722e830105e} oximeter.version (9f694a03-7783-4184-bbfb-7ad9e678e8cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:11.228946 [ 269 ] {5fd55cac-b867-4dd5-9fbc-7722e830105e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. 2026.03.19 00:55:11.234486 [ 269 ] {5fd55cac-b867-4dd5-9fbc-7722e830105e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 00:55:11.235454 [ 269 ] {5fd55cac-b867-4dd5-9fbc-7722e830105e} oximeter.version (9f694a03-7783-4184-bbfb-7ad9e678e8cc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:11.235799 [ 260 ] {5fd55cac-b867-4dd5-9fbc-7722e830105e} executeQuery: Read 1 rows, 16.00 B in 0.028675 sec., 34.873583260680036 rows/sec., 557.98 B/sec. 2026.03.19 00:55:11.236348 [ 260 ] {5fd55cac-b867-4dd5-9fbc-7722e830105e} TCPHandler: Processed in 0.029611352 sec. 2026.03.19 00:55:11.966991 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62163 2026.03.19 00:55:11.967118 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:11.967165 [ 270 ] {} TCP-Session: efc1ebc0-1eb2-44ae-9df3-716bbb0d3132 Authenticating user 'default' from [fd00:1122:3344:101::c]:62163 2026.03.19 00:55:11.967288 [ 270 ] {} TCP-Session: efc1ebc0-1eb2-44ae-9df3-716bbb0d3132 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:11.967303 [ 270 ] {} TCP-Session: efc1ebc0-1eb2-44ae-9df3-716bbb0d3132 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:11.967370 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.19 00:55:11.967470 [ 270 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.19 00:55:11.967486 [ 270 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.19 00:55:11.969215 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55624 2026.03.19 00:55:11.969375 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51024 2026.03.19 00:55:11.969446 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:11.969390 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34847 2026.03.19 00:55:11.969516 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56653 2026.03.19 00:55:11.969558 [ 271 ] {} TCP-Session: 4434898b-ad89-4867-ad65-438a17a5b7a7 Authenticating user 'default' from [fd00:1122:3344:101::c]:55624 2026.03.19 00:55:11.969635 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:11.969702 [ 273 ] {} TCP-Session: 3cdb3574-798c-439c-95f7-90794a978689 Authenticating user 'default' from [fd00:1122:3344:101::c]:51024 2026.03.19 00:55:11.969755 [ 273 ] {} TCP-Session: 3cdb3574-798c-439c-95f7-90794a978689 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:11.969814 [ 273 ] {} TCP-Session: 3cdb3574-798c-439c-95f7-90794a978689 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:11.969818 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53864 2026.03.19 00:55:11.969829 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:11.969651 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49154 2026.03.19 00:55:11.969888 [ 274 ] {} TCP-Session: ecdc0cfd-0642-4794-88ab-7d59a255ae1a Authenticating user 'default' from [fd00:1122:3344:101::c]:56653 2026.03.19 00:55:11.969879 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:11.969846 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34668 2026.03.19 00:55:11.970007 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:11.970043 [ 274 ] {} TCP-Session: ecdc0cfd-0642-4794-88ab-7d59a255ae1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:11.970036 [ 272 ] {} TCP-Session: 8ba75237-ab31-4f37-ba9b-e3b70ec5b536 Authenticating user 'default' from [fd00:1122:3344:101::c]:34847 2026.03.19 00:55:11.969818 [ 271 ] {} TCP-Session: 4434898b-ad89-4867-ad65-438a17a5b7a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:11.970162 [ 276 ] {} TCP-Session: 06b60cd9-c187-4a51-a345-26be94f9753e Authenticating user 'default' from [fd00:1122:3344:101::c]:53864 2026.03.19 00:55:11.970178 [ 274 ] {} TCP-Session: ecdc0cfd-0642-4794-88ab-7d59a255ae1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:11.970194 [ 272 ] {} TCP-Session: 8ba75237-ab31-4f37-ba9b-e3b70ec5b536 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:11.970263 [ 276 ] {} TCP-Session: 06b60cd9-c187-4a51-a345-26be94f9753e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:11.970271 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:11.970230 [ 271 ] {} TCP-Session: 4434898b-ad89-4867-ad65-438a17a5b7a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:11.970351 [ 272 ] {} TCP-Session: 8ba75237-ab31-4f37-ba9b-e3b70ec5b536 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:11.970354 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:11.970391 [ 275 ] {} TCP-Session: c0cdda48-72cf-4581-a508-98e2ef0dfd4c Authenticating user 'default' from [fd00:1122:3344:101::c]:49154 2026.03.19 00:55:11.970512 [ 276 ] {} TCP-Session: 06b60cd9-c187-4a51-a345-26be94f9753e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:11.970510 [ 277 ] {} TCP-Session: 400d1abb-b71e-427f-927a-57827d774905 Authenticating user 'default' from [fd00:1122:3344:101::c]:34668 2026.03.19 00:55:11.970582 [ 275 ] {} TCP-Session: c0cdda48-72cf-4581-a508-98e2ef0dfd4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:11.970594 [ 277 ] {} TCP-Session: 400d1abb-b71e-427f-927a-57827d774905 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:11.970680 [ 275 ] {} TCP-Session: c0cdda48-72cf-4581-a508-98e2ef0dfd4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:11.970694 [ 277 ] {} TCP-Session: 400d1abb-b71e-427f-927a-57827d774905 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:12.001167 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 134.42 MiB, peak 134.42 MiB, free memory in arenas 0.00 B, will set to 139.15 MiB (RSS), difference: 4.73 MiB 2026.03.19 00:55:12.973491 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60975 2026.03.19 00:55:12.973670 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:12.973706 [ 278 ] {} TCP-Session: 2cee0e2e-d4d3-46e4-a383-2c61a43e756b Authenticating user 'default' from [fd00:1122:3344:101::a]:60975 2026.03.19 00:55:12.973824 [ 278 ] {} TCP-Session: 2cee0e2e-d4d3-46e4-a383-2c61a43e756b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:12.973837 [ 278 ] {} TCP-Session: 2cee0e2e-d4d3-46e4-a383-2c61a43e756b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:12.973901 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.19 00:55:12.974007 [ 278 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.19 00:55:12.974024 [ 278 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.19 00:55:12.976526 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33098 2026.03.19 00:55:12.976759 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:12.976796 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33987 2026.03.19 00:55:12.976870 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48662 2026.03.19 00:55:12.976794 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64975 2026.03.19 00:55:12.976930 [ 279 ] {} TCP-Session: f6b1546b-b451-4fa6-8554-6fc97de8b73c Authenticating user 'default' from [fd00:1122:3344:101::a]:33098 2026.03.19 00:55:12.976924 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47427 2026.03.19 00:55:12.977029 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39906 2026.03.19 00:55:12.977065 [ 279 ] {} TCP-Session: f6b1546b-b451-4fa6-8554-6fc97de8b73c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:12.977184 [ 279 ] {} TCP-Session: f6b1546b-b451-4fa6-8554-6fc97de8b73c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:12.977340 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34050 2026.03.19 00:55:12.977413 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:12.977422 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:12.977502 [ 282 ] {} TCP-Session: a7e0eb38-03b0-43df-9377-578f20e2f41e Authenticating user 'default' from [fd00:1122:3344:101::a]:48662 2026.03.19 00:55:12.977486 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:12.977614 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:12.977638 [ 282 ] {} TCP-Session: a7e0eb38-03b0-43df-9377-578f20e2f41e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:12.977630 [ 283 ] {} TCP-Session: 0a3dcac8-2423-4589-ab76-a533ef0a6108 Authenticating user 'default' from [fd00:1122:3344:101::a]:47427 2026.03.19 00:55:12.977629 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:12.977733 [ 284 ] {} TCP-Session: e4c6b53e-32df-4b2a-96fc-661a129fa547 Authenticating user 'default' from [fd00:1122:3344:101::a]:39906 2026.03.19 00:55:12.977772 [ 285 ] {} TCP-Session: 568b752f-197f-41c1-8dfb-1cacff752b2b Authenticating user 'default' from [fd00:1122:3344:101::a]:34050 2026.03.19 00:55:12.977749 [ 282 ] {} TCP-Session: a7e0eb38-03b0-43df-9377-578f20e2f41e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:12.977741 [ 283 ] {} TCP-Session: 0a3dcac8-2423-4589-ab76-a533ef0a6108 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:12.977864 [ 285 ] {} TCP-Session: 568b752f-197f-41c1-8dfb-1cacff752b2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:12.977838 [ 284 ] {} TCP-Session: e4c6b53e-32df-4b2a-96fc-661a129fa547 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:12.977621 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:12.977959 [ 285 ] {} TCP-Session: 568b752f-197f-41c1-8dfb-1cacff752b2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:12.977947 [ 284 ] {} TCP-Session: e4c6b53e-32df-4b2a-96fc-661a129fa547 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:12.977619 [ 280 ] {} TCP-Session: 7e69341e-03b2-4e1b-9874-aa9cf07feaf5 Authenticating user 'default' from [fd00:1122:3344:101::a]:64975 2026.03.19 00:55:12.978069 [ 281 ] {} TCP-Session: 06712ddc-cfce-4733-8479-874d6162a47a Authenticating user 'default' from [fd00:1122:3344:101::a]:33987 2026.03.19 00:55:12.977937 [ 283 ] {} TCP-Session: 0a3dcac8-2423-4589-ab76-a533ef0a6108 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:12.978170 [ 280 ] {} TCP-Session: 7e69341e-03b2-4e1b-9874-aa9cf07feaf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:12.978193 [ 281 ] {} TCP-Session: 06712ddc-cfce-4733-8479-874d6162a47a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:12.978282 [ 280 ] {} TCP-Session: 7e69341e-03b2-4e1b-9874-aa9cf07feaf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:12.978289 [ 281 ] {} TCP-Session: 06712ddc-cfce-4733-8479-874d6162a47a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:18.082983 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.03.19 00:55:18.083084 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2026.03.19 00:55:18.083090 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.03.19 00:55:18.083183 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.03.19 00:55:18.090766 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Loading data parts 2026.03.19 00:55:18.090947 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): There are no data parts 2026.03.19 00:55:18.097734 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Loading data parts 2026.03.19 00:55:18.097868 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:18.097913 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. 2026.03.19 00:55:18.098084 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): There are no data parts 2026.03.19 00:55:18.103200 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 00:55:18.103791 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:18.103975 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2026.03.19 00:55:18.129641 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:18.129806 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. 2026.03.19 00:55:18.136258 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 00:55:18.137485 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:18.140957 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.03.19 00:55:19.000878 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 144.86 MiB, peak 148.86 MiB, free memory in arenas 0.00 B, will set to 153.89 MiB (RSS), difference: 9.03 MiB 2026.03.19 00:55:20.583320 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.03.19 00:55:20.583526 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.03.19 00:55:20.587527 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Loading data parts 2026.03.19 00:55:20.587708 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): There are no data parts 2026.03.19 00:55:20.593421 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:20.593548 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:20.595202 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 00:55:20.595724 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:20.595993 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.03.19 00:55:21.000994 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 158.08 MiB, peak 158.08 MiB, free memory in arenas 0.00 B, will set to 154.92 MiB (RSS), difference: -3.16 MiB 2026.03.19 00:55:25.551204 [ 112 ] {} DNSResolver: Updating DNS cache 2026.03.19 00:55:25.551295 [ 112 ] {} DNSResolver: Updated DNS cache 2026.03.19 00:55:25.604518 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2026.03.19 00:55:25.605636 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:25.605680 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:25.606470 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 00:55:25.606983 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:25.607149 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2026.03.19 00:55:25.641431 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.03.19 00:55:25.660166 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:25.660331 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:25.667023 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 00:55:25.668298 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:25.672450 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.03.19 00:55:26.000223 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 155.65 MiB, peak 159.65 MiB, free memory in arenas 0.00 B, will set to 157.71 MiB (RSS), difference: 2.06 MiB 2026.03.19 00:55:31.001083 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 153.71 MiB, peak 159.65 MiB, free memory in arenas 0.00 B, will set to 157.77 MiB (RSS), difference: 4.06 MiB 2026.03.19 00:55:31.249737 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:31.249932 [ 259 ] {017cb6ff-a641-4f2c-9178-04befbd98847} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.03.19 00:55:31.250343 [ 259 ] {017cb6ff-a641-4f2c-9178-04befbd98847} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:31.250568 [ 259 ] {017cb6ff-a641-4f2c-9178-04befbd98847} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:31.251229 [ 259 ] {017cb6ff-a641-4f2c-9178-04befbd98847} TCPHandler: Processed in 0.001623886 sec. 2026.03.19 00:55:31.258452 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:31.258597 [ 259 ] {36439a47-1bf9-4f17-bd19-1afa19007dc7} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.19 00:55:31.260745 [ 259 ] {36439a47-1bf9-4f17-bd19-1afa19007dc7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:31.260794 [ 259 ] {36439a47-1bf9-4f17-bd19-1afa19007dc7} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:31.261217 [ 259 ] {36439a47-1bf9-4f17-bd19-1afa19007dc7} TCPHandler: Processed in 0.002835003 sec. 2026.03.19 00:55:31.264134 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:31.264268 [ 259 ] {0668e443-40ca-43d1-bc7a-d8e9a4ae826c} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.19 00:55:31.264575 [ 259 ] {0668e443-40ca-43d1-bc7a-d8e9a4ae826c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:31.264621 [ 259 ] {0668e443-40ca-43d1-bc7a-d8e9a4ae826c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:31.265018 [ 259 ] {0668e443-40ca-43d1-bc7a-d8e9a4ae826c} TCPHandler: Processed in 0.000939321 sec. 2026.03.19 00:55:31.265223 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:31.265341 [ 259 ] {58761f34-2728-4817-845c-9009950a2f6a} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.19 00:55:31.265591 [ 259 ] {58761f34-2728-4817-845c-9009950a2f6a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:31.265635 [ 259 ] {58761f34-2728-4817-845c-9009950a2f6a} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:31.265952 [ 259 ] {58761f34-2728-4817-845c-9009950a2f6a} TCPHandler: Processed in 0.000778607 sec. 2026.03.19 00:55:31.266154 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:31.266272 [ 259 ] {edab8c09-01c8-49d5-8450-035cd408a3ad} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.19 00:55:31.266523 [ 259 ] {edab8c09-01c8-49d5-8450-035cd408a3ad} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:31.266566 [ 259 ] {edab8c09-01c8-49d5-8450-035cd408a3ad} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:31.266869 [ 259 ] {edab8c09-01c8-49d5-8450-035cd408a3ad} TCPHandler: Processed in 0.000764157 sec. 2026.03.19 00:55:31.267056 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:31.267170 [ 259 ] {aaaf4f31-4273-440a-ad91-c24f840fabf3} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.19 00:55:31.267409 [ 259 ] {aaaf4f31-4273-440a-ad91-c24f840fabf3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:31.267452 [ 259 ] {aaaf4f31-4273-440a-ad91-c24f840fabf3} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:31.267755 [ 259 ] {aaaf4f31-4273-440a-ad91-c24f840fabf3} TCPHandler: Processed in 0.000746156 sec. 2026.03.19 00:55:31.267954 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:31.268069 [ 259 ] {2c8e0fbb-f415-4622-80f2-5f68b9616209} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.19 00:55:31.268306 [ 259 ] {2c8e0fbb-f415-4622-80f2-5f68b9616209} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:31.268348 [ 259 ] {2c8e0fbb-f415-4622-80f2-5f68b9616209} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:31.268648 [ 259 ] {2c8e0fbb-f415-4622-80f2-5f68b9616209} TCPHandler: Processed in 0.000741136 sec. 2026.03.19 00:55:31.268834 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:31.268947 [ 259 ] {4d8faf5d-d5e4-4dfd-872a-4a84b9bae470} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.19 00:55:31.269181 [ 259 ] {4d8faf5d-d5e4-4dfd-872a-4a84b9bae470} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:31.269224 [ 259 ] {4d8faf5d-d5e4-4dfd-872a-4a84b9bae470} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:31.269520 [ 259 ] {4d8faf5d-d5e4-4dfd-872a-4a84b9bae470} TCPHandler: Processed in 0.000735276 sec. 2026.03.19 00:55:31.269715 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:31.269830 [ 259 ] {da9a261e-9d74-46f1-b437-95b7551a8ee5} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.19 00:55:31.270068 [ 259 ] {da9a261e-9d74-46f1-b437-95b7551a8ee5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:31.270111 [ 259 ] {da9a261e-9d74-46f1-b437-95b7551a8ee5} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:31.270419 [ 259 ] {da9a261e-9d74-46f1-b437-95b7551a8ee5} TCPHandler: Processed in 0.000752527 sec. 2026.03.19 00:55:31.270638 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:31.270754 [ 259 ] {ac478269-34fc-4387-a8c2-2216856a5e6b} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.19 00:55:31.270992 [ 259 ] {ac478269-34fc-4387-a8c2-2216856a5e6b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:31.271034 [ 259 ] {ac478269-34fc-4387-a8c2-2216856a5e6b} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:31.271331 [ 259 ] {ac478269-34fc-4387-a8c2-2216856a5e6b} TCPHandler: Processed in 0.000740706 sec. 2026.03.19 00:55:31.271562 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:31.271715 [ 259 ] {39bc2ca1-939c-4f1c-a6dc-2c3f3dabad6b} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.19 00:55:31.272000 [ 259 ] {39bc2ca1-939c-4f1c-a6dc-2c3f3dabad6b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:31.272049 [ 259 ] {39bc2ca1-939c-4f1c-a6dc-2c3f3dabad6b} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:31.272400 [ 259 ] {39bc2ca1-939c-4f1c-a6dc-2c3f3dabad6b} TCPHandler: Processed in 0.000888789 sec. 2026.03.19 00:55:31.272634 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:31.272759 [ 259 ] {e7e2374f-b2af-4964-81f1-e0a9e6975342} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.19 00:55:31.273023 [ 259 ] {e7e2374f-b2af-4964-81f1-e0a9e6975342} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:31.273067 [ 259 ] {e7e2374f-b2af-4964-81f1-e0a9e6975342} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:31.273387 [ 259 ] {e7e2374f-b2af-4964-81f1-e0a9e6975342} TCPHandler: Processed in 0.000801617 sec. 2026.03.19 00:55:31.273594 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:31.273718 [ 259 ] {e3c4d992-f2a8-4970-ac2e-788b16a7dffc} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.19 00:55:31.273974 [ 259 ] {e3c4d992-f2a8-4970-ac2e-788b16a7dffc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:31.274018 [ 259 ] {e3c4d992-f2a8-4970-ac2e-788b16a7dffc} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:31.274336 [ 259 ] {e3c4d992-f2a8-4970-ac2e-788b16a7dffc} TCPHandler: Processed in 0.000790177 sec. 2026.03.19 00:55:31.274550 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:31.274671 [ 259 ] {484465d1-892c-4104-8d3e-e3ba949e2494} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.19 00:55:31.274927 [ 259 ] {484465d1-892c-4104-8d3e-e3ba949e2494} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:31.274969 [ 259 ] {484465d1-892c-4104-8d3e-e3ba949e2494} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:31.275293 [ 259 ] {484465d1-892c-4104-8d3e-e3ba949e2494} TCPHandler: Processed in 0.000790437 sec. 2026.03.19 00:55:31.275503 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:31.275623 [ 259 ] {7d19583e-84a5-4df9-9559-4cea7ae85806} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.19 00:55:31.275878 [ 259 ] {7d19583e-84a5-4df9-9559-4cea7ae85806} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:31.275920 [ 259 ] {7d19583e-84a5-4df9-9559-4cea7ae85806} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:31.276228 [ 259 ] {7d19583e-84a5-4df9-9559-4cea7ae85806} TCPHandler: Processed in 0.000773087 sec. 2026.03.19 00:55:31.276419 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:31.276538 [ 259 ] {89ae3315-c205-4da5-9130-9c77eac024ae} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.19 00:55:31.276792 [ 259 ] {89ae3315-c205-4da5-9130-9c77eac024ae} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:31.276833 [ 259 ] {89ae3315-c205-4da5-9130-9c77eac024ae} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:31.277140 [ 259 ] {89ae3315-c205-4da5-9130-9c77eac024ae} TCPHandler: Processed in 0.000768257 sec. 2026.03.19 00:55:31.278428 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:31.278548 [ 259 ] {49417ab6-bbff-4343-9395-7a5bb2a4d5ee} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.19 00:55:31.278802 [ 259 ] {49417ab6-bbff-4343-9395-7a5bb2a4d5ee} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:31.278844 [ 259 ] {49417ab6-bbff-4343-9395-7a5bb2a4d5ee} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:31.279151 [ 259 ] {49417ab6-bbff-4343-9395-7a5bb2a4d5ee} TCPHandler: Processed in 0.000770237 sec. 2026.03.19 00:55:31.279346 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:31.279468 [ 259 ] {15ffd343-6fb4-417a-a865-6cbcef97967e} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.03.19 00:55:31.279738 [ 259 ] {15ffd343-6fb4-417a-a865-6cbcef97967e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:31.279780 [ 259 ] {15ffd343-6fb4-417a-a865-6cbcef97967e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:31.280094 [ 259 ] {15ffd343-6fb4-417a-a865-6cbcef97967e} TCPHandler: Processed in 0.000796408 sec. 2026.03.19 00:55:31.280295 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:31.280415 [ 259 ] {b11ce40b-0f13-4fd1-b033-e6144f48d9b3} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.03.19 00:55:31.280670 [ 259 ] {b11ce40b-0f13-4fd1-b033-e6144f48d9b3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:31.280712 [ 259 ] {b11ce40b-0f13-4fd1-b033-e6144f48d9b3} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:31.281043 [ 259 ] {b11ce40b-0f13-4fd1-b033-e6144f48d9b3} TCPHandler: Processed in 0.000794928 sec. 2026.03.19 00:55:31.281244 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:31.281365 [ 259 ] {4328c344-3819-493b-8d46-f7ed0fefc179} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.19 00:55:31.281624 [ 259 ] {4328c344-3819-493b-8d46-f7ed0fefc179} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:31.281668 [ 259 ] {4328c344-3819-493b-8d46-f7ed0fefc179} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:31.282011 [ 259 ] {4328c344-3819-493b-8d46-f7ed0fefc179} TCPHandler: Processed in 0.000813488 sec. 2026.03.19 00:55:31.288931 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:31.289070 [ 259 ] {6fb52d31-3b6f-4140-9d06-f4a396e17a6d} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.19 00:55:31.289122 [ 259 ] {6fb52d31-3b6f-4140-9d06-f4a396e17a6d} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:31.289763 [ 259 ] {6fb52d31-3b6f-4140-9d06-f4a396e17a6d} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:31.289808 [ 259 ] {6fb52d31-3b6f-4140-9d06-f4a396e17a6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:31.290400 [ 259 ] {6fb52d31-3b6f-4140-9d06-f4a396e17a6d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 00:55:31.290781 [ 259 ] {6fb52d31-3b6f-4140-9d06-f4a396e17a6d} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:31.290927 [ 259 ] {6fb52d31-3b6f-4140-9d06-f4a396e17a6d} executeQuery: Read 20 rows, 2.89 KiB in 0.001894 sec., 10559.662090813094 rows/sec., 1.49 MiB/sec. 2026.03.19 00:55:31.290965 [ 259 ] {6fb52d31-3b6f-4140-9d06-f4a396e17a6d} TCPHandler: Processed in 0.002096226 sec. 2026.03.19 00:55:31.291085 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:31.291181 [ 259 ] {722fa941-9e24-4010-bed9-690f7c035ab3} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 00:55:31.291221 [ 259 ] {722fa941-9e24-4010-bed9-690f7c035ab3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 00:55:31.291746 [ 259 ] {722fa941-9e24-4010-bed9-690f7c035ab3} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:31.291781 [ 259 ] {722fa941-9e24-4010-bed9-690f7c035ab3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:31.292212 [ 259 ] {722fa941-9e24-4010-bed9-690f7c035ab3} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 00:55:31.292682 [ 259 ] {722fa941-9e24-4010-bed9-690f7c035ab3} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:31.292811 [ 259 ] {722fa941-9e24-4010-bed9-690f7c035ab3} executeQuery: Read 8 rows, 668.00 B in 0.001651 sec., 4845.548152634767 rows/sec., 395.12 KiB/sec. 2026.03.19 00:55:31.292847 [ 259 ] {722fa941-9e24-4010-bed9-690f7c035ab3} TCPHandler: Processed in 0.001810789 sec. 2026.03.19 00:55:31.292961 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:31.293056 [ 259 ] {7b3537fe-4143-462b-a40a-f47470a2c2b2} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:55:31.293096 [ 259 ] {7b3537fe-4143-462b-a40a-f47470a2c2b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:55:31.293548 [ 259 ] {7b3537fe-4143-462b-a40a-f47470a2c2b2} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:31.293582 [ 259 ] {7b3537fe-4143-462b-a40a-f47470a2c2b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:31.293985 [ 259 ] {7b3537fe-4143-462b-a40a-f47470a2c2b2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 00:55:31.294399 [ 259 ] {7b3537fe-4143-462b-a40a-f47470a2c2b2} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:31.294522 [ 259 ] {7b3537fe-4143-462b-a40a-f47470a2c2b2} executeQuery: Read 80 rows, 6.68 KiB in 0.001485 sec., 53872.053872053875 rows/sec., 4.39 MiB/sec. 2026.03.19 00:55:31.294558 [ 259 ] {7b3537fe-4143-462b-a40a-f47470a2c2b2} TCPHandler: Processed in 0.001645916 sec. 2026.03.19 00:55:31.294688 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:31.294783 [ 259 ] {eadadbc2-c38b-46aa-a7ac-a2ba0983ccbf} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:55:31.294823 [ 259 ] {eadadbc2-c38b-46aa-a7ac-a2ba0983ccbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:55:31.295216 [ 259 ] {eadadbc2-c38b-46aa-a7ac-a2ba0983ccbf} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:31.295252 [ 259 ] {eadadbc2-c38b-46aa-a7ac-a2ba0983ccbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:31.295638 [ 259 ] {eadadbc2-c38b-46aa-a7ac-a2ba0983ccbf} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 00:55:31.296069 [ 259 ] {eadadbc2-c38b-46aa-a7ac-a2ba0983ccbf} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:31.296195 [ 259 ] {eadadbc2-c38b-46aa-a7ac-a2ba0983ccbf} executeQuery: Read 18 rows, 1.31 KiB in 0.00143 sec., 12587.412587412588 rows/sec., 916.47 KiB/sec. 2026.03.19 00:55:31.296229 [ 259 ] {eadadbc2-c38b-46aa-a7ac-a2ba0983ccbf} TCPHandler: Processed in 0.001588885 sec. 2026.03.19 00:55:31.296341 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:31.296435 [ 259 ] {58ce154a-aa7d-4d64-a510-00e32b8b5896} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:55:31.296473 [ 259 ] {58ce154a-aa7d-4d64-a510-00e32b8b5896} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:55:31.296878 [ 259 ] {58ce154a-aa7d-4d64-a510-00e32b8b5896} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:31.296915 [ 259 ] {58ce154a-aa7d-4d64-a510-00e32b8b5896} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:31.297328 [ 259 ] {58ce154a-aa7d-4d64-a510-00e32b8b5896} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 00:55:31.297808 [ 259 ] {58ce154a-aa7d-4d64-a510-00e32b8b5896} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:31.297931 [ 259 ] {58ce154a-aa7d-4d64-a510-00e32b8b5896} executeQuery: Read 82 rows, 6.57 KiB in 0.001514 sec., 54161.16248348745 rows/sec., 4.24 MiB/sec. 2026.03.19 00:55:31.297966 [ 259 ] {58ce154a-aa7d-4d64-a510-00e32b8b5896} TCPHandler: Processed in 0.001673927 sec. 2026.03.19 00:55:31.298076 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:31.298169 [ 259 ] {a1675c0d-5073-44ad-b9e8-b4644075ee3f} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:55:31.298211 [ 259 ] {a1675c0d-5073-44ad-b9e8-b4644075ee3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:55:31.298668 [ 259 ] {a1675c0d-5073-44ad-b9e8-b4644075ee3f} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:31.298701 [ 259 ] {a1675c0d-5073-44ad-b9e8-b4644075ee3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:31.299218 [ 259 ] {a1675c0d-5073-44ad-b9e8-b4644075ee3f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 00:55:31.299636 [ 259 ] {a1675c0d-5073-44ad-b9e8-b4644075ee3f} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:31.299762 [ 259 ] {a1675c0d-5073-44ad-b9e8-b4644075ee3f} executeQuery: Read 164 rows, 11.69 KiB in 0.001612 sec., 101736.97270471464 rows/sec., 7.08 MiB/sec. 2026.03.19 00:55:31.299796 [ 259 ] {a1675c0d-5073-44ad-b9e8-b4644075ee3f} TCPHandler: Processed in 0.001768479 sec. 2026.03.19 00:55:31.299903 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:31.299997 [ 259 ] {6669e665-64e7-4555-a997-23e2125c450f} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:55:31.300049 [ 259 ] {6669e665-64e7-4555-a997-23e2125c450f} 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.03.19 00:55:31.300852 [ 259 ] {6669e665-64e7-4555-a997-23e2125c450f} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:31.300888 [ 259 ] {6669e665-64e7-4555-a997-23e2125c450f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:31.302050 [ 259 ] {6669e665-64e7-4555-a997-23e2125c450f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 00:55:31.302462 [ 259 ] {6669e665-64e7-4555-a997-23e2125c450f} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:31.302594 [ 259 ] {6669e665-64e7-4555-a997-23e2125c450f} executeQuery: Read 10 rows, 18.35 KiB in 0.002615 sec., 3824.091778202677 rows/sec., 6.85 MiB/sec. 2026.03.19 00:55:31.302642 [ 259 ] {6669e665-64e7-4555-a997-23e2125c450f} TCPHandler: Processed in 0.002787441 sec. 2026.03.19 00:55:31.302762 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:31.302855 [ 259 ] {dfe12f44-1c11-4020-b51a-aafa5e5b5f69} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:55:31.302897 [ 259 ] {dfe12f44-1c11-4020-b51a-aafa5e5b5f69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:55:31.303240 [ 259 ] {dfe12f44-1c11-4020-b51a-aafa5e5b5f69} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:31.303276 [ 259 ] {dfe12f44-1c11-4020-b51a-aafa5e5b5f69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:31.303682 [ 259 ] {dfe12f44-1c11-4020-b51a-aafa5e5b5f69} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 00:55:31.304221 [ 259 ] {dfe12f44-1c11-4020-b51a-aafa5e5b5f69} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:31.304382 [ 259 ] {dfe12f44-1c11-4020-b51a-aafa5e5b5f69} executeQuery: Read 60 rows, 4.14 KiB in 0.001544 sec., 38860.103626943004 rows/sec., 2.62 MiB/sec. 2026.03.19 00:55:31.304427 [ 259 ] {dfe12f44-1c11-4020-b51a-aafa5e5b5f69} TCPHandler: Processed in 0.001713357 sec. 2026.03.19 00:55:33.107198 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 2026.03.19 00:55:33.107696 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:33.107732 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:33.108459 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 00:55:33.108946 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:33.109076 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 2026.03.19 00:55:33.172519 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.03.19 00:55:33.189363 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:33.189433 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:33.195950 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 00:55:33.197105 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:33.200177 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.03.19 00:55:34.000303 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 159.60 MiB, peak 163.60 MiB, free memory in arenas 0.00 B, will set to 160.64 MiB (RSS), difference: 1.04 MiB 2026.03.19 00:55:36.258224 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:36.258511 [ 259 ] {0b22ca4d-edc1-4d58-aa52-eb94cf018c7f} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:55:36.258611 [ 259 ] {0b22ca4d-edc1-4d58-aa52-eb94cf018c7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:55:36.259365 [ 259 ] {0b22ca4d-edc1-4d58-aa52-eb94cf018c7f} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:36.259410 [ 259 ] {0b22ca4d-edc1-4d58-aa52-eb94cf018c7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:36.259942 [ 259 ] {0b22ca4d-edc1-4d58-aa52-eb94cf018c7f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 00:55:36.260476 [ 259 ] {0b22ca4d-edc1-4d58-aa52-eb94cf018c7f} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:36.260635 [ 259 ] {0b22ca4d-edc1-4d58-aa52-eb94cf018c7f} executeQuery: Read 56 rows, 4.38 KiB in 0.002194 sec., 25524.156791248857 rows/sec., 1.95 MiB/sec. 2026.03.19 00:55:36.260682 [ 259 ] {0b22ca4d-edc1-4d58-aa52-eb94cf018c7f} TCPHandler: Processed in 0.002624738 sec. 2026.03.19 00:55:36.260810 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:36.260907 [ 259 ] {72ebce1a-42b3-4045-9c19-785b3fc53cc9} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:55:36.260949 [ 259 ] {72ebce1a-42b3-4045-9c19-785b3fc53cc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:55:36.261375 [ 259 ] {72ebce1a-42b3-4045-9c19-785b3fc53cc9} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:36.261416 [ 259 ] {72ebce1a-42b3-4045-9c19-785b3fc53cc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:36.261859 [ 259 ] {72ebce1a-42b3-4045-9c19-785b3fc53cc9} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 00:55:36.262320 [ 259 ] {72ebce1a-42b3-4045-9c19-785b3fc53cc9} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:36.262454 [ 259 ] {72ebce1a-42b3-4045-9c19-785b3fc53cc9} executeQuery: Read 64 rows, 5.12 KiB in 0.001566 sec., 40868.45466155811 rows/sec., 3.19 MiB/sec. 2026.03.19 00:55:36.262491 [ 259 ] {72ebce1a-42b3-4045-9c19-785b3fc53cc9} TCPHandler: Processed in 0.001733198 sec. 2026.03.19 00:55:36.262610 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:36.262706 [ 259 ] {aa08c243-81ae-4be4-888c-b9911c88d998} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:55:36.262750 [ 259 ] {aa08c243-81ae-4be4-888c-b9911c88d998} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:55:36.263170 [ 259 ] {aa08c243-81ae-4be4-888c-b9911c88d998} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:36.263207 [ 259 ] {aa08c243-81ae-4be4-888c-b9911c88d998} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:36.263647 [ 259 ] {aa08c243-81ae-4be4-888c-b9911c88d998} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 00:55:36.264069 [ 259 ] {aa08c243-81ae-4be4-888c-b9911c88d998} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:36.264199 [ 259 ] {aa08c243-81ae-4be4-888c-b9911c88d998} executeQuery: Read 160 rows, 11.41 KiB in 0.001511 sec., 105890.13898080742 rows/sec., 7.38 MiB/sec. 2026.03.19 00:55:36.264234 [ 259 ] {aa08c243-81ae-4be4-888c-b9911c88d998} TCPHandler: Processed in 0.001675407 sec. 2026.03.19 00:55:36.264340 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:36.264434 [ 259 ] {575425d7-8984-48b9-a8c1-67773934f089} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:55:36.264476 [ 259 ] {575425d7-8984-48b9-a8c1-67773934f089} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:55:36.264801 [ 259 ] {575425d7-8984-48b9-a8c1-67773934f089} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:36.264837 [ 259 ] {575425d7-8984-48b9-a8c1-67773934f089} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:36.265233 [ 259 ] {575425d7-8984-48b9-a8c1-67773934f089} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 00:55:36.265703 [ 259 ] {575425d7-8984-48b9-a8c1-67773934f089} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:36.265831 [ 259 ] {575425d7-8984-48b9-a8c1-67773934f089} executeQuery: Read 60 rows, 4.14 KiB in 0.001415 sec., 42402.826855123676 rows/sec., 2.86 MiB/sec. 2026.03.19 00:55:36.265866 [ 259 ] {575425d7-8984-48b9-a8c1-67773934f089} TCPHandler: Processed in 0.001575685 sec. 2026.03.19 00:55:38.973966 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58276 2026.03.19 00:55:38.974148 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:38.974186 [ 286 ] {} TCP-Session: 915f32e0-6fd0-435f-8cc6-fd59d644fdba Authenticating user 'default' from [fd00:1122:3344:101::e]:58276 2026.03.19 00:55:38.974214 [ 286 ] {} TCP-Session: 915f32e0-6fd0-435f-8cc6-fd59d644fdba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:38.974232 [ 286 ] {} TCP-Session: 915f32e0-6fd0-435f-8cc6-fd59d644fdba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:38.974298 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.19 00:55:38.974327 [ 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.03.19 00:55:38.974348 [ 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.03.19 00:55:38.974923 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33187 2026.03.19 00:55:38.975045 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63935 2026.03.19 00:55:38.975083 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:38.975126 [ 287 ] {} TCP-Session: bb54c1d3-235e-4fed-95da-380507543438 Authenticating user 'default' from [fd00:1122:3344:101::e]:33187 2026.03.19 00:55:38.975130 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54925 2026.03.19 00:55:38.975151 [ 287 ] {} TCP-Session: bb54c1d3-235e-4fed-95da-380507543438 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:38.975186 [ 287 ] {} TCP-Session: bb54c1d3-235e-4fed-95da-380507543438 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:38.975241 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64490 2026.03.19 00:55:38.975300 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:38.975343 [ 288 ] {} TCP-Session: c8ebf7c3-def7-4cae-a8fd-da8b8579b8ba Authenticating user 'default' from [fd00:1122:3344:101::e]:63935 2026.03.19 00:55:38.975371 [ 288 ] {} TCP-Session: c8ebf7c3-def7-4cae-a8fd-da8b8579b8ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:38.975389 [ 288 ] {} TCP-Session: c8ebf7c3-def7-4cae-a8fd-da8b8579b8ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:38.975442 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:38.975448 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36116 2026.03.19 00:55:38.975502 [ 289 ] {} TCP-Session: 32fde3c2-c82a-4175-8987-22b4f6fd92ae Authenticating user 'default' from [fd00:1122:3344:101::e]:54925 2026.03.19 00:55:38.975526 [ 289 ] {} TCP-Session: 32fde3c2-c82a-4175-8987-22b4f6fd92ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:38.975541 [ 289 ] {} TCP-Session: 32fde3c2-c82a-4175-8987-22b4f6fd92ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:38.975556 [ 286 ] {} TCP-Session: 915f32e0-6fd0-435f-8cc6-fd59d644fdba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:38.975634 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:38.975644 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61734 2026.03.19 00:55:38.975724 [ 290 ] {} TCP-Session: d98eb870-f5e5-4a82-87e1-a65bce7c1c9d Authenticating user 'default' from [fd00:1122:3344:101::e]:64490 2026.03.19 00:55:38.975755 [ 290 ] {} TCP-Session: d98eb870-f5e5-4a82-87e1-a65bce7c1c9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:38.975769 [ 290 ] {} TCP-Session: d98eb870-f5e5-4a82-87e1-a65bce7c1c9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:38.975817 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:38.975820 [ 286 ] {23934787-ee63-4ed1-ab55-56aca4d9246e} executeQuery: (from [fd00:1122:3344:101::e]:58276) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 00:55:38.975867 [ 291 ] {} TCP-Session: b9cf279d-9523-4bde-b538-3e802c330722 Authenticating user 'default' from [fd00:1122:3344:101::e]:36116 2026.03.19 00:55:38.975896 [ 291 ] {} TCP-Session: b9cf279d-9523-4bde-b538-3e802c330722 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:38.975913 [ 291 ] {} TCP-Session: b9cf279d-9523-4bde-b538-3e802c330722 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:38.975957 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:38.975956 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63216 2026.03.19 00:55:38.976003 [ 292 ] {} TCP-Session: a44873a6-6018-4cd9-b0fc-a35cbb1dfb47 Authenticating user 'default' from [fd00:1122:3344:101::e]:61734 2026.03.19 00:55:38.976039 [ 292 ] {} TCP-Session: a44873a6-6018-4cd9-b0fc-a35cbb1dfb47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:38.976058 [ 292 ] {} TCP-Session: a44873a6-6018-4cd9-b0fc-a35cbb1dfb47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:38.976062 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35014 2026.03.19 00:55:38.976240 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:38.976301 [ 293 ] {} TCP-Session: 86ef2255-00a4-42e3-a8a9-8261b40c32a9 Authenticating user 'default' from [fd00:1122:3344:101::e]:63216 2026.03.19 00:55:38.976323 [ 293 ] {} TCP-Session: 86ef2255-00a4-42e3-a8a9-8261b40c32a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:38.976336 [ 293 ] {} TCP-Session: 86ef2255-00a4-42e3-a8a9-8261b40c32a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:38.976384 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:38.976420 [ 294 ] {} TCP-Session: a1736b88-a9da-4d8c-af06-b06d51a2aed8 Authenticating user 'default' from [fd00:1122:3344:101::e]:35014 2026.03.19 00:55:38.976431 [ 286 ] {23934787-ee63-4ed1-ab55-56aca4d9246e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 00:55:38.976438 [ 294 ] {} TCP-Session: a1736b88-a9da-4d8c-af06-b06d51a2aed8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:38.976471 [ 294 ] {} TCP-Session: a1736b88-a9da-4d8c-af06-b06d51a2aed8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:38.978537 [ 286 ] {23934787-ee63-4ed1-ab55-56aca4d9246e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:38.983176 [ 286 ] {23934787-ee63-4ed1-ab55-56aca4d9246e} oximeter.version (9f694a03-7783-4184-bbfb-7ad9e678e8cc) (SelectExecutor): Key condition: unknown 2026.03.19 00:55:38.992539 [ 298 ] {23934787-ee63-4ed1-ab55-56aca4d9246e} AggregatingTransform: Aggregating 2026.03.19 00:55:38.992648 [ 298 ] {23934787-ee63-4ed1-ab55-56aca4d9246e} Aggregator: Aggregation method: without_key 2026.03.19 00:55:38.993351 [ 298 ] {23934787-ee63-4ed1-ab55-56aca4d9246e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.004678483 sec. (213.744 rows/sec., 8.35 KiB/sec.) 2026.03.19 00:55:38.993381 [ 298 ] {23934787-ee63-4ed1-ab55-56aca4d9246e} Aggregator: Merging aggregated data 2026.03.19 00:55:38.993434 [ 298 ] {23934787-ee63-4ed1-ab55-56aca4d9246e} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.03.19 00:55:38.994596 [ 286 ] {23934787-ee63-4ed1-ab55-56aca4d9246e} executeQuery: Read 1 rows, 40.00 B in 0.018851 sec., 53.04758368256326 rows/sec., 2.07 KiB/sec. 2026.03.19 00:55:38.994768 [ 286 ] {23934787-ee63-4ed1-ab55-56aca4d9246e} TCPHandler: Processed in 0.019476039 sec. 2026.03.19 00:55:38.995972 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.19 00:55:38.996005 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 00:55:38.996027 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.19 00:55:38.996043 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.19 00:55:38.996058 [ 293 ] {} TCP-Session: 86ef2255-00a4-42e3-a8a9-8261b40c32a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:38.996072 [ 287 ] {} TCP-Session: bb54c1d3-235e-4fed-95da-380507543438 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:38.996086 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 00:55:38.996095 [ 289 ] {} TCP-Session: 32fde3c2-c82a-4175-8987-22b4f6fd92ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:38.996117 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 00:55:38.996106 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 00:55:38.996161 [ 292 ] {} TCP-Session: a44873a6-6018-4cd9-b0fc-a35cbb1dfb47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:38.996151 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 00:55:38.996206 [ 291 ] {} TCP-Session: b9cf279d-9523-4bde-b538-3e802c330722 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:38.996236 [ 294 ] {} TCP-Session: a1736b88-a9da-4d8c-af06-b06d51a2aed8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:38.996149 [ 290 ] {} TCP-Session: d98eb870-f5e5-4a82-87e1-a65bce7c1c9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:38.996066 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 00:55:38.996020 [ 286 ] {} TCP-Session: 915f32e0-6fd0-435f-8cc6-fd59d644fdba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:38.996324 [ 288 ] {} TCP-Session: c8ebf7c3-def7-4cae-a8fd-da8b8579b8ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:39.001109 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 160.93 MiB, peak 169.03 MiB, free memory in arenas 0.00 B, will set to 163.85 MiB (RSS), difference: 2.91 MiB 2026.03.19 00:55:40.350050 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53458 2026.03.19 00:55:40.350151 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:40.350176 [ 286 ] {} TCP-Session: a89c8aaf-93b4-41aa-98d3-8529ee5e1654 Authenticating user 'default' from [fd00:1122:3344:101::e]:53458 2026.03.19 00:55:40.350197 [ 286 ] {} TCP-Session: a89c8aaf-93b4-41aa-98d3-8529ee5e1654 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.350210 [ 286 ] {} TCP-Session: a89c8aaf-93b4-41aa-98d3-8529ee5e1654 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.350476 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62097 2026.03.19 00:55:40.350495 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52961 2026.03.19 00:55:40.350550 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40627 2026.03.19 00:55:40.350577 [ 286 ] {} TCP-Session: a89c8aaf-93b4-41aa-98d3-8529ee5e1654 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:40.350603 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:40.350569 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63199 2026.03.19 00:55:40.350653 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:40.350661 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:40.350645 [ 287 ] {} TCP-Session: 4f1f4671-a786-4106-b418-3a5ca0f2fe0b Authenticating user 'default' from [fd00:1122:3344:101::e]:62097 2026.03.19 00:55:40.350707 [ 293 ] {} TCP-Session: ebc14791-ac92-4e16-898c-176b22033f50 Authenticating user 'default' from [fd00:1122:3344:101::e]:40627 2026.03.19 00:55:40.350720 [ 288 ] {} TCP-Session: 4c9c9ed9-ee37-4c48-a581-d81ca61a0980 Authenticating user 'default' from [fd00:1122:3344:101::e]:52961 2026.03.19 00:55:40.350737 [ 287 ] {} TCP-Session: 4f1f4671-a786-4106-b418-3a5ca0f2fe0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.350739 [ 293 ] {} TCP-Session: ebc14791-ac92-4e16-898c-176b22033f50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.350761 [ 287 ] {} TCP-Session: 4f1f4671-a786-4106-b418-3a5ca0f2fe0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.350771 [ 293 ] {} TCP-Session: ebc14791-ac92-4e16-898c-176b22033f50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.350773 [ 286 ] {b2582057-d575-4df4-99e3-d7186d6e4019} executeQuery: (from [fd00:1122:3344:101::e]:53458) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 00:55:40.350768 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:40.350531 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60881 2026.03.19 00:55:40.350864 [ 294 ] {} TCP-Session: 115d0d28-cc7c-42a2-a4a2-eaf03c85c319 Authenticating user 'default' from [fd00:1122:3344:101::e]:63199 2026.03.19 00:55:40.350486 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62296 2026.03.19 00:55:40.350912 [ 294 ] {} TCP-Session: 115d0d28-cc7c-42a2-a4a2-eaf03c85c319 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.350928 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:40.350950 [ 294 ] {} TCP-Session: 115d0d28-cc7c-42a2-a4a2-eaf03c85c319 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.350966 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:40.350970 [ 292 ] {} TCP-Session: 35ce4cd3-d12b-4b88-8bac-aca3b8daebd9 Authenticating user 'default' from [fd00:1122:3344:101::e]:60881 2026.03.19 00:55:40.350997 [ 289 ] {} TCP-Session: 5dedb4dd-16ec-4f17-8086-2c4010542368 Authenticating user 'default' from [fd00:1122:3344:101::e]:62296 2026.03.19 00:55:40.351010 [ 292 ] {} TCP-Session: 35ce4cd3-d12b-4b88-8bac-aca3b8daebd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.351019 [ 289 ] {} TCP-Session: 5dedb4dd-16ec-4f17-8086-2c4010542368 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.351028 [ 292 ] {} TCP-Session: 35ce4cd3-d12b-4b88-8bac-aca3b8daebd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.351036 [ 289 ] {} TCP-Session: 5dedb4dd-16ec-4f17-8086-2c4010542368 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.350762 [ 288 ] {} TCP-Session: 4c9c9ed9-ee37-4c48-a581-d81ca61a0980 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.351057 [ 286 ] {b2582057-d575-4df4-99e3-d7186d6e4019} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 00:55:40.351087 [ 288 ] {} TCP-Session: 4c9c9ed9-ee37-4c48-a581-d81ca61a0980 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.350569 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33587 2026.03.19 00:55:40.351133 [ 286 ] {b2582057-d575-4df4-99e3-d7186d6e4019} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:40.350526 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43907 2026.03.19 00:55:40.351205 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:40.351228 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:40.351241 [ 290 ] {} TCP-Session: a9bc376f-1c57-4f0e-977d-447fcd97fd91 Authenticating user 'default' from [fd00:1122:3344:101::e]:33587 2026.03.19 00:55:40.351258 [ 291 ] {} TCP-Session: 7303babc-6086-4439-80ca-8e9afd9cee10 Authenticating user 'default' from [fd00:1122:3344:101::e]:43907 2026.03.19 00:55:40.351275 [ 290 ] {} TCP-Session: a9bc376f-1c57-4f0e-977d-447fcd97fd91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.351284 [ 291 ] {} TCP-Session: 7303babc-6086-4439-80ca-8e9afd9cee10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.351304 [ 290 ] {} TCP-Session: a9bc376f-1c57-4f0e-977d-447fcd97fd91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.351310 [ 291 ] {} TCP-Session: 7303babc-6086-4439-80ca-8e9afd9cee10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.351436 [ 286 ] {b2582057-d575-4df4-99e3-d7186d6e4019} oximeter.version (9f694a03-7783-4184-bbfb-7ad9e678e8cc) (SelectExecutor): Key condition: unknown 2026.03.19 00:55:40.352387 [ 299 ] {b2582057-d575-4df4-99e3-d7186d6e4019} AggregatingTransform: Aggregating 2026.03.19 00:55:40.352443 [ 299 ] {b2582057-d575-4df4-99e3-d7186d6e4019} Aggregator: Aggregation method: without_key 2026.03.19 00:55:40.352482 [ 299 ] {b2582057-d575-4df4-99e3-d7186d6e4019} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00094137 sec. (1062.282 rows/sec., 41.50 KiB/sec.) 2026.03.19 00:55:40.352505 [ 299 ] {b2582057-d575-4df4-99e3-d7186d6e4019} Aggregator: Merging aggregated data 2026.03.19 00:55:40.353814 [ 286 ] {b2582057-d575-4df4-99e3-d7186d6e4019} executeQuery: Read 1 rows, 40.00 B in 0.003098 sec., 322.78889606197544 rows/sec., 12.61 KiB/sec. 2026.03.19 00:55:40.354007 [ 286 ] {b2582057-d575-4df4-99e3-d7186d6e4019} TCPHandler: Processed in 0.003573908 sec. 2026.03.19 00:55:40.354176 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.19 00:55:40.354218 [ 286 ] {} TCP-Session: a89c8aaf-93b4-41aa-98d3-8529ee5e1654 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.354229 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 00:55:40.354256 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 00:55:40.354276 [ 288 ] {} TCP-Session: 4c9c9ed9-ee37-4c48-a581-d81ca61a0980 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.354287 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.19 00:55:40.354307 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 00:55:40.354332 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 00:55:40.354338 [ 289 ] {} TCP-Session: 5dedb4dd-16ec-4f17-8086-2c4010542368 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.354360 [ 292 ] {} TCP-Session: 35ce4cd3-d12b-4b88-8bac-aca3b8daebd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.354379 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 00:55:40.354383 [ 290 ] {} TCP-Session: a9bc376f-1c57-4f0e-977d-447fcd97fd91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.354311 [ 294 ] {} TCP-Session: 115d0d28-cc7c-42a2-a4a2-eaf03c85c319 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.354427 [ 293 ] {} TCP-Session: ebc14791-ac92-4e16-898c-176b22033f50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.354288 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.19 00:55:40.354354 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 00:55:40.354484 [ 287 ] {} TCP-Session: 4f1f4671-a786-4106-b418-3a5ca0f2fe0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.354501 [ 291 ] {} TCP-Session: 7303babc-6086-4439-80ca-8e9afd9cee10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.430554 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51791 2026.03.19 00:55:40.430664 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:40.430698 [ 286 ] {} TCP-Session: 8cbe0ae5-d045-4c62-bb05-179b9c006ef9 Authenticating user 'default' from [fd00:1122:3344:101::e]:51791 2026.03.19 00:55:40.430727 [ 286 ] {} TCP-Session: 8cbe0ae5-d045-4c62-bb05-179b9c006ef9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.430746 [ 286 ] {} TCP-Session: 8cbe0ae5-d045-4c62-bb05-179b9c006ef9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.430964 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61729 2026.03.19 00:55:40.430986 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51933 2026.03.19 00:55:40.431030 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42371 2026.03.19 00:55:40.431068 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44777 2026.03.19 00:55:40.431092 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45141 2026.03.19 00:55:40.431104 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60037 2026.03.19 00:55:40.431115 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:40.431114 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:40.431182 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:40.431197 [ 289 ] {} TCP-Session: 103126d2-a879-4fca-a8cd-20af8431c4fd Authenticating user 'default' from [fd00:1122:3344:101::e]:42371 2026.03.19 00:55:40.431206 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:40.431230 [ 292 ] {} TCP-Session: a0189f45-b774-4af8-b5d5-49a894d24624 Authenticating user 'default' from [fd00:1122:3344:101::e]:45141 2026.03.19 00:55:40.431239 [ 289 ] {} TCP-Session: 103126d2-a879-4fca-a8cd-20af8431c4fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.431260 [ 293 ] {} TCP-Session: 421bd0e5-6942-4296-afea-f284bdf6c366 Authenticating user 'default' from [fd00:1122:3344:101::e]:60037 2026.03.19 00:55:40.431277 [ 286 ] {} TCP-Session: 8cbe0ae5-d045-4c62-bb05-179b9c006ef9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:40.431298 [ 293 ] {} TCP-Session: 421bd0e5-6942-4296-afea-f284bdf6c366 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.431276 [ 289 ] {} TCP-Session: 103126d2-a879-4fca-a8cd-20af8431c4fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.431323 [ 293 ] {} TCP-Session: 421bd0e5-6942-4296-afea-f284bdf6c366 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.431267 [ 292 ] {} TCP-Session: a0189f45-b774-4af8-b5d5-49a894d24624 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.431223 [ 288 ] {} TCP-Session: a05145cf-be67-4a52-abe0-de39c73d22ec Authenticating user 'default' from [fd00:1122:3344:101::e]:51933 2026.03.19 00:55:40.431385 [ 292 ] {} TCP-Session: a0189f45-b774-4af8-b5d5-49a894d24624 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.431121 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36171 2026.03.19 00:55:40.431410 [ 288 ] {} TCP-Session: a05145cf-be67-4a52-abe0-de39c73d22ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.431180 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:40.431451 [ 288 ] {} TCP-Session: a05145cf-be67-4a52-abe0-de39c73d22ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.431085 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:40.431493 [ 286 ] {0e95ba45-7547-4aec-90d0-9262838e7cab} executeQuery: (from [fd00:1122:3344:101::e]:51791) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 00:55:40.431517 [ 287 ] {} TCP-Session: abb727de-fc55-4cee-a10f-7e34051fe0fb Authenticating user 'default' from [fd00:1122:3344:101::e]:61729 2026.03.19 00:55:40.431481 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:40.431547 [ 287 ] {} TCP-Session: abb727de-fc55-4cee-a10f-7e34051fe0fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.431571 [ 294 ] {} TCP-Session: 780554d1-7f73-4dd1-9055-dc9a13e23bf3 Authenticating user 'default' from [fd00:1122:3344:101::e]:36171 2026.03.19 00:55:40.431584 [ 287 ] {} TCP-Session: abb727de-fc55-4cee-a10f-7e34051fe0fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.431484 [ 290 ] {} TCP-Session: 1e2b88ba-c67d-4d64-8f7b-0fe80daefed3 Authenticating user 'default' from [fd00:1122:3344:101::e]:44777 2026.03.19 00:55:40.431608 [ 294 ] {} TCP-Session: 780554d1-7f73-4dd1-9055-dc9a13e23bf3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.431083 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38963 2026.03.19 00:55:40.431644 [ 294 ] {} TCP-Session: 780554d1-7f73-4dd1-9055-dc9a13e23bf3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.431642 [ 290 ] {} TCP-Session: 1e2b88ba-c67d-4d64-8f7b-0fe80daefed3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.431694 [ 290 ] {} TCP-Session: 1e2b88ba-c67d-4d64-8f7b-0fe80daefed3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.431714 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:40.431742 [ 291 ] {} TCP-Session: a73b0773-d301-4ea3-8070-0a1731d94df0 Authenticating user 'default' from [fd00:1122:3344:101::e]:38963 2026.03.19 00:55:40.431759 [ 291 ] {} TCP-Session: a73b0773-d301-4ea3-8070-0a1731d94df0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.431771 [ 291 ] {} TCP-Session: a73b0773-d301-4ea3-8070-0a1731d94df0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.431841 [ 286 ] {0e95ba45-7547-4aec-90d0-9262838e7cab} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 00:55:40.431909 [ 286 ] {0e95ba45-7547-4aec-90d0-9262838e7cab} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:40.432279 [ 286 ] {0e95ba45-7547-4aec-90d0-9262838e7cab} oximeter.version (9f694a03-7783-4184-bbfb-7ad9e678e8cc) (SelectExecutor): Key condition: unknown 2026.03.19 00:55:40.433414 [ 313 ] {0e95ba45-7547-4aec-90d0-9262838e7cab} AggregatingTransform: Aggregating 2026.03.19 00:55:40.433475 [ 313 ] {0e95ba45-7547-4aec-90d0-9262838e7cab} Aggregator: Aggregation method: without_key 2026.03.19 00:55:40.433519 [ 313 ] {0e95ba45-7547-4aec-90d0-9262838e7cab} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001123325 sec. (890.214 rows/sec., 34.77 KiB/sec.) 2026.03.19 00:55:40.433566 [ 313 ] {0e95ba45-7547-4aec-90d0-9262838e7cab} Aggregator: Merging aggregated data 2026.03.19 00:55:40.434908 [ 286 ] {0e95ba45-7547-4aec-90d0-9262838e7cab} executeQuery: Read 1 rows, 40.00 B in 0.003488 sec., 286.697247706422 rows/sec., 11.20 KiB/sec. 2026.03.19 00:55:40.435044 [ 286 ] {0e95ba45-7547-4aec-90d0-9262838e7cab} TCPHandler: Processed in 0.003945257 sec. 2026.03.19 00:55:40.435166 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.19 00:55:40.435195 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 00:55:40.435215 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 00:55:40.435235 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 00:55:40.435248 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 00:55:40.435268 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.19 00:55:40.435288 [ 293 ] {} TCP-Session: 421bd0e5-6942-4296-afea-f284bdf6c366 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.435303 [ 290 ] {} TCP-Session: 1e2b88ba-c67d-4d64-8f7b-0fe80daefed3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.435316 [ 287 ] {} TCP-Session: abb727de-fc55-4cee-a10f-7e34051fe0fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.435323 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 00:55:40.435317 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.19 00:55:40.435365 [ 291 ] {} TCP-Session: a73b0773-d301-4ea3-8070-0a1731d94df0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.435292 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 00:55:40.435390 [ 289 ] {} TCP-Session: 103126d2-a879-4fca-a8cd-20af8431c4fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.435249 [ 294 ] {} TCP-Session: 780554d1-7f73-4dd1-9055-dc9a13e23bf3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.435431 [ 292 ] {} TCP-Session: a0189f45-b774-4af8-b5d5-49a894d24624 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.435265 [ 288 ] {} TCP-Session: a05145cf-be67-4a52-abe0-de39c73d22ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.435196 [ 286 ] {} TCP-Session: 8cbe0ae5-d045-4c62-bb05-179b9c006ef9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:40.551373 [ 115 ] {} DNSResolver: Updating DNS cache 2026.03.19 00:55:40.551433 [ 115 ] {} DNSResolver: Updated DNS cache 2026.03.19 00:55:40.597623 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 70 entries to flush up to offset 158 2026.03.19 00:55:40.601330 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:40.601393 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:40.602925 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 00:55:40.603488 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:40.603778 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 158 2026.03.19 00:55:40.609618 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 433 entries to flush up to offset 1897 2026.03.19 00:55:40.610117 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:40.610166 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:40.610904 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 00:55:40.611571 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:40.611730 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1897 2026.03.19 00:55:40.700719 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.03.19 00:55:40.718116 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:40.718183 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:40.724870 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 00:55:40.726088 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:40.729803 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.03.19 00:55:41.000637 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 164.86 MiB, peak 172.20 MiB, free memory in arenas 0.00 B, will set to 166.02 MiB (RSS), difference: 1.16 MiB 2026.03.19 00:55:41.258975 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:41.259152 [ 259 ] {b1d63607-31f2-4f4d-b4da-ffb6c630d7ea} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:55:41.259220 [ 259 ] {b1d63607-31f2-4f4d-b4da-ffb6c630d7ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:55:41.259830 [ 259 ] {b1d63607-31f2-4f4d-b4da-ffb6c630d7ea} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:41.259881 [ 259 ] {b1d63607-31f2-4f4d-b4da-ffb6c630d7ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:41.260434 [ 259 ] {b1d63607-31f2-4f4d-b4da-ffb6c630d7ea} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 00:55:41.261023 [ 259 ] {b1d63607-31f2-4f4d-b4da-ffb6c630d7ea} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:41.261185 [ 259 ] {b1d63607-31f2-4f4d-b4da-ffb6c630d7ea} executeQuery: Read 76 rows, 6.39 KiB in 0.002081 sec., 36520.903411821244 rows/sec., 3.00 MiB/sec. 2026.03.19 00:55:41.261233 [ 259 ] {b1d63607-31f2-4f4d-b4da-ffb6c630d7ea} TCPHandler: Processed in 0.002387863 sec. 2026.03.19 00:55:41.261363 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:41.261468 [ 259 ] {e0d79bea-2f36-4dbc-ba56-d63767a5947f} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:55:41.261513 [ 259 ] {e0d79bea-2f36-4dbc-ba56-d63767a5947f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:55:41.261931 [ 259 ] {e0d79bea-2f36-4dbc-ba56-d63767a5947f} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:41.261969 [ 259 ] {e0d79bea-2f36-4dbc-ba56-d63767a5947f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:41.262403 [ 259 ] {e0d79bea-2f36-4dbc-ba56-d63767a5947f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 00:55:41.262884 [ 259 ] {e0d79bea-2f36-4dbc-ba56-d63767a5947f} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:41.263018 [ 259 ] {e0d79bea-2f36-4dbc-ba56-d63767a5947f} executeQuery: Read 10 rows, 770.00 B in 0.001574 sec., 6353.240152477763 rows/sec., 477.73 KiB/sec. 2026.03.19 00:55:41.263057 [ 259 ] {e0d79bea-2f36-4dbc-ba56-d63767a5947f} TCPHandler: Processed in 0.001747519 sec. 2026.03.19 00:55:41.263169 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:41.263266 [ 259 ] {ab99afa8-fd6a-4964-984f-f99e29df6058} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:55:41.263308 [ 259 ] {ab99afa8-fd6a-4964-984f-f99e29df6058} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:55:41.263755 [ 259 ] {ab99afa8-fd6a-4964-984f-f99e29df6058} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:41.263792 [ 259 ] {ab99afa8-fd6a-4964-984f-f99e29df6058} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:41.264228 [ 259 ] {ab99afa8-fd6a-4964-984f-f99e29df6058} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 00:55:41.264786 [ 259 ] {ab99afa8-fd6a-4964-984f-f99e29df6058} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:41.264914 [ 259 ] {ab99afa8-fd6a-4964-984f-f99e29df6058} executeQuery: Read 74 rows, 5.92 KiB in 0.001668 sec., 44364.508393285374 rows/sec., 3.46 MiB/sec. 2026.03.19 00:55:41.264950 [ 259 ] {ab99afa8-fd6a-4964-984f-f99e29df6058} TCPHandler: Processed in 0.00183209 sec. 2026.03.19 00:55:41.265064 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:41.265159 [ 259 ] {f3529eda-98b8-4911-9030-af097d2d493f} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:55:41.265204 [ 259 ] {f3529eda-98b8-4911-9030-af097d2d493f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:55:41.265614 [ 259 ] {f3529eda-98b8-4911-9030-af097d2d493f} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:41.265650 [ 259 ] {f3529eda-98b8-4911-9030-af097d2d493f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:41.266105 [ 259 ] {f3529eda-98b8-4911-9030-af097d2d493f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 00:55:41.266565 [ 259 ] {f3529eda-98b8-4911-9030-af097d2d493f} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:41.266698 [ 259 ] {f3529eda-98b8-4911-9030-af097d2d493f} executeQuery: Read 160 rows, 11.41 KiB in 0.001558 sec., 102695.76379974326 rows/sec., 7.15 MiB/sec. 2026.03.19 00:55:41.266735 [ 259 ] {f3529eda-98b8-4911-9030-af097d2d493f} TCPHandler: Processed in 0.001719658 sec. 2026.03.19 00:55:41.266857 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:41.266955 [ 259 ] {e955b95c-92ee-4525-a425-3e6670ecadf5} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:55:41.267012 [ 259 ] {e955b95c-92ee-4525-a425-3e6670ecadf5} 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.03.19 00:55:41.267753 [ 259 ] {e955b95c-92ee-4525-a425-3e6670ecadf5} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:41.267799 [ 259 ] {e955b95c-92ee-4525-a425-3e6670ecadf5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:41.268494 [ 259 ] {e955b95c-92ee-4525-a425-3e6670ecadf5} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 00:55:41.269147 [ 259 ] {e955b95c-92ee-4525-a425-3e6670ecadf5} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:41.269289 [ 259 ] {e955b95c-92ee-4525-a425-3e6670ecadf5} executeQuery: Read 10 rows, 18.35 KiB in 0.002352 sec., 4251.700680272109 rows/sec., 7.62 MiB/sec. 2026.03.19 00:55:41.269341 [ 259 ] {e955b95c-92ee-4525-a425-3e6670ecadf5} TCPHandler: Processed in 0.002532486 sec. 2026.03.19 00:55:41.269460 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:41.269560 [ 259 ] {6112a30b-f933-4a30-aaea-7a08f56db073} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:55:41.269602 [ 259 ] {6112a30b-f933-4a30-aaea-7a08f56db073} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:55:41.269927 [ 259 ] {6112a30b-f933-4a30-aaea-7a08f56db073} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:41.269963 [ 259 ] {6112a30b-f933-4a30-aaea-7a08f56db073} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:41.270434 [ 259 ] {6112a30b-f933-4a30-aaea-7a08f56db073} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 00:55:41.270889 [ 259 ] {6112a30b-f933-4a30-aaea-7a08f56db073} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:41.271019 [ 259 ] {6112a30b-f933-4a30-aaea-7a08f56db073} executeQuery: Read 60 rows, 4.14 KiB in 0.001483 sec., 40458.53000674309 rows/sec., 2.73 MiB/sec. 2026.03.19 00:55:41.271054 [ 259 ] {6112a30b-f933-4a30-aaea-7a08f56db073} TCPHandler: Processed in 0.001643287 sec. 2026.03.19 00:55:41.601467 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:41.601699 [ 259 ] {20f04f30-f07b-4d3d-ad92-3d8a205bbcd7} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.19 00:55:41.602026 [ 259 ] {20f04f30-f07b-4d3d-ad92-3d8a205bbcd7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 00:55:41.606079 [ 259 ] {20f04f30-f07b-4d3d-ad92-3d8a205bbcd7} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.03.19 00:55:41.606322 [ 259 ] {20f04f30-f07b-4d3d-ad92-3d8a205bbcd7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:41.606413 [ 259 ] {20f04f30-f07b-4d3d-ad92-3d8a205bbcd7} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:41.606635 [ 259 ] {20f04f30-f07b-4d3d-ad92-3d8a205bbcd7} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2026.03.19 00:55:41.608813 [ 259 ] {20f04f30-f07b-4d3d-ad92-3d8a205bbcd7} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 00:55:41.608853 [ 259 ] {20f04f30-f07b-4d3d-ad92-3d8a205bbcd7} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (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.03.19 00:55:41.608871 [ 259 ] {20f04f30-f07b-4d3d-ad92-3d8a205bbcd7} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 00:55:41.610863 [ 259 ] {20f04f30-f07b-4d3d-ad92-3d8a205bbcd7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.03.19 00:55:41.610892 [ 259 ] {20f04f30-f07b-4d3d-ad92-3d8a205bbcd7} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2026.03.19 00:55:41.623002 [ 259 ] {20f04f30-f07b-4d3d-ad92-3d8a205bbcd7} executeQuery: Read 20 rows, 840.00 B in 0.021393 sec., 934.8852428364419 rows/sec., 38.34 KiB/sec. 2026.03.19 00:55:41.623119 [ 259 ] {20f04f30-f07b-4d3d-ad92-3d8a205bbcd7} TCPHandler: Processed in 0.021779959 sec. 2026.03.19 00:55:41.623469 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:41.623643 [ 259 ] {4d455acf-13ce-4801-858b-45e6934a05c2} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.19 00:55:41.623916 [ 259 ] {4d455acf-13ce-4801-858b-45e6934a05c2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 00:55:41.623951 [ 259 ] {4d455acf-13ce-4801-858b-45e6934a05c2} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.03.19 00:55:41.624147 [ 259 ] {4d455acf-13ce-4801-858b-45e6934a05c2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:41.624217 [ 259 ] {4d455acf-13ce-4801-858b-45e6934a05c2} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:41.624353 [ 259 ] {4d455acf-13ce-4801-858b-45e6934a05c2} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2026.03.19 00:55:41.624390 [ 259 ] {4d455acf-13ce-4801-858b-45e6934a05c2} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 00:55:41.624419 [ 259 ] {4d455acf-13ce-4801-858b-45e6934a05c2} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (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.03.19 00:55:41.624436 [ 259 ] {4d455acf-13ce-4801-858b-45e6934a05c2} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 00:55:41.624474 [ 259 ] {4d455acf-13ce-4801-858b-45e6934a05c2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.03.19 00:55:41.624500 [ 259 ] {4d455acf-13ce-4801-858b-45e6934a05c2} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2026.03.19 00:55:41.625093 [ 259 ] {4d455acf-13ce-4801-858b-45e6934a05c2} executeQuery: Read 20 rows, 840.00 B in 0.001524 sec., 13123.359580052494 rows/sec., 538.26 KiB/sec. 2026.03.19 00:55:41.625196 [ 259 ] {4d455acf-13ce-4801-858b-45e6934a05c2} TCPHandler: Processed in 0.00181924 sec. 2026.03.19 00:55:41.625467 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:41.625641 [ 259 ] {58c5750b-b18d-40fd-9258-a726f0bd2362} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.19 00:55:41.625915 [ 259 ] {58c5750b-b18d-40fd-9258-a726f0bd2362} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 00:55:41.625951 [ 259 ] {58c5750b-b18d-40fd-9258-a726f0bd2362} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.03.19 00:55:41.626138 [ 259 ] {58c5750b-b18d-40fd-9258-a726f0bd2362} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:41.626195 [ 259 ] {58c5750b-b18d-40fd-9258-a726f0bd2362} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:41.626304 [ 259 ] {58c5750b-b18d-40fd-9258-a726f0bd2362} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2026.03.19 00:55:41.626337 [ 259 ] {58c5750b-b18d-40fd-9258-a726f0bd2362} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 00:55:41.626364 [ 259 ] {58c5750b-b18d-40fd-9258-a726f0bd2362} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (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.03.19 00:55:41.626379 [ 259 ] {58c5750b-b18d-40fd-9258-a726f0bd2362} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 00:55:41.626415 [ 259 ] {58c5750b-b18d-40fd-9258-a726f0bd2362} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.03.19 00:55:41.626435 [ 259 ] {58c5750b-b18d-40fd-9258-a726f0bd2362} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2026.03.19 00:55:41.626923 [ 259 ] {58c5750b-b18d-40fd-9258-a726f0bd2362} executeQuery: Read 20 rows, 840.00 B in 0.001354 sec., 14771.048744460857 rows/sec., 605.84 KiB/sec. 2026.03.19 00:55:41.627007 [ 259 ] {58c5750b-b18d-40fd-9258-a726f0bd2362} TCPHandler: Processed in 0.001602796 sec. 2026.03.19 00:55:41.627562 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:41.627718 [ 259 ] {6a462146-e546-48f6-9991-0a5b9a6e62d6} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.19 00:55:41.627984 [ 259 ] {6a462146-e546-48f6-9991-0a5b9a6e62d6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 00:55:41.628027 [ 259 ] {6a462146-e546-48f6-9991-0a5b9a6e62d6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.03.19 00:55:41.628252 [ 259 ] {6a462146-e546-48f6-9991-0a5b9a6e62d6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:41.628323 [ 259 ] {6a462146-e546-48f6-9991-0a5b9a6e62d6} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:41.628454 [ 259 ] {6a462146-e546-48f6-9991-0a5b9a6e62d6} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2026.03.19 00:55:41.628491 [ 259 ] {6a462146-e546-48f6-9991-0a5b9a6e62d6} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 00:55:41.628513 [ 259 ] {6a462146-e546-48f6-9991-0a5b9a6e62d6} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (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.03.19 00:55:41.628530 [ 259 ] {6a462146-e546-48f6-9991-0a5b9a6e62d6} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 00:55:41.628571 [ 259 ] {6a462146-e546-48f6-9991-0a5b9a6e62d6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.03.19 00:55:41.628594 [ 259 ] {6a462146-e546-48f6-9991-0a5b9a6e62d6} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2026.03.19 00:55:41.629156 [ 259 ] {6a462146-e546-48f6-9991-0a5b9a6e62d6} executeQuery: Read 20 rows, 840.00 B in 0.0015 sec., 13333.333333333334 rows/sec., 546.88 KiB/sec. 2026.03.19 00:55:41.629253 [ 259 ] {6a462146-e546-48f6-9991-0a5b9a6e62d6} TCPHandler: Processed in 0.001742768 sec. 2026.03.19 00:55:41.629675 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:41.629852 [ 259 ] {c88d8779-2474-4910-9e56-21eb64c4acf3} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.19 00:55:41.630150 [ 259 ] {c88d8779-2474-4910-9e56-21eb64c4acf3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 00:55:41.630193 [ 259 ] {c88d8779-2474-4910-9e56-21eb64c4acf3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes')" moved to PREWHERE 2026.03.19 00:55:41.630425 [ 259 ] {c88d8779-2474-4910-9e56-21eb64c4acf3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:41.630502 [ 259 ] {c88d8779-2474-4910-9e56-21eb64c4acf3} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:41.630644 [ 259 ] {c88d8779-2474-4910-9e56-21eb64c4acf3} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2026.03.19 00:55:41.630679 [ 259 ] {c88d8779-2474-4910-9e56-21eb64c4acf3} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 00:55:41.630702 [ 259 ] {c88d8779-2474-4910-9e56-21eb64c4acf3} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (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.03.19 00:55:41.630719 [ 259 ] {c88d8779-2474-4910-9e56-21eb64c4acf3} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 00:55:41.630763 [ 259 ] {c88d8779-2474-4910-9e56-21eb64c4acf3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes'))" 2026.03.19 00:55:41.630786 [ 259 ] {c88d8779-2474-4910-9e56-21eb64c4acf3} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2026.03.19 00:55:41.631362 [ 259 ] {c88d8779-2474-4910-9e56-21eb64c4acf3} executeQuery: Read 20 rows, 840.00 B in 0.001578 sec., 12674.271229404309 rows/sec., 519.84 KiB/sec. 2026.03.19 00:55:41.631475 [ 259 ] {c88d8779-2474-4910-9e56-21eb64c4acf3} TCPHandler: Processed in 0.001873541 sec. 2026.03.19 00:55:41.631927 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:41.632065 [ 259 ] {f202c8ca-71ad-42aa-9631-f3d9fa4e7cd2} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.19 00:55:41.632296 [ 259 ] {f202c8ca-71ad-42aa-9631-f3d9fa4e7cd2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 00:55:41.632329 [ 259 ] {f202c8ca-71ad-42aa-9631-f3d9fa4e7cd2} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.03.19 00:55:41.632509 [ 259 ] {f202c8ca-71ad-42aa-9631-f3d9fa4e7cd2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:41.632561 [ 259 ] {f202c8ca-71ad-42aa-9631-f3d9fa4e7cd2} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:41.632658 [ 259 ] {f202c8ca-71ad-42aa-9631-f3d9fa4e7cd2} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2026.03.19 00:55:41.632685 [ 259 ] {f202c8ca-71ad-42aa-9631-f3d9fa4e7cd2} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 00:55:41.632703 [ 259 ] {f202c8ca-71ad-42aa-9631-f3d9fa4e7cd2} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (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.03.19 00:55:41.632716 [ 259 ] {f202c8ca-71ad-42aa-9631-f3d9fa4e7cd2} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 00:55:41.632749 [ 259 ] {f202c8ca-71ad-42aa-9631-f3d9fa4e7cd2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" 2026.03.19 00:55:41.632766 [ 259 ] {f202c8ca-71ad-42aa-9631-f3d9fa4e7cd2} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2026.03.19 00:55:41.633255 [ 259 ] {f202c8ca-71ad-42aa-9631-f3d9fa4e7cd2} executeQuery: Read 20 rows, 840.00 B in 0.001239 sec., 16142.050040355123 rows/sec., 662.08 KiB/sec. 2026.03.19 00:55:41.633347 [ 259 ] {f202c8ca-71ad-42aa-9631-f3d9fa4e7cd2} TCPHandler: Processed in 0.001484362 sec. 2026.03.19 00:55:41.633632 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:41.633772 [ 259 ] {ddb82b03-b9ab-466a-a587-d236338a6535} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.19 00:55:41.634109 [ 259 ] {ddb82b03-b9ab-466a-a587-d236338a6535} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 00:55:41.634145 [ 259 ] {ddb82b03-b9ab-466a-a587-d236338a6535} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.03.19 00:55:41.634336 [ 259 ] {ddb82b03-b9ab-466a-a587-d236338a6535} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:41.634489 [ 259 ] {ddb82b03-b9ab-466a-a587-d236338a6535} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:41.634596 [ 259 ] {ddb82b03-b9ab-466a-a587-d236338a6535} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2026.03.19 00:55:41.634626 [ 259 ] {ddb82b03-b9ab-466a-a587-d236338a6535} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 00:55:41.634645 [ 259 ] {ddb82b03-b9ab-466a-a587-d236338a6535} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (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.03.19 00:55:41.634660 [ 259 ] {ddb82b03-b9ab-466a-a587-d236338a6535} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 00:55:41.634694 [ 259 ] {ddb82b03-b9ab-466a-a587-d236338a6535} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" 2026.03.19 00:55:41.634711 [ 259 ] {ddb82b03-b9ab-466a-a587-d236338a6535} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2026.03.19 00:55:41.635127 [ 259 ] {ddb82b03-b9ab-466a-a587-d236338a6535} executeQuery: Read 20 rows, 840.00 B in 0.001409 sec., 14194.464158977997 rows/sec., 582.19 KiB/sec. 2026.03.19 00:55:41.635222 [ 259 ] {ddb82b03-b9ab-466a-a587-d236338a6535} TCPHandler: Processed in 0.001643597 sec. 2026.03.19 00:55:41.635495 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:41.635637 [ 259 ] {2b672955-c508-4b4f-91ad-f279a66e324a} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.19 00:55:41.635890 [ 259 ] {2b672955-c508-4b4f-91ad-f279a66e324a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 00:55:41.635934 [ 259 ] {2b672955-c508-4b4f-91ad-f279a66e324a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE 2026.03.19 00:55:41.636138 [ 259 ] {2b672955-c508-4b4f-91ad-f279a66e324a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:41.636199 [ 259 ] {2b672955-c508-4b4f-91ad-f279a66e324a} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:41.636308 [ 259 ] {2b672955-c508-4b4f-91ad-f279a66e324a} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2026.03.19 00:55:41.636337 [ 259 ] {2b672955-c508-4b4f-91ad-f279a66e324a} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 00:55:41.636357 [ 259 ] {2b672955-c508-4b4f-91ad-f279a66e324a} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (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.03.19 00:55:41.636371 [ 259 ] {2b672955-c508-4b4f-91ad-f279a66e324a} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 00:55:41.636404 [ 259 ] {2b672955-c508-4b4f-91ad-f279a66e324a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" 2026.03.19 00:55:41.636423 [ 259 ] {2b672955-c508-4b4f-91ad-f279a66e324a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2026.03.19 00:55:41.636893 [ 259 ] {2b672955-c508-4b4f-91ad-f279a66e324a} executeQuery: Read 20 rows, 840.00 B in 0.001314 sec., 15220.700152207 rows/sec., 624.29 KiB/sec. 2026.03.19 00:55:41.636995 [ 259 ] {2b672955-c508-4b4f-91ad-f279a66e324a} TCPHandler: Processed in 0.001555005 sec. 2026.03.19 00:55:41.637285 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:41.637421 [ 259 ] {1cbf9b54-8c68-449f-aa56-f1800d2fa8d7} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.19 00:55:41.637652 [ 259 ] {1cbf9b54-8c68-449f-aa56-f1800d2fa8d7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 00:55:41.637688 [ 259 ] {1cbf9b54-8c68-449f-aa56-f1800d2fa8d7} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE 2026.03.19 00:55:41.637897 [ 259 ] {1cbf9b54-8c68-449f-aa56-f1800d2fa8d7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:41.637968 [ 259 ] {1cbf9b54-8c68-449f-aa56-f1800d2fa8d7} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:41.638089 [ 259 ] {1cbf9b54-8c68-449f-aa56-f1800d2fa8d7} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2026.03.19 00:55:41.638123 [ 259 ] {1cbf9b54-8c68-449f-aa56-f1800d2fa8d7} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 00:55:41.638147 [ 259 ] {1cbf9b54-8c68-449f-aa56-f1800d2fa8d7} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (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.03.19 00:55:41.638163 [ 259 ] {1cbf9b54-8c68-449f-aa56-f1800d2fa8d7} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 00:55:41.638203 [ 259 ] {1cbf9b54-8c68-449f-aa56-f1800d2fa8d7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" 2026.03.19 00:55:41.638225 [ 259 ] {1cbf9b54-8c68-449f-aa56-f1800d2fa8d7} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2026.03.19 00:55:41.638695 [ 259 ] {1cbf9b54-8c68-449f-aa56-f1800d2fa8d7} executeQuery: Read 20 rows, 840.00 B in 0.001327 sec., 15071.590052750564 rows/sec., 618.17 KiB/sec. 2026.03.19 00:55:41.638780 [ 259 ] {1cbf9b54-8c68-449f-aa56-f1800d2fa8d7} TCPHandler: Processed in 0.001546504 sec. 2026.03.19 00:55:41.647964 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:41.648101 [ 259 ] {9796d636-b277-4dff-9ef9-d1af02aae658} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.19 00:55:41.648341 [ 259 ] {9796d636-b277-4dff-9ef9-d1af02aae658} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 00:55:41.648377 [ 259 ] {9796d636-b277-4dff-9ef9-d1af02aae658} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.03.19 00:55:41.648586 [ 259 ] {9796d636-b277-4dff-9ef9-d1af02aae658} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:41.648648 [ 259 ] {9796d636-b277-4dff-9ef9-d1af02aae658} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:41.648751 [ 259 ] {9796d636-b277-4dff-9ef9-d1af02aae658} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2026.03.19 00:55:41.648797 [ 259 ] {9796d636-b277-4dff-9ef9-d1af02aae658} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 00:55:41.648823 [ 259 ] {9796d636-b277-4dff-9ef9-d1af02aae658} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (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.03.19 00:55:41.648838 [ 259 ] {9796d636-b277-4dff-9ef9-d1af02aae658} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 00:55:41.648880 [ 259 ] {9796d636-b277-4dff-9ef9-d1af02aae658} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.03.19 00:55:41.648900 [ 259 ] {9796d636-b277-4dff-9ef9-d1af02aae658} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2026.03.19 00:55:41.649354 [ 259 ] {9796d636-b277-4dff-9ef9-d1af02aae658} executeQuery: Read 20 rows, 840.00 B in 0.001306 sec., 15313.935681470137 rows/sec., 628.11 KiB/sec. 2026.03.19 00:55:41.649437 [ 259 ] {9796d636-b277-4dff-9ef9-d1af02aae658} TCPHandler: Processed in 0.001524384 sec. 2026.03.19 00:55:41.649776 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:41.649910 [ 259 ] {ac48fb6d-31e8-4a0e-af05-cf515e4a0663} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.19 00:55:41.650149 [ 259 ] {ac48fb6d-31e8-4a0e-af05-cf515e4a0663} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 00:55:41.650184 [ 259 ] {ac48fb6d-31e8-4a0e-af05-cf515e4a0663} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.03.19 00:55:41.650383 [ 259 ] {ac48fb6d-31e8-4a0e-af05-cf515e4a0663} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:41.650438 [ 259 ] {ac48fb6d-31e8-4a0e-af05-cf515e4a0663} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:41.650539 [ 259 ] {ac48fb6d-31e8-4a0e-af05-cf515e4a0663} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2026.03.19 00:55:41.650571 [ 259 ] {ac48fb6d-31e8-4a0e-af05-cf515e4a0663} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 00:55:41.650590 [ 259 ] {ac48fb6d-31e8-4a0e-af05-cf515e4a0663} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (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.03.19 00:55:41.650604 [ 259 ] {ac48fb6d-31e8-4a0e-af05-cf515e4a0663} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 00:55:41.650637 [ 259 ] {ac48fb6d-31e8-4a0e-af05-cf515e4a0663} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.03.19 00:55:41.650655 [ 259 ] {ac48fb6d-31e8-4a0e-af05-cf515e4a0663} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2026.03.19 00:55:41.651307 [ 259 ] {ac48fb6d-31e8-4a0e-af05-cf515e4a0663} executeQuery: Read 20 rows, 840.00 B in 0.001451 sec., 13783.597518952447 rows/sec., 565.34 KiB/sec. 2026.03.19 00:55:41.651389 [ 259 ] {ac48fb6d-31e8-4a0e-af05-cf515e4a0663} TCPHandler: Processed in 0.001662896 sec. 2026.03.19 00:55:41.651640 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:41.651774 [ 259 ] {b4961f86-666e-4fb4-93a2-b662c5afb646} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.19 00:55:41.651999 [ 259 ] {b4961f86-666e-4fb4-93a2-b662c5afb646} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 00:55:41.652034 [ 259 ] {b4961f86-666e-4fb4-93a2-b662c5afb646} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.03.19 00:55:41.652234 [ 259 ] {b4961f86-666e-4fb4-93a2-b662c5afb646} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:41.652291 [ 259 ] {b4961f86-666e-4fb4-93a2-b662c5afb646} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:41.652399 [ 259 ] {b4961f86-666e-4fb4-93a2-b662c5afb646} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2026.03.19 00:55:41.652429 [ 259 ] {b4961f86-666e-4fb4-93a2-b662c5afb646} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 00:55:41.652447 [ 259 ] {b4961f86-666e-4fb4-93a2-b662c5afb646} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (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.03.19 00:55:41.652461 [ 259 ] {b4961f86-666e-4fb4-93a2-b662c5afb646} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 00:55:41.652496 [ 259 ] {b4961f86-666e-4fb4-93a2-b662c5afb646} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.03.19 00:55:41.652516 [ 259 ] {b4961f86-666e-4fb4-93a2-b662c5afb646} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2026.03.19 00:55:41.652998 [ 259 ] {b4961f86-666e-4fb4-93a2-b662c5afb646} executeQuery: Read 20 rows, 840.00 B in 0.001277 sec., 15661.707126076742 rows/sec., 642.37 KiB/sec. 2026.03.19 00:55:41.653080 [ 259 ] {b4961f86-666e-4fb4-93a2-b662c5afb646} TCPHandler: Processed in 0.001488523 sec. 2026.03.19 00:55:41.653308 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:41.653445 [ 259 ] {315e9b92-ace0-4a06-a82c-74191256590f} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.19 00:55:41.653693 [ 259 ] {315e9b92-ace0-4a06-a82c-74191256590f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 00:55:41.653728 [ 259 ] {315e9b92-ace0-4a06-a82c-74191256590f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.03.19 00:55:41.653922 [ 259 ] {315e9b92-ace0-4a06-a82c-74191256590f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:41.653976 [ 259 ] {315e9b92-ace0-4a06-a82c-74191256590f} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:41.654093 [ 259 ] {315e9b92-ace0-4a06-a82c-74191256590f} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2026.03.19 00:55:41.654124 [ 259 ] {315e9b92-ace0-4a06-a82c-74191256590f} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 00:55:41.654143 [ 259 ] {315e9b92-ace0-4a06-a82c-74191256590f} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (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.03.19 00:55:41.654156 [ 259 ] {315e9b92-ace0-4a06-a82c-74191256590f} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 00:55:41.654190 [ 259 ] {315e9b92-ace0-4a06-a82c-74191256590f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.03.19 00:55:41.654211 [ 259 ] {315e9b92-ace0-4a06-a82c-74191256590f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2026.03.19 00:55:41.654656 [ 259 ] {315e9b92-ace0-4a06-a82c-74191256590f} executeQuery: Read 20 rows, 840.00 B in 0.001268 sec., 15772.870662460567 rows/sec., 646.93 KiB/sec. 2026.03.19 00:55:41.654742 [ 259 ] {315e9b92-ace0-4a06-a82c-74191256590f} TCPHandler: Processed in 0.001481902 sec. 2026.03.19 00:55:41.654988 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:41.655122 [ 259 ] {b5847a60-570d-4eb7-aaa6-30a82363e0f6} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.19 00:55:41.655349 [ 259 ] {b5847a60-570d-4eb7-aaa6-30a82363e0f6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 00:55:41.655384 [ 259 ] {b5847a60-570d-4eb7-aaa6-30a82363e0f6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.03.19 00:55:41.655586 [ 259 ] {b5847a60-570d-4eb7-aaa6-30a82363e0f6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:41.655639 [ 259 ] {b5847a60-570d-4eb7-aaa6-30a82363e0f6} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:41.655742 [ 259 ] {b5847a60-570d-4eb7-aaa6-30a82363e0f6} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2026.03.19 00:55:41.655770 [ 259 ] {b5847a60-570d-4eb7-aaa6-30a82363e0f6} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 00:55:41.655788 [ 259 ] {b5847a60-570d-4eb7-aaa6-30a82363e0f6} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (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.03.19 00:55:41.655802 [ 259 ] {b5847a60-570d-4eb7-aaa6-30a82363e0f6} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 00:55:41.655835 [ 259 ] {b5847a60-570d-4eb7-aaa6-30a82363e0f6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.03.19 00:55:41.655854 [ 259 ] {b5847a60-570d-4eb7-aaa6-30a82363e0f6} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2026.03.19 00:55:41.656245 [ 259 ] {b5847a60-570d-4eb7-aaa6-30a82363e0f6} executeQuery: Read 20 rows, 840.00 B in 0.001178 sec., 16977.92869269949 rows/sec., 696.36 KiB/sec. 2026.03.19 00:55:41.656331 [ 259 ] {b5847a60-570d-4eb7-aaa6-30a82363e0f6} TCPHandler: Processed in 0.00139262 sec. 2026.03.19 00:55:41.656597 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:41.656731 [ 259 ] {7a38461d-8f4d-483d-8d8e-b38d6b314ad0} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.19 00:55:41.656956 [ 259 ] {7a38461d-8f4d-483d-8d8e-b38d6b314ad0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 00:55:41.656992 [ 259 ] {7a38461d-8f4d-483d-8d8e-b38d6b314ad0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.03.19 00:55:41.657234 [ 259 ] {7a38461d-8f4d-483d-8d8e-b38d6b314ad0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:41.657289 [ 259 ] {7a38461d-8f4d-483d-8d8e-b38d6b314ad0} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:41.657390 [ 259 ] {7a38461d-8f4d-483d-8d8e-b38d6b314ad0} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2026.03.19 00:55:41.657418 [ 259 ] {7a38461d-8f4d-483d-8d8e-b38d6b314ad0} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 00:55:41.657438 [ 259 ] {7a38461d-8f4d-483d-8d8e-b38d6b314ad0} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (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.03.19 00:55:41.657452 [ 259 ] {7a38461d-8f4d-483d-8d8e-b38d6b314ad0} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 00:55:41.657486 [ 259 ] {7a38461d-8f4d-483d-8d8e-b38d6b314ad0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.03.19 00:55:41.657504 [ 259 ] {7a38461d-8f4d-483d-8d8e-b38d6b314ad0} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2026.03.19 00:55:41.658055 [ 259 ] {7a38461d-8f4d-483d-8d8e-b38d6b314ad0} executeQuery: Read 20 rows, 840.00 B in 0.00138 sec., 14492.753623188406 rows/sec., 594.43 KiB/sec. 2026.03.19 00:55:41.658142 [ 259 ] {7a38461d-8f4d-483d-8d8e-b38d6b314ad0} TCPHandler: Processed in 0.001593715 sec. 2026.03.19 00:55:41.703165 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:41.703356 [ 259 ] {e4ac1ffb-f68b-4a31-9572-583e26d1df6a} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.19 00:55:41.703724 [ 259 ] {e4ac1ffb-f68b-4a31-9572-583e26d1df6a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 00:55:41.703773 [ 259 ] {e4ac1ffb-f68b-4a31-9572-583e26d1df6a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.03.19 00:55:41.704054 [ 259 ] {e4ac1ffb-f68b-4a31-9572-583e26d1df6a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:41.704131 [ 259 ] {e4ac1ffb-f68b-4a31-9572-583e26d1df6a} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:41.704282 [ 259 ] {e4ac1ffb-f68b-4a31-9572-583e26d1df6a} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2026.03.19 00:55:41.704321 [ 259 ] {e4ac1ffb-f68b-4a31-9572-583e26d1df6a} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 00:55:41.704345 [ 259 ] {e4ac1ffb-f68b-4a31-9572-583e26d1df6a} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (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.03.19 00:55:41.704363 [ 259 ] {e4ac1ffb-f68b-4a31-9572-583e26d1df6a} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 00:55:41.704402 [ 259 ] {e4ac1ffb-f68b-4a31-9572-583e26d1df6a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.03.19 00:55:41.704421 [ 259 ] {e4ac1ffb-f68b-4a31-9572-583e26d1df6a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2026.03.19 00:55:41.705059 [ 259 ] {e4ac1ffb-f68b-4a31-9572-583e26d1df6a} executeQuery: Read 20 rows, 840.00 B in 0.001782 sec., 11223.34455667789 rows/sec., 460.33 KiB/sec. 2026.03.19 00:55:41.705176 [ 259 ] {e4ac1ffb-f68b-4a31-9572-583e26d1df6a} TCPHandler: Processed in 0.002102956 sec. 2026.03.19 00:55:41.743277 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:41.743443 [ 259 ] {cd119cb3-5d2c-4ebf-98ef-025b14d4d411} executeQuery: (from [fd00:1122:3344:101::d]:57086) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_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_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.03.19 00:55:41.743715 [ 259 ] {cd119cb3-5d2c-4ebf-98ef-025b14d4d411} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 00:55:41.743754 [ 259 ] {cd119cb3-5d2c-4ebf-98ef-025b14d4d411} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_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_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.03.19 00:55:41.743978 [ 259 ] {cd119cb3-5d2c-4ebf-98ef-025b14d4d411} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:41.744035 [ 259 ] {cd119cb3-5d2c-4ebf-98ef-025b14d4d411} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:41.744149 [ 259 ] {cd119cb3-5d2c-4ebf-98ef-025b14d4d411} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2026.03.19 00:55:41.744182 [ 259 ] {cd119cb3-5d2c-4ebf-98ef-025b14d4d411} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 00:55:41.744202 [ 259 ] {cd119cb3-5d2c-4ebf-98ef-025b14d4d411} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (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.03.19 00:55:41.744218 [ 259 ] {cd119cb3-5d2c-4ebf-98ef-025b14d4d411} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 00:55:41.744254 [ 259 ] {cd119cb3-5d2c-4ebf-98ef-025b14d4d411} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_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_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.03.19 00:55:41.744273 [ 259 ] {cd119cb3-5d2c-4ebf-98ef-025b14d4d411} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2026.03.19 00:55:41.744799 [ 259 ] {cd119cb3-5d2c-4ebf-98ef-025b14d4d411} executeQuery: Read 20 rows, 840.00 B in 0.001427 sec., 14015.41695865452 rows/sec., 574.85 KiB/sec. 2026.03.19 00:55:41.744905 [ 259 ] {cd119cb3-5d2c-4ebf-98ef-025b14d4d411} TCPHandler: Processed in 0.001692618 sec. 2026.03.19 00:55:41.746066 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:41.746182 [ 259 ] {3b43ef30-7a04-4e1d-ab13-10bb7e6bc007} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.19 00:55:41.746230 [ 259 ] {3b43ef30-7a04-4e1d-ab13-10bb7e6bc007} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 00:55:41.746817 [ 259 ] {3b43ef30-7a04-4e1d-ab13-10bb7e6bc007} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:41.746865 [ 259 ] {3b43ef30-7a04-4e1d-ab13-10bb7e6bc007} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:41.747458 [ 259 ] {3b43ef30-7a04-4e1d-ab13-10bb7e6bc007} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 00:55:41.747870 [ 259 ] {3b43ef30-7a04-4e1d-ab13-10bb7e6bc007} oximeter.timeseries_schema (655ba0d4-67e3-4045-ab4e-fb349a658499): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:41.748042 [ 259 ] {3b43ef30-7a04-4e1d-ab13-10bb7e6bc007} executeQuery: Read 17 rows, 4.77 KiB in 0.001892 sec., 8985.200845665962 rows/sec., 2.46 MiB/sec. 2026.03.19 00:55:41.748091 [ 259 ] {3b43ef30-7a04-4e1d-ab13-10bb7e6bc007} TCPHandler: Processed in 0.002076946 sec. 2026.03.19 00:55:41.748219 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:41.748317 [ 259 ] {2ab9512f-52e5-4312-a147-3b88555fc7df} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.19 00:55:41.748359 [ 259 ] {2ab9512f-52e5-4312-a147-3b88555fc7df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.19 00:55:41.750930 [ 259 ] {2ab9512f-52e5-4312-a147-3b88555fc7df} oximeter.fields_i16 (c97ae8e6-4b88-4382-a85b-3715ba41c5df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:41.750974 [ 259 ] {2ab9512f-52e5-4312-a147-3b88555fc7df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:41.751482 [ 259 ] {2ab9512f-52e5-4312-a147-3b88555fc7df} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 00:55:41.751992 [ 259 ] {2ab9512f-52e5-4312-a147-3b88555fc7df} oximeter.fields_i16 (c97ae8e6-4b88-4382-a85b-3715ba41c5df): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:41.752143 [ 259 ] {2ab9512f-52e5-4312-a147-3b88555fc7df} executeQuery: Read 24 rows, 2.04 KiB in 0.003848 sec., 6237.006237006237 rows/sec., 529.90 KiB/sec. 2026.03.19 00:55:41.752189 [ 259 ] {2ab9512f-52e5-4312-a147-3b88555fc7df} TCPHandler: Processed in 0.004020129 sec. 2026.03.19 00:55:41.752307 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:41.752404 [ 259 ] {3d0fa84b-9cdb-45ff-94be-8ab0021d22a8} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 00:55:41.752446 [ 259 ] {3d0fa84b-9cdb-45ff-94be-8ab0021d22a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 00:55:41.752885 [ 259 ] {3d0fa84b-9cdb-45ff-94be-8ab0021d22a8} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:41.752924 [ 259 ] {3d0fa84b-9cdb-45ff-94be-8ab0021d22a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:41.753381 [ 259 ] {3d0fa84b-9cdb-45ff-94be-8ab0021d22a8} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 00:55:41.753916 [ 259 ] {3d0fa84b-9cdb-45ff-94be-8ab0021d22a8} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:41.754067 [ 259 ] {3d0fa84b-9cdb-45ff-94be-8ab0021d22a8} executeQuery: Read 6 rows, 501.00 B in 0.001682 sec., 3567.1819262782406 rows/sec., 290.88 KiB/sec. 2026.03.19 00:55:41.754105 [ 259 ] {3d0fa84b-9cdb-45ff-94be-8ab0021d22a8} TCPHandler: Processed in 0.001848811 sec. 2026.03.19 00:55:41.754220 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:41.754315 [ 259 ] {e743b405-9fd1-4e94-b6a4-3b04ea154db3} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:55:41.754355 [ 259 ] {e743b405-9fd1-4e94-b6a4-3b04ea154db3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:55:41.755887 [ 259 ] {e743b405-9fd1-4e94-b6a4-3b04ea154db3} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:41.755924 [ 259 ] {e743b405-9fd1-4e94-b6a4-3b04ea154db3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:41.756618 [ 259 ] {e743b405-9fd1-4e94-b6a4-3b04ea154db3} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 00:55:41.757074 [ 259 ] {e743b405-9fd1-4e94-b6a4-3b04ea154db3} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:41.757213 [ 259 ] {e743b405-9fd1-4e94-b6a4-3b04ea154db3} executeQuery: Read 2069 rows, 160.80 KiB in 0.002915 sec., 709777.0154373928 rows/sec., 53.87 MiB/sec. 2026.03.19 00:55:41.757250 [ 259 ] {e743b405-9fd1-4e94-b6a4-3b04ea154db3} TCPHandler: Processed in 0.003080147 sec. 2026.03.19 00:55:41.757370 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:41.757466 [ 259 ] {5ac9b946-5688-470a-9013-52c6d3a7e8ce} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:55:41.757507 [ 259 ] {5ac9b946-5688-470a-9013-52c6d3a7e8ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:55:41.757950 [ 259 ] {5ac9b946-5688-470a-9013-52c6d3a7e8ce} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:41.757987 [ 259 ] {5ac9b946-5688-470a-9013-52c6d3a7e8ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:41.758465 [ 259 ] {5ac9b946-5688-470a-9013-52c6d3a7e8ce} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 00:55:41.758979 [ 259 ] {5ac9b946-5688-470a-9013-52c6d3a7e8ce} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:41.759120 [ 259 ] {5ac9b946-5688-470a-9013-52c6d3a7e8ce} executeQuery: Read 32 rows, 2.43 KiB in 0.001672 sec., 19138.755980861242 rows/sec., 1.42 MiB/sec. 2026.03.19 00:55:41.759156 [ 259 ] {5ac9b946-5688-470a-9013-52c6d3a7e8ce} TCPHandler: Processed in 0.00183724 sec. 2026.03.19 00:55:41.759267 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:41.759361 [ 259 ] {1568fe4a-5433-4d0e-a2e4-71c8777e67ea} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 00:55:41.759400 [ 259 ] {1568fe4a-5433-4d0e-a2e4-71c8777e67ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 00:55:41.760073 [ 259 ] {1568fe4a-5433-4d0e-a2e4-71c8777e67ea} oximeter.fields_u32 (07ee9360-dbdb-41f1-bf21-931c2f22f543): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:41.760107 [ 259 ] {1568fe4a-5433-4d0e-a2e4-71c8777e67ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:41.760607 [ 259 ] {1568fe4a-5433-4d0e-a2e4-71c8777e67ea} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 00:55:41.761053 [ 259 ] {1568fe4a-5433-4d0e-a2e4-71c8777e67ea} oximeter.fields_u32 (07ee9360-dbdb-41f1-bf21-931c2f22f543): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:41.761185 [ 259 ] {1568fe4a-5433-4d0e-a2e4-71c8777e67ea} executeQuery: Read 732 rows, 44.33 KiB in 0.001842 sec., 397394.13680781756 rows/sec., 23.50 MiB/sec. 2026.03.19 00:55:41.761222 [ 259 ] {1568fe4a-5433-4d0e-a2e4-71c8777e67ea} TCPHandler: Processed in 0.002004574 sec. 2026.03.19 00:55:41.761337 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:41.761433 [ 259 ] {79c04cef-21b8-4e78-a1b2-9c6a65afc7ea} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.19 00:55:41.761472 [ 259 ] {79c04cef-21b8-4e78-a1b2-9c6a65afc7ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.19 00:55:41.761856 [ 259 ] {79c04cef-21b8-4e78-a1b2-9c6a65afc7ea} oximeter.fields_u64 (c95f3192-ba09-4763-b29d-c6e6af3f656f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:41.761893 [ 259 ] {79c04cef-21b8-4e78-a1b2-9c6a65afc7ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:41.762312 [ 259 ] {79c04cef-21b8-4e78-a1b2-9c6a65afc7ea} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 00:55:41.762766 [ 259 ] {79c04cef-21b8-4e78-a1b2-9c6a65afc7ea} oximeter.fields_u64 (c95f3192-ba09-4763-b29d-c6e6af3f656f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:41.762893 [ 259 ] {79c04cef-21b8-4e78-a1b2-9c6a65afc7ea} executeQuery: Read 1 rows, 72.00 B in 0.001478 sec., 676.5899864682003 rows/sec., 47.57 KiB/sec. 2026.03.19 00:55:41.762929 [ 259 ] {79c04cef-21b8-4e78-a1b2-9c6a65afc7ea} TCPHandler: Processed in 0.001641896 sec. 2026.03.19 00:55:41.763039 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:41.763134 [ 259 ] {7dc3ccbe-fcfd-472a-851a-9801c564ce75} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.19 00:55:41.763172 [ 259 ] {7dc3ccbe-fcfd-472a-851a-9801c564ce75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.19 00:55:41.763568 [ 259 ] {7dc3ccbe-fcfd-472a-851a-9801c564ce75} oximeter.fields_u8 (d2f01f0b-4d3a-4853-a9fa-9607d1b65676): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:41.763604 [ 259 ] {7dc3ccbe-fcfd-472a-851a-9801c564ce75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:41.764030 [ 259 ] {7dc3ccbe-fcfd-472a-851a-9801c564ce75} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 00:55:41.764503 [ 259 ] {7dc3ccbe-fcfd-472a-851a-9801c564ce75} oximeter.fields_u8 (d2f01f0b-4d3a-4853-a9fa-9607d1b65676): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:41.764636 [ 259 ] {7dc3ccbe-fcfd-472a-851a-9801c564ce75} executeQuery: Read 12 rows, 960.00 B in 0.001521 sec., 7889.546351084813 rows/sec., 616.37 KiB/sec. 2026.03.19 00:55:41.764674 [ 259 ] {7dc3ccbe-fcfd-472a-851a-9801c564ce75} TCPHandler: Processed in 0.001685897 sec. 2026.03.19 00:55:41.764788 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:41.764880 [ 259 ] {e7ba7499-e7a1-403a-b1f2-c8956dd487a2} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:55:41.764919 [ 259 ] {e7ba7499-e7a1-403a-b1f2-c8956dd487a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:55:41.765689 [ 259 ] {e7ba7499-e7a1-403a-b1f2-c8956dd487a2} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:41.765725 [ 259 ] {e7ba7499-e7a1-403a-b1f2-c8956dd487a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:41.766251 [ 259 ] {e7ba7499-e7a1-403a-b1f2-c8956dd487a2} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 00:55:41.766716 [ 259 ] {e7ba7499-e7a1-403a-b1f2-c8956dd487a2} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:41.766864 [ 259 ] {e7ba7499-e7a1-403a-b1f2-c8956dd487a2} executeQuery: Read 1065 rows, 75.93 KiB in 0.002 sec., 532500 rows/sec., 37.08 MiB/sec. 2026.03.19 00:55:41.766899 [ 259 ] {e7ba7499-e7a1-403a-b1f2-c8956dd487a2} TCPHandler: Processed in 0.002160708 sec. 2026.03.19 00:55:41.767015 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:41.767116 [ 259 ] {ba701e96-b482-4da0-8b71-711087b62b01} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:55:41.767159 [ 259 ] {ba701e96-b482-4da0-8b71-711087b62b01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:55:41.769000 [ 259 ] {ba701e96-b482-4da0-8b71-711087b62b01} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:41.769040 [ 259 ] {ba701e96-b482-4da0-8b71-711087b62b01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:41.769923 [ 259 ] {ba701e96-b482-4da0-8b71-711087b62b01} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 00:55:41.770428 [ 259 ] {ba701e96-b482-4da0-8b71-711087b62b01} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:41.770570 [ 259 ] {ba701e96-b482-4da0-8b71-711087b62b01} executeQuery: Read 2316 rows, 155.52 KiB in 0.003474 sec., 666666.6666666666 rows/sec., 43.72 MiB/sec. 2026.03.19 00:55:41.770612 [ 259 ] {ba701e96-b482-4da0-8b71-711087b62b01} TCPHandler: Processed in 0.003649741 sec. 2026.03.19 00:55:41.770741 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:41.770835 [ 259 ] {3884b658-af68-4a1d-a032-7a86b7ee9400} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:55:41.770890 [ 259 ] {3884b658-af68-4a1d-a032-7a86b7ee9400} 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.03.19 00:55:41.771640 [ 259 ] {3884b658-af68-4a1d-a032-7a86b7ee9400} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:41.771675 [ 259 ] {3884b658-af68-4a1d-a032-7a86b7ee9400} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:41.772317 [ 259 ] {3884b658-af68-4a1d-a032-7a86b7ee9400} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 00:55:41.772794 [ 259 ] {3884b658-af68-4a1d-a032-7a86b7ee9400} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:41.772936 [ 259 ] {3884b658-af68-4a1d-a032-7a86b7ee9400} executeQuery: Read 14 rows, 25.69 KiB in 0.002144 sec., 6529.850746268657 rows/sec., 11.70 MiB/sec. 2026.03.19 00:55:41.772987 [ 259 ] {3884b658-af68-4a1d-a032-7a86b7ee9400} TCPHandler: Processed in 0.002329161 sec. 2026.03.19 00:55:41.773112 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:41.773202 [ 259 ] {e73915d9-4ecb-4566-9029-3160988b5d30} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.19 00:55:41.773243 [ 259 ] {e73915d9-4ecb-4566-9029-3160988b5d30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.19 00:55:41.773621 [ 259 ] {e73915d9-4ecb-4566-9029-3160988b5d30} oximeter.measurements_i64 (96a5c210-3318-45f0-91ce-1259c93a75e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:41.773655 [ 259 ] {e73915d9-4ecb-4566-9029-3160988b5d30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:41.774235 [ 259 ] {e73915d9-4ecb-4566-9029-3160988b5d30} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 00:55:41.774790 [ 259 ] {e73915d9-4ecb-4566-9029-3160988b5d30} oximeter.measurements_i64 (96a5c210-3318-45f0-91ce-1259c93a75e3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:41.774919 [ 259 ] {e73915d9-4ecb-4566-9029-3160988b5d30} executeQuery: Read 9 rows, 651.00 B in 0.001691 sec., 5322.294500295683 rows/sec., 375.96 KiB/sec. 2026.03.19 00:55:41.774961 [ 259 ] {e73915d9-4ecb-4566-9029-3160988b5d30} TCPHandler: Processed in 0.001866671 sec. 2026.03.19 00:55:41.775126 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:41.775228 [ 259 ] {469a3432-d02e-403d-af18-f4cdc29fc072} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:55:41.775271 [ 259 ] {469a3432-d02e-403d-af18-f4cdc29fc072} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:55:41.775606 [ 259 ] {469a3432-d02e-403d-af18-f4cdc29fc072} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:41.775642 [ 259 ] {469a3432-d02e-403d-af18-f4cdc29fc072} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 00:55:41.776084 [ 259 ] {469a3432-d02e-403d-af18-f4cdc29fc072} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 00:55:41.776562 [ 259 ] {469a3432-d02e-403d-af18-f4cdc29fc072} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:41.776702 [ 259 ] {469a3432-d02e-403d-af18-f4cdc29fc072} executeQuery: Read 12 rows, 848.00 B in 0.001494 sec., 8032.128514056224 rows/sec., 554.30 KiB/sec. 2026.03.19 00:55:41.776744 [ 259 ] {469a3432-d02e-403d-af18-f4cdc29fc072} TCPHandler: Processed in 0.001670856 sec. 2026.03.19 00:55:43.027906 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60205 2026.03.19 00:55:43.028021 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:43.028051 [ 286 ] {} TCP-Session: 19f59517-977f-44e8-9693-a28c37c57629 Authenticating user 'default' from [fd00:1122:3344:101::e]:60205 2026.03.19 00:55:43.028074 [ 286 ] {} TCP-Session: 19f59517-977f-44e8-9693-a28c37c57629 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:43.028089 [ 286 ] {} TCP-Session: 19f59517-977f-44e8-9693-a28c37c57629 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:43.028314 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63993 2026.03.19 00:55:43.028347 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61700 2026.03.19 00:55:43.028321 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63706 2026.03.19 00:55:43.028382 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57118 2026.03.19 00:55:43.028418 [ 286 ] {} TCP-Session: 19f59517-977f-44e8-9693-a28c37c57629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:43.028431 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:43.028444 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:43.028462 [ 289 ] {} TCP-Session: 07e25806-d1ed-475f-b684-f057887d03c4 Authenticating user 'default' from [fd00:1122:3344:101::e]:61700 2026.03.19 00:55:43.028396 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65330 2026.03.19 00:55:43.028484 [ 287 ] {} TCP-Session: 1e433837-9b85-49fc-acf3-a4d074cf37e1 Authenticating user 'default' from [fd00:1122:3344:101::e]:63993 2026.03.19 00:55:43.028493 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:43.028530 [ 287 ] {} TCP-Session: 1e433837-9b85-49fc-acf3-a4d074cf37e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:43.028489 [ 289 ] {} TCP-Session: 07e25806-d1ed-475f-b684-f057887d03c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:43.028558 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:43.028580 [ 286 ] {4aa35559-662a-4f7e-b8b6-614b3ae192c0} executeQuery: (from [fd00:1122:3344:101::e]:60205) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 00:55:43.028579 [ 289 ] {} TCP-Session: 07e25806-d1ed-475f-b684-f057887d03c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:43.028600 [ 293 ] {} TCP-Session: c9dae76a-7ab3-47cf-a1f9-302409536f53 Authenticating user 'default' from [fd00:1122:3344:101::e]:65330 2026.03.19 00:55:43.028557 [ 287 ] {} TCP-Session: 1e433837-9b85-49fc-acf3-a4d074cf37e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:43.028635 [ 293 ] {} TCP-Session: c9dae76a-7ab3-47cf-a1f9-302409536f53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:43.028552 [ 288 ] {} TCP-Session: 98242746-49b7-4acc-88fc-8119d3cc1965 Authenticating user 'default' from [fd00:1122:3344:101::e]:63706 2026.03.19 00:55:43.028653 [ 293 ] {} TCP-Session: c9dae76a-7ab3-47cf-a1f9-302409536f53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:43.028486 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:43.028685 [ 288 ] {} TCP-Session: 98242746-49b7-4acc-88fc-8119d3cc1965 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:43.028717 [ 292 ] {} TCP-Session: 38a4dfd8-82bc-4044-929e-688c4a791f13 Authenticating user 'default' from [fd00:1122:3344:101::e]:57118 2026.03.19 00:55:43.028727 [ 288 ] {} TCP-Session: 98242746-49b7-4acc-88fc-8119d3cc1965 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:43.028744 [ 292 ] {} TCP-Session: 38a4dfd8-82bc-4044-929e-688c4a791f13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:43.028372 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55396 2026.03.19 00:55:43.028767 [ 292 ] {} TCP-Session: 38a4dfd8-82bc-4044-929e-688c4a791f13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:43.028371 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55856 2026.03.19 00:55:43.028837 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:43.028405 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39340 2026.03.19 00:55:43.028873 [ 291 ] {} TCP-Session: 84353b16-b912-41c9-9334-1d7bc60e4113 Authenticating user 'default' from [fd00:1122:3344:101::e]:55396 2026.03.19 00:55:43.028886 [ 286 ] {4aa35559-662a-4f7e-b8b6-614b3ae192c0} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 00:55:43.028906 [ 291 ] {} TCP-Session: 84353b16-b912-41c9-9334-1d7bc60e4113 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:43.028929 [ 291 ] {} TCP-Session: 84353b16-b912-41c9-9334-1d7bc60e4113 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:43.028955 [ 286 ] {4aa35559-662a-4f7e-b8b6-614b3ae192c0} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:55:43.029074 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:43.029074 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:55:43.029111 [ 294 ] {} TCP-Session: af72981e-3ced-4b48-a75c-ff40b5d2c836 Authenticating user 'default' from [fd00:1122:3344:101::e]:39340 2026.03.19 00:55:43.029118 [ 290 ] {} TCP-Session: c595e9a5-eeae-4343-854d-078a948ae69d Authenticating user 'default' from [fd00:1122:3344:101::e]:55856 2026.03.19 00:55:43.029134 [ 294 ] {} TCP-Session: af72981e-3ced-4b48-a75c-ff40b5d2c836 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:43.029137 [ 290 ] {} TCP-Session: c595e9a5-eeae-4343-854d-078a948ae69d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:43.029148 [ 294 ] {} TCP-Session: af72981e-3ced-4b48-a75c-ff40b5d2c836 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:43.029154 [ 290 ] {} TCP-Session: c595e9a5-eeae-4343-854d-078a948ae69d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:43.029258 [ 286 ] {4aa35559-662a-4f7e-b8b6-614b3ae192c0} oximeter.version (9f694a03-7783-4184-bbfb-7ad9e678e8cc) (SelectExecutor): Key condition: unknown 2026.03.19 00:55:43.029348 [ 286 ] {4aa35559-662a-4f7e-b8b6-614b3ae192c0} Aggregator: Compile expression max()(UInt64) 0 2026.03.19 00:55:43.384278 [ 323 ] {4aa35559-662a-4f7e-b8b6-614b3ae192c0} AggregatingTransform: Aggregating 2026.03.19 00:55:43.384353 [ 323 ] {4aa35559-662a-4f7e-b8b6-614b3ae192c0} Aggregator: Aggregation method: without_key 2026.03.19 00:55:43.384393 [ 323 ] {4aa35559-662a-4f7e-b8b6-614b3ae192c0} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001138515 sec. (878.337 rows/sec., 34.31 KiB/sec.) 2026.03.19 00:55:43.384413 [ 323 ] {4aa35559-662a-4f7e-b8b6-614b3ae192c0} Aggregator: Merging aggregated data 2026.03.19 00:55:43.385959 [ 286 ] {4aa35559-662a-4f7e-b8b6-614b3ae192c0} executeQuery: Read 1 rows, 40.00 B in 0.357423 sec., 2.797805401443108 rows/sec., 111.91 B/sec. 2026.03.19 00:55:43.386173 [ 286 ] {4aa35559-662a-4f7e-b8b6-614b3ae192c0} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.03.19 00:55:43.386190 [ 286 ] {4aa35559-662a-4f7e-b8b6-614b3ae192c0} TCPHandler: Processed in 0.357893966 sec. 2026.03.19 00:55:43.386308 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 00:55:43.386341 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 00:55:43.386348 [ 294 ] {} TCP-Session: af72981e-3ced-4b48-a75c-ff40b5d2c836 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:43.386363 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 00:55:43.386395 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.19 00:55:43.386424 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 00:55:43.386441 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 00:55:43.386448 [ 291 ] {} TCP-Session: 84353b16-b912-41c9-9334-1d7bc60e4113 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:43.386463 [ 289 ] {} TCP-Session: 07e25806-d1ed-475f-b684-f057887d03c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:43.386474 [ 292 ] {} TCP-Session: 38a4dfd8-82bc-4044-929e-688c4a791f13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:43.386496 [ 293 ] {} TCP-Session: c9dae76a-7ab3-47cf-a1f9-302409536f53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:43.386395 [ 288 ] {} TCP-Session: 98242746-49b7-4acc-88fc-8119d3cc1965 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:43.386375 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.19 00:55:43.386408 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 00:55:43.386599 [ 287 ] {} TCP-Session: 1e433837-9b85-49fc-acf3-a4d074cf37e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:43.386456 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.19 00:55:43.386630 [ 290 ] {} TCP-Session: c595e9a5-eeae-4343-854d-078a948ae69d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:43.386672 [ 286 ] {} TCP-Session: 19f59517-977f-44e8-9693-a28c37c57629 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:55:44.000190 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 169.84 MiB, peak 183.98 MiB, free memory in arenas 0.00 B, will set to 188.81 MiB (RSS), difference: 18.97 MiB 2026.03.19 00:55:46.256761 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:46.256939 [ 259 ] {60fe9221-8a0d-40f8-a07e-ba3507f26017} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:55:46.257009 [ 259 ] {60fe9221-8a0d-40f8-a07e-ba3507f26017} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:55:46.257646 [ 259 ] {60fe9221-8a0d-40f8-a07e-ba3507f26017} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:46.257686 [ 259 ] {60fe9221-8a0d-40f8-a07e-ba3507f26017} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:55:46.258174 [ 259 ] {60fe9221-8a0d-40f8-a07e-ba3507f26017} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 00:55:46.258602 [ 259 ] {60fe9221-8a0d-40f8-a07e-ba3507f26017} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:46.258770 [ 259 ] {60fe9221-8a0d-40f8-a07e-ba3507f26017} executeQuery: Read 56 rows, 4.38 KiB in 0.001882 sec., 29755.57917109458 rows/sec., 2.27 MiB/sec. 2026.03.19 00:55:46.258820 [ 259 ] {60fe9221-8a0d-40f8-a07e-ba3507f26017} TCPHandler: Processed in 0.002191368 sec. 2026.03.19 00:55:46.258943 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:46.259037 [ 259 ] {7f1320eb-312e-44fa-9f05-b2528fa337ef} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:55:46.259077 [ 259 ] {7f1320eb-312e-44fa-9f05-b2528fa337ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:55:46.259482 [ 259 ] {7f1320eb-312e-44fa-9f05-b2528fa337ef} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:46.259518 [ 259 ] {7f1320eb-312e-44fa-9f05-b2528fa337ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:55:46.259925 [ 259 ] {7f1320eb-312e-44fa-9f05-b2528fa337ef} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 00:55:46.260380 [ 259 ] {7f1320eb-312e-44fa-9f05-b2528fa337ef} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:46.260527 [ 259 ] {7f1320eb-312e-44fa-9f05-b2528fa337ef} executeQuery: Read 64 rows, 5.12 KiB in 0.001509 sec., 42412.19350563287 rows/sec., 3.31 MiB/sec. 2026.03.19 00:55:46.260566 [ 259 ] {7f1320eb-312e-44fa-9f05-b2528fa337ef} TCPHandler: Processed in 0.001673296 sec. 2026.03.19 00:55:46.260680 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:46.260774 [ 259 ] {61f0c8e0-b1ec-4c45-bf93-1e7e29910056} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:55:46.260820 [ 259 ] {61f0c8e0-b1ec-4c45-bf93-1e7e29910056} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:55:46.261201 [ 259 ] {61f0c8e0-b1ec-4c45-bf93-1e7e29910056} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:46.261236 [ 259 ] {61f0c8e0-b1ec-4c45-bf93-1e7e29910056} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:55:46.261682 [ 259 ] {61f0c8e0-b1ec-4c45-bf93-1e7e29910056} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 00:55:46.262126 [ 259 ] {61f0c8e0-b1ec-4c45-bf93-1e7e29910056} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:46.262269 [ 259 ] {61f0c8e0-b1ec-4c45-bf93-1e7e29910056} executeQuery: Read 128 rows, 9.13 KiB in 0.001514 sec., 84544.2536327609 rows/sec., 5.89 MiB/sec. 2026.03.19 00:55:46.262306 [ 259 ] {61f0c8e0-b1ec-4c45-bf93-1e7e29910056} TCPHandler: Processed in 0.001675666 sec. 2026.03.19 00:55:46.262418 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:46.262510 [ 259 ] {b24636df-5c60-41f7-84a6-dbf9fb6e8116} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:55:46.262553 [ 259 ] {b24636df-5c60-41f7-84a6-dbf9fb6e8116} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:55:46.262891 [ 259 ] {b24636df-5c60-41f7-84a6-dbf9fb6e8116} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:46.262927 [ 259 ] {b24636df-5c60-41f7-84a6-dbf9fb6e8116} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:55:46.263332 [ 259 ] {b24636df-5c60-41f7-84a6-dbf9fb6e8116} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 00:55:46.263741 [ 259 ] {b24636df-5c60-41f7-84a6-dbf9fb6e8116} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:46.263886 [ 259 ] {b24636df-5c60-41f7-84a6-dbf9fb6e8116} executeQuery: Read 48 rows, 3.31 KiB in 0.001394 sec., 34433.28550932568 rows/sec., 2.32 MiB/sec. 2026.03.19 00:55:46.263922 [ 259 ] {b24636df-5c60-41f7-84a6-dbf9fb6e8116} TCPHandler: Processed in 0.001554924 sec. 2026.03.19 00:55:48.111786 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2409 2026.03.19 00:55:48.112299 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:48.112345 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:55:48.112954 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 00:55:48.113428 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:48.113586 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2409 2026.03.19 00:55:48.229848 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.03.19 00:55:48.247816 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:48.247867 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:55:48.254422 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 00:55:48.255546 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:48.258510 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.03.19 00:55:49.000852 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 189.42 MiB, peak 193.42 MiB, free memory in arenas 0.00 B, will set to 191.42 MiB (RSS), difference: 2.00 MiB 2026.03.19 00:55:50.603995 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 82 entries to flush up to offset 240 2026.03.19 00:55:50.607084 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:50.607127 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:55:50.608522 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 00:55:50.609110 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:50.609347 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 240 2026.03.19 00:55:51.256884 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:51.257081 [ 259 ] {97868817-b2e9-4bfe-aa07-e3a43df90268} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:55:51.257149 [ 259 ] {97868817-b2e9-4bfe-aa07-e3a43df90268} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:55:51.257796 [ 259 ] {97868817-b2e9-4bfe-aa07-e3a43df90268} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:51.257854 [ 259 ] {97868817-b2e9-4bfe-aa07-e3a43df90268} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:55:51.258393 [ 259 ] {97868817-b2e9-4bfe-aa07-e3a43df90268} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 00:55:51.258929 [ 259 ] {97868817-b2e9-4bfe-aa07-e3a43df90268} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:51.259066 [ 97 ] {} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.19 00:55:51.259093 [ 259 ] {97868817-b2e9-4bfe-aa07-e3a43df90268} executeQuery: Read 76 rows, 6.39 KiB in 0.002062 sec., 36857.41998060136 rows/sec., 3.02 MiB/sec. 2026.03.19 00:55:51.259154 [ 97 ] {} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:51.259162 [ 259 ] {97868817-b2e9-4bfe-aa07-e3a43df90268} TCPHandler: Processed in 0.002405803 sec. 2026.03.19 00:55:51.259188 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:55:51.259301 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:51.259410 [ 259 ] {0ff33693-ad5a-48b6-88e8-a14b779a5305} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:55:51.259457 [ 259 ] {0ff33693-ad5a-48b6-88e8-a14b779a5305} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:55:51.259866 [ 259 ] {0ff33693-ad5a-48b6-88e8-a14b779a5305} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:51.259906 [ 259 ] {0ff33693-ad5a-48b6-88e8-a14b779a5305} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:55:51.260372 [ 259 ] {0ff33693-ad5a-48b6-88e8-a14b779a5305} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 00:55:51.260862 [ 259 ] {0ff33693-ad5a-48b6-88e8-a14b779a5305} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:51.261058 [ 259 ] {0ff33693-ad5a-48b6-88e8-a14b779a5305} executeQuery: Read 10 rows, 770.00 B in 0.001674 sec., 5973.715651135006 rows/sec., 449.20 KiB/sec. 2026.03.19 00:55:51.261097 [ 259 ] {0ff33693-ad5a-48b6-88e8-a14b779a5305} TCPHandler: Processed in 0.001846981 sec. 2026.03.19 00:55:51.261206 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:51.261310 [ 259 ] {cac38c85-e126-47b6-b0b9-1d27506d6e13} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:55:51.261351 [ 259 ] {cac38c85-e126-47b6-b0b9-1d27506d6e13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:55:51.261447 [ 202 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::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.03.19 00:55:51.261762 [ 259 ] {cac38c85-e126-47b6-b0b9-1d27506d6e13} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:51.261799 [ 259 ] {cac38c85-e126-47b6-b0b9-1d27506d6e13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:55:51.262223 [ 259 ] {cac38c85-e126-47b6-b0b9-1d27506d6e13} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 00:55:51.262678 [ 259 ] {cac38c85-e126-47b6-b0b9-1d27506d6e13} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:51.262791 [ 97 ] {} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.19 00:55:51.262803 [ 259 ] {cac38c85-e126-47b6-b0b9-1d27506d6e13} executeQuery: Read 74 rows, 5.92 KiB in 0.001522 sec., 48620.23653088042 rows/sec., 3.80 MiB/sec. 2026.03.19 00:55:51.262846 [ 97 ] {} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:51.262858 [ 259 ] {cac38c85-e126-47b6-b0b9-1d27506d6e13} TCPHandler: Processed in 0.001703007 sec. 2026.03.19 00:55:51.262880 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:55:51.262978 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:51.263027 [ 192 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::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.03.19 00:55:51.263074 [ 259 ] {24f38a9c-65e6-4560-b6df-ef8947d93fa4} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:55:51.263126 [ 259 ] {24f38a9c-65e6-4560-b6df-ef8947d93fa4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:55:51.263533 [ 259 ] {24f38a9c-65e6-4560-b6df-ef8947d93fa4} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:51.263570 [ 259 ] {24f38a9c-65e6-4560-b6df-ef8947d93fa4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:55:51.263599 [ 202 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:55:51.263628 [ 192 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:55:51.263718 [ 202 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 80 rows starting from the beginning of the part 2026.03.19 00:55:51.263729 [ 192 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::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.03.19 00:55:51.263859 [ 202 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::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.03.19 00:55:51.263921 [ 192 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::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.03.19 00:55:51.263933 [ 202 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 76 rows starting from the beginning of the part 2026.03.19 00:55:51.264031 [ 202 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2069 rows starting from the beginning of the part 2026.03.19 00:55:51.264034 [ 259 ] {24f38a9c-65e6-4560-b6df-ef8947d93fa4} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 00:55:51.264037 [ 192 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 74 rows starting from the beginning of the part 2026.03.19 00:55:51.264087 [ 202 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part 2026.03.19 00:55:51.264138 [ 192 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1065 rows starting from the beginning of the part 2026.03.19 00:55:51.264145 [ 202 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 76 rows starting from the beginning of the part 2026.03.19 00:55:51.264199 [ 192 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part 2026.03.19 00:55:51.264287 [ 192 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 74 rows starting from the beginning of the part 2026.03.19 00:55:51.264547 [ 259 ] {24f38a9c-65e6-4560-b6df-ef8947d93fa4} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:51.264655 [ 97 ] {} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.19 00:55:51.264685 [ 259 ] {24f38a9c-65e6-4560-b6df-ef8947d93fa4} executeQuery: Read 160 rows, 11.41 KiB in 0.001629 sec., 98219.76672805402 rows/sec., 6.84 MiB/sec. 2026.03.19 00:55:51.264690 [ 97 ] {} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:51.264726 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:55:51.264727 [ 259 ] {24f38a9c-65e6-4560-b6df-ef8947d93fa4} TCPHandler: Processed in 0.001797489 sec. 2026.03.19 00:55:51.264838 [ 201 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::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.03.19 00:55:51.264848 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:51.264960 [ 259 ] {5a9bb4e4-5b73-445b-8263-b3bd62fa7889} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:55:51.265009 [ 201 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:55:51.265015 [ 259 ] {5a9bb4e4-5b73-445b-8263-b3bd62fa7889} 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.03.19 00:55:51.265060 [ 201 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::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.03.19 00:55:51.265174 [ 201 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::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.03.19 00:55:51.265232 [ 201 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::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.03.19 00:55:51.265296 [ 201 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2316 rows starting from the beginning of the part 2026.03.19 00:55:51.265345 [ 201 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 128 rows starting from the beginning of the part 2026.03.19 00:55:51.265442 [ 201 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::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.03.19 00:55:51.265632 [ 195 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1423 rows, containing 5 columns (5 merged, 0 gathered) in 0.002661569 sec., 534647.044656742 rows/sec., 40.41 MiB/sec. 2026.03.19 00:55:51.265772 [ 259 ] {5a9bb4e4-5b73-445b-8263-b3bd62fa7889} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:51.265813 [ 259 ] {5a9bb4e4-5b73-445b-8263-b3bd62fa7889} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:55:51.265884 [ 195 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.006594275 sec., 365923.47149610834 rows/sec., 29.39 MiB/sec. 2026.03.19 00:55:51.265962 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.19 00:55:51.266305 [ 192 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.19 00:55:51.266569 [ 259 ] {5a9bb4e4-5b73-445b-8263-b3bd62fa7889} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 00:55:51.266611 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_6_1} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:51.266689 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_6_1} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.19 00:55:51.266783 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.03.19 00:55:51.266930 [ 192 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_6_1} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:51.267024 [ 192 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_6_1} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.19 00:55:51.267099 [ 259 ] {5a9bb4e4-5b73-445b-8263-b3bd62fa7889} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:51.267110 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2026.03.19 00:55:51.267252 [ 259 ] {5a9bb4e4-5b73-445b-8263-b3bd62fa7889} executeQuery: Read 10 rows, 18.35 KiB in 0.002309 sec., 4330.8791684712 rows/sec., 7.76 MiB/sec. 2026.03.19 00:55:51.267309 [ 259 ] {5a9bb4e4-5b73-445b-8263-b3bd62fa7889} TCPHandler: Processed in 0.002509225 sec. 2026.03.19 00:55:51.267418 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:51.267596 [ 259 ] {fcf1c32c-8644-4705-9e6d-54aa2ba0bb67} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:55:51.267638 [ 259 ] {fcf1c32c-8644-4705-9e6d-54aa2ba0bb67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:55:51.267969 [ 259 ] {fcf1c32c-8644-4705-9e6d-54aa2ba0bb67} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:51.268006 [ 259 ] {fcf1c32c-8644-4705-9e6d-54aa2ba0bb67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:55:51.268440 [ 259 ] {fcf1c32c-8644-4705-9e6d-54aa2ba0bb67} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 00:55:51.268674 [ 196 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 3088 rows, containing 5 columns (5 merged, 0 gathered) in 0.003886205 sec., 794605.5341908108 rows/sec., 52.92 MiB/sec. 2026.03.19 00:55:51.268913 [ 259 ] {fcf1c32c-8644-4705-9e6d-54aa2ba0bb67} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:51.269018 [ 97 ] {} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.19 00:55:51.269042 [ 259 ] {fcf1c32c-8644-4705-9e6d-54aa2ba0bb67} executeQuery: Read 60 rows, 4.14 KiB in 0.001472 sec., 40760.86956521739 rows/sec., 2.75 MiB/sec. 2026.03.19 00:55:51.269156 [ 97 ] {} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:51.269161 [ 192 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.19 00:55:51.269179 [ 259 ] {fcf1c32c-8644-4705-9e6d-54aa2ba0bb67} TCPHandler: Processed in 0.00182569 sec. 2026.03.19 00:55:51.269188 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:55:51.269305 [ 196 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::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.03.19 00:55:51.269414 [ 196 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:55:51.269441 [ 196 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::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.03.19 00:55:51.269510 [ 196 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::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.03.19 00:55:51.269554 [ 196 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::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.03.19 00:55:51.269596 [ 196 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2026.03.19 00:55:51.269632 [ 196 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 48 rows starting from the beginning of the part 2026.03.19 00:55:51.269668 [ 192 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_6_1} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:51.269673 [ 196 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::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.03.19 00:55:51.269738 [ 192 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_6_1} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.19 00:55:51.269814 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2026.03.19 00:55:51.270592 [ 194 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 300 rows, containing 4 columns (4 merged, 0 gathered) in 0.0013184 sec., 227548.5436893204 rows/sec., 15.34 MiB/sec. 2026.03.19 00:55:51.270796 [ 192 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.19 00:55:51.271254 [ 192 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_6_1} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:51.271312 [ 192 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_6_1} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.19 00:55:51.271361 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.19 00:55:55.551496 [ 91 ] {} DNSResolver: Updating DNS cache 2026.03.19 00:55:55.551559 [ 91 ] {} DNSResolver: Updated DNS cache 2026.03.19 00:55:55.614500 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2857 2026.03.19 00:55:55.614989 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:55.615034 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:55:55.615572 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 00:55:55.615845 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:55.615984 [ 91 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.19 00:55:55.616033 [ 91 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:55.616056 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:55:55.616166 [ 196 ] {c4062d85-5db1-44cf-991b-11480bbd7783::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.03.19 00:55:55.616203 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2857 2026.03.19 00:55:55.616277 [ 196 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:55:55.616309 [ 196 ] {c4062d85-5db1-44cf-991b-11480bbd7783::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.03.19 00:55:55.616366 [ 196 ] {c4062d85-5db1-44cf-991b-11480bbd7783::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.03.19 00:55:55.616412 [ 196 ] {c4062d85-5db1-44cf-991b-11480bbd7783::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.03.19 00:55:55.616456 [ 196 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 433 rows starting from the beginning of the part 2026.03.19 00:55:55.616501 [ 196 ] {c4062d85-5db1-44cf-991b-11480bbd7783::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.03.19 00:55:55.616552 [ 196 ] {c4062d85-5db1-44cf-991b-11480bbd7783::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.03.19 00:55:55.640761 [ 194 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2857 rows, containing 4 columns (4 merged, 0 gathered) in 0.024636723 sec., 115965.09811795993 rows/sec., 1.66 MiB/sec. 2026.03.19 00:55:55.641645 [ 195 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.19 00:55:55.642016 [ 195 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_6_1} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:55.642102 [ 195 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_6_1} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.19 00:55:55.642205 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. 2026.03.19 00:55:55.759480 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.03.19 00:55:55.777414 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:55.777478 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:55:55.783862 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 00:55:55.784564 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:55.784863 [ 91 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.19 00:55:55.784932 [ 91 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:55.784956 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:55:55.785053 [ 195 ] {b8c8652d-7579-4eae-94e9-90637c55b388::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.03.19 00:55:55.787757 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.03.19 00:55:55.788124 [ 195 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:55:55.788874 [ 195 ] {b8c8652d-7579-4eae-94e9-90637c55b388::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.03.19 00:55:55.792390 [ 195 ] {b8c8652d-7579-4eae-94e9-90637c55b388::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.03.19 00:55:55.795953 [ 195 ] {b8c8652d-7579-4eae-94e9-90637c55b388::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.03.19 00:55:55.799791 [ 195 ] {b8c8652d-7579-4eae-94e9-90637c55b388::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.03.19 00:55:55.807276 [ 195 ] {b8c8652d-7579-4eae-94e9-90637c55b388::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.03.19 00:55:55.812357 [ 195 ] {b8c8652d-7579-4eae-94e9-90637c55b388::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.03.19 00:55:55.871454 [ 194 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.086425333 sec., 532.2513481087774 rows/sec., 2.75 MiB/sec. 2026.03.19 00:55:55.873228 [ 199 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.19 00:55:55.875002 [ 199 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_6_1} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:55.875093 [ 199 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_6_1} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.19 00:55:55.876254 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.03.19 00:55:56.000311 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 194.19 MiB, peak 203.73 MiB, free memory in arenas 0.00 B, will set to 204.48 MiB (RSS), difference: 10.29 MiB 2026.03.19 00:55:56.258796 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:56.258974 [ 259 ] {3844c93e-070e-4d81-b0ff-28a429a945ad} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:55:56.259043 [ 259 ] {3844c93e-070e-4d81-b0ff-28a429a945ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:55:56.259690 [ 259 ] {3844c93e-070e-4d81-b0ff-28a429a945ad} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:56.259738 [ 259 ] {3844c93e-070e-4d81-b0ff-28a429a945ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:55:56.260098 [ 259 ] {3844c93e-070e-4d81-b0ff-28a429a945ad} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 00:55:56.260311 [ 259 ] {3844c93e-070e-4d81-b0ff-28a429a945ad} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:56.260527 [ 259 ] {3844c93e-070e-4d81-b0ff-28a429a945ad} executeQuery: Read 82 rows, 6.85 KiB in 0.0016 sec., 51250 rows/sec., 4.18 MiB/sec. 2026.03.19 00:55:56.260573 [ 259 ] {3844c93e-070e-4d81-b0ff-28a429a945ad} TCPHandler: Processed in 0.001902422 sec. 2026.03.19 00:55:56.260704 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:56.260806 [ 259 ] {d33ec718-9408-4b82-b8a4-ad441925424b} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:55:56.260849 [ 259 ] {d33ec718-9408-4b82-b8a4-ad441925424b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:55:56.261260 [ 259 ] {d33ec718-9408-4b82-b8a4-ad441925424b} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:56.261294 [ 259 ] {d33ec718-9408-4b82-b8a4-ad441925424b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:55:56.261589 [ 259 ] {d33ec718-9408-4b82-b8a4-ad441925424b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 00:55:56.261816 [ 259 ] {d33ec718-9408-4b82-b8a4-ad441925424b} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:56.261946 [ 259 ] {d33ec718-9408-4b82-b8a4-ad441925424b} executeQuery: Read 13 rows, 1001.00 B in 0.001162 sec., 11187.607573149742 rows/sec., 841.26 KiB/sec. 2026.03.19 00:55:56.261983 [ 259 ] {d33ec718-9408-4b82-b8a4-ad441925424b} TCPHandler: Processed in 0.00133256 sec. 2026.03.19 00:55:56.262095 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:56.262191 [ 259 ] {5d215d1f-9305-4358-92df-40e07e20075e} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:55:56.262231 [ 259 ] {5d215d1f-9305-4358-92df-40e07e20075e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:55:56.262625 [ 259 ] {5d215d1f-9305-4358-92df-40e07e20075e} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:56.262660 [ 259 ] {5d215d1f-9305-4358-92df-40e07e20075e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:55:56.262945 [ 259 ] {5d215d1f-9305-4358-92df-40e07e20075e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 00:55:56.263143 [ 259 ] {5d215d1f-9305-4358-92df-40e07e20075e} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:56.263256 [ 259 ] {5d215d1f-9305-4358-92df-40e07e20075e} executeQuery: Read 80 rows, 6.40 KiB in 0.001143 sec., 69991.2510936133 rows/sec., 5.47 MiB/sec. 2026.03.19 00:55:56.263290 [ 259 ] {5d215d1f-9305-4358-92df-40e07e20075e} TCPHandler: Processed in 0.001305419 sec. 2026.03.19 00:55:56.263463 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:56.263558 [ 259 ] {1cf54d6a-f269-4a1a-b0d1-0fd49a57e47e} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:55:56.263601 [ 259 ] {1cf54d6a-f269-4a1a-b0d1-0fd49a57e47e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:55:56.263998 [ 259 ] {1cf54d6a-f269-4a1a-b0d1-0fd49a57e47e} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:56.264032 [ 259 ] {1cf54d6a-f269-4a1a-b0d1-0fd49a57e47e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:55:56.264350 [ 259 ] {1cf54d6a-f269-4a1a-b0d1-0fd49a57e47e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 00:55:56.264564 [ 259 ] {1cf54d6a-f269-4a1a-b0d1-0fd49a57e47e} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:56.264690 [ 259 ] {1cf54d6a-f269-4a1a-b0d1-0fd49a57e47e} executeQuery: Read 160 rows, 11.41 KiB in 0.001151 sec., 139009.55690703736 rows/sec., 9.68 MiB/sec. 2026.03.19 00:55:56.264727 [ 259 ] {1cf54d6a-f269-4a1a-b0d1-0fd49a57e47e} TCPHandler: Processed in 0.001313149 sec. 2026.03.19 00:55:56.264850 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:56.264974 [ 259 ] {92d047cd-b1cd-40b5-81c6-9be02ed833f1} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:55:56.265042 [ 259 ] {92d047cd-b1cd-40b5-81c6-9be02ed833f1} 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.03.19 00:55:56.265826 [ 259 ] {92d047cd-b1cd-40b5-81c6-9be02ed833f1} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:56.265860 [ 259 ] {92d047cd-b1cd-40b5-81c6-9be02ed833f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:55:56.266401 [ 259 ] {92d047cd-b1cd-40b5-81c6-9be02ed833f1} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 00:55:56.266628 [ 259 ] {92d047cd-b1cd-40b5-81c6-9be02ed833f1} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:56.266765 [ 259 ] {92d047cd-b1cd-40b5-81c6-9be02ed833f1} executeQuery: Read 13 rows, 23.85 KiB in 0.001816 sec., 7158.590308370044 rows/sec., 12.83 MiB/sec. 2026.03.19 00:55:56.266820 [ 259 ] {92d047cd-b1cd-40b5-81c6-9be02ed833f1} TCPHandler: Processed in 0.002029975 sec. 2026.03.19 00:55:56.266933 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:56.267028 [ 259 ] {b9cadab1-e52c-458d-b3b1-39968a31e4a5} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.19 00:55:56.267076 [ 259 ] {b9cadab1-e52c-458d-b3b1-39968a31e4a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.19 00:55:56.267397 [ 259 ] {b9cadab1-e52c-458d-b3b1-39968a31e4a5} oximeter.measurements_i64 (96a5c210-3318-45f0-91ce-1259c93a75e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:56.267432 [ 259 ] {b9cadab1-e52c-458d-b3b1-39968a31e4a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:55:56.267733 [ 259 ] {b9cadab1-e52c-458d-b3b1-39968a31e4a5} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 00:55:56.267941 [ 259 ] {b9cadab1-e52c-458d-b3b1-39968a31e4a5} oximeter.measurements_i64 (96a5c210-3318-45f0-91ce-1259c93a75e3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:56.268067 [ 259 ] {b9cadab1-e52c-458d-b3b1-39968a31e4a5} executeQuery: Read 3 rows, 217.00 B in 0.001058 sec., 2835.5387523629493 rows/sec., 200.30 KiB/sec. 2026.03.19 00:55:56.268104 [ 259 ] {b9cadab1-e52c-458d-b3b1-39968a31e4a5} TCPHandler: Processed in 0.001220227 sec. 2026.03.19 00:55:56.268211 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:55:56.268304 [ 259 ] {eb9ac2a9-d785-4d35-9f3a-d56c1f307e75} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:55:56.268346 [ 259 ] {eb9ac2a9-d785-4d35-9f3a-d56c1f307e75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:55:56.268715 [ 259 ] {eb9ac2a9-d785-4d35-9f3a-d56c1f307e75} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:55:56.268756 [ 259 ] {eb9ac2a9-d785-4d35-9f3a-d56c1f307e75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:55:56.269131 [ 259 ] {eb9ac2a9-d785-4d35-9f3a-d56c1f307e75} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 00:55:56.269490 [ 259 ] {eb9ac2a9-d785-4d35-9f3a-d56c1f307e75} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:55:56.269652 [ 259 ] {eb9ac2a9-d785-4d35-9f3a-d56c1f307e75} executeQuery: Read 60 rows, 4.14 KiB in 0.001364 sec., 43988.26979472141 rows/sec., 2.96 MiB/sec. 2026.03.19 00:55:56.269696 [ 259 ] {eb9ac2a9-d785-4d35-9f3a-d56c1f307e75} TCPHandler: Processed in 0.001532623 sec. 2026.03.19 00:56:00.610384 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 266 2026.03.19 00:56:00.612378 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:00.612430 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:00.613558 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 00:56:00.613834 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:00.614135 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 266 2026.03.19 00:56:01.257674 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:01.257846 [ 259 ] {1401467c-bb4d-4953-af13-857bd49d7869} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:56:01.257908 [ 259 ] {1401467c-bb4d-4953-af13-857bd49d7869} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:56:01.258641 [ 259 ] {1401467c-bb4d-4953-af13-857bd49d7869} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:01.258681 [ 259 ] {1401467c-bb4d-4953-af13-857bd49d7869} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:01.259061 [ 259 ] {1401467c-bb4d-4953-af13-857bd49d7869} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 00:56:01.259288 [ 259 ] {1401467c-bb4d-4953-af13-857bd49d7869} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:01.259432 [ 259 ] {1401467c-bb4d-4953-af13-857bd49d7869} executeQuery: Read 76 rows, 6.39 KiB in 0.001633 sec., 46540.11022657686 rows/sec., 3.82 MiB/sec. 2026.03.19 00:56:01.259477 [ 259 ] {1401467c-bb4d-4953-af13-857bd49d7869} TCPHandler: Processed in 0.001922683 sec. 2026.03.19 00:56:01.259616 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:01.259717 [ 259 ] {a6ae6206-f421-4927-a506-2e65d5dc98ff} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:56:01.259765 [ 259 ] {a6ae6206-f421-4927-a506-2e65d5dc98ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:56:01.260259 [ 259 ] {a6ae6206-f421-4927-a506-2e65d5dc98ff} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:01.260292 [ 259 ] {a6ae6206-f421-4927-a506-2e65d5dc98ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:01.260574 [ 259 ] {a6ae6206-f421-4927-a506-2e65d5dc98ff} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 00:56:01.260772 [ 259 ] {a6ae6206-f421-4927-a506-2e65d5dc98ff} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:01.260868 [ 79 ] {} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.19 00:56:01.260891 [ 259 ] {a6ae6206-f421-4927-a506-2e65d5dc98ff} executeQuery: Read 10 rows, 770.00 B in 0.001199 sec., 8340.283569641368 rows/sec., 627.15 KiB/sec. 2026.03.19 00:56:01.260922 [ 79 ] {} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:01.260936 [ 259 ] {a6ae6206-f421-4927-a506-2e65d5dc98ff} TCPHandler: Processed in 0.001379641 sec. 2026.03.19 00:56:01.260942 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:01.261126 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:01.261126 [ 197 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::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.03.19 00:56:01.261221 [ 259 ] {51fd5d41-c168-42fd-a164-8d6f4de00937} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:56:01.261263 [ 259 ] {51fd5d41-c168-42fd-a164-8d6f4de00937} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:56:01.261312 [ 197 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:56:01.261362 [ 197 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part 2026.03.19 00:56:01.261472 [ 197 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2026.03.19 00:56:01.261527 [ 197 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 32 rows starting from the beginning of the part 2026.03.19 00:56:01.261577 [ 197 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2026.03.19 00:56:01.261624 [ 197 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 13 rows starting from the beginning of the part 2026.03.19 00:56:01.261671 [ 197 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 10 rows starting from the beginning of the part 2026.03.19 00:56:01.261768 [ 259 ] {51fd5d41-c168-42fd-a164-8d6f4de00937} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:01.261805 [ 259 ] {51fd5d41-c168-42fd-a164-8d6f4de00937} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:01.262238 [ 259 ] {51fd5d41-c168-42fd-a164-8d6f4de00937} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 00:56:01.262484 [ 259 ] {51fd5d41-c168-42fd-a164-8d6f4de00937} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:01.262617 [ 259 ] {51fd5d41-c168-42fd-a164-8d6f4de00937} executeQuery: Read 74 rows, 5.92 KiB in 0.001414 sec., 52333.80480905234 rows/sec., 4.09 MiB/sec. 2026.03.19 00:56:01.262621 [ 194 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 93 rows, containing 5 columns (5 merged, 0 gathered) in 0.001569855 sec., 59241.14010529635 rows/sec., 4.57 MiB/sec. 2026.03.19 00:56:01.262654 [ 259 ] {51fd5d41-c168-42fd-a164-8d6f4de00937} TCPHandler: Processed in 0.001583585 sec. 2026.03.19 00:56:01.262781 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:01.262829 [ 193 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.19 00:56:01.262874 [ 259 ] {c5269d2f-ce7d-47a3-a8f9-b20fcc92d337} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:56:01.262920 [ 259 ] {c5269d2f-ce7d-47a3-a8f9-b20fcc92d337} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:56:01.263135 [ 193 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_6_1} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:01.263208 [ 193 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_6_1} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.19 00:56:01.263275 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.03.19 00:56:01.263323 [ 259 ] {c5269d2f-ce7d-47a3-a8f9-b20fcc92d337} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:01.263362 [ 259 ] {c5269d2f-ce7d-47a3-a8f9-b20fcc92d337} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:01.263678 [ 259 ] {c5269d2f-ce7d-47a3-a8f9-b20fcc92d337} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 00:56:01.263885 [ 259 ] {c5269d2f-ce7d-47a3-a8f9-b20fcc92d337} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:01.264007 [ 259 ] {c5269d2f-ce7d-47a3-a8f9-b20fcc92d337} executeQuery: Read 160 rows, 11.41 KiB in 0.001151 sec., 139009.55690703736 rows/sec., 9.68 MiB/sec. 2026.03.19 00:56:01.264040 [ 259 ] {c5269d2f-ce7d-47a3-a8f9-b20fcc92d337} TCPHandler: Processed in 0.001314429 sec. 2026.03.19 00:56:01.264136 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:01.264226 [ 259 ] {d6f5b1e5-8fe6-42ab-9643-cf634a1228af} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:56:01.264278 [ 259 ] {d6f5b1e5-8fe6-42ab-9643-cf634a1228af} 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.03.19 00:56:01.264975 [ 259 ] {d6f5b1e5-8fe6-42ab-9643-cf634a1228af} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:01.265007 [ 259 ] {d6f5b1e5-8fe6-42ab-9643-cf634a1228af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:01.265479 [ 259 ] {d6f5b1e5-8fe6-42ab-9643-cf634a1228af} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 00:56:01.265685 [ 259 ] {d6f5b1e5-8fe6-42ab-9643-cf634a1228af} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:01.265775 [ 79 ] {} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.19 00:56:01.265812 [ 259 ] {d6f5b1e5-8fe6-42ab-9643-cf634a1228af} executeQuery: Read 10 rows, 18.35 KiB in 0.001604 sec., 6234.413965087282 rows/sec., 11.17 MiB/sec. 2026.03.19 00:56:01.265817 [ 79 ] {} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:01.265845 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:01.265859 [ 259 ] {d6f5b1e5-8fe6-42ab-9643-cf634a1228af} TCPHandler: Processed in 0.001769929 sec. 2026.03.19 00:56:01.265935 [ 197 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::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.03.19 00:56:01.265969 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:01.266066 [ 259 ] {f31e2085-4bde-41f1-bf1e-4105cdf0de12} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:56:01.266106 [ 259 ] {f31e2085-4bde-41f1-bf1e-4105cdf0de12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:56:01.266163 [ 197 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:56:01.266230 [ 197 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part 2026.03.19 00:56:01.266359 [ 197 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2026.03.19 00:56:01.266429 [ 259 ] {f31e2085-4bde-41f1-bf1e-4105cdf0de12} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:01.266468 [ 259 ] {f31e2085-4bde-41f1-bf1e-4105cdf0de12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:01.266484 [ 197 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part 2026.03.19 00:56:01.266606 [ 197 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2026.03.19 00:56:01.266725 [ 197 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 13 rows starting from the beginning of the part 2026.03.19 00:56:01.266767 [ 259 ] {f31e2085-4bde-41f1-bf1e-4105cdf0de12} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 00:56:01.266847 [ 197 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 10 rows starting from the beginning of the part 2026.03.19 00:56:01.266978 [ 259 ] {f31e2085-4bde-41f1-bf1e-4105cdf0de12} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:01.267103 [ 259 ] {f31e2085-4bde-41f1-bf1e-4105cdf0de12} executeQuery: Read 60 rows, 4.14 KiB in 0.001056 sec., 56818.181818181816 rows/sec., 3.83 MiB/sec. 2026.03.19 00:56:01.267137 [ 259 ] {f31e2085-4bde-41f1-bf1e-4105cdf0de12} TCPHandler: Processed in 0.001214677 sec. 2026.03.19 00:56:01.268469 [ 197 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 67 rows, containing 19 columns (19 merged, 0 gathered) in 0.002568727 sec., 26082.958601673126 rows/sec., 46.74 MiB/sec. 2026.03.19 00:56:01.268675 [ 197 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.19 00:56:01.268948 [ 197 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_6_1} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:01.269004 [ 197 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_6_1} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.19 00:56:01.269067 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.03.19 00:56:03.116442 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3369 2026.03.19 00:56:03.116926 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:03.116964 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:03.117510 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 00:56:03.117760 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:03.117902 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3369 2026.03.19 00:56:03.287958 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.03.19 00:56:03.305985 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:03.306045 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:03.311528 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 00:56:03.312204 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:03.315335 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.03.19 00:56:06.258352 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:06.258545 [ 259 ] {2c18dc1d-c570-4193-a927-726c6b4aac54} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:56:06.258612 [ 259 ] {2c18dc1d-c570-4193-a927-726c6b4aac54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:56:06.259342 [ 259 ] {2c18dc1d-c570-4193-a927-726c6b4aac54} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:06.259385 [ 259 ] {2c18dc1d-c570-4193-a927-726c6b4aac54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:06.259819 [ 259 ] {2c18dc1d-c570-4193-a927-726c6b4aac54} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 00:56:06.260047 [ 259 ] {2c18dc1d-c570-4193-a927-726c6b4aac54} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:06.260198 [ 259 ] {2c18dc1d-c570-4193-a927-726c6b4aac54} executeQuery: Read 108 rows, 9.28 KiB in 0.001647 sec., 65573.77049180328 rows/sec., 5.50 MiB/sec. 2026.03.19 00:56:06.260245 [ 259 ] {2c18dc1d-c570-4193-a927-726c6b4aac54} TCPHandler: Processed in 0.001973874 sec. 2026.03.19 00:56:06.260368 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:06.260469 [ 259 ] {e1a84abb-9abd-4b1c-a1f5-aaec79429604} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:56:06.260512 [ 259 ] {e1a84abb-9abd-4b1c-a1f5-aaec79429604} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:56:06.260895 [ 259 ] {e1a84abb-9abd-4b1c-a1f5-aaec79429604} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:06.260930 [ 259 ] {e1a84abb-9abd-4b1c-a1f5-aaec79429604} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:06.261196 [ 259 ] {e1a84abb-9abd-4b1c-a1f5-aaec79429604} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 00:56:06.261387 [ 259 ] {e1a84abb-9abd-4b1c-a1f5-aaec79429604} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:06.261505 [ 259 ] {e1a84abb-9abd-4b1c-a1f5-aaec79429604} executeQuery: Read 26 rows, 1.96 KiB in 0.001115 sec., 23318.385650224212 rows/sec., 1.71 MiB/sec. 2026.03.19 00:56:06.261539 [ 259 ] {e1a84abb-9abd-4b1c-a1f5-aaec79429604} TCPHandler: Processed in 0.001278478 sec. 2026.03.19 00:56:06.261702 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:06.261796 [ 259 ] {67d3a1fb-1c84-4658-9163-0f17d6d31485} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:56:06.261835 [ 259 ] {67d3a1fb-1c84-4658-9163-0f17d6d31485} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:56:06.262237 [ 259 ] {67d3a1fb-1c84-4658-9163-0f17d6d31485} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:06.262273 [ 259 ] {67d3a1fb-1c84-4658-9163-0f17d6d31485} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:06.262561 [ 259 ] {67d3a1fb-1c84-4658-9163-0f17d6d31485} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 00:56:06.262757 [ 259 ] {67d3a1fb-1c84-4658-9163-0f17d6d31485} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:06.262871 [ 259 ] {67d3a1fb-1c84-4658-9163-0f17d6d31485} executeQuery: Read 96 rows, 7.71 KiB in 0.001107 sec., 86720.86720867209 rows/sec., 6.80 MiB/sec. 2026.03.19 00:56:06.262904 [ 259 ] {67d3a1fb-1c84-4658-9163-0f17d6d31485} TCPHandler: Processed in 0.001263178 sec. 2026.03.19 00:56:06.263006 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:06.263092 [ 259 ] {ea0c1599-7d48-49be-bb2d-c829488805ac} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:56:06.263132 [ 259 ] {ea0c1599-7d48-49be-bb2d-c829488805ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:56:06.263488 [ 259 ] {ea0c1599-7d48-49be-bb2d-c829488805ac} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:06.263521 [ 259 ] {ea0c1599-7d48-49be-bb2d-c829488805ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:06.263894 [ 259 ] {ea0c1599-7d48-49be-bb2d-c829488805ac} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 00:56:06.264095 [ 259 ] {ea0c1599-7d48-49be-bb2d-c829488805ac} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:06.264217 [ 259 ] {ea0c1599-7d48-49be-bb2d-c829488805ac} executeQuery: Read 160 rows, 11.41 KiB in 0.001114 sec., 143626.5709156194 rows/sec., 10.00 MiB/sec. 2026.03.19 00:56:06.264252 [ 259 ] {ea0c1599-7d48-49be-bb2d-c829488805ac} TCPHandler: Processed in 0.001272798 sec. 2026.03.19 00:56:06.264347 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:06.264438 [ 259 ] {29423601-7282-47c9-941e-6bdc92ad59fa} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:56:06.264491 [ 259 ] {29423601-7282-47c9-941e-6bdc92ad59fa} 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.03.19 00:56:06.265189 [ 259 ] {29423601-7282-47c9-941e-6bdc92ad59fa} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:06.265222 [ 259 ] {29423601-7282-47c9-941e-6bdc92ad59fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:06.265760 [ 259 ] {29423601-7282-47c9-941e-6bdc92ad59fa} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 00:56:06.265960 [ 259 ] {29423601-7282-47c9-941e-6bdc92ad59fa} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:06.266080 [ 259 ] {29423601-7282-47c9-941e-6bdc92ad59fa} executeQuery: Read 26 rows, 47.71 KiB in 0.001686 sec., 15421.115065243179 rows/sec., 27.63 MiB/sec. 2026.03.19 00:56:06.266130 [ 259 ] {29423601-7282-47c9-941e-6bdc92ad59fa} TCPHandler: Processed in 0.001858001 sec. 2026.03.19 00:56:06.266230 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:06.266317 [ 259 ] {e2e31a15-8364-44d2-973d-6c0a2dbb9bab} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.19 00:56:06.266356 [ 259 ] {e2e31a15-8364-44d2-973d-6c0a2dbb9bab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.19 00:56:06.266715 [ 259 ] {e2e31a15-8364-44d2-973d-6c0a2dbb9bab} oximeter.measurements_i64 (96a5c210-3318-45f0-91ce-1259c93a75e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:06.266752 [ 259 ] {e2e31a15-8364-44d2-973d-6c0a2dbb9bab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:06.267037 [ 259 ] {e2e31a15-8364-44d2-973d-6c0a2dbb9bab} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 00:56:06.267237 [ 259 ] {e2e31a15-8364-44d2-973d-6c0a2dbb9bab} oximeter.measurements_i64 (96a5c210-3318-45f0-91ce-1259c93a75e3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:06.267358 [ 259 ] {e2e31a15-8364-44d2-973d-6c0a2dbb9bab} executeQuery: Read 12 rows, 955.00 B in 0.001016 sec., 11811.023622047245 rows/sec., 917.93 KiB/sec. 2026.03.19 00:56:06.267393 [ 259 ] {e2e31a15-8364-44d2-973d-6c0a2dbb9bab} TCPHandler: Processed in 0.001172046 sec. 2026.03.19 00:56:06.267490 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:06.267580 [ 259 ] {f8160f3b-e7de-4ffa-8db9-a02284bb3a18} executeQuery: (from [fd00:1122:3344:101::d]:57086) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:56:06.267620 [ 259 ] {f8160f3b-e7de-4ffa-8db9-a02284bb3a18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:56:06.267915 [ 259 ] {f8160f3b-e7de-4ffa-8db9-a02284bb3a18} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:06.267948 [ 259 ] {f8160f3b-e7de-4ffa-8db9-a02284bb3a18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:06.268214 [ 259 ] {f8160f3b-e7de-4ffa-8db9-a02284bb3a18} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 00:56:06.268401 [ 259 ] {f8160f3b-e7de-4ffa-8db9-a02284bb3a18} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:06.268514 [ 259 ] {f8160f3b-e7de-4ffa-8db9-a02284bb3a18} executeQuery: Read 60 rows, 4.14 KiB in 0.001007 sec., 59582.91956305858 rows/sec., 4.02 MiB/sec. 2026.03.19 00:56:06.268546 [ 259 ] {f8160f3b-e7de-4ffa-8db9-a02284bb3a18} TCPHandler: Processed in 0.001159646 sec. 2026.03.19 00:56:10.437427 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54783 2026.03.19 00:56:10.437544 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:56:10.437575 [ 289 ] {} TCP-Session: d19dfc1d-0aed-49f8-b997-781b73e7e7db Authenticating user 'default' from [fd00:1122:3344:101::e]:54783 2026.03.19 00:56:10.437601 [ 289 ] {} TCP-Session: d19dfc1d-0aed-49f8-b997-781b73e7e7db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.437617 [ 289 ] {} TCP-Session: d19dfc1d-0aed-49f8-b997-781b73e7e7db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.437850 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52098 2026.03.19 00:56:10.437883 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61785 2026.03.19 00:56:10.437905 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61215 2026.03.19 00:56:10.437948 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32877 2026.03.19 00:56:10.437925 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56038 2026.03.19 00:56:10.437991 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:56:10.438016 [ 289 ] {} TCP-Session: d19dfc1d-0aed-49f8-b997-781b73e7e7db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:10.438037 [ 292 ] {} TCP-Session: dcd4ef53-f6cb-4be0-88b9-e91e658ece13 Authenticating user 'default' from [fd00:1122:3344:101::e]:61785 2026.03.19 00:56:10.437987 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:56:10.438061 [ 292 ] {} TCP-Session: dcd4ef53-f6cb-4be0-88b9-e91e658ece13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.437921 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35234 2026.03.19 00:56:10.438095 [ 292 ] {} TCP-Session: dcd4ef53-f6cb-4be0-88b9-e91e658ece13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.438091 [ 290 ] {} TCP-Session: ba816e15-b8cb-4ed4-be9e-3caf436210cb Authenticating user 'default' from [fd00:1122:3344:101::e]:52098 2026.03.19 00:56:10.437876 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34382 2026.03.19 00:56:10.438168 [ 290 ] {} TCP-Session: ba816e15-b8cb-4ed4-be9e-3caf436210cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.437973 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57892 2026.03.19 00:56:10.438212 [ 289 ] {c30e3286-c954-4ad8-9fb1-12da6c072da9} executeQuery: (from [fd00:1122:3344:101::e]:54783) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 00:56:10.438203 [ 290 ] {} TCP-Session: ba816e15-b8cb-4ed4-be9e-3caf436210cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.438430 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:56:10.438440 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:56:10.438461 [ 294 ] {} TCP-Session: 4dd8f143-183f-40ef-b283-a8624a72e698 Authenticating user 'default' from [fd00:1122:3344:101::e]:35234 2026.03.19 00:56:10.438475 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:56:10.438485 [ 291 ] {} TCP-Session: afb92212-a688-4d9a-9fdb-5728ba39e708 Authenticating user 'default' from [fd00:1122:3344:101::e]:34382 2026.03.19 00:56:10.438487 [ 294 ] {} TCP-Session: 4dd8f143-183f-40ef-b283-a8624a72e698 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.438515 [ 286 ] {} TCP-Session: 82f33083-85f3-4a5a-bf5b-80e7b97e46f3 Authenticating user 'default' from [fd00:1122:3344:101::e]:56038 2026.03.19 00:56:10.438531 [ 291 ] {} TCP-Session: afb92212-a688-4d9a-9fdb-5728ba39e708 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.438541 [ 294 ] {} TCP-Session: 4dd8f143-183f-40ef-b283-a8624a72e698 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.438558 [ 286 ] {} TCP-Session: 82f33083-85f3-4a5a-bf5b-80e7b97e46f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.438568 [ 291 ] {} TCP-Session: afb92212-a688-4d9a-9fdb-5728ba39e708 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.438597 [ 286 ] {} TCP-Session: 82f33083-85f3-4a5a-bf5b-80e7b97e46f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.438623 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:56:10.438629 [ 289 ] {c30e3286-c954-4ad8-9fb1-12da6c072da9} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 00:56:10.438660 [ 293 ] {} TCP-Session: d53ba962-3977-4da8-a8cc-3352a7ca6235 Authenticating user 'default' from [fd00:1122:3344:101::e]:61215 2026.03.19 00:56:10.438629 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:56:10.438690 [ 293 ] {} TCP-Session: d53ba962-3977-4da8-a8cc-3352a7ca6235 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.438707 [ 289 ] {c30e3286-c954-4ad8-9fb1-12da6c072da9} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:56:10.438726 [ 293 ] {} TCP-Session: d53ba962-3977-4da8-a8cc-3352a7ca6235 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.438727 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:56:10.438729 [ 288 ] {} TCP-Session: fa91631a-c2d9-4a4f-9563-94859a455f80 Authenticating user 'default' from [fd00:1122:3344:101::e]:57892 2026.03.19 00:56:10.438775 [ 287 ] {} TCP-Session: 162ca21f-6d80-4526-924e-554733545957 Authenticating user 'default' from [fd00:1122:3344:101::e]:32877 2026.03.19 00:56:10.438798 [ 288 ] {} TCP-Session: fa91631a-c2d9-4a4f-9563-94859a455f80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.438804 [ 287 ] {} TCP-Session: 162ca21f-6d80-4526-924e-554733545957 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.438819 [ 288 ] {} TCP-Session: fa91631a-c2d9-4a4f-9563-94859a455f80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.438835 [ 287 ] {} TCP-Session: 162ca21f-6d80-4526-924e-554733545957 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.439029 [ 289 ] {c30e3286-c954-4ad8-9fb1-12da6c072da9} oximeter.version (9f694a03-7783-4184-bbfb-7ad9e678e8cc) (SelectExecutor): Key condition: unknown 2026.03.19 00:56:10.440369 [ 313 ] {c30e3286-c954-4ad8-9fb1-12da6c072da9} AggregatingTransform: Aggregating 2026.03.19 00:56:10.440417 [ 313 ] {c30e3286-c954-4ad8-9fb1-12da6c072da9} Aggregator: Aggregation method: without_key 2026.03.19 00:56:10.440460 [ 313 ] {c30e3286-c954-4ad8-9fb1-12da6c072da9} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00132585 sec. (754.233 rows/sec., 29.46 KiB/sec.) 2026.03.19 00:56:10.440480 [ 313 ] {c30e3286-c954-4ad8-9fb1-12da6c072da9} Aggregator: Merging aggregated data 2026.03.19 00:56:10.441639 [ 289 ] {c30e3286-c954-4ad8-9fb1-12da6c072da9} executeQuery: Read 1 rows, 40.00 B in 0.003489 sec., 286.61507595299514 rows/sec., 11.20 KiB/sec. 2026.03.19 00:56:10.441762 [ 289 ] {c30e3286-c954-4ad8-9fb1-12da6c072da9} TCPHandler: Processed in 0.003929237 sec. 2026.03.19 00:56:10.441847 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.19 00:56:10.441872 [ 289 ] {} TCP-Session: d19dfc1d-0aed-49f8-b997-781b73e7e7db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.441878 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 00:56:10.441896 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 00:56:10.441922 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 00:56:10.441939 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 00:56:10.441956 [ 290 ] {} TCP-Session: ba816e15-b8cb-4ed4-be9e-3caf436210cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.441970 [ 292 ] {} TCP-Session: dcd4ef53-f6cb-4be0-88b9-e91e658ece13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.441977 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.19 00:56:10.441995 [ 293 ] {} TCP-Session: d53ba962-3977-4da8-a8cc-3352a7ca6235 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.441956 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 00:56:10.442033 [ 286 ] {} TCP-Session: 82f33083-85f3-4a5a-bf5b-80e7b97e46f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.441933 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 00:56:10.442071 [ 294 ] {} TCP-Session: 4dd8f143-183f-40ef-b283-a8624a72e698 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.441991 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.19 00:56:10.442113 [ 291 ] {} TCP-Session: afb92212-a688-4d9a-9fdb-5728ba39e708 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.441940 [ 288 ] {} TCP-Session: fa91631a-c2d9-4a4f-9563-94859a455f80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.442144 [ 287 ] {} TCP-Session: 162ca21f-6d80-4526-924e-554733545957 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.503791 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43087 2026.03.19 00:56:10.503863 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:56:10.503887 [ 289 ] {} TCP-Session: d43e3f6c-98ca-439a-aa26-0ab18642fc08 Authenticating user 'default' from [fd00:1122:3344:101::e]:43087 2026.03.19 00:56:10.503905 [ 289 ] {} TCP-Session: d43e3f6c-98ca-439a-aa26-0ab18642fc08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.503917 [ 289 ] {} TCP-Session: d43e3f6c-98ca-439a-aa26-0ab18642fc08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.504115 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60979 2026.03.19 00:56:10.504142 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52818 2026.03.19 00:56:10.504159 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54909 2026.03.19 00:56:10.504180 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38139 2026.03.19 00:56:10.504224 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:56:10.504225 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:56:10.504228 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35635 2026.03.19 00:56:10.504275 [ 289 ] {} TCP-Session: d43e3f6c-98ca-439a-aa26-0ab18642fc08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:10.504273 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:56:10.504268 [ 290 ] {} TCP-Session: 364b4e2a-7488-491d-b078-ff920fce6f68 Authenticating user 'default' from [fd00:1122:3344:101::e]:60979 2026.03.19 00:56:10.504335 [ 286 ] {} TCP-Session: e3116444-4be0-46cf-8f4e-a96c78872a35 Authenticating user 'default' from [fd00:1122:3344:101::e]:38139 2026.03.19 00:56:10.504168 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39307 2026.03.19 00:56:10.504363 [ 286 ] {} TCP-Session: e3116444-4be0-46cf-8f4e-a96c78872a35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.504357 [ 290 ] {} TCP-Session: 364b4e2a-7488-491d-b078-ff920fce6f68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.504405 [ 286 ] {} TCP-Session: e3116444-4be0-46cf-8f4e-a96c78872a35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.504422 [ 290 ] {} TCP-Session: 364b4e2a-7488-491d-b078-ff920fce6f68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.504433 [ 289 ] {7617b15e-2206-4426-9a5b-f5c98156d1b8} executeQuery: (from [fd00:1122:3344:101::e]:43087) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 00:56:10.504442 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:56:10.504129 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35076 2026.03.19 00:56:10.504488 [ 294 ] {} TCP-Session: 393d949f-d299-4913-96c3-3ba500b2f35f Authenticating user 'default' from [fd00:1122:3344:101::e]:39307 2026.03.19 00:56:10.504358 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:56:10.504529 [ 294 ] {} TCP-Session: 393d949f-d299-4913-96c3-3ba500b2f35f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.504251 [ 292 ] {} TCP-Session: d40f895c-1de0-4d67-b81c-c15bb7f03187 Authenticating user 'default' from [fd00:1122:3344:101::e]:52818 2026.03.19 00:56:10.504559 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:56:10.504587 [ 292 ] {} TCP-Session: d40f895c-1de0-4d67-b81c-c15bb7f03187 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.504563 [ 294 ] {} TCP-Session: 393d949f-d299-4913-96c3-3ba500b2f35f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.504612 [ 292 ] {} TCP-Session: d40f895c-1de0-4d67-b81c-c15bb7f03187 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.504609 [ 291 ] {} TCP-Session: 7d652337-27d3-4092-98d5-131be107add7 Authenticating user 'default' from [fd00:1122:3344:101::e]:35076 2026.03.19 00:56:10.504646 [ 289 ] {7617b15e-2206-4426-9a5b-f5c98156d1b8} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 00:56:10.504667 [ 291 ] {} TCP-Session: 7d652337-27d3-4092-98d5-131be107add7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.504561 [ 288 ] {} TCP-Session: 726262b8-8948-4212-8f52-1c00c534d026 Authenticating user 'default' from [fd00:1122:3344:101::e]:35635 2026.03.19 00:56:10.504697 [ 291 ] {} TCP-Session: 7d652337-27d3-4092-98d5-131be107add7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.504708 [ 289 ] {7617b15e-2206-4426-9a5b-f5c98156d1b8} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:56:10.504724 [ 288 ] {} TCP-Session: 726262b8-8948-4212-8f52-1c00c534d026 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.504195 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60689 2026.03.19 00:56:10.504757 [ 288 ] {} TCP-Session: 726262b8-8948-4212-8f52-1c00c534d026 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.504264 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:56:10.504818 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:56:10.504818 [ 293 ] {} TCP-Session: 35e0a49d-70be-4c00-8ccf-f30cd04bff40 Authenticating user 'default' from [fd00:1122:3344:101::e]:54909 2026.03.19 00:56:10.504841 [ 287 ] {} TCP-Session: b2ff995d-c2f8-46a5-9adc-a5442223f3e4 Authenticating user 'default' from [fd00:1122:3344:101::e]:60689 2026.03.19 00:56:10.504845 [ 293 ] {} TCP-Session: 35e0a49d-70be-4c00-8ccf-f30cd04bff40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.504858 [ 287 ] {} TCP-Session: b2ff995d-c2f8-46a5-9adc-a5442223f3e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.504862 [ 293 ] {} TCP-Session: 35e0a49d-70be-4c00-8ccf-f30cd04bff40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.504872 [ 287 ] {} TCP-Session: b2ff995d-c2f8-46a5-9adc-a5442223f3e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.504992 [ 289 ] {7617b15e-2206-4426-9a5b-f5c98156d1b8} oximeter.version (9f694a03-7783-4184-bbfb-7ad9e678e8cc) (SelectExecutor): Key condition: unknown 2026.03.19 00:56:10.505885 [ 320 ] {7617b15e-2206-4426-9a5b-f5c98156d1b8} AggregatingTransform: Aggregating 2026.03.19 00:56:10.505935 [ 320 ] {7617b15e-2206-4426-9a5b-f5c98156d1b8} Aggregator: Aggregation method: without_key 2026.03.19 00:56:10.505978 [ 320 ] {7617b15e-2206-4426-9a5b-f5c98156d1b8} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00088794 sec. (1126.202 rows/sec., 43.99 KiB/sec.) 2026.03.19 00:56:10.505996 [ 320 ] {7617b15e-2206-4426-9a5b-f5c98156d1b8} Aggregator: Merging aggregated data 2026.03.19 00:56:10.507403 [ 289 ] {7617b15e-2206-4426-9a5b-f5c98156d1b8} executeQuery: Read 1 rows, 40.00 B in 0.003017 sec., 331.45508783559825 rows/sec., 12.95 KiB/sec. 2026.03.19 00:56:10.507531 [ 289 ] {7617b15e-2206-4426-9a5b-f5c98156d1b8} TCPHandler: Processed in 0.003341094 sec. 2026.03.19 00:56:10.507645 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.19 00:56:10.507671 [ 289 ] {} TCP-Session: d43e3f6c-98ca-439a-aa26-0ab18642fc08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.507673 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 00:56:10.507692 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 00:56:10.507705 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 00:56:10.507731 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 00:56:10.507744 [ 292 ] {} TCP-Session: d40f895c-1de0-4d67-b81c-c15bb7f03187 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.507747 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.19 00:56:10.507764 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 00:56:10.507781 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.19 00:56:10.507805 [ 286 ] {} TCP-Session: e3116444-4be0-46cf-8f4e-a96c78872a35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.507822 [ 294 ] {} TCP-Session: 393d949f-d299-4913-96c3-3ba500b2f35f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.507840 [ 287 ] {} TCP-Session: b2ff995d-c2f8-46a5-9adc-a5442223f3e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.507773 [ 291 ] {} TCP-Session: 7d652337-27d3-4092-98d5-131be107add7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.507727 [ 290 ] {} TCP-Session: 364b4e2a-7488-491d-b078-ff920fce6f68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.507760 [ 293 ] {} TCP-Session: 35e0a49d-70be-4c00-8ccf-f30cd04bff40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.507733 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 00:56:10.507962 [ 288 ] {} TCP-Session: 726262b8-8948-4212-8f52-1c00c534d026 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:10.551594 [ 55 ] {} DNSResolver: Updating DNS cache 2026.03.19 00:56:10.551630 [ 55 ] {} DNSResolver: Updated DNS cache 2026.03.19 00:56:10.615474 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 296 2026.03.19 00:56:10.617740 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:10.617806 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:10.619115 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 00:56:10.619414 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:10.619475 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3817 2026.03.19 00:56:10.619812 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 296 2026.03.19 00:56:10.619965 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:10.620007 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:10.620514 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 00:56:10.620762 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:10.620890 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3817 2026.03.19 00:56:10.816914 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.03.19 00:56:10.834035 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:10.834091 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:10.839417 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 00:56:10.840105 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:10.843228 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.03.19 00:56:10.843366 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.19 00:56:10.843435 [ 259 ] {} TCP-Session: 43a88bea-d17c-4b2b-bc1c-9b567559b0bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:11.001076 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 204.06 MiB, peak 215.45 MiB, free memory in arenas 0.00 B, will set to 205.34 MiB (RSS), difference: 1.27 MiB 2026.03.19 00:56:11.258961 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:11.259162 [ 260 ] {7d17a8b1-3ca0-4941-bfe8-785b17690a68} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:56:11.259238 [ 260 ] {7d17a8b1-3ca0-4941-bfe8-785b17690a68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:56:11.259979 [ 260 ] {7d17a8b1-3ca0-4941-bfe8-785b17690a68} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:11.260030 [ 260 ] {7d17a8b1-3ca0-4941-bfe8-785b17690a68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:11.260421 [ 260 ] {7d17a8b1-3ca0-4941-bfe8-785b17690a68} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.19 00:56:11.260641 [ 260 ] {7d17a8b1-3ca0-4941-bfe8-785b17690a68} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:11.260787 [ 260 ] {7d17a8b1-3ca0-4941-bfe8-785b17690a68} executeQuery: Read 76 rows, 6.39 KiB in 0.001737 sec., 43753.59815774323 rows/sec., 3.59 MiB/sec. 2026.03.19 00:56:11.260829 [ 260 ] {7d17a8b1-3ca0-4941-bfe8-785b17690a68} TCPHandler: Processed in 0.002074596 sec. 2026.03.19 00:56:11.261053 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:11.261155 [ 260 ] {fa68d254-6092-49c6-a91d-3a7257891330} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:56:11.261199 [ 260 ] {fa68d254-6092-49c6-a91d-3a7257891330} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:56:11.261618 [ 260 ] {fa68d254-6092-49c6-a91d-3a7257891330} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:11.261655 [ 260 ] {fa68d254-6092-49c6-a91d-3a7257891330} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:11.261967 [ 260 ] {fa68d254-6092-49c6-a91d-3a7257891330} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 00:56:11.262181 [ 260 ] {fa68d254-6092-49c6-a91d-3a7257891330} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:11.262314 [ 260 ] {fa68d254-6092-49c6-a91d-3a7257891330} executeQuery: Read 10 rows, 770.00 B in 0.00118 sec., 8474.57627118644 rows/sec., 637.25 KiB/sec. 2026.03.19 00:56:11.262351 [ 260 ] {fa68d254-6092-49c6-a91d-3a7257891330} TCPHandler: Processed in 0.00135313 sec. 2026.03.19 00:56:11.262465 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:11.262561 [ 260 ] {a07f4d1b-081b-45c6-be25-8cb4047f8257} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:56:11.262602 [ 260 ] {a07f4d1b-081b-45c6-be25-8cb4047f8257} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:56:11.263019 [ 260 ] {a07f4d1b-081b-45c6-be25-8cb4047f8257} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:11.263056 [ 260 ] {a07f4d1b-081b-45c6-be25-8cb4047f8257} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:11.263361 [ 260 ] {a07f4d1b-081b-45c6-be25-8cb4047f8257} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.19 00:56:11.263575 [ 260 ] {a07f4d1b-081b-45c6-be25-8cb4047f8257} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:11.263703 [ 260 ] {a07f4d1b-081b-45c6-be25-8cb4047f8257} executeQuery: Read 74 rows, 5.92 KiB in 0.001161 sec., 63738.15676141258 rows/sec., 4.98 MiB/sec. 2026.03.19 00:56:11.263739 [ 260 ] {a07f4d1b-081b-45c6-be25-8cb4047f8257} TCPHandler: Processed in 0.001323369 sec. 2026.03.19 00:56:11.263880 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:11.264005 [ 260 ] {a9481350-0d2c-4440-91fd-7114ab6c3ef0} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:56:11.264067 [ 260 ] {a9481350-0d2c-4440-91fd-7114ab6c3ef0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:56:11.264640 [ 260 ] {a9481350-0d2c-4440-91fd-7114ab6c3ef0} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:11.264686 [ 260 ] {a9481350-0d2c-4440-91fd-7114ab6c3ef0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:11.265156 [ 260 ] {a9481350-0d2c-4440-91fd-7114ab6c3ef0} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.19 00:56:11.265473 [ 260 ] {a9481350-0d2c-4440-91fd-7114ab6c3ef0} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:11.265647 [ 260 ] {a9481350-0d2c-4440-91fd-7114ab6c3ef0} executeQuery: Read 160 rows, 11.41 KiB in 0.001668 sec., 95923.26139088729 rows/sec., 6.68 MiB/sec. 2026.03.19 00:56:11.265697 [ 260 ] {a9481350-0d2c-4440-91fd-7114ab6c3ef0} TCPHandler: Processed in 0.001879012 sec. 2026.03.19 00:56:11.265838 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:11.265953 [ 260 ] {c92af75d-035f-484e-8c9d-5c91a5c1e01c} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:56:11.266027 [ 260 ] {c92af75d-035f-484e-8c9d-5c91a5c1e01c} 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.03.19 00:56:11.267051 [ 260 ] {c92af75d-035f-484e-8c9d-5c91a5c1e01c} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:11.267088 [ 260 ] {c92af75d-035f-484e-8c9d-5c91a5c1e01c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:11.267614 [ 260 ] {c92af75d-035f-484e-8c9d-5c91a5c1e01c} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 00:56:11.267850 [ 260 ] {c92af75d-035f-484e-8c9d-5c91a5c1e01c} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:11.267993 [ 260 ] {c92af75d-035f-484e-8c9d-5c91a5c1e01c} executeQuery: Read 10 rows, 18.35 KiB in 0.002066 sec., 4840.27105517909 rows/sec., 8.67 MiB/sec. 2026.03.19 00:56:11.268050 [ 260 ] {c92af75d-035f-484e-8c9d-5c91a5c1e01c} TCPHandler: Processed in 0.00227525 sec. 2026.03.19 00:56:11.268166 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:11.268262 [ 260 ] {f2902d23-94f3-43b9-a742-692498c76072} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:56:11.268307 [ 260 ] {f2902d23-94f3-43b9-a742-692498c76072} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:56:11.268649 [ 260 ] {f2902d23-94f3-43b9-a742-692498c76072} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:11.268686 [ 260 ] {f2902d23-94f3-43b9-a742-692498c76072} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:11.269008 [ 260 ] {f2902d23-94f3-43b9-a742-692498c76072} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.19 00:56:11.269230 [ 260 ] {f2902d23-94f3-43b9-a742-692498c76072} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:11.269361 [ 260 ] {f2902d23-94f3-43b9-a742-692498c76072} executeQuery: Read 60 rows, 4.14 KiB in 0.001118 sec., 53667.26296958855 rows/sec., 3.62 MiB/sec. 2026.03.19 00:56:11.269397 [ 260 ] {f2902d23-94f3-43b9-a742-692498c76072} TCPHandler: Processed in 0.001280998 sec. 2026.03.19 00:56:11.579818 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:11.580024 [ 260 ] {38062799-35cb-4b1a-baba-8be53488f590} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.19 00:56:11.580103 [ 260 ] {38062799-35cb-4b1a-baba-8be53488f590} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.19 00:56:11.580828 [ 260 ] {38062799-35cb-4b1a-baba-8be53488f590} oximeter.fields_i16 (c97ae8e6-4b88-4382-a85b-3715ba41c5df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:11.580882 [ 260 ] {38062799-35cb-4b1a-baba-8be53488f590} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:11.581298 [ 260 ] {38062799-35cb-4b1a-baba-8be53488f590} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 00:56:11.581542 [ 260 ] {38062799-35cb-4b1a-baba-8be53488f590} oximeter.fields_i16 (c97ae8e6-4b88-4382-a85b-3715ba41c5df): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:11.581702 [ 260 ] {38062799-35cb-4b1a-baba-8be53488f590} executeQuery: Read 24 rows, 2.04 KiB in 0.001733 sec., 13848.817080207733 rows/sec., 1.15 MiB/sec. 2026.03.19 00:56:11.581750 [ 260 ] {38062799-35cb-4b1a-baba-8be53488f590} TCPHandler: Processed in 0.002078405 sec. 2026.03.19 00:56:11.581898 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:11.582003 [ 260 ] {afb72b02-dd0d-4079-8855-81a8e3d28120} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 00:56:11.582049 [ 260 ] {afb72b02-dd0d-4079-8855-81a8e3d28120} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 00:56:11.582457 [ 260 ] {afb72b02-dd0d-4079-8855-81a8e3d28120} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:11.582497 [ 260 ] {afb72b02-dd0d-4079-8855-81a8e3d28120} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:11.582804 [ 260 ] {afb72b02-dd0d-4079-8855-81a8e3d28120} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 00:56:11.583030 [ 260 ] {afb72b02-dd0d-4079-8855-81a8e3d28120} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:11.583163 [ 260 ] {afb72b02-dd0d-4079-8855-81a8e3d28120} executeQuery: Read 2 rows, 167.00 B in 0.001184 sec., 1689.1891891891892 rows/sec., 137.74 KiB/sec. 2026.03.19 00:56:11.583200 [ 260 ] {afb72b02-dd0d-4079-8855-81a8e3d28120} TCPHandler: Processed in 0.00135387 sec. 2026.03.19 00:56:11.583322 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:11.583418 [ 260 ] {f4e8cbe5-eb3d-4455-ba4f-7453f2fc9e39} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:56:11.583460 [ 260 ] {f4e8cbe5-eb3d-4455-ba4f-7453f2fc9e39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:56:11.584880 [ 260 ] {f4e8cbe5-eb3d-4455-ba4f-7453f2fc9e39} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:11.584916 [ 260 ] {f4e8cbe5-eb3d-4455-ba4f-7453f2fc9e39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:11.585439 [ 260 ] {f4e8cbe5-eb3d-4455-ba4f-7453f2fc9e39} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.19 00:56:11.585668 [ 260 ] {f4e8cbe5-eb3d-4455-ba4f-7453f2fc9e39} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:11.585776 [ 54 ] {} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.19 00:56:11.585804 [ 260 ] {f4e8cbe5-eb3d-4455-ba4f-7453f2fc9e39} executeQuery: Read 2113 rows, 164.98 KiB in 0.002404 sec., 878951.7470881864 rows/sec., 67.02 MiB/sec. 2026.03.19 00:56:11.585810 [ 54 ] {} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:11.585836 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:11.585842 [ 260 ] {f4e8cbe5-eb3d-4455-ba4f-7453f2fc9e39} TCPHandler: Processed in 0.002569216 sec. 2026.03.19 00:56:11.585963 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:11.585967 [ 190 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::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.03.19 00:56:11.586060 [ 260 ] {07d88200-f8fe-4af0-b0c3-09d51fa30e62} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:56:11.586106 [ 260 ] {07d88200-f8fe-4af0-b0c3-09d51fa30e62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:56:11.586129 [ 190 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:56:11.586178 [ 190 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2093 rows starting from the beginning of the part 2026.03.19 00:56:11.586279 [ 190 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 82 rows starting from the beginning of the part 2026.03.19 00:56:11.586330 [ 190 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 76 rows starting from the beginning of the part 2026.03.19 00:56:11.586381 [ 190 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 108 rows starting from the beginning of the part 2026.03.19 00:56:11.586423 [ 190 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 76 rows starting from the beginning of the part 2026.03.19 00:56:11.586466 [ 190 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2113 rows starting from the beginning of the part 2026.03.19 00:56:11.586540 [ 260 ] {07d88200-f8fe-4af0-b0c3-09d51fa30e62} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:11.586582 [ 260 ] {07d88200-f8fe-4af0-b0c3-09d51fa30e62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:11.586923 [ 260 ] {07d88200-f8fe-4af0-b0c3-09d51fa30e62} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 00:56:11.587160 [ 260 ] {07d88200-f8fe-4af0-b0c3-09d51fa30e62} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:11.587298 [ 260 ] {07d88200-f8fe-4af0-b0c3-09d51fa30e62} executeQuery: Read 51 rows, 3.88 KiB in 0.001257 sec., 40572.792362768494 rows/sec., 3.02 MiB/sec. 2026.03.19 00:56:11.587337 [ 260 ] {07d88200-f8fe-4af0-b0c3-09d51fa30e62} TCPHandler: Processed in 0.001424191 sec. 2026.03.19 00:56:11.587454 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:11.587549 [ 260 ] {bd4914f5-c0cf-4a2a-8b20-fbd11027593f} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 00:56:11.587589 [ 260 ] {bd4914f5-c0cf-4a2a-8b20-fbd11027593f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 00:56:11.588218 [ 260 ] {bd4914f5-c0cf-4a2a-8b20-fbd11027593f} oximeter.fields_u32 (07ee9360-dbdb-41f1-bf21-931c2f22f543): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:11.588255 [ 260 ] {bd4914f5-c0cf-4a2a-8b20-fbd11027593f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:11.588465 [ 197 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 4548 rows, containing 5 columns (5 merged, 0 gathered) in 0.002552886 sec., 1781513.1580493606 rows/sec., 143.35 MiB/sec. 2026.03.19 00:56:11.588630 [ 260 ] {bd4914f5-c0cf-4a2a-8b20-fbd11027593f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 00:56:11.588781 [ 190 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.19 00:56:11.588886 [ 260 ] {bd4914f5-c0cf-4a2a-8b20-fbd11027593f} oximeter.fields_u32 (07ee9360-dbdb-41f1-bf21-931c2f22f543): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:11.589035 [ 260 ] {bd4914f5-c0cf-4a2a-8b20-fbd11027593f} executeQuery: Read 732 rows, 44.33 KiB in 0.001505 sec., 486378.73754152824 rows/sec., 28.77 MiB/sec. 2026.03.19 00:56:11.589077 [ 260 ] {bd4914f5-c0cf-4a2a-8b20-fbd11027593f} TCPHandler: Processed in 0.001671317 sec. 2026.03.19 00:56:11.589088 [ 190 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_11_2} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:11.589172 [ 190 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_11_2} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.19 00:56:11.589199 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:11.589253 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.99 MiB. 2026.03.19 00:56:11.589301 [ 260 ] {65b9a0db-a1b4-4a4b-b179-e31e0ac7b14e} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.19 00:56:11.589346 [ 260 ] {65b9a0db-a1b4-4a4b-b179-e31e0ac7b14e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.19 00:56:11.589739 [ 260 ] {65b9a0db-a1b4-4a4b-b179-e31e0ac7b14e} oximeter.fields_u64 (c95f3192-ba09-4763-b29d-c6e6af3f656f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:11.589776 [ 260 ] {65b9a0db-a1b4-4a4b-b179-e31e0ac7b14e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:11.590077 [ 260 ] {65b9a0db-a1b4-4a4b-b179-e31e0ac7b14e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 00:56:11.590298 [ 260 ] {65b9a0db-a1b4-4a4b-b179-e31e0ac7b14e} oximeter.fields_u64 (c95f3192-ba09-4763-b29d-c6e6af3f656f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:11.590417 [ 260 ] {65b9a0db-a1b4-4a4b-b179-e31e0ac7b14e} executeQuery: Read 1 rows, 72.00 B in 0.001166 sec., 857.6329331046313 rows/sec., 60.30 KiB/sec. 2026.03.19 00:56:11.590452 [ 260 ] {65b9a0db-a1b4-4a4b-b179-e31e0ac7b14e} TCPHandler: Processed in 0.001337739 sec. 2026.03.19 00:56:11.590559 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:11.590647 [ 260 ] {72f0c31f-b7cc-4b69-be4f-5e093041b85b} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.19 00:56:11.590686 [ 260 ] {72f0c31f-b7cc-4b69-be4f-5e093041b85b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.19 00:56:11.591140 [ 260 ] {72f0c31f-b7cc-4b69-be4f-5e093041b85b} oximeter.fields_u8 (d2f01f0b-4d3a-4853-a9fa-9607d1b65676): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:11.591177 [ 260 ] {72f0c31f-b7cc-4b69-be4f-5e093041b85b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:11.591486 [ 260 ] {72f0c31f-b7cc-4b69-be4f-5e093041b85b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 00:56:11.591709 [ 260 ] {72f0c31f-b7cc-4b69-be4f-5e093041b85b} oximeter.fields_u8 (d2f01f0b-4d3a-4853-a9fa-9607d1b65676): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:11.591836 [ 260 ] {72f0c31f-b7cc-4b69-be4f-5e093041b85b} executeQuery: Read 12 rows, 960.00 B in 0.001158 sec., 10362.694300518135 rows/sec., 809.59 KiB/sec. 2026.03.19 00:56:11.591874 [ 260 ] {72f0c31f-b7cc-4b69-be4f-5e093041b85b} TCPHandler: Processed in 0.001321259 sec. 2026.03.19 00:56:11.591992 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:11.592086 [ 260 ] {495cebe7-2ffb-4d55-8ae0-0acba343e21b} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:56:11.592127 [ 260 ] {495cebe7-2ffb-4d55-8ae0-0acba343e21b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:56:11.592879 [ 260 ] {495cebe7-2ffb-4d55-8ae0-0acba343e21b} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:11.592915 [ 260 ] {495cebe7-2ffb-4d55-8ae0-0acba343e21b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:11.593287 [ 260 ] {495cebe7-2ffb-4d55-8ae0-0acba343e21b} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.19 00:56:11.593507 [ 260 ] {495cebe7-2ffb-4d55-8ae0-0acba343e21b} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:11.593604 [ 54 ] {} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.19 00:56:11.593635 [ 54 ] {} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:11.593637 [ 260 ] {495cebe7-2ffb-4d55-8ae0-0acba343e21b} executeQuery: Read 1078 rows, 76.97 KiB in 0.00157 sec., 686624.2038216561 rows/sec., 47.87 MiB/sec. 2026.03.19 00:56:11.593653 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:11.593688 [ 260 ] {495cebe7-2ffb-4d55-8ae0-0acba343e21b} TCPHandler: Processed in 0.001746048 sec. 2026.03.19 00:56:11.593739 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::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.03.19 00:56:11.593803 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:11.593839 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:56:11.593874 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1083 rows starting from the beginning of the part 2026.03.19 00:56:11.593903 [ 260 ] {a3187ab3-dc8c-4291-bb54-b325c6c38a7c} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:56:11.593944 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 80 rows starting from the beginning of the part 2026.03.19 00:56:11.593955 [ 260 ] {a3187ab3-dc8c-4291-bb54-b325c6c38a7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:56:11.594005 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 74 rows starting from the beginning of the part 2026.03.19 00:56:11.594055 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 96 rows starting from the beginning of the part 2026.03.19 00:56:11.594101 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 74 rows starting from the beginning of the part 2026.03.19 00:56:11.594143 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1078 rows starting from the beginning of the part 2026.03.19 00:56:11.594605 [ 260 ] {a3187ab3-dc8c-4291-bb54-b325c6c38a7c} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:11.594647 [ 260 ] {a3187ab3-dc8c-4291-bb54-b325c6c38a7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:11.595117 [ 260 ] {a3187ab3-dc8c-4291-bb54-b325c6c38a7c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.19 00:56:11.595366 [ 260 ] {a3187ab3-dc8c-4291-bb54-b325c6c38a7c} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:11.595459 [ 54 ] {} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.19 00:56:11.595484 [ 54 ] {} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:11.595499 [ 260 ] {a3187ab3-dc8c-4291-bb54-b325c6c38a7c} executeQuery: Read 1254 rows, 80.98 KiB in 0.001615 sec., 776470.5882352942 rows/sec., 48.97 MiB/sec. 2026.03.19 00:56:11.595500 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:11.595537 [ 260 ] {a3187ab3-dc8c-4291-bb54-b325c6c38a7c} TCPHandler: Processed in 0.001783199 sec. 2026.03.19 00:56:11.595568 [ 197 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2485 rows, containing 5 columns (5 merged, 0 gathered) in 0.001865061 sec., 1332396.0985726472 rows/sec., 99.48 MiB/sec. 2026.03.19 00:56:11.595578 [ 190 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::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.03.19 00:56:11.595660 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:11.595693 [ 190 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:56:11.595723 [ 190 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 3088 rows starting from the beginning of the part 2026.03.19 00:56:11.595766 [ 260 ] {fc42606b-472f-4887-a588-ff703be2fb00} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:56:11.595771 [ 190 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part 2026.03.19 00:56:11.595827 [ 190 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::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.03.19 00:56:11.595828 [ 260 ] {fc42606b-472f-4887-a588-ff703be2fb00} 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.03.19 00:56:11.595869 [ 190 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::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.03.19 00:56:11.595872 [ 188 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.19 00:56:11.595907 [ 190 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part 2026.03.19 00:56:11.595949 [ 190 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1254 rows starting from the beginning of the part 2026.03.19 00:56:11.596279 [ 188 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_11_2} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:11.596379 [ 188 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_11_2} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.19 00:56:11.596479 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2026.03.19 00:56:11.596664 [ 260 ] {fc42606b-472f-4887-a588-ff703be2fb00} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:11.596706 [ 260 ] {fc42606b-472f-4887-a588-ff703be2fb00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:11.597341 [ 260 ] {fc42606b-472f-4887-a588-ff703be2fb00} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 00:56:11.597578 [ 260 ] {fc42606b-472f-4887-a588-ff703be2fb00} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:11.597716 [ 260 ] {fc42606b-472f-4887-a588-ff703be2fb00} executeQuery: Read 37 rows, 67.89 KiB in 0.001971 sec., 18772.196854388636 rows/sec., 33.64 MiB/sec. 2026.03.19 00:56:11.597769 [ 260 ] {fc42606b-472f-4887-a588-ff703be2fb00} TCPHandler: Processed in 0.002159228 sec. 2026.03.19 00:56:11.597885 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:11.597981 [ 260 ] {f67fb337-35ec-4fe4-a8c7-9dc747f86a71} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.19 00:56:11.598025 [ 260 ] {f67fb337-35ec-4fe4-a8c7-9dc747f86a71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.19 00:56:11.598344 [ 260 ] {f67fb337-35ec-4fe4-a8c7-9dc747f86a71} oximeter.measurements_i64 (96a5c210-3318-45f0-91ce-1259c93a75e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:11.598379 [ 260 ] {f67fb337-35ec-4fe4-a8c7-9dc747f86a71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:11.598680 [ 260 ] {f67fb337-35ec-4fe4-a8c7-9dc747f86a71} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 00:56:11.598889 [ 260 ] {f67fb337-35ec-4fe4-a8c7-9dc747f86a71} oximeter.measurements_i64 (96a5c210-3318-45f0-91ce-1259c93a75e3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:11.599017 [ 260 ] {f67fb337-35ec-4fe4-a8c7-9dc747f86a71} executeQuery: Read 3 rows, 217.00 B in 0.001056 sec., 2840.9090909090905 rows/sec., 200.68 KiB/sec. 2026.03.19 00:56:11.599053 [ 260 ] {f67fb337-35ec-4fe4-a8c7-9dc747f86a71} TCPHandler: Processed in 0.001216287 sec. 2026.03.19 00:56:11.599162 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:11.599256 [ 260 ] {f68456c1-9e54-4d67-a080-649ee2425ebe} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:56:11.599298 [ 260 ] {f68456c1-9e54-4d67-a080-649ee2425ebe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:56:11.599615 [ 260 ] {f68456c1-9e54-4d67-a080-649ee2425ebe} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:11.599648 [ 260 ] {f68456c1-9e54-4d67-a080-649ee2425ebe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:11.599978 [ 260 ] {f68456c1-9e54-4d67-a080-649ee2425ebe} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.19 00:56:11.600188 [ 260 ] {f68456c1-9e54-4d67-a080-649ee2425ebe} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:11.600288 [ 54 ] {} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.19 00:56:11.600314 [ 54 ] {} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:11.600324 [ 260 ] {f68456c1-9e54-4d67-a080-649ee2425ebe} executeQuery: Read 12 rows, 848.00 B in 0.001087 sec., 11039.558417663293 rows/sec., 761.84 KiB/sec. 2026.03.19 00:56:11.600331 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:11.600360 [ 260 ] {f68456c1-9e54-4d67-a080-649ee2425ebe} TCPHandler: Processed in 0.001246228 sec. 2026.03.19 00:56:11.600443 [ 197 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::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.03.19 00:56:11.600583 [ 197 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:56:11.600621 [ 197 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 300 rows starting from the beginning of the part 2026.03.19 00:56:11.600687 [ 197 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::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.03.19 00:56:11.600732 [ 197 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::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.03.19 00:56:11.600774 [ 197 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::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.03.19 00:56:11.600816 [ 197 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part 2026.03.19 00:56:11.600856 [ 197 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part 2026.03.19 00:56:11.601852 [ 188 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 552 rows, containing 4 columns (4 merged, 0 gathered) in 0.001458381 sec., 378501.91410886456 rows/sec., 25.51 MiB/sec. 2026.03.19 00:56:11.602128 [ 187 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.19 00:56:11.602562 [ 187 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_11_2} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:11.602670 [ 187 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_11_2} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.19 00:56:11.602769 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.03.19 00:56:11.603178 [ 190 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 4982 rows, containing 5 columns (5 merged, 0 gathered) in 0.007630548 sec., 652901.9934085992 rows/sec., 43.15 MiB/sec. 2026.03.19 00:56:11.603626 [ 187 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.19 00:56:11.603877 [ 187 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_11_2} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:11.603945 [ 187 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_11_2} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.19 00:56:11.604014 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.03 MiB. 2026.03.19 00:56:12.819184 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58924 2026.03.19 00:56:12.819292 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:56:12.819322 [ 289 ] {} TCP-Session: 7854c919-429a-4aa6-b6d1-761199b27041 Authenticating user 'default' from [fd00:1122:3344:101::e]:58924 2026.03.19 00:56:12.819346 [ 289 ] {} TCP-Session: 7854c919-429a-4aa6-b6d1-761199b27041 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:12.819361 [ 289 ] {} TCP-Session: 7854c919-429a-4aa6-b6d1-761199b27041 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:12.819606 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38763 2026.03.19 00:56:12.819638 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56775 2026.03.19 00:56:12.819650 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58907 2026.03.19 00:56:12.819676 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55927 2026.03.19 00:56:12.819685 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54701 2026.03.19 00:56:12.819722 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:56:12.819724 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:56:12.819706 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52970 2026.03.19 00:56:12.819777 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:56:12.819774 [ 292 ] {} TCP-Session: 68780041-bd1a-4f30-956e-fe276874599b Authenticating user 'default' from [fd00:1122:3344:101::e]:56775 2026.03.19 00:56:12.819785 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:56:12.819813 [ 291 ] {} TCP-Session: cfee43c0-d6f8-45df-98ca-c02d289a4591 Authenticating user 'default' from [fd00:1122:3344:101::e]:58907 2026.03.19 00:56:12.819838 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:56:12.819834 [ 292 ] {} TCP-Session: 68780041-bd1a-4f30-956e-fe276874599b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:12.819871 [ 287 ] {} TCP-Session: 520da5ab-235d-42e0-af98-627ee64291a4 Authenticating user 'default' from [fd00:1122:3344:101::e]:52970 2026.03.19 00:56:12.819914 [ 292 ] {} TCP-Session: 68780041-bd1a-4f30-956e-fe276874599b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:12.819939 [ 287 ] {} TCP-Session: 520da5ab-235d-42e0-af98-627ee64291a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:12.819862 [ 291 ] {} TCP-Session: cfee43c0-d6f8-45df-98ca-c02d289a4591 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:12.819970 [ 287 ] {} TCP-Session: 520da5ab-235d-42e0-af98-627ee64291a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:12.819982 [ 291 ] {} TCP-Session: cfee43c0-d6f8-45df-98ca-c02d289a4591 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:12.819846 [ 259 ] {} TCP-Session: 64a5bea4-365c-40b2-bd5a-d3a3b48315f5 Authenticating user 'default' from [fd00:1122:3344:101::e]:54701 2026.03.19 00:56:12.819762 [ 290 ] {} TCP-Session: 89a8cccb-5642-4a12-ad69-44ebd364ebef Authenticating user 'default' from [fd00:1122:3344:101::e]:38763 2026.03.19 00:56:12.820037 [ 259 ] {} TCP-Session: 64a5bea4-365c-40b2-bd5a-d3a3b48315f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:12.819697 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33517 2026.03.19 00:56:12.820051 [ 290 ] {} TCP-Session: 89a8cccb-5642-4a12-ad69-44ebd364ebef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:12.819688 [ 289 ] {} TCP-Session: 7854c919-429a-4aa6-b6d1-761199b27041 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:12.819658 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43258 2026.03.19 00:56:12.819778 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:56:12.820154 [ 259 ] {} TCP-Session: 64a5bea4-365c-40b2-bd5a-d3a3b48315f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:12.820186 [ 294 ] {} TCP-Session: fc9cc505-c2d5-46f1-bbd0-cdd4d3d2e702 Authenticating user 'default' from [fd00:1122:3344:101::e]:55927 2026.03.19 00:56:12.820216 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:56:12.820218 [ 294 ] {} TCP-Session: fc9cc505-c2d5-46f1-bbd0-cdd4d3d2e702 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:12.820228 [ 290 ] {} TCP-Session: 89a8cccb-5642-4a12-ad69-44ebd364ebef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:12.820257 [ 293 ] {} TCP-Session: 484c16bb-3977-4d7d-aa2c-dada7f1552b8 Authenticating user 'default' from [fd00:1122:3344:101::e]:43258 2026.03.19 00:56:12.820258 [ 294 ] {} TCP-Session: fc9cc505-c2d5-46f1-bbd0-cdd4d3d2e702 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:12.820286 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:56:12.820290 [ 293 ] {} TCP-Session: 484c16bb-3977-4d7d-aa2c-dada7f1552b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:12.820327 [ 286 ] {} TCP-Session: fb4fcd0f-6ac4-4580-964c-e1b88c74efe1 Authenticating user 'default' from [fd00:1122:3344:101::e]:33517 2026.03.19 00:56:12.820333 [ 293 ] {} TCP-Session: 484c16bb-3977-4d7d-aa2c-dada7f1552b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:12.820351 [ 289 ] {be9dafa4-86be-46e2-9f4a-c6f282487b2e} executeQuery: (from [fd00:1122:3344:101::e]:58924) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 00:56:12.820355 [ 286 ] {} TCP-Session: fb4fcd0f-6ac4-4580-964c-e1b88c74efe1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:12.820385 [ 286 ] {} TCP-Session: fb4fcd0f-6ac4-4580-964c-e1b88c74efe1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:12.820619 [ 289 ] {be9dafa4-86be-46e2-9f4a-c6f282487b2e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 00:56:12.820675 [ 289 ] {be9dafa4-86be-46e2-9f4a-c6f282487b2e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:56:12.820962 [ 289 ] {be9dafa4-86be-46e2-9f4a-c6f282487b2e} oximeter.version (9f694a03-7783-4184-bbfb-7ad9e678e8cc) (SelectExecutor): Key condition: unknown 2026.03.19 00:56:12.822013 [ 313 ] {be9dafa4-86be-46e2-9f4a-c6f282487b2e} AggregatingTransform: Aggregating 2026.03.19 00:56:12.822052 [ 313 ] {be9dafa4-86be-46e2-9f4a-c6f282487b2e} Aggregator: Aggregation method: without_key 2026.03.19 00:56:12.822086 [ 313 ] {be9dafa4-86be-46e2-9f4a-c6f282487b2e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001017493 sec. (982.808 rows/sec., 38.39 KiB/sec.) 2026.03.19 00:56:12.822104 [ 313 ] {be9dafa4-86be-46e2-9f4a-c6f282487b2e} Aggregator: Merging aggregated data 2026.03.19 00:56:12.823419 [ 289 ] {be9dafa4-86be-46e2-9f4a-c6f282487b2e} executeQuery: Read 1 rows, 40.00 B in 0.003127 sec., 319.79533098816756 rows/sec., 12.49 KiB/sec. 2026.03.19 00:56:12.823548 [ 289 ] {be9dafa4-86be-46e2-9f4a-c6f282487b2e} TCPHandler: Processed in 0.003991898 sec. 2026.03.19 00:56:12.823632 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.19 00:56:12.823658 [ 289 ] {} TCP-Session: 7854c919-429a-4aa6-b6d1-761199b27041 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:12.823662 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 00:56:12.823679 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.19 00:56:12.823700 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 00:56:12.823715 [ 291 ] {} TCP-Session: cfee43c0-d6f8-45df-98ca-c02d289a4591 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:12.823731 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 00:56:12.823744 [ 292 ] {} TCP-Session: 68780041-bd1a-4f30-956e-fe276874599b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:12.823760 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 00:56:12.823774 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.19 00:56:12.823776 [ 293 ] {} TCP-Session: 484c16bb-3977-4d7d-aa2c-dada7f1552b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:12.823816 [ 294 ] {} TCP-Session: fc9cc505-c2d5-46f1-bbd0-cdd4d3d2e702 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:12.823832 [ 286 ] {} TCP-Session: fb4fcd0f-6ac4-4580-964c-e1b88c74efe1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:12.823745 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.19 00:56:12.823723 [ 287 ] {} TCP-Session: 520da5ab-235d-42e0-af98-627ee64291a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:12.823906 [ 259 ] {} TCP-Session: 64a5bea4-365c-40b2-bd5a-d3a3b48315f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:12.823718 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 00:56:12.823960 [ 290 ] {} TCP-Session: 89a8cccb-5642-4a12-ad69-44ebd364ebef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:56:16.255788 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:16.255987 [ 260 ] {c79bc0d3-f0bf-44a0-a020-0d4ee32c0e31} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:56:16.256057 [ 260 ] {c79bc0d3-f0bf-44a0-a020-0d4ee32c0e31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:56:16.256694 [ 260 ] {c79bc0d3-f0bf-44a0-a020-0d4ee32c0e31} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:16.256743 [ 260 ] {c79bc0d3-f0bf-44a0-a020-0d4ee32c0e31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:16.257150 [ 260 ] {c79bc0d3-f0bf-44a0-a020-0d4ee32c0e31} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.19 00:56:16.257387 [ 260 ] {c79bc0d3-f0bf-44a0-a020-0d4ee32c0e31} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:16.257546 [ 260 ] {c79bc0d3-f0bf-44a0-a020-0d4ee32c0e31} executeQuery: Read 56 rows, 4.38 KiB in 0.001608 sec., 34825.87064676617 rows/sec., 2.66 MiB/sec. 2026.03.19 00:56:16.257596 [ 260 ] {c79bc0d3-f0bf-44a0-a020-0d4ee32c0e31} TCPHandler: Processed in 0.001955233 sec. 2026.03.19 00:56:16.257715 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:16.257817 [ 260 ] {83d8491a-229a-4335-94cb-f83b0e676cd8} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:56:16.257864 [ 260 ] {83d8491a-229a-4335-94cb-f83b0e676cd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:56:16.258289 [ 260 ] {83d8491a-229a-4335-94cb-f83b0e676cd8} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:16.258330 [ 260 ] {83d8491a-229a-4335-94cb-f83b0e676cd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:16.258650 [ 260 ] {83d8491a-229a-4335-94cb-f83b0e676cd8} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.19 00:56:16.258869 [ 260 ] {83d8491a-229a-4335-94cb-f83b0e676cd8} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:16.259001 [ 260 ] {83d8491a-229a-4335-94cb-f83b0e676cd8} executeQuery: Read 64 rows, 5.12 KiB in 0.001207 sec., 53024.02651201326 rows/sec., 4.14 MiB/sec. 2026.03.19 00:56:16.259038 [ 260 ] {83d8491a-229a-4335-94cb-f83b0e676cd8} TCPHandler: Processed in 0.00137379 sec. 2026.03.19 00:56:16.259154 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:16.259248 [ 260 ] {f55d9d34-6edb-4c3a-bbfd-900ef320f4b0} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:56:16.259295 [ 260 ] {f55d9d34-6edb-4c3a-bbfd-900ef320f4b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:56:16.259698 [ 260 ] {f55d9d34-6edb-4c3a-bbfd-900ef320f4b0} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:16.259735 [ 260 ] {f55d9d34-6edb-4c3a-bbfd-900ef320f4b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:16.260066 [ 260 ] {f55d9d34-6edb-4c3a-bbfd-900ef320f4b0} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.19 00:56:16.260284 [ 260 ] {f55d9d34-6edb-4c3a-bbfd-900ef320f4b0} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:16.260416 [ 260 ] {f55d9d34-6edb-4c3a-bbfd-900ef320f4b0} executeQuery: Read 128 rows, 9.13 KiB in 0.001187 sec., 107834.87784330246 rows/sec., 7.51 MiB/sec. 2026.03.19 00:56:16.260452 [ 260 ] {f55d9d34-6edb-4c3a-bbfd-900ef320f4b0} TCPHandler: Processed in 0.0013484 sec. 2026.03.19 00:56:16.260567 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:16.260662 [ 260 ] {79524bfe-98e5-49c5-ad3e-323daa7b5eab} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:56:16.260705 [ 260 ] {79524bfe-98e5-49c5-ad3e-323daa7b5eab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:56:16.261026 [ 260 ] {79524bfe-98e5-49c5-ad3e-323daa7b5eab} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:16.261063 [ 260 ] {79524bfe-98e5-49c5-ad3e-323daa7b5eab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:16.261375 [ 260 ] {79524bfe-98e5-49c5-ad3e-323daa7b5eab} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.19 00:56:16.261595 [ 260 ] {79524bfe-98e5-49c5-ad3e-323daa7b5eab} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:16.261723 [ 260 ] {79524bfe-98e5-49c5-ad3e-323daa7b5eab} executeQuery: Read 48 rows, 3.31 KiB in 0.00108 sec., 44444.444444444445 rows/sec., 3.00 MiB/sec. 2026.03.19 00:56:16.261759 [ 260 ] {79524bfe-98e5-49c5-ad3e-323daa7b5eab} TCPHandler: Processed in 0.001240907 sec. 2026.03.19 00:56:18.121448 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4329 2026.03.19 00:56:18.121960 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:18.122006 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:18.122498 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 00:56:18.122734 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:18.122882 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4329 2026.03.19 00:56:18.343787 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.03.19 00:56:18.360357 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:18.360411 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:18.366472 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 00:56:18.367207 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:18.369992 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.03.19 00:56:19.000285 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 206.95 MiB, peak 215.72 MiB, free memory in arenas 0.00 B, will set to 208.09 MiB (RSS), difference: 1.14 MiB 2026.03.19 00:56:20.620343 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 342 2026.03.19 00:56:20.622730 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:20.622770 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:20.623913 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 00:56:20.624175 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:20.624311 [ 36 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.19 00:56:20.624378 [ 36 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:20.624401 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:20.624418 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 342 2026.03.19 00:56:20.624527 [ 188 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::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.03.19 00:56:20.625207 [ 188 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:56:20.625417 [ 188 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::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.03.19 00:56:20.625861 [ 188 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 70 rows starting from the beginning of the part 2026.03.19 00:56:20.626237 [ 188 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 82 rows starting from the beginning of the part 2026.03.19 00:56:20.626592 [ 188 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part 2026.03.19 00:56:20.626942 [ 188 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part 2026.03.19 00:56:20.627295 [ 188 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 46 rows starting from the beginning of the part 2026.03.19 00:56:20.633391 [ 190 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 342 rows, containing 72 columns (72 merged, 0 gathered) in 0.008924776 sec., 38320.28949522094 rows/sec., 37.78 MiB/sec. 2026.03.19 00:56:20.634091 [ 200 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.19 00:56:20.634601 [ 200 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_6_1} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:20.634668 [ 200 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_6_1} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.19 00:56:20.634783 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.70 MiB. 2026.03.19 00:56:21.258480 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:21.258659 [ 260 ] {c496122d-95da-41f5-a5e2-a68dfb0f5cbb} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:56:21.258726 [ 260 ] {c496122d-95da-41f5-a5e2-a68dfb0f5cbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:56:21.259374 [ 260 ] {c496122d-95da-41f5-a5e2-a68dfb0f5cbb} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:21.259421 [ 260 ] {c496122d-95da-41f5-a5e2-a68dfb0f5cbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:21.259834 [ 260 ] {c496122d-95da-41f5-a5e2-a68dfb0f5cbb} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.19 00:56:21.260068 [ 260 ] {c496122d-95da-41f5-a5e2-a68dfb0f5cbb} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:21.260225 [ 260 ] {c496122d-95da-41f5-a5e2-a68dfb0f5cbb} executeQuery: Read 76 rows, 6.39 KiB in 0.001614 sec., 47087.980173482036 rows/sec., 3.86 MiB/sec. 2026.03.19 00:56:21.260273 [ 260 ] {c496122d-95da-41f5-a5e2-a68dfb0f5cbb} TCPHandler: Processed in 0.001961304 sec. 2026.03.19 00:56:21.260409 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:21.260511 [ 260 ] {ddad61ee-8d16-4b11-97de-c7c3d91c3df7} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:56:21.260555 [ 260 ] {ddad61ee-8d16-4b11-97de-c7c3d91c3df7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:56:21.260966 [ 260 ] {ddad61ee-8d16-4b11-97de-c7c3d91c3df7} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:21.261001 [ 260 ] {ddad61ee-8d16-4b11-97de-c7c3d91c3df7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:21.261315 [ 260 ] {ddad61ee-8d16-4b11-97de-c7c3d91c3df7} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.19 00:56:21.261525 [ 260 ] {ddad61ee-8d16-4b11-97de-c7c3d91c3df7} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:21.261651 [ 260 ] {ddad61ee-8d16-4b11-97de-c7c3d91c3df7} executeQuery: Read 10 rows, 770.00 B in 0.001164 sec., 8591.065292096218 rows/sec., 646.01 KiB/sec. 2026.03.19 00:56:21.261689 [ 260 ] {ddad61ee-8d16-4b11-97de-c7c3d91c3df7} TCPHandler: Processed in 0.00133169 sec. 2026.03.19 00:56:21.261803 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:21.261898 [ 260 ] {806a25ee-894a-46ad-89af-1b9b99d3cbc2} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:56:21.261939 [ 260 ] {806a25ee-894a-46ad-89af-1b9b99d3cbc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:56:21.262347 [ 260 ] {806a25ee-894a-46ad-89af-1b9b99d3cbc2} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:21.262382 [ 260 ] {806a25ee-894a-46ad-89af-1b9b99d3cbc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:21.262700 [ 260 ] {806a25ee-894a-46ad-89af-1b9b99d3cbc2} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.19 00:56:21.262910 [ 260 ] {806a25ee-894a-46ad-89af-1b9b99d3cbc2} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:21.263031 [ 260 ] {806a25ee-894a-46ad-89af-1b9b99d3cbc2} executeQuery: Read 74 rows, 5.92 KiB in 0.001152 sec., 64236.11111111111 rows/sec., 5.02 MiB/sec. 2026.03.19 00:56:21.263068 [ 260 ] {806a25ee-894a-46ad-89af-1b9b99d3cbc2} TCPHandler: Processed in 0.001313489 sec. 2026.03.19 00:56:21.263178 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:21.263272 [ 260 ] {12a7cd69-09c2-4303-82a9-818e5a83a7eb} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:56:21.263316 [ 260 ] {12a7cd69-09c2-4303-82a9-818e5a83a7eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:56:21.263720 [ 260 ] {12a7cd69-09c2-4303-82a9-818e5a83a7eb} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:21.263754 [ 260 ] {12a7cd69-09c2-4303-82a9-818e5a83a7eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:21.264095 [ 260 ] {12a7cd69-09c2-4303-82a9-818e5a83a7eb} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.19 00:56:21.264300 [ 260 ] {12a7cd69-09c2-4303-82a9-818e5a83a7eb} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:21.264425 [ 260 ] {12a7cd69-09c2-4303-82a9-818e5a83a7eb} executeQuery: Read 160 rows, 11.41 KiB in 0.001172 sec., 136518.771331058 rows/sec., 9.51 MiB/sec. 2026.03.19 00:56:21.264460 [ 260 ] {12a7cd69-09c2-4303-82a9-818e5a83a7eb} TCPHandler: Processed in 0.001329579 sec. 2026.03.19 00:56:21.264568 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:21.264662 [ 260 ] {d4d80e0b-1b43-44a1-8dd7-9356ce7842eb} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:56:21.264716 [ 260 ] {d4d80e0b-1b43-44a1-8dd7-9356ce7842eb} 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.03.19 00:56:21.265457 [ 260 ] {d4d80e0b-1b43-44a1-8dd7-9356ce7842eb} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:21.265492 [ 260 ] {d4d80e0b-1b43-44a1-8dd7-9356ce7842eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:21.266012 [ 260 ] {d4d80e0b-1b43-44a1-8dd7-9356ce7842eb} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.19 00:56:21.266228 [ 260 ] {d4d80e0b-1b43-44a1-8dd7-9356ce7842eb} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:21.266364 [ 260 ] {d4d80e0b-1b43-44a1-8dd7-9356ce7842eb} executeQuery: Read 10 rows, 18.35 KiB in 0.00172 sec., 5813.9534883720935 rows/sec., 10.42 MiB/sec. 2026.03.19 00:56:21.266412 [ 260 ] {d4d80e0b-1b43-44a1-8dd7-9356ce7842eb} TCPHandler: Processed in 0.001891372 sec. 2026.03.19 00:56:21.266516 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:21.266609 [ 260 ] {828b5eba-0ab7-489a-b03e-07f76736f1f8} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:56:21.266650 [ 260 ] {828b5eba-0ab7-489a-b03e-07f76736f1f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:56:21.267046 [ 260 ] {828b5eba-0ab7-489a-b03e-07f76736f1f8} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:21.267083 [ 260 ] {828b5eba-0ab7-489a-b03e-07f76736f1f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:21.267395 [ 260 ] {828b5eba-0ab7-489a-b03e-07f76736f1f8} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.19 00:56:21.267597 [ 260 ] {828b5eba-0ab7-489a-b03e-07f76736f1f8} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:21.267718 [ 260 ] {828b5eba-0ab7-489a-b03e-07f76736f1f8} executeQuery: Read 60 rows, 4.14 KiB in 0.001128 sec., 53191.48936170212 rows/sec., 3.58 MiB/sec. 2026.03.19 00:56:21.267752 [ 260 ] {828b5eba-0ab7-489a-b03e-07f76736f1f8} TCPHandler: Processed in 0.001284638 sec. 2026.03.19 00:56:25.551677 [ 27 ] {} DNSResolver: Updating DNS cache 2026.03.19 00:56:25.551753 [ 27 ] {} DNSResolver: Updated DNS cache 2026.03.19 00:56:25.622947 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4777 2026.03.19 00:56:25.623404 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:25.623441 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:25.623953 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.19 00:56:25.624178 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:25.624301 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4777 2026.03.19 00:56:25.870074 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.03.19 00:56:25.887586 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:25.887639 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:25.893716 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.19 00:56:25.894424 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:25.897282 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.03.19 00:56:26.001019 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 209.27 MiB, peak 215.72 MiB, free memory in arenas 0.00 B, will set to 211.54 MiB (RSS), difference: 2.27 MiB 2026.03.19 00:56:26.257541 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:26.257819 [ 260 ] {ae871beb-ea5d-4384-a326-988264e598c2} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:56:26.257909 [ 260 ] {ae871beb-ea5d-4384-a326-988264e598c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:56:26.258604 [ 260 ] {ae871beb-ea5d-4384-a326-988264e598c2} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:26.258652 [ 260 ] {ae871beb-ea5d-4384-a326-988264e598c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:26.259058 [ 260 ] {ae871beb-ea5d-4384-a326-988264e598c2} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.19 00:56:26.259290 [ 260 ] {ae871beb-ea5d-4384-a326-988264e598c2} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:26.259444 [ 260 ] {ae871beb-ea5d-4384-a326-988264e598c2} executeQuery: Read 112 rows, 9.67 KiB in 0.0017 sec., 65882.35294117648 rows/sec., 5.55 MiB/sec. 2026.03.19 00:56:26.259486 [ 260 ] {ae871beb-ea5d-4384-a326-988264e598c2} TCPHandler: Processed in 0.002131138 sec. 2026.03.19 00:56:26.259612 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:26.259709 [ 260 ] {87fa85b3-a734-495a-a180-27fb0e51e12c} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:56:26.259750 [ 260 ] {87fa85b3-a734-495a-a180-27fb0e51e12c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:56:26.260144 [ 260 ] {87fa85b3-a734-495a-a180-27fb0e51e12c} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:26.260181 [ 260 ] {87fa85b3-a734-495a-a180-27fb0e51e12c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:26.260468 [ 260 ] {87fa85b3-a734-495a-a180-27fb0e51e12c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.19 00:56:26.260675 [ 260 ] {87fa85b3-a734-495a-a180-27fb0e51e12c} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:26.260784 [ 27 ] {} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.19 00:56:26.260803 [ 260 ] {87fa85b3-a734-495a-a180-27fb0e51e12c} executeQuery: Read 28 rows, 2.11 KiB in 0.001114 sec., 25134.649910233395 rows/sec., 1.85 MiB/sec. 2026.03.19 00:56:26.260859 [ 27 ] {} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:26.260865 [ 260 ] {87fa85b3-a734-495a-a180-27fb0e51e12c} TCPHandler: Processed in 0.001303099 sec. 2026.03.19 00:56:26.260892 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:26.260980 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:26.261005 [ 188 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::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.03.19 00:56:26.261077 [ 260 ] {1cb63e94-6fea-4698-9282-fed85ba92ab8} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:56:26.261121 [ 260 ] {1cb63e94-6fea-4698-9282-fed85ba92ab8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:56:26.261132 [ 188 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:56:26.261172 [ 188 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 57 rows starting from the beginning of the part 2026.03.19 00:56:26.261240 [ 188 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part 2026.03.19 00:56:26.261288 [ 188 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 10 rows starting from the beginning of the part 2026.03.19 00:56:26.261333 [ 188 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 51 rows starting from the beginning of the part 2026.03.19 00:56:26.261375 [ 188 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 10 rows starting from the beginning of the part 2026.03.19 00:56:26.261417 [ 188 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 28 rows starting from the beginning of the part 2026.03.19 00:56:26.261543 [ 260 ] {1cb63e94-6fea-4698-9282-fed85ba92ab8} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:26.261584 [ 260 ] {1cb63e94-6fea-4698-9282-fed85ba92ab8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:26.261908 [ 260 ] {1cb63e94-6fea-4698-9282-fed85ba92ab8} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.19 00:56:26.262122 [ 260 ] {1cb63e94-6fea-4698-9282-fed85ba92ab8} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:26.262195 [ 200 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 182 rows, containing 5 columns (5 merged, 0 gathered) in 0.001280998 sec., 142076.72455382443 rows/sec., 11.00 MiB/sec. 2026.03.19 00:56:26.262241 [ 260 ] {1cb63e94-6fea-4698-9282-fed85ba92ab8} executeQuery: Read 92 rows, 7.36 KiB in 0.001227 sec., 74979.6251018745 rows/sec., 5.86 MiB/sec. 2026.03.19 00:56:26.262279 [ 260 ] {1cb63e94-6fea-4698-9282-fed85ba92ab8} TCPHandler: Processed in 0.001394221 sec. 2026.03.19 00:56:26.262380 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:26.262391 [ 190 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.19 00:56:26.262468 [ 260 ] {e8522c01-aaef-4bb7-9251-7ed366411509} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:56:26.262577 [ 260 ] {e8522c01-aaef-4bb7-9251-7ed366411509} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:56:26.262796 [ 190 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_11_2} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:26.262890 [ 190 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_11_2} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.19 00:56:26.262983 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.03.19 00:56:26.262998 [ 260 ] {e8522c01-aaef-4bb7-9251-7ed366411509} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:26.263041 [ 260 ] {e8522c01-aaef-4bb7-9251-7ed366411509} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:26.263368 [ 260 ] {e8522c01-aaef-4bb7-9251-7ed366411509} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.19 00:56:26.263586 [ 260 ] {e8522c01-aaef-4bb7-9251-7ed366411509} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:26.263713 [ 260 ] {e8522c01-aaef-4bb7-9251-7ed366411509} executeQuery: Read 160 rows, 11.41 KiB in 0.001204 sec., 132890.36544850498 rows/sec., 9.26 MiB/sec. 2026.03.19 00:56:26.263748 [ 260 ] {e8522c01-aaef-4bb7-9251-7ed366411509} TCPHandler: Processed in 0.00136267 sec. 2026.03.19 00:56:26.263857 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:26.263950 [ 260 ] {56f38702-53d2-4d64-b6c2-e7c43f75ff30} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:56:26.264003 [ 260 ] {56f38702-53d2-4d64-b6c2-e7c43f75ff30} 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.03.19 00:56:26.264790 [ 260 ] {56f38702-53d2-4d64-b6c2-e7c43f75ff30} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:26.264825 [ 260 ] {56f38702-53d2-4d64-b6c2-e7c43f75ff30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:26.265361 [ 260 ] {56f38702-53d2-4d64-b6c2-e7c43f75ff30} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.19 00:56:26.265580 [ 260 ] {56f38702-53d2-4d64-b6c2-e7c43f75ff30} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:26.265683 [ 26 ] {} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.19 00:56:26.265709 [ 260 ] {56f38702-53d2-4d64-b6c2-e7c43f75ff30} executeQuery: Read 28 rows, 51.38 KiB in 0.001778 sec., 15748.031496062991 rows/sec., 28.22 MiB/sec. 2026.03.19 00:56:26.265719 [ 26 ] {} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:26.265742 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:26.265758 [ 260 ] {56f38702-53d2-4d64-b6c2-e7c43f75ff30} TCPHandler: Processed in 0.001950063 sec. 2026.03.19 00:56:26.265827 [ 202 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::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.03.19 00:56:26.265871 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:26.265970 [ 260 ] {247b1110-33b2-47bd-8c7e-cf5a83407761} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:56:26.266011 [ 260 ] {247b1110-33b2-47bd-8c7e-cf5a83407761} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:56:26.266040 [ 202 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:56:26.266118 [ 202 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 67 rows starting from the beginning of the part 2026.03.19 00:56:26.266246 [ 202 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part 2026.03.19 00:56:26.266343 [ 260 ] {247b1110-33b2-47bd-8c7e-cf5a83407761} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:26.266359 [ 202 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 10 rows starting from the beginning of the part 2026.03.19 00:56:26.266386 [ 260 ] {247b1110-33b2-47bd-8c7e-cf5a83407761} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:26.266472 [ 202 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 37 rows starting from the beginning of the part 2026.03.19 00:56:26.266577 [ 202 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 10 rows starting from the beginning of the part 2026.03.19 00:56:26.266688 [ 202 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 28 rows starting from the beginning of the part 2026.03.19 00:56:26.266756 [ 260 ] {247b1110-33b2-47bd-8c7e-cf5a83407761} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.19 00:56:26.266983 [ 260 ] {247b1110-33b2-47bd-8c7e-cf5a83407761} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:26.267123 [ 260 ] {247b1110-33b2-47bd-8c7e-cf5a83407761} executeQuery: Read 60 rows, 4.14 KiB in 0.001173 sec., 51150.895140664965 rows/sec., 3.45 MiB/sec. 2026.03.19 00:56:26.267161 [ 260 ] {247b1110-33b2-47bd-8c7e-cf5a83407761} TCPHandler: Processed in 0.001339439 sec. 2026.03.19 00:56:26.269284 [ 190 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 178 rows, containing 19 columns (19 merged, 0 gathered) in 0.003494827 sec., 50932.420975344416 rows/sec., 91.27 MiB/sec. 2026.03.19 00:56:26.269749 [ 202 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.19 00:56:26.270072 [ 202 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_11_2} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:26.270142 [ 202 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_11_2} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.19 00:56:26.270221 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. 2026.03.19 00:56:30.625441 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 366 2026.03.19 00:56:30.627411 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:30.627455 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:30.628545 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 00:56:30.628803 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:30.629024 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 366 2026.03.19 00:56:31.258911 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:31.259102 [ 260 ] {6e798e96-de16-4c36-b037-fcc59f0b407e} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 00:56:31.259172 [ 260 ] {6e798e96-de16-4c36-b037-fcc59f0b407e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 00:56:31.259827 [ 260 ] {6e798e96-de16-4c36-b037-fcc59f0b407e} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:31.259869 [ 260 ] {6e798e96-de16-4c36-b037-fcc59f0b407e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:31.260225 [ 260 ] {6e798e96-de16-4c36-b037-fcc59f0b407e} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 00:56:31.260449 [ 260 ] {6e798e96-de16-4c36-b037-fcc59f0b407e} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:31.260598 [ 260 ] {6e798e96-de16-4c36-b037-fcc59f0b407e} executeQuery: Read 10 rows, 835.00 B in 0.001548 sec., 6459.948320413437 rows/sec., 526.76 KiB/sec. 2026.03.19 00:56:31.260637 [ 260 ] {6e798e96-de16-4c36-b037-fcc59f0b407e} TCPHandler: Processed in 0.001859711 sec. 2026.03.19 00:56:31.260755 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:31.260848 [ 260 ] {791aeb08-32c7-4e8d-9f36-ef75ec428630} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:56:31.260887 [ 260 ] {791aeb08-32c7-4e8d-9f36-ef75ec428630} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:56:31.261292 [ 260 ] {791aeb08-32c7-4e8d-9f36-ef75ec428630} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:31.261325 [ 260 ] {791aeb08-32c7-4e8d-9f36-ef75ec428630} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:31.261614 [ 260 ] {791aeb08-32c7-4e8d-9f36-ef75ec428630} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.19 00:56:31.261803 [ 260 ] {791aeb08-32c7-4e8d-9f36-ef75ec428630} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:31.261917 [ 260 ] {791aeb08-32c7-4e8d-9f36-ef75ec428630} executeQuery: Read 87 rows, 7.34 KiB in 0.00112 sec., 77678.57142857143 rows/sec., 6.40 MiB/sec. 2026.03.19 00:56:31.261949 [ 260 ] {791aeb08-32c7-4e8d-9f36-ef75ec428630} TCPHandler: Processed in 0.001274808 sec. 2026.03.19 00:56:31.262053 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:31.262138 [ 260 ] {c50b0735-06d0-442a-b574-f33487d1d064} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:56:31.262174 [ 260 ] {c50b0735-06d0-442a-b574-f33487d1d064} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:56:31.262601 [ 260 ] {c50b0735-06d0-442a-b574-f33487d1d064} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:31.262635 [ 260 ] {c50b0735-06d0-442a-b574-f33487d1d064} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:31.262911 [ 260 ] {c50b0735-06d0-442a-b574-f33487d1d064} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.19 00:56:31.263115 [ 260 ] {c50b0735-06d0-442a-b574-f33487d1d064} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:31.263258 [ 260 ] {c50b0735-06d0-442a-b574-f33487d1d064} executeQuery: Read 23 rows, 1.68 KiB in 0.00109 sec., 21100.917431192658 rows/sec., 1.50 MiB/sec. 2026.03.19 00:56:31.263301 [ 260 ] {c50b0735-06d0-442a-b574-f33487d1d064} TCPHandler: Processed in 0.001252238 sec. 2026.03.19 00:56:31.263420 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:31.263511 [ 260 ] {1d6a4cb6-88e7-4599-8919-60f67dae49e1} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:56:31.263549 [ 260 ] {1d6a4cb6-88e7-4599-8919-60f67dae49e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:56:31.263971 [ 260 ] {1d6a4cb6-88e7-4599-8919-60f67dae49e1} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:31.264005 [ 260 ] {1d6a4cb6-88e7-4599-8919-60f67dae49e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:31.264297 [ 260 ] {1d6a4cb6-88e7-4599-8919-60f67dae49e1} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.19 00:56:31.264505 [ 260 ] {1d6a4cb6-88e7-4599-8919-60f67dae49e1} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:31.264624 [ 260 ] {1d6a4cb6-88e7-4599-8919-60f67dae49e1} executeQuery: Read 87 rows, 6.97 KiB in 0.001131 sec., 76923.07692307692 rows/sec., 6.02 MiB/sec. 2026.03.19 00:56:31.264658 [ 260 ] {1d6a4cb6-88e7-4599-8919-60f67dae49e1} TCPHandler: Processed in 0.001287868 sec. 2026.03.19 00:56:31.264789 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:31.264885 [ 260 ] {167d85b5-ae1b-4466-ba37-26b42de0719c} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:56:31.264928 [ 260 ] {167d85b5-ae1b-4466-ba37-26b42de0719c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:56:31.265325 [ 260 ] {167d85b5-ae1b-4466-ba37-26b42de0719c} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:31.265359 [ 260 ] {167d85b5-ae1b-4466-ba37-26b42de0719c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:31.265694 [ 260 ] {167d85b5-ae1b-4466-ba37-26b42de0719c} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.19 00:56:31.265906 [ 260 ] {167d85b5-ae1b-4466-ba37-26b42de0719c} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:31.266029 [ 260 ] {167d85b5-ae1b-4466-ba37-26b42de0719c} executeQuery: Read 165 rows, 11.76 KiB in 0.001163 sec., 141874.4625967326 rows/sec., 9.88 MiB/sec. 2026.03.19 00:56:31.266064 [ 260 ] {167d85b5-ae1b-4466-ba37-26b42de0719c} TCPHandler: Processed in 0.001324099 sec. 2026.03.19 00:56:31.266171 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:31.266277 [ 260 ] {a09c0da8-de08-4779-aec3-1f40501e7890} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:56:31.266335 [ 260 ] {a09c0da8-de08-4779-aec3-1f40501e7890} 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.03.19 00:56:31.267091 [ 260 ] {a09c0da8-de08-4779-aec3-1f40501e7890} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:31.267127 [ 260 ] {a09c0da8-de08-4779-aec3-1f40501e7890} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:31.267689 [ 260 ] {a09c0da8-de08-4779-aec3-1f40501e7890} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.19 00:56:31.267927 [ 260 ] {a09c0da8-de08-4779-aec3-1f40501e7890} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:31.268091 [ 260 ] {a09c0da8-de08-4779-aec3-1f40501e7890} executeQuery: Read 13 rows, 23.85 KiB in 0.001832 sec., 7096.0698689956325 rows/sec., 12.72 MiB/sec. 2026.03.19 00:56:31.268162 [ 260 ] {a09c0da8-de08-4779-aec3-1f40501e7890} TCPHandler: Processed in 0.002041595 sec. 2026.03.19 00:56:31.268290 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:31.268404 [ 260 ] {8857527e-bc32-4549-9622-e4d6e34da7c7} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:56:31.268455 [ 260 ] {8857527e-bc32-4549-9622-e4d6e34da7c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:56:31.268839 [ 260 ] {8857527e-bc32-4549-9622-e4d6e34da7c7} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:31.268877 [ 260 ] {8857527e-bc32-4549-9622-e4d6e34da7c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:31.269198 [ 260 ] {8857527e-bc32-4549-9622-e4d6e34da7c7} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.19 00:56:31.269416 [ 260 ] {8857527e-bc32-4549-9622-e4d6e34da7c7} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:31.269536 [ 260 ] {8857527e-bc32-4549-9622-e4d6e34da7c7} executeQuery: Read 60 rows, 4.14 KiB in 0.001162 sec., 51635.11187607573 rows/sec., 3.48 MiB/sec. 2026.03.19 00:56:31.269568 [ 260 ] {8857527e-bc32-4549-9622-e4d6e34da7c7} TCPHandler: Processed in 0.00134531 sec. 2026.03.19 00:56:33.126416 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5289 2026.03.19 00:56:33.126930 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:33.126980 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:33.127499 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.19 00:56:33.127745 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:33.127888 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5289 2026.03.19 00:56:33.127888 [ 25 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.19 00:56:33.127965 [ 25 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:33.127985 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:33.128084 [ 190 ] {c4062d85-5db1-44cf-991b-11480bbd7783::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.03.19 00:56:33.128196 [ 190 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:56:33.128232 [ 190 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2857 rows starting from the beginning of the part 2026.03.19 00:56:33.128292 [ 190 ] {c4062d85-5db1-44cf-991b-11480bbd7783::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.03.19 00:56:33.128334 [ 190 ] {c4062d85-5db1-44cf-991b-11480bbd7783::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.03.19 00:56:33.128371 [ 190 ] {c4062d85-5db1-44cf-991b-11480bbd7783::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.03.19 00:56:33.128406 [ 190 ] {c4062d85-5db1-44cf-991b-11480bbd7783::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.03.19 00:56:33.128444 [ 190 ] {c4062d85-5db1-44cf-991b-11480bbd7783::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.03.19 00:56:33.129777 [ 201 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5289 rows, containing 4 columns (4 merged, 0 gathered) in 0.001731709 sec., 3054208.299431371 rows/sec., 43.69 MiB/sec. 2026.03.19 00:56:33.130536 [ 192 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.19 00:56:33.130848 [ 192 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_11_2} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:33.130921 [ 192 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_11_2} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.19 00:56:33.131012 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.03.19 00:56:33.399446 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.03.19 00:56:33.416295 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:33.416353 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:33.422611 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.19 00:56:33.423302 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:33.423600 [ 25 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.19 00:56:33.423645 [ 25 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:33.423663 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 00:56:33.423769 [ 201 ] {b8c8652d-7579-4eae-94e9-90637c55b388::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.03.19 00:56:33.426349 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.03.19 00:56:33.427916 [ 201 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:56:33.429328 [ 201 ] {b8c8652d-7579-4eae-94e9-90637c55b388::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.03.19 00:56:33.434022 [ 201 ] {b8c8652d-7579-4eae-94e9-90637c55b388::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.03.19 00:56:33.438361 [ 201 ] {b8c8652d-7579-4eae-94e9-90637c55b388::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.03.19 00:56:33.442729 [ 201 ] {b8c8652d-7579-4eae-94e9-90637c55b388::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.03.19 00:56:33.447281 [ 201 ] {b8c8652d-7579-4eae-94e9-90637c55b388::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.03.19 00:56:33.451754 [ 201 ] {b8c8652d-7579-4eae-94e9-90637c55b388::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.03.19 00:56:33.503354 [ 192 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.079632503 sec., 1042.2879712822792 rows/sec., 5.39 MiB/sec. 2026.03.19 00:56:33.505958 [ 198 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.19 00:56:33.508169 [ 198 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_11_2} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:33.508280 [ 198 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_11_2} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.19 00:56:33.510192 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.03.19 00:56:34.000184 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 213.43 MiB, peak 223.33 MiB, free memory in arenas 0.00 B, will set to 222.96 MiB (RSS), difference: 9.53 MiB 2026.03.19 00:56:36.260240 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:36.260440 [ 260 ] {ef651199-f3eb-4f3a-8cbb-daf313d51f1f} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:56:36.260511 [ 260 ] {ef651199-f3eb-4f3a-8cbb-daf313d51f1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:56:36.261212 [ 260 ] {ef651199-f3eb-4f3a-8cbb-daf313d51f1f} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:36.261263 [ 260 ] {ef651199-f3eb-4f3a-8cbb-daf313d51f1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:36.261688 [ 260 ] {ef651199-f3eb-4f3a-8cbb-daf313d51f1f} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.19 00:56:36.261937 [ 260 ] {ef651199-f3eb-4f3a-8cbb-daf313d51f1f} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:36.262083 [ 77 ] {} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.19 00:56:36.262102 [ 260 ] {ef651199-f3eb-4f3a-8cbb-daf313d51f1f} executeQuery: Read 112 rows, 9.67 KiB in 0.001717 sec., 65230.05241700641 rows/sec., 5.50 MiB/sec. 2026.03.19 00:56:36.262158 [ 77 ] {} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:36.262176 [ 260 ] {ef651199-f3eb-4f3a-8cbb-daf313d51f1f} TCPHandler: Processed in 0.002079566 sec. 2026.03.19 00:56:36.262188 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:36.262315 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:36.262322 [ 196 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::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.03.19 00:56:36.262422 [ 260 ] {2b560170-6a24-400e-bdd3-3645e55b8ae7} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:56:36.262473 [ 196 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:56:36.262474 [ 260 ] {2b560170-6a24-400e-bdd3-3645e55b8ae7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:56:36.262524 [ 196 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2140 rows starting from the beginning of the part 2026.03.19 00:56:36.262596 [ 196 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part 2026.03.19 00:56:36.262642 [ 196 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 76 rows starting from the beginning of the part 2026.03.19 00:56:36.262684 [ 196 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 112 rows starting from the beginning of the part 2026.03.19 00:56:36.262723 [ 196 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 87 rows starting from the beginning of the part 2026.03.19 00:56:36.262774 [ 196 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 112 rows starting from the beginning of the part 2026.03.19 00:56:36.262935 [ 260 ] {2b560170-6a24-400e-bdd3-3645e55b8ae7} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:36.262980 [ 260 ] {2b560170-6a24-400e-bdd3-3645e55b8ae7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:36.263428 [ 260 ] {2b560170-6a24-400e-bdd3-3645e55b8ae7} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.19 00:56:36.263694 [ 260 ] {2b560170-6a24-400e-bdd3-3645e55b8ae7} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:36.263835 [ 260 ] {2b560170-6a24-400e-bdd3-3645e55b8ae7} executeQuery: Read 28 rows, 2.11 KiB in 0.001437 sec., 19485.038274182327 rows/sec., 1.43 MiB/sec. 2026.03.19 00:56:36.263875 [ 260 ] {2b560170-6a24-400e-bdd3-3645e55b8ae7} TCPHandler: Processed in 0.001611825 sec. 2026.03.19 00:56:36.263990 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:36.264004 [ 199 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2583 rows, containing 5 columns (5 merged, 0 gathered) in 0.001743668 sec., 1481359.9836666153 rows/sec., 120.43 MiB/sec. 2026.03.19 00:56:36.264089 [ 260 ] {bfe6ab83-fd85-437f-b7e3-963ed3f1ecb3} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:56:36.264131 [ 260 ] {bfe6ab83-fd85-437f-b7e3-963ed3f1ecb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:56:36.264305 [ 195 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.19 00:56:36.264564 [ 260 ] {bfe6ab83-fd85-437f-b7e3-963ed3f1ecb3} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:36.264577 [ 195 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_16_3} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:36.264601 [ 260 ] {bfe6ab83-fd85-437f-b7e3-963ed3f1ecb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:36.264652 [ 195 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_16_3} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.19 00:56:36.264742 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2026.03.19 00:56:36.264933 [ 260 ] {bfe6ab83-fd85-437f-b7e3-963ed3f1ecb3} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.19 00:56:36.265151 [ 260 ] {bfe6ab83-fd85-437f-b7e3-963ed3f1ecb3} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:36.265249 [ 77 ] {} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.19 00:56:36.265277 [ 260 ] {bfe6ab83-fd85-437f-b7e3-963ed3f1ecb3} executeQuery: Read 92 rows, 7.36 KiB in 0.00121 sec., 76033.05785123968 rows/sec., 5.94 MiB/sec. 2026.03.19 00:56:36.265280 [ 77 ] {} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:36.265318 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:36.265322 [ 260 ] {bfe6ab83-fd85-437f-b7e3-963ed3f1ecb3} TCPHandler: Processed in 0.00138278 sec. 2026.03.19 00:56:36.265389 [ 195 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::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.03.19 00:56:36.265444 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:36.265466 [ 195 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:56:36.265492 [ 195 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1117 rows starting from the beginning of the part 2026.03.19 00:56:36.265538 [ 260 ] {2fa61fa1-9dba-4edf-82a1-ae774cedd155} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:56:36.265552 [ 195 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 64 rows starting from the beginning of the part 2026.03.19 00:56:36.265583 [ 260 ] {2fa61fa1-9dba-4edf-82a1-ae774cedd155} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:56:36.265598 [ 195 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 74 rows starting from the beginning of the part 2026.03.19 00:56:36.265638 [ 195 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 92 rows starting from the beginning of the part 2026.03.19 00:56:36.265683 [ 195 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 87 rows starting from the beginning of the part 2026.03.19 00:56:36.265725 [ 195 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 92 rows starting from the beginning of the part 2026.03.19 00:56:36.266005 [ 260 ] {2fa61fa1-9dba-4edf-82a1-ae774cedd155} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:36.266041 [ 260 ] {2fa61fa1-9dba-4edf-82a1-ae774cedd155} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:36.266388 [ 260 ] {2fa61fa1-9dba-4edf-82a1-ae774cedd155} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.19 00:56:36.266612 [ 260 ] {2fa61fa1-9dba-4edf-82a1-ae774cedd155} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:36.266672 [ 195 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1526 rows, containing 5 columns (5 merged, 0 gathered) in 0.001313489 sec., 1161791.229313683 rows/sec., 88.32 MiB/sec. 2026.03.19 00:56:36.266712 [ 77 ] {} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.19 00:56:36.266742 [ 260 ] {2fa61fa1-9dba-4edf-82a1-ae774cedd155} executeQuery: Read 160 rows, 11.41 KiB in 0.001222 sec., 130932.8968903437 rows/sec., 9.12 MiB/sec. 2026.03.19 00:56:36.266745 [ 77 ] {} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:36.266784 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:36.266786 [ 260 ] {2fa61fa1-9dba-4edf-82a1-ae774cedd155} TCPHandler: Processed in 0.00139167 sec. 2026.03.19 00:56:36.266822 [ 199 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.19 00:56:36.266876 [ 191 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::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.03.19 00:56:36.266923 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:36.266976 [ 191 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:56:36.267012 [ 191 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4982 rows starting from the beginning of the part 2026.03.19 00:56:36.267030 [ 260 ] {8b7d5a1d-6c5b-45e5-b1cd-bd7e7d34bbc4} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:56:36.267067 [ 199 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_16_3} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:36.267088 [ 260 ] {8b7d5a1d-6c5b-45e5-b1cd-bd7e7d34bbc4} 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.03.19 00:56:36.267092 [ 191 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 128 rows starting from the beginning of the part 2026.03.19 00:56:36.267130 [ 199 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_16_3} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.19 00:56:36.267145 [ 191 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part 2026.03.19 00:56:36.267193 [ 191 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part 2026.03.19 00:56:36.267199 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.03.19 00:56:36.267236 [ 191 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 165 rows starting from the beginning of the part 2026.03.19 00:56:36.267276 [ 191 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part 2026.03.19 00:56:36.267891 [ 260 ] {8b7d5a1d-6c5b-45e5-b1cd-bd7e7d34bbc4} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:36.267927 [ 260 ] {8b7d5a1d-6c5b-45e5-b1cd-bd7e7d34bbc4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:36.268565 [ 260 ] {8b7d5a1d-6c5b-45e5-b1cd-bd7e7d34bbc4} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.19 00:56:36.268842 [ 260 ] {8b7d5a1d-6c5b-45e5-b1cd-bd7e7d34bbc4} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:36.268983 [ 260 ] {8b7d5a1d-6c5b-45e5-b1cd-bd7e7d34bbc4} executeQuery: Read 28 rows, 51.38 KiB in 0.001971 sec., 14205.986808726535 rows/sec., 25.46 MiB/sec. 2026.03.19 00:56:36.269033 [ 260 ] {8b7d5a1d-6c5b-45e5-b1cd-bd7e7d34bbc4} TCPHandler: Processed in 0.002169528 sec. 2026.03.19 00:56:36.269145 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:36.269240 [ 260 ] {c73427cc-f166-411d-be37-c4f2aa8ef043} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:56:36.269283 [ 260 ] {c73427cc-f166-411d-be37-c4f2aa8ef043} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:56:36.269627 [ 260 ] {c73427cc-f166-411d-be37-c4f2aa8ef043} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:36.269656 [ 199 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 5755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002815542 sec., 2044011.4194709226 rows/sec., 136.08 MiB/sec. 2026.03.19 00:56:36.269666 [ 260 ] {c73427cc-f166-411d-be37-c4f2aa8ef043} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:36.270016 [ 260 ] {c73427cc-f166-411d-be37-c4f2aa8ef043} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.19 00:56:36.270218 [ 193 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.19 00:56:36.270260 [ 260 ] {c73427cc-f166-411d-be37-c4f2aa8ef043} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:36.270384 [ 77 ] {} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.19 00:56:36.270404 [ 260 ] {c73427cc-f166-411d-be37-c4f2aa8ef043} executeQuery: Read 60 rows, 4.14 KiB in 0.001183 sec., 50718.512256973794 rows/sec., 3.42 MiB/sec. 2026.03.19 00:56:36.270428 [ 77 ] {} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:36.270449 [ 260 ] {c73427cc-f166-411d-be37-c4f2aa8ef043} TCPHandler: Processed in 0.00135237 sec. 2026.03.19 00:56:36.270457 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:36.270538 [ 191 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::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.03.19 00:56:36.270558 [ 193 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_16_3} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:36.270628 [ 191 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:56:36.270646 [ 193 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_16_3} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.19 00:56:36.270659 [ 191 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 552 rows starting from the beginning of the part 2026.03.19 00:56:36.270707 [ 191 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 48 rows starting from the beginning of the part 2026.03.19 00:56:36.270743 [ 191 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::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.03.19 00:56:36.270745 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.29 MiB. 2026.03.19 00:56:36.270778 [ 191 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part 2026.03.19 00:56:36.270814 [ 191 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::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.03.19 00:56:36.270845 [ 191 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part 2026.03.19 00:56:36.271549 [ 191 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 840 rows, containing 4 columns (4 merged, 0 gathered) in 0.001036413 sec., 810487.7109800823 rows/sec., 54.62 MiB/sec. 2026.03.19 00:56:36.271744 [ 193 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.19 00:56:36.271999 [ 193 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_16_3} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:36.272060 [ 193 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_16_3} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.19 00:56:36.272129 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.03.19 00:56:40.551810 [ 140 ] {} DNSResolver: Updating DNS cache 2026.03.19 00:56:40.551887 [ 140 ] {} DNSResolver: Updated DNS cache 2026.03.19 00:56:40.628174 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5737 2026.03.19 00:56:40.628653 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:40.628696 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:40.629248 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.19 00:56:40.629512 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:40.629653 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5737 2026.03.19 00:56:40.629838 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 392 2026.03.19 00:56:40.631956 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:40.632011 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:40.633197 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 00:56:40.633478 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:40.633807 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 392 2026.03.19 00:56:40.926589 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.03.19 00:56:40.947242 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:40.947308 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:40.953122 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.19 00:56:40.953866 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:40.957685 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.03.19 00:56:41.258033 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:41.258212 [ 260 ] {6deb33d2-a23d-44f2-a9da-bad67e70c13d} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:56:41.258284 [ 260 ] {6deb33d2-a23d-44f2-a9da-bad67e70c13d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:56:41.258983 [ 260 ] {6deb33d2-a23d-44f2-a9da-bad67e70c13d} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:41.259035 [ 260 ] {6deb33d2-a23d-44f2-a9da-bad67e70c13d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:41.259475 [ 260 ] {6deb33d2-a23d-44f2-a9da-bad67e70c13d} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.19 00:56:41.259735 [ 260 ] {6deb33d2-a23d-44f2-a9da-bad67e70c13d} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:41.259902 [ 260 ] {6deb33d2-a23d-44f2-a9da-bad67e70c13d} executeQuery: Read 82 rows, 6.97 KiB in 0.001739 sec., 47153.536515238644 rows/sec., 3.91 MiB/sec. 2026.03.19 00:56:41.259952 [ 260 ] {6deb33d2-a23d-44f2-a9da-bad67e70c13d} TCPHandler: Processed in 0.002057035 sec. 2026.03.19 00:56:41.260087 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:41.260191 [ 260 ] {1c3c22c8-da4e-4930-9e68-a3c4aa436dd5} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:56:41.260237 [ 260 ] {1c3c22c8-da4e-4930-9e68-a3c4aa436dd5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:56:41.260656 [ 260 ] {1c3c22c8-da4e-4930-9e68-a3c4aa436dd5} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:41.260694 [ 260 ] {1c3c22c8-da4e-4930-9e68-a3c4aa436dd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:41.260994 [ 260 ] {1c3c22c8-da4e-4930-9e68-a3c4aa436dd5} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.19 00:56:41.261210 [ 260 ] {1c3c22c8-da4e-4930-9e68-a3c4aa436dd5} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:41.261335 [ 260 ] {1c3c22c8-da4e-4930-9e68-a3c4aa436dd5} executeQuery: Read 13 rows, 1001.00 B in 0.001196 sec., 10869.565217391304 rows/sec., 817.34 KiB/sec. 2026.03.19 00:56:41.261371 [ 260 ] {1c3c22c8-da4e-4930-9e68-a3c4aa436dd5} TCPHandler: Processed in 0.00136697 sec. 2026.03.19 00:56:41.261466 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:41.261555 [ 260 ] {cd53c356-f906-4161-8ad1-9a83be9468cf} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:56:41.261593 [ 260 ] {cd53c356-f906-4161-8ad1-9a83be9468cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:56:41.262071 [ 260 ] {cd53c356-f906-4161-8ad1-9a83be9468cf} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:41.262108 [ 260 ] {cd53c356-f906-4161-8ad1-9a83be9468cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:41.262433 [ 260 ] {cd53c356-f906-4161-8ad1-9a83be9468cf} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.19 00:56:41.262684 [ 260 ] {cd53c356-f906-4161-8ad1-9a83be9468cf} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:41.262814 [ 260 ] {cd53c356-f906-4161-8ad1-9a83be9468cf} executeQuery: Read 77 rows, 6.16 KiB in 0.001233 sec., 62449.31062449311 rows/sec., 4.88 MiB/sec. 2026.03.19 00:56:41.262853 [ 260 ] {cd53c356-f906-4161-8ad1-9a83be9468cf} TCPHandler: Processed in 0.001397211 sec. 2026.03.19 00:56:41.262977 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:41.263072 [ 260 ] {9c85cb13-b66a-42d2-bf4f-e3b4a7e14081} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:56:41.263114 [ 260 ] {9c85cb13-b66a-42d2-bf4f-e3b4a7e14081} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:56:41.263531 [ 260 ] {9c85cb13-b66a-42d2-bf4f-e3b4a7e14081} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:41.263568 [ 260 ] {9c85cb13-b66a-42d2-bf4f-e3b4a7e14081} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:41.263903 [ 260 ] {9c85cb13-b66a-42d2-bf4f-e3b4a7e14081} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.19 00:56:41.264133 [ 260 ] {9c85cb13-b66a-42d2-bf4f-e3b4a7e14081} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:41.264261 [ 260 ] {9c85cb13-b66a-42d2-bf4f-e3b4a7e14081} executeQuery: Read 160 rows, 11.41 KiB in 0.001207 sec., 132560.06628003315 rows/sec., 9.23 MiB/sec. 2026.03.19 00:56:41.264298 [ 260 ] {9c85cb13-b66a-42d2-bf4f-e3b4a7e14081} TCPHandler: Processed in 0.00136905 sec. 2026.03.19 00:56:41.264412 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:41.264506 [ 260 ] {f250caf0-cdea-48a6-a7a1-b04f17c125a8} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:56:41.264561 [ 260 ] {f250caf0-cdea-48a6-a7a1-b04f17c125a8} 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.03.19 00:56:41.265296 [ 260 ] {f250caf0-cdea-48a6-a7a1-b04f17c125a8} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:41.265333 [ 260 ] {f250caf0-cdea-48a6-a7a1-b04f17c125a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:41.265817 [ 260 ] {f250caf0-cdea-48a6-a7a1-b04f17c125a8} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.19 00:56:41.266114 [ 260 ] {f250caf0-cdea-48a6-a7a1-b04f17c125a8} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:41.266251 [ 260 ] {f250caf0-cdea-48a6-a7a1-b04f17c125a8} executeQuery: Read 13 rows, 23.85 KiB in 0.001763 sec., 7373.79466817924 rows/sec., 13.21 MiB/sec. 2026.03.19 00:56:41.266303 [ 260 ] {f250caf0-cdea-48a6-a7a1-b04f17c125a8} TCPHandler: Processed in 0.001936972 sec. 2026.03.19 00:56:41.266417 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:41.266512 [ 260 ] {1e6f7cd1-3677-452b-9fd5-db3b0337f1a3} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:56:41.266554 [ 260 ] {1e6f7cd1-3677-452b-9fd5-db3b0337f1a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:56:41.266885 [ 260 ] {1e6f7cd1-3677-452b-9fd5-db3b0337f1a3} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:41.266923 [ 260 ] {1e6f7cd1-3677-452b-9fd5-db3b0337f1a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:41.267234 [ 260 ] {1e6f7cd1-3677-452b-9fd5-db3b0337f1a3} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.19 00:56:41.267463 [ 260 ] {1e6f7cd1-3677-452b-9fd5-db3b0337f1a3} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:41.267591 [ 260 ] {1e6f7cd1-3677-452b-9fd5-db3b0337f1a3} executeQuery: Read 60 rows, 4.14 KiB in 0.001097 sec., 54694.62169553327 rows/sec., 3.69 MiB/sec. 2026.03.19 00:56:41.267631 [ 260 ] {1e6f7cd1-3677-452b-9fd5-db3b0337f1a3} TCPHandler: Processed in 0.001262277 sec. 2026.03.19 00:56:41.577572 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:41.577743 [ 260 ] {a3b36ce7-9a45-4adf-9957-6e06e8bf2d2b} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.19 00:56:41.577808 [ 260 ] {a3b36ce7-9a45-4adf-9957-6e06e8bf2d2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.19 00:56:41.578512 [ 260 ] {a3b36ce7-9a45-4adf-9957-6e06e8bf2d2b} oximeter.fields_i16 (c97ae8e6-4b88-4382-a85b-3715ba41c5df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:41.578562 [ 260 ] {a3b36ce7-9a45-4adf-9957-6e06e8bf2d2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:41.578972 [ 260 ] {a3b36ce7-9a45-4adf-9957-6e06e8bf2d2b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 00:56:41.579220 [ 260 ] {a3b36ce7-9a45-4adf-9957-6e06e8bf2d2b} oximeter.fields_i16 (c97ae8e6-4b88-4382-a85b-3715ba41c5df): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:41.579370 [ 260 ] {a3b36ce7-9a45-4adf-9957-6e06e8bf2d2b} executeQuery: Read 24 rows, 2.04 KiB in 0.001624 sec., 14778.32512315271 rows/sec., 1.23 MiB/sec. 2026.03.19 00:56:41.579413 [ 260 ] {a3b36ce7-9a45-4adf-9957-6e06e8bf2d2b} TCPHandler: Processed in 0.001931813 sec. 2026.03.19 00:56:41.579538 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:41.579634 [ 260 ] {c879c4dd-401f-4ab8-8041-cddbdc6791fc} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 00:56:41.579677 [ 260 ] {c879c4dd-401f-4ab8-8041-cddbdc6791fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 00:56:41.580075 [ 260 ] {c879c4dd-401f-4ab8-8041-cddbdc6791fc} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:41.580113 [ 260 ] {c879c4dd-401f-4ab8-8041-cddbdc6791fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:41.580418 [ 260 ] {c879c4dd-401f-4ab8-8041-cddbdc6791fc} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 00:56:41.580640 [ 260 ] {c879c4dd-401f-4ab8-8041-cddbdc6791fc} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:41.580777 [ 260 ] {c879c4dd-401f-4ab8-8041-cddbdc6791fc} executeQuery: Read 6 rows, 501.00 B in 0.001161 sec., 5167.958656330749 rows/sec., 421.41 KiB/sec. 2026.03.19 00:56:41.580816 [ 260 ] {c879c4dd-401f-4ab8-8041-cddbdc6791fc} TCPHandler: Processed in 0.00132693 sec. 2026.03.19 00:56:41.580934 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:41.581025 [ 260 ] {03cf68cc-3b31-4648-9604-7426e29bde43} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:56:41.581064 [ 260 ] {03cf68cc-3b31-4648-9604-7426e29bde43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:56:41.582384 [ 260 ] {03cf68cc-3b31-4648-9604-7426e29bde43} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:41.582421 [ 260 ] {03cf68cc-3b31-4648-9604-7426e29bde43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:41.582898 [ 260 ] {03cf68cc-3b31-4648-9604-7426e29bde43} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.19 00:56:41.583131 [ 260 ] {03cf68cc-3b31-4648-9604-7426e29bde43} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:41.583272 [ 260 ] {03cf68cc-3b31-4648-9604-7426e29bde43} executeQuery: Read 2115 rows, 165.12 KiB in 0.00226 sec., 935840.7079646018 rows/sec., 71.35 MiB/sec. 2026.03.19 00:56:41.583310 [ 260 ] {03cf68cc-3b31-4648-9604-7426e29bde43} TCPHandler: Processed in 0.002424433 sec. 2026.03.19 00:56:41.583423 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:41.583518 [ 260 ] {2aa2b6bc-51ed-4dc1-a895-1cc0120ba274} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:56:41.583560 [ 260 ] {2aa2b6bc-51ed-4dc1-a895-1cc0120ba274} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:56:41.583974 [ 260 ] {2aa2b6bc-51ed-4dc1-a895-1cc0120ba274} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:41.584013 [ 260 ] {2aa2b6bc-51ed-4dc1-a895-1cc0120ba274} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:41.584318 [ 260 ] {2aa2b6bc-51ed-4dc1-a895-1cc0120ba274} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.19 00:56:41.584550 [ 260 ] {2aa2b6bc-51ed-4dc1-a895-1cc0120ba274} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:41.584678 [ 260 ] {2aa2b6bc-51ed-4dc1-a895-1cc0120ba274} executeQuery: Read 55 rows, 4.16 KiB in 0.00118 sec., 46610.16949152542 rows/sec., 3.44 MiB/sec. 2026.03.19 00:56:41.584715 [ 260 ] {2aa2b6bc-51ed-4dc1-a895-1cc0120ba274} TCPHandler: Processed in 0.001341689 sec. 2026.03.19 00:56:41.584823 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:41.584918 [ 260 ] {2e05d5ec-d543-4584-825e-f6ef44bf3a0d} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 00:56:41.584958 [ 260 ] {2e05d5ec-d543-4584-825e-f6ef44bf3a0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 00:56:41.585503 [ 260 ] {2e05d5ec-d543-4584-825e-f6ef44bf3a0d} oximeter.fields_u32 (07ee9360-dbdb-41f1-bf21-931c2f22f543): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:41.585538 [ 260 ] {2e05d5ec-d543-4584-825e-f6ef44bf3a0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:41.585848 [ 260 ] {2e05d5ec-d543-4584-825e-f6ef44bf3a0d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 00:56:41.586130 [ 260 ] {2e05d5ec-d543-4584-825e-f6ef44bf3a0d} oximeter.fields_u32 (07ee9360-dbdb-41f1-bf21-931c2f22f543): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:41.586255 [ 260 ] {2e05d5ec-d543-4584-825e-f6ef44bf3a0d} executeQuery: Read 732 rows, 44.33 KiB in 0.001354 sec., 540620.3840472674 rows/sec., 31.97 MiB/sec. 2026.03.19 00:56:41.586292 [ 260 ] {2e05d5ec-d543-4584-825e-f6ef44bf3a0d} TCPHandler: Processed in 0.001515793 sec. 2026.03.19 00:56:41.586407 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:41.586501 [ 260 ] {27436c59-3de5-4d9f-b88d-656e0a2210ac} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.19 00:56:41.586542 [ 260 ] {27436c59-3de5-4d9f-b88d-656e0a2210ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.19 00:56:41.586914 [ 260 ] {27436c59-3de5-4d9f-b88d-656e0a2210ac} oximeter.fields_u64 (c95f3192-ba09-4763-b29d-c6e6af3f656f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:41.586952 [ 260 ] {27436c59-3de5-4d9f-b88d-656e0a2210ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:41.587244 [ 260 ] {27436c59-3de5-4d9f-b88d-656e0a2210ac} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 00:56:41.587461 [ 260 ] {27436c59-3de5-4d9f-b88d-656e0a2210ac} oximeter.fields_u64 (c95f3192-ba09-4763-b29d-c6e6af3f656f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:41.587586 [ 260 ] {27436c59-3de5-4d9f-b88d-656e0a2210ac} executeQuery: Read 1 rows, 72.00 B in 0.001102 sec., 907.4410163339384 rows/sec., 63.80 KiB/sec. 2026.03.19 00:56:41.587622 [ 260 ] {27436c59-3de5-4d9f-b88d-656e0a2210ac} TCPHandler: Processed in 0.001263717 sec. 2026.03.19 00:56:41.587731 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:41.587824 [ 260 ] {ced70b90-84f8-4111-bc19-c3f4e9447c80} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.19 00:56:41.587864 [ 260 ] {ced70b90-84f8-4111-bc19-c3f4e9447c80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.19 00:56:41.588252 [ 260 ] {ced70b90-84f8-4111-bc19-c3f4e9447c80} oximeter.fields_u8 (d2f01f0b-4d3a-4853-a9fa-9607d1b65676): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:41.588289 [ 260 ] {ced70b90-84f8-4111-bc19-c3f4e9447c80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:41.588581 [ 260 ] {ced70b90-84f8-4111-bc19-c3f4e9447c80} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 00:56:41.588801 [ 260 ] {ced70b90-84f8-4111-bc19-c3f4e9447c80} oximeter.fields_u8 (d2f01f0b-4d3a-4853-a9fa-9607d1b65676): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:41.588925 [ 260 ] {ced70b90-84f8-4111-bc19-c3f4e9447c80} executeQuery: Read 12 rows, 960.00 B in 0.001119 sec., 10723.860589812333 rows/sec., 837.80 KiB/sec. 2026.03.19 00:56:41.588963 [ 260 ] {ced70b90-84f8-4111-bc19-c3f4e9447c80} TCPHandler: Processed in 0.001280888 sec. 2026.03.19 00:56:41.589061 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:41.589148 [ 260 ] {ea7a652a-849a-4273-a5b9-0f412a7ff311} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:56:41.589185 [ 260 ] {ea7a652a-849a-4273-a5b9-0f412a7ff311} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:56:41.589837 [ 260 ] {ea7a652a-849a-4273-a5b9-0f412a7ff311} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:41.589871 [ 260 ] {ea7a652a-849a-4273-a5b9-0f412a7ff311} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:41.590305 [ 260 ] {ea7a652a-849a-4273-a5b9-0f412a7ff311} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.19 00:56:41.590533 [ 260 ] {ea7a652a-849a-4273-a5b9-0f412a7ff311} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:41.590671 [ 260 ] {ea7a652a-849a-4273-a5b9-0f412a7ff311} executeQuery: Read 1079 rows, 77.05 KiB in 0.001528 sec., 706151.832460733 rows/sec., 49.24 MiB/sec. 2026.03.19 00:56:41.590709 [ 260 ] {ea7a652a-849a-4273-a5b9-0f412a7ff311} TCPHandler: Processed in 0.001689417 sec. 2026.03.19 00:56:41.590826 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:41.590919 [ 260 ] {9c96c546-d05d-42b7-8029-afe02f384e62} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:56:41.590964 [ 260 ] {9c96c546-d05d-42b7-8029-afe02f384e62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:56:41.591585 [ 260 ] {9c96c546-d05d-42b7-8029-afe02f384e62} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:41.591623 [ 260 ] {9c96c546-d05d-42b7-8029-afe02f384e62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:41.592033 [ 260 ] {9c96c546-d05d-42b7-8029-afe02f384e62} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.19 00:56:41.592257 [ 260 ] {9c96c546-d05d-42b7-8029-afe02f384e62} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:41.592392 [ 260 ] {9c96c546-d05d-42b7-8029-afe02f384e62} executeQuery: Read 1256 rows, 81.12 KiB in 0.00149 sec., 842953.0201342282 rows/sec., 53.17 MiB/sec. 2026.03.19 00:56:41.592429 [ 260 ] {9c96c546-d05d-42b7-8029-afe02f384e62} TCPHandler: Processed in 0.001652476 sec. 2026.03.19 00:56:41.592539 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:41.592632 [ 260 ] {214b4283-f752-4961-82a6-453fe5e84cfe} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:56:41.592688 [ 260 ] {214b4283-f752-4961-82a6-453fe5e84cfe} 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.03.19 00:56:41.593444 [ 260 ] {214b4283-f752-4961-82a6-453fe5e84cfe} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:41.593479 [ 260 ] {214b4283-f752-4961-82a6-453fe5e84cfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:41.594067 [ 260 ] {214b4283-f752-4961-82a6-453fe5e84cfe} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.19 00:56:41.594299 [ 260 ] {214b4283-f752-4961-82a6-453fe5e84cfe} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:41.594435 [ 260 ] {214b4283-f752-4961-82a6-453fe5e84cfe} executeQuery: Read 37 rows, 67.89 KiB in 0.001819 sec., 20340.84661902144 rows/sec., 36.45 MiB/sec. 2026.03.19 00:56:41.594484 [ 260 ] {214b4283-f752-4961-82a6-453fe5e84cfe} TCPHandler: Processed in 0.001992433 sec. 2026.03.19 00:56:41.594605 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:41.594699 [ 260 ] {61144b8d-01aa-477d-9ee6-d1bd6d848eee} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:56:41.594742 [ 260 ] {61144b8d-01aa-477d-9ee6-d1bd6d848eee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:56:41.595058 [ 260 ] {61144b8d-01aa-477d-9ee6-d1bd6d848eee} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:41.595093 [ 260 ] {61144b8d-01aa-477d-9ee6-d1bd6d848eee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:41.595402 [ 260 ] {61144b8d-01aa-477d-9ee6-d1bd6d848eee} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.19 00:56:41.595619 [ 260 ] {61144b8d-01aa-477d-9ee6-d1bd6d848eee} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:41.595750 [ 260 ] {61144b8d-01aa-477d-9ee6-d1bd6d848eee} executeQuery: Read 12 rows, 848.00 B in 0.001068 sec., 11235.955056179775 rows/sec., 775.40 KiB/sec. 2026.03.19 00:56:41.595785 [ 260 ] {61144b8d-01aa-477d-9ee6-d1bd6d848eee} TCPHandler: Processed in 0.001228807 sec. 2026.03.19 00:56:42.000451 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 225.77 MiB, peak 228.58 MiB, free memory in arenas 0.00 B, will set to 224.55 MiB (RSS), difference: -1.22 MiB 2026.03.19 00:56:46.256641 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:46.256856 [ 260 ] {2b6bde57-6619-489f-9308-deaf77e3da99} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:56:46.256935 [ 260 ] {2b6bde57-6619-489f-9308-deaf77e3da99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:56:46.257678 [ 260 ] {2b6bde57-6619-489f-9308-deaf77e3da99} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:46.257734 [ 260 ] {2b6bde57-6619-489f-9308-deaf77e3da99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:46.258146 [ 260 ] {2b6bde57-6619-489f-9308-deaf77e3da99} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.19 00:56:46.258389 [ 260 ] {2b6bde57-6619-489f-9308-deaf77e3da99} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:46.258636 [ 260 ] {2b6bde57-6619-489f-9308-deaf77e3da99} executeQuery: Read 56 rows, 4.38 KiB in 0.001831 sec., 30584.380120152924 rows/sec., 2.33 MiB/sec. 2026.03.19 00:56:46.258685 [ 260 ] {2b6bde57-6619-489f-9308-deaf77e3da99} TCPHandler: Processed in 0.002184139 sec. 2026.03.19 00:56:46.258810 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:46.258912 [ 260 ] {8204f726-04f2-44b8-9b49-71c94b530d82} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:56:46.258956 [ 260 ] {8204f726-04f2-44b8-9b49-71c94b530d82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:56:46.259394 [ 260 ] {8204f726-04f2-44b8-9b49-71c94b530d82} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:46.259432 [ 260 ] {8204f726-04f2-44b8-9b49-71c94b530d82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:46.259744 [ 260 ] {8204f726-04f2-44b8-9b49-71c94b530d82} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.19 00:56:46.259981 [ 260 ] {8204f726-04f2-44b8-9b49-71c94b530d82} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:46.260118 [ 260 ] {8204f726-04f2-44b8-9b49-71c94b530d82} executeQuery: Read 64 rows, 5.12 KiB in 0.001231 sec., 51990.25182778229 rows/sec., 4.06 MiB/sec. 2026.03.19 00:56:46.260158 [ 260 ] {8204f726-04f2-44b8-9b49-71c94b530d82} TCPHandler: Processed in 0.001399941 sec. 2026.03.19 00:56:46.260268 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:46.260364 [ 260 ] {f7515b2c-4270-4985-bd02-89d32cba22fb} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:56:46.260410 [ 260 ] {f7515b2c-4270-4985-bd02-89d32cba22fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:56:46.260801 [ 260 ] {f7515b2c-4270-4985-bd02-89d32cba22fb} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:46.260838 [ 260 ] {f7515b2c-4270-4985-bd02-89d32cba22fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:46.261184 [ 260 ] {f7515b2c-4270-4985-bd02-89d32cba22fb} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.19 00:56:46.261400 [ 260 ] {f7515b2c-4270-4985-bd02-89d32cba22fb} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:46.261531 [ 260 ] {f7515b2c-4270-4985-bd02-89d32cba22fb} executeQuery: Read 128 rows, 9.13 KiB in 0.001187 sec., 107834.87784330246 rows/sec., 7.51 MiB/sec. 2026.03.19 00:56:46.261568 [ 260 ] {f7515b2c-4270-4985-bd02-89d32cba22fb} TCPHandler: Processed in 0.00134987 sec. 2026.03.19 00:56:46.261676 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:46.261770 [ 260 ] {765c105b-c903-4201-8160-73a118b6b1c0} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:56:46.261813 [ 260 ] {765c105b-c903-4201-8160-73a118b6b1c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:56:46.262143 [ 260 ] {765c105b-c903-4201-8160-73a118b6b1c0} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:46.262179 [ 260 ] {765c105b-c903-4201-8160-73a118b6b1c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:46.262494 [ 260 ] {765c105b-c903-4201-8160-73a118b6b1c0} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.19 00:56:46.262708 [ 260 ] {765c105b-c903-4201-8160-73a118b6b1c0} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:46.262834 [ 260 ] {765c105b-c903-4201-8160-73a118b6b1c0} executeQuery: Read 48 rows, 3.31 KiB in 0.001084 sec., 44280.44280442805 rows/sec., 2.98 MiB/sec. 2026.03.19 00:56:46.262871 [ 260 ] {765c105b-c903-4201-8160-73a118b6b1c0} TCPHandler: Processed in 0.001244538 sec. 2026.03.19 00:56:48.130035 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6249 2026.03.19 00:56:48.130572 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:48.130621 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:48.131136 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.19 00:56:48.131375 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:48.131515 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6249 2026.03.19 00:56:48.458095 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.03.19 00:56:48.473891 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:48.473945 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:48.479266 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.19 00:56:48.479957 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:48.482662 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.03.19 00:56:50.634356 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 434 2026.03.19 00:56:50.636753 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:50.636809 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:50.638008 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 00:56:50.638290 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:50.638621 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 434 2026.03.19 00:56:51.258714 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:51.258893 [ 260 ] {3b0f7215-99f1-4cab-b4ee-c9d99573f39d} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:56:51.258958 [ 260 ] {3b0f7215-99f1-4cab-b4ee-c9d99573f39d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:56:51.259629 [ 260 ] {3b0f7215-99f1-4cab-b4ee-c9d99573f39d} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:51.259677 [ 260 ] {3b0f7215-99f1-4cab-b4ee-c9d99573f39d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:51.260081 [ 260 ] {3b0f7215-99f1-4cab-b4ee-c9d99573f39d} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.19 00:56:51.260311 [ 260 ] {3b0f7215-99f1-4cab-b4ee-c9d99573f39d} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:51.260463 [ 260 ] {3b0f7215-99f1-4cab-b4ee-c9d99573f39d} executeQuery: Read 82 rows, 6.97 KiB in 0.001621 sec., 50586.05798889574 rows/sec., 4.20 MiB/sec. 2026.03.19 00:56:51.260506 [ 260 ] {3b0f7215-99f1-4cab-b4ee-c9d99573f39d} TCPHandler: Processed in 0.001927453 sec. 2026.03.19 00:56:51.260643 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:51.260737 [ 260 ] {b860768c-d146-44c7-8102-08237c741135} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:56:51.260779 [ 260 ] {b860768c-d146-44c7-8102-08237c741135} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:56:51.261189 [ 260 ] {b860768c-d146-44c7-8102-08237c741135} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:51.261227 [ 260 ] {b860768c-d146-44c7-8102-08237c741135} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:51.261548 [ 260 ] {b860768c-d146-44c7-8102-08237c741135} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.19 00:56:51.261779 [ 260 ] {b860768c-d146-44c7-8102-08237c741135} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:51.261901 [ 35 ] {} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.19 00:56:51.261911 [ 260 ] {b860768c-d146-44c7-8102-08237c741135} executeQuery: Read 13 rows, 1001.00 B in 0.001193 sec., 10896.898575020956 rows/sec., 819.40 KiB/sec. 2026.03.19 00:56:51.261975 [ 35 ] {} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:51.261990 [ 260 ] {b860768c-d146-44c7-8102-08237c741135} TCPHandler: Processed in 0.00139756 sec. 2026.03.19 00:56:51.262004 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:51.262103 [ 199 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::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.03.19 00:56:51.262122 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:51.262209 [ 199 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:56:51.262216 [ 260 ] {a15574bc-65df-40a1-bbb9-df86a4a733fb} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:56:51.262241 [ 199 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 75 rows starting from the beginning of the part 2026.03.19 00:56:51.262262 [ 260 ] {a15574bc-65df-40a1-bbb9-df86a4a733fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:56:51.262323 [ 199 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 23 rows starting from the beginning of the part 2026.03.19 00:56:51.262373 [ 199 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 28 rows starting from the beginning of the part 2026.03.19 00:56:51.262418 [ 199 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 13 rows starting from the beginning of the part 2026.03.19 00:56:51.262462 [ 199 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 55 rows starting from the beginning of the part 2026.03.19 00:56:51.262500 [ 199 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 13 rows starting from the beginning of the part 2026.03.19 00:56:51.262688 [ 260 ] {a15574bc-65df-40a1-bbb9-df86a4a733fb} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:51.262724 [ 260 ] {a15574bc-65df-40a1-bbb9-df86a4a733fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:51.263024 [ 260 ] {a15574bc-65df-40a1-bbb9-df86a4a733fb} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.19 00:56:51.263235 [ 194 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 207 rows, containing 5 columns (5 merged, 0 gathered) in 0.001169785 sec., 176955.5944040999 rows/sec., 13.62 MiB/sec. 2026.03.19 00:56:51.263241 [ 260 ] {a15574bc-65df-40a1-bbb9-df86a4a733fb} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:51.263424 [ 260 ] {a15574bc-65df-40a1-bbb9-df86a4a733fb} executeQuery: Read 77 rows, 6.16 KiB in 0.001227 sec., 62754.68622656887 rows/sec., 4.90 MiB/sec. 2026.03.19 00:56:51.263465 [ 260 ] {a15574bc-65df-40a1-bbb9-df86a4a733fb} TCPHandler: Processed in 0.001394481 sec. 2026.03.19 00:56:51.263521 [ 189 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.19 00:56:51.263588 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:51.263687 [ 260 ] {edc7f45a-5ceb-4cd2-b278-916533151fb9} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:56:51.263733 [ 260 ] {edc7f45a-5ceb-4cd2-b278-916533151fb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:56:51.263889 [ 189 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_16_3} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:51.263983 [ 189 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_16_3} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.19 00:56:51.264090 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.03.19 00:56:51.264149 [ 260 ] {edc7f45a-5ceb-4cd2-b278-916533151fb9} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:51.264189 [ 260 ] {edc7f45a-5ceb-4cd2-b278-916533151fb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:51.264524 [ 260 ] {edc7f45a-5ceb-4cd2-b278-916533151fb9} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.19 00:56:51.264729 [ 260 ] {edc7f45a-5ceb-4cd2-b278-916533151fb9} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:51.264857 [ 260 ] {edc7f45a-5ceb-4cd2-b278-916533151fb9} executeQuery: Read 160 rows, 11.41 KiB in 0.001189 sec., 134566.8629100084 rows/sec., 9.37 MiB/sec. 2026.03.19 00:56:51.264894 [ 260 ] {edc7f45a-5ceb-4cd2-b278-916533151fb9} TCPHandler: Processed in 0.00135488 sec. 2026.03.19 00:56:51.265009 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:51.265105 [ 260 ] {24297228-f214-4113-a860-e3ee125e8d7a} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:56:51.265162 [ 260 ] {24297228-f214-4113-a860-e3ee125e8d7a} 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.03.19 00:56:51.265936 [ 260 ] {24297228-f214-4113-a860-e3ee125e8d7a} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:51.265973 [ 260 ] {24297228-f214-4113-a860-e3ee125e8d7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:51.266510 [ 260 ] {24297228-f214-4113-a860-e3ee125e8d7a} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.19 00:56:51.266736 [ 260 ] {24297228-f214-4113-a860-e3ee125e8d7a} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:51.266851 [ 35 ] {} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.19 00:56:51.266878 [ 260 ] {24297228-f214-4113-a860-e3ee125e8d7a} executeQuery: Read 13 rows, 23.85 KiB in 0.001793 sec., 7250.418293363078 rows/sec., 12.99 MiB/sec. 2026.03.19 00:56:51.266895 [ 35 ] {} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:51.266923 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:51.266941 [ 260 ] {24297228-f214-4113-a860-e3ee125e8d7a} TCPHandler: Processed in 0.001985664 sec. 2026.03.19 00:56:51.267019 [ 189 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::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.03.19 00:56:51.267065 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:51.267167 [ 260 ] {2d6cdd2f-cc36-4ada-a455-7630be759199} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:56:51.267209 [ 260 ] {2d6cdd2f-cc36-4ada-a455-7630be759199} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:56:51.267281 [ 189 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:56:51.267360 [ 189 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 178 rows starting from the beginning of the part 2026.03.19 00:56:51.267528 [ 189 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 13 rows starting from the beginning of the part 2026.03.19 00:56:51.267545 [ 260 ] {2d6cdd2f-cc36-4ada-a455-7630be759199} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:51.267585 [ 260 ] {2d6cdd2f-cc36-4ada-a455-7630be759199} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:51.267647 [ 189 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 28 rows starting from the beginning of the part 2026.03.19 00:56:51.267762 [ 189 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 13 rows starting from the beginning of the part 2026.03.19 00:56:51.267878 [ 189 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 37 rows starting from the beginning of the part 2026.03.19 00:56:51.267919 [ 260 ] {2d6cdd2f-cc36-4ada-a455-7630be759199} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.19 00:56:51.267992 [ 189 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 13 rows starting from the beginning of the part 2026.03.19 00:56:51.268144 [ 260 ] {2d6cdd2f-cc36-4ada-a455-7630be759199} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:51.268280 [ 260 ] {2d6cdd2f-cc36-4ada-a455-7630be759199} executeQuery: Read 60 rows, 4.14 KiB in 0.001132 sec., 53003.5335689046 rows/sec., 3.57 MiB/sec. 2026.03.19 00:56:51.268317 [ 260 ] {2d6cdd2f-cc36-4ada-a455-7630be759199} TCPHandler: Processed in 0.001302648 sec. 2026.03.19 00:56:51.271386 [ 194 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 282 rows, containing 19 columns (19 merged, 0 gathered) in 0.004412067 sec., 63915.62050168322 rows/sec., 114.53 MiB/sec. 2026.03.19 00:56:51.271911 [ 197 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.19 00:56:51.272241 [ 197 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_16_3} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:51.272313 [ 197 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_16_3} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.19 00:56:51.272401 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. 2026.03.19 00:56:53.253404 [ 147 ] {} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.19 00:56:53.253473 [ 147 ] {} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:53.253495 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:53.253619 [ 189 ] {5b0a4239-b0a5-4af2-8415-0844258d37cf::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.03.19 00:56:53.253770 [ 189 ] {5b0a4239-b0a5-4af2-8415-0844258d37cf::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:56:53.253804 [ 189 ] {5b0a4239-b0a5-4af2-8415-0844258d37cf::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.03.19 00:56:53.253867 [ 189 ] {5b0a4239-b0a5-4af2-8415-0844258d37cf::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.03.19 00:56:53.253912 [ 189 ] {5b0a4239-b0a5-4af2-8415-0844258d37cf::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.03.19 00:56:53.253953 [ 189 ] {5b0a4239-b0a5-4af2-8415-0844258d37cf::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2026.03.19 00:56:53.253992 [ 189 ] {5b0a4239-b0a5-4af2-8415-0844258d37cf::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.03.19 00:56:53.254768 [ 194 ] {5b0a4239-b0a5-4af2-8415-0844258d37cf::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.001201687 sec., 26629.230406919607 rows/sec., 2.22 MiB/sec. 2026.03.19 00:56:53.254949 [ 187 ] {5b0a4239-b0a5-4af2-8415-0844258d37cf::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.19 00:56:53.255248 [ 187 ] {5b0a4239-b0a5-4af2-8415-0844258d37cf::all_1_5_1} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:53.255323 [ 187 ] {5b0a4239-b0a5-4af2-8415-0844258d37cf::all_1_5_1} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.19 00:56:53.255414 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.19 00:56:55.551921 [ 52 ] {} DNSResolver: Updating DNS cache 2026.03.19 00:56:55.551993 [ 52 ] {} DNSResolver: Updated DNS cache 2026.03.19 00:56:55.631945 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6697 2026.03.19 00:56:55.632418 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:55.632459 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:55.632948 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.19 00:56:55.633183 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:55.633314 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6697 2026.03.19 00:56:55.983048 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.03.19 00:56:55.999540 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:55.999611 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:56.005870 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.19 00:56:56.006549 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:56.009369 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.03.19 00:56:56.258418 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:56.258692 [ 260 ] {e115ab6d-a7ee-4598-a0bf-ee8aa95093f8} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:56:56.258789 [ 260 ] {e115ab6d-a7ee-4598-a0bf-ee8aa95093f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:56:56.259497 [ 260 ] {e115ab6d-a7ee-4598-a0bf-ee8aa95093f8} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:56.259551 [ 260 ] {e115ab6d-a7ee-4598-a0bf-ee8aa95093f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:56.259948 [ 260 ] {e115ab6d-a7ee-4598-a0bf-ee8aa95093f8} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.19 00:56:56.260180 [ 260 ] {e115ab6d-a7ee-4598-a0bf-ee8aa95093f8} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:56.260327 [ 260 ] {e115ab6d-a7ee-4598-a0bf-ee8aa95093f8} executeQuery: Read 112 rows, 9.67 KiB in 0.001712 sec., 65420.56074766355 rows/sec., 5.52 MiB/sec. 2026.03.19 00:56:56.260328 [ 52 ] {} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.19 00:56:56.260378 [ 260 ] {e115ab6d-a7ee-4598-a0bf-ee8aa95093f8} TCPHandler: Processed in 0.002144408 sec. 2026.03.19 00:56:56.260418 [ 52 ] {} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:56.260449 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:56.260557 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:56.260564 [ 197 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::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.03.19 00:56:56.260686 [ 260 ] {ef83ca6b-8e1d-403d-829c-5a55e4c2ae4f} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:56:56.260712 [ 197 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:56:56.260740 [ 260 ] {ef83ca6b-8e1d-403d-829c-5a55e4c2ae4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:56:56.260755 [ 197 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2147 rows starting from the beginning of the part 2026.03.19 00:56:56.260836 [ 197 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 82 rows starting from the beginning of the part 2026.03.19 00:56:56.260889 [ 197 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2115 rows starting from the beginning of the part 2026.03.19 00:56:56.260936 [ 197 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 56 rows starting from the beginning of the part 2026.03.19 00:56:56.260981 [ 197 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 82 rows starting from the beginning of the part 2026.03.19 00:56:56.261027 [ 197 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 112 rows starting from the beginning of the part 2026.03.19 00:56:56.261246 [ 260 ] {ef83ca6b-8e1d-403d-829c-5a55e4c2ae4f} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:56.261294 [ 260 ] {ef83ca6b-8e1d-403d-829c-5a55e4c2ae4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:56.261780 [ 260 ] {ef83ca6b-8e1d-403d-829c-5a55e4c2ae4f} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.19 00:56:56.262013 [ 260 ] {ef83ca6b-8e1d-403d-829c-5a55e4c2ae4f} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:56.262150 [ 260 ] {ef83ca6b-8e1d-403d-829c-5a55e4c2ae4f} executeQuery: Read 28 rows, 2.11 KiB in 0.001489 sec., 18804.566823371388 rows/sec., 1.38 MiB/sec. 2026.03.19 00:56:56.262188 [ 260 ] {ef83ca6b-8e1d-403d-829c-5a55e4c2ae4f} TCPHandler: Processed in 0.001702408 sec. 2026.03.19 00:56:56.262297 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:56.262409 [ 260 ] {2a5a9f9e-92de-43fc-80d0-d6ae4957448b} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:56:56.262448 [ 260 ] {2a5a9f9e-92de-43fc-80d0-d6ae4957448b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:56:56.262878 [ 260 ] {2a5a9f9e-92de-43fc-80d0-d6ae4957448b} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:56.262886 [ 187 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 4594 rows, containing 5 columns (5 merged, 0 gathered) in 0.002377962 sec., 1931906.3971585752 rows/sec., 155.73 MiB/sec. 2026.03.19 00:56:56.262915 [ 260 ] {2a5a9f9e-92de-43fc-80d0-d6ae4957448b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:56.263241 [ 260 ] {2a5a9f9e-92de-43fc-80d0-d6ae4957448b} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.19 00:56:56.263239 [ 194 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.19 00:56:56.263488 [ 260 ] {2a5a9f9e-92de-43fc-80d0-d6ae4957448b} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:56.263642 [ 52 ] {} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.19 00:56:56.263667 [ 194 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_21_4} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:56.263676 [ 260 ] {2a5a9f9e-92de-43fc-80d0-d6ae4957448b} executeQuery: Read 92 rows, 7.36 KiB in 0.001284 sec., 71651.09034267913 rows/sec., 5.60 MiB/sec. 2026.03.19 00:56:56.263674 [ 52 ] {} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:56.263746 [ 260 ] {2a5a9f9e-92de-43fc-80d0-d6ae4957448b} TCPHandler: Processed in 0.001495713 sec. 2026.03.19 00:56:56.263749 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:56.263762 [ 194 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_21_4} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.19 00:56:56.263839 [ 197 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::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.03.19 00:56:56.263884 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.00 MiB. 2026.03.19 00:56:56.263885 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:56.263936 [ 197 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:56:56.263967 [ 197 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1122 rows starting from the beginning of the part 2026.03.19 00:56:56.264013 [ 197 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 77 rows starting from the beginning of the part 2026.03.19 00:56:56.264026 [ 260 ] {1173dec3-7e00-490a-9252-66e80b1aec76} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:56:56.264049 [ 197 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1079 rows starting from the beginning of the part 2026.03.19 00:56:56.264083 [ 260 ] {1173dec3-7e00-490a-9252-66e80b1aec76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:56:56.264090 [ 197 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 64 rows starting from the beginning of the part 2026.03.19 00:56:56.264139 [ 197 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 77 rows starting from the beginning of the part 2026.03.19 00:56:56.264172 [ 197 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 92 rows starting from the beginning of the part 2026.03.19 00:56:56.264627 [ 260 ] {1173dec3-7e00-490a-9252-66e80b1aec76} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:56.264670 [ 260 ] {1173dec3-7e00-490a-9252-66e80b1aec76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:56.265162 [ 260 ] {1173dec3-7e00-490a-9252-66e80b1aec76} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.19 00:56:56.265313 [ 188 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 2511 rows, containing 5 columns (5 merged, 0 gathered) in 0.001494533 sec., 1680123.490080179 rows/sec., 125.56 MiB/sec. 2026.03.19 00:56:56.265457 [ 260 ] {1173dec3-7e00-490a-9252-66e80b1aec76} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:56.265554 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.19 00:56:56.265607 [ 92 ] {} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.19 00:56:56.265626 [ 260 ] {1173dec3-7e00-490a-9252-66e80b1aec76} executeQuery: Read 160 rows, 11.41 KiB in 0.001623 sec., 98582.87122612445 rows/sec., 6.87 MiB/sec. 2026.03.19 00:56:56.265652 [ 92 ] {} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:56.265675 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:56.265675 [ 260 ] {1173dec3-7e00-490a-9252-66e80b1aec76} TCPHandler: Processed in 0.00184903 sec. 2026.03.19 00:56:56.265772 [ 200 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::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.03.19 00:56:56.265800 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:56.265830 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_21_4} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:56.265898 [ 260 ] {538c913b-3e54-4f6a-a772-83011d2bcdb1} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:56:56.265908 [ 200 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:56:56.265907 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_21_4} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.19 00:56:56.265964 [ 200 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5755 rows starting from the beginning of the part 2026.03.19 00:56:56.265967 [ 260 ] {538c913b-3e54-4f6a-a772-83011d2bcdb1} 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.03.19 00:56:56.266029 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2026.03.19 00:56:56.266054 [ 200 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::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.03.19 00:56:56.266103 [ 200 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1256 rows starting from the beginning of the part 2026.03.19 00:56:56.266141 [ 200 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 128 rows starting from the beginning of the part 2026.03.19 00:56:56.266181 [ 200 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part 2026.03.19 00:56:56.266226 [ 200 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::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.03.19 00:56:56.266822 [ 260 ] {538c913b-3e54-4f6a-a772-83011d2bcdb1} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:56.266864 [ 260 ] {538c913b-3e54-4f6a-a772-83011d2bcdb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:56.267508 [ 260 ] {538c913b-3e54-4f6a-a772-83011d2bcdb1} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.19 00:56:56.267744 [ 260 ] {538c913b-3e54-4f6a-a772-83011d2bcdb1} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:56.267876 [ 260 ] {538c913b-3e54-4f6a-a772-83011d2bcdb1} executeQuery: Read 28 rows, 51.38 KiB in 0.001997 sec., 14021.031547320981 rows/sec., 25.13 MiB/sec. 2026.03.19 00:56:56.267926 [ 260 ] {538c913b-3e54-4f6a-a772-83011d2bcdb1} TCPHandler: Processed in 0.002172978 sec. 2026.03.19 00:56:56.268037 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:56:56.268175 [ 260 ] {fb861fb3-50f4-4860-86f0-ed4d202a67fc} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:56:56.268246 [ 260 ] {fb861fb3-50f4-4860-86f0-ed4d202a67fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:56:56.268538 [ 188 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 7619 rows, containing 5 columns (5 merged, 0 gathered) in 0.002809882 sec., 2711501.7641310203 rows/sec., 179.61 MiB/sec. 2026.03.19 00:56:56.268706 [ 260 ] {fb861fb3-50f4-4860-86f0-ed4d202a67fc} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:56.268745 [ 260 ] {fb861fb3-50f4-4860-86f0-ed4d202a67fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:56.268967 [ 200 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.19 00:56:56.269087 [ 260 ] {fb861fb3-50f4-4860-86f0-ed4d202a67fc} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.19 00:56:56.269283 [ 200 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_21_4} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:56.269357 [ 260 ] {fb861fb3-50f4-4860-86f0-ed4d202a67fc} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:56.269359 [ 200 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_21_4} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.19 00:56:56.269445 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.51 MiB. 2026.03.19 00:56:56.269490 [ 92 ] {} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.19 00:56:56.269500 [ 260 ] {fb861fb3-50f4-4860-86f0-ed4d202a67fc} executeQuery: Read 60 rows, 4.14 KiB in 0.001356 sec., 44247.78761061947 rows/sec., 2.98 MiB/sec. 2026.03.19 00:56:56.269536 [ 92 ] {} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:56:56.269548 [ 260 ] {fb861fb3-50f4-4860-86f0-ed4d202a67fc} TCPHandler: Processed in 0.001558934 sec. 2026.03.19 00:56:56.269559 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:56:56.269677 [ 202 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::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.03.19 00:56:56.269788 [ 202 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:56:56.269820 [ 202 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 840 rows starting from the beginning of the part 2026.03.19 00:56:56.269877 [ 202 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::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.03.19 00:56:56.269920 [ 202 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 12 rows starting from the beginning of the part 2026.03.19 00:56:56.269959 [ 202 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 48 rows starting from the beginning of the part 2026.03.19 00:56:56.269994 [ 202 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part 2026.03.19 00:56:56.270030 [ 202 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::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.03.19 00:56:56.270920 [ 200 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1080 rows, containing 4 columns (4 merged, 0 gathered) in 0.001308089 sec., 825631.8950774757 rows/sec., 55.64 MiB/sec. 2026.03.19 00:56:56.271089 [ 188 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.19 00:56:56.271380 [ 188 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_21_4} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:56:56.271455 [ 188 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_21_4} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.19 00:56:56.271527 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.03.19 00:57:00.638868 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 458 2026.03.19 00:57:00.640826 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:00.640876 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:00.641981 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.19 00:57:00.642255 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:00.642544 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 458 2026.03.19 00:57:01.257551 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:01.257835 [ 260 ] {5a792a14-ceec-4999-a55e-d0e3857dcdcb} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:57:01.257901 [ 260 ] {5a792a14-ceec-4999-a55e-d0e3857dcdcb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:57:01.258554 [ 260 ] {5a792a14-ceec-4999-a55e-d0e3857dcdcb} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:01.258593 [ 260 ] {5a792a14-ceec-4999-a55e-d0e3857dcdcb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:01.258996 [ 260 ] {5a792a14-ceec-4999-a55e-d0e3857dcdcb} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.19 00:57:01.259228 [ 260 ] {5a792a14-ceec-4999-a55e-d0e3857dcdcb} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:01.259378 [ 260 ] {5a792a14-ceec-4999-a55e-d0e3857dcdcb} executeQuery: Read 82 rows, 6.97 KiB in 0.001622 sec., 50554.87053020962 rows/sec., 4.20 MiB/sec. 2026.03.19 00:57:01.259420 [ 260 ] {5a792a14-ceec-4999-a55e-d0e3857dcdcb} TCPHandler: Processed in 0.002057276 sec. 2026.03.19 00:57:01.259549 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:01.259645 [ 260 ] {dc65f6c4-a953-48ad-b454-baee063bfb94} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:57:01.259686 [ 260 ] {dc65f6c4-a953-48ad-b454-baee063bfb94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:57:01.260080 [ 260 ] {dc65f6c4-a953-48ad-b454-baee063bfb94} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:01.260115 [ 260 ] {dc65f6c4-a953-48ad-b454-baee063bfb94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:01.260423 [ 260 ] {dc65f6c4-a953-48ad-b454-baee063bfb94} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.19 00:57:01.260635 [ 260 ] {dc65f6c4-a953-48ad-b454-baee063bfb94} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:01.260770 [ 260 ] {dc65f6c4-a953-48ad-b454-baee063bfb94} executeQuery: Read 13 rows, 1001.00 B in 0.001144 sec., 11363.636363636364 rows/sec., 854.49 KiB/sec. 2026.03.19 00:57:01.260808 [ 260 ] {dc65f6c4-a953-48ad-b454-baee063bfb94} TCPHandler: Processed in 0.001308969 sec. 2026.03.19 00:57:01.260919 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:01.261012 [ 260 ] {817d2dc4-1adc-41a0-bfe1-065fb82b9c61} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:57:01.261053 [ 260 ] {817d2dc4-1adc-41a0-bfe1-065fb82b9c61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:57:01.261479 [ 260 ] {817d2dc4-1adc-41a0-bfe1-065fb82b9c61} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:01.261514 [ 260 ] {817d2dc4-1adc-41a0-bfe1-065fb82b9c61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:01.261816 [ 260 ] {817d2dc4-1adc-41a0-bfe1-065fb82b9c61} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.19 00:57:01.262030 [ 260 ] {817d2dc4-1adc-41a0-bfe1-065fb82b9c61} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:01.262156 [ 260 ] {817d2dc4-1adc-41a0-bfe1-065fb82b9c61} executeQuery: Read 77 rows, 6.16 KiB in 0.001162 sec., 66265.06024096385 rows/sec., 5.17 MiB/sec. 2026.03.19 00:57:01.262193 [ 260 ] {817d2dc4-1adc-41a0-bfe1-065fb82b9c61} TCPHandler: Processed in 0.001322259 sec. 2026.03.19 00:57:01.262301 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:01.262395 [ 260 ] {353677fc-3a5f-4f30-bf83-75b524383231} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:57:01.262438 [ 260 ] {353677fc-3a5f-4f30-bf83-75b524383231} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:57:01.262838 [ 260 ] {353677fc-3a5f-4f30-bf83-75b524383231} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:01.262872 [ 260 ] {353677fc-3a5f-4f30-bf83-75b524383231} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:01.263217 [ 260 ] {353677fc-3a5f-4f30-bf83-75b524383231} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.19 00:57:01.263437 [ 260 ] {353677fc-3a5f-4f30-bf83-75b524383231} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:01.263567 [ 260 ] {353677fc-3a5f-4f30-bf83-75b524383231} executeQuery: Read 160 rows, 11.41 KiB in 0.001191 sec., 134340.8900083963 rows/sec., 9.36 MiB/sec. 2026.03.19 00:57:01.263603 [ 260 ] {353677fc-3a5f-4f30-bf83-75b524383231} TCPHandler: Processed in 0.00135179 sec. 2026.03.19 00:57:01.263704 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:01.263797 [ 260 ] {6d4d8aae-1a5c-4d6a-abcb-3382d75924dc} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:57:01.263853 [ 260 ] {6d4d8aae-1a5c-4d6a-abcb-3382d75924dc} 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.03.19 00:57:01.264593 [ 260 ] {6d4d8aae-1a5c-4d6a-abcb-3382d75924dc} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:01.264628 [ 260 ] {6d4d8aae-1a5c-4d6a-abcb-3382d75924dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:01.265155 [ 260 ] {6d4d8aae-1a5c-4d6a-abcb-3382d75924dc} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.19 00:57:01.265381 [ 260 ] {6d4d8aae-1a5c-4d6a-abcb-3382d75924dc} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:01.265523 [ 260 ] {6d4d8aae-1a5c-4d6a-abcb-3382d75924dc} executeQuery: Read 13 rows, 23.85 KiB in 0.001744 sec., 7454.128440366972 rows/sec., 13.36 MiB/sec. 2026.03.19 00:57:01.265573 [ 260 ] {6d4d8aae-1a5c-4d6a-abcb-3382d75924dc} TCPHandler: Processed in 0.001917372 sec. 2026.03.19 00:57:01.265684 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:01.265779 [ 260 ] {efc33369-9cec-4170-8d1a-cfff7d3f0d37} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:57:01.265821 [ 260 ] {efc33369-9cec-4170-8d1a-cfff7d3f0d37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:57:01.266155 [ 260 ] {efc33369-9cec-4170-8d1a-cfff7d3f0d37} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:01.266189 [ 260 ] {efc33369-9cec-4170-8d1a-cfff7d3f0d37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:01.266503 [ 260 ] {efc33369-9cec-4170-8d1a-cfff7d3f0d37} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.19 00:57:01.266721 [ 260 ] {efc33369-9cec-4170-8d1a-cfff7d3f0d37} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:01.266849 [ 260 ] {efc33369-9cec-4170-8d1a-cfff7d3f0d37} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2026.03.19 00:57:01.266885 [ 260 ] {efc33369-9cec-4170-8d1a-cfff7d3f0d37} TCPHandler: Processed in 0.001249568 sec. 2026.03.19 00:57:03.134185 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7209 2026.03.19 00:57:03.135167 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:03.135240 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:03.135819 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.19 00:57:03.136083 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:03.136240 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7209 2026.03.19 00:57:03.510234 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.03.19 00:57:03.526316 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:03.526384 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:03.531819 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.19 00:57:03.532511 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:03.535999 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.03.19 00:57:06.258041 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:06.258275 [ 260 ] {36ed61ae-f316-4c02-99b6-76dd7e932bf9} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:57:06.258377 [ 260 ] {36ed61ae-f316-4c02-99b6-76dd7e932bf9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:57:06.259424 [ 260 ] {36ed61ae-f316-4c02-99b6-76dd7e932bf9} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:06.259472 [ 260 ] {36ed61ae-f316-4c02-99b6-76dd7e932bf9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:06.259874 [ 260 ] {36ed61ae-f316-4c02-99b6-76dd7e932bf9} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.19 00:57:06.260093 [ 260 ] {36ed61ae-f316-4c02-99b6-76dd7e932bf9} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:06.260243 [ 260 ] {36ed61ae-f316-4c02-99b6-76dd7e932bf9} executeQuery: Read 112 rows, 9.67 KiB in 0.002045 sec., 54767.726161369195 rows/sec., 4.62 MiB/sec. 2026.03.19 00:57:06.260283 [ 260 ] {36ed61ae-f316-4c02-99b6-76dd7e932bf9} TCPHandler: Processed in 0.002380162 sec. 2026.03.19 00:57:06.260414 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:06.260513 [ 260 ] {2f64c6c9-9887-4d4c-8519-6624829e8602} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:57:06.260553 [ 260 ] {2f64c6c9-9887-4d4c-8519-6624829e8602} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:57:06.261004 [ 260 ] {2f64c6c9-9887-4d4c-8519-6624829e8602} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:06.261040 [ 260 ] {2f64c6c9-9887-4d4c-8519-6624829e8602} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:06.261326 [ 260 ] {2f64c6c9-9887-4d4c-8519-6624829e8602} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.19 00:57:06.261531 [ 260 ] {2f64c6c9-9887-4d4c-8519-6624829e8602} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:06.261655 [ 260 ] {2f64c6c9-9887-4d4c-8519-6624829e8602} executeQuery: Read 28 rows, 2.11 KiB in 0.001164 sec., 24054.982817869415 rows/sec., 1.77 MiB/sec. 2026.03.19 00:57:06.261690 [ 260 ] {2f64c6c9-9887-4d4c-8519-6624829e8602} TCPHandler: Processed in 0.001324329 sec. 2026.03.19 00:57:06.261801 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:06.261901 [ 260 ] {df70c927-642a-4f26-b64f-ce64c665571d} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:57:06.261939 [ 260 ] {df70c927-642a-4f26-b64f-ce64c665571d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:57:06.262423 [ 260 ] {df70c927-642a-4f26-b64f-ce64c665571d} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:06.262460 [ 260 ] {df70c927-642a-4f26-b64f-ce64c665571d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:06.262766 [ 260 ] {df70c927-642a-4f26-b64f-ce64c665571d} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.19 00:57:06.262971 [ 260 ] {df70c927-642a-4f26-b64f-ce64c665571d} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:06.263098 [ 260 ] {df70c927-642a-4f26-b64f-ce64c665571d} executeQuery: Read 92 rows, 7.36 KiB in 0.001215 sec., 75720.1646090535 rows/sec., 5.91 MiB/sec. 2026.03.19 00:57:06.263135 [ 260 ] {df70c927-642a-4f26-b64f-ce64c665571d} TCPHandler: Processed in 0.00138074 sec. 2026.03.19 00:57:06.263244 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:06.263346 [ 260 ] {d31c339c-f6dd-4165-b500-c6941aa14cf1} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:57:06.263389 [ 260 ] {d31c339c-f6dd-4165-b500-c6941aa14cf1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:57:06.263826 [ 260 ] {d31c339c-f6dd-4165-b500-c6941aa14cf1} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:06.263864 [ 260 ] {d31c339c-f6dd-4165-b500-c6941aa14cf1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:06.264196 [ 260 ] {d31c339c-f6dd-4165-b500-c6941aa14cf1} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.19 00:57:06.264403 [ 260 ] {d31c339c-f6dd-4165-b500-c6941aa14cf1} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:06.264529 [ 260 ] {d31c339c-f6dd-4165-b500-c6941aa14cf1} executeQuery: Read 160 rows, 11.41 KiB in 0.001202 sec., 133111.48086522464 rows/sec., 9.27 MiB/sec. 2026.03.19 00:57:06.264565 [ 260 ] {d31c339c-f6dd-4165-b500-c6941aa14cf1} TCPHandler: Processed in 0.001367561 sec. 2026.03.19 00:57:06.264673 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:06.264774 [ 260 ] {8e26b070-d1a6-4eec-9a4c-f79213802a7c} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:57:06.264828 [ 260 ] {8e26b070-d1a6-4eec-9a4c-f79213802a7c} 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.03.19 00:57:06.265664 [ 260 ] {8e26b070-d1a6-4eec-9a4c-f79213802a7c} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:06.265702 [ 260 ] {8e26b070-d1a6-4eec-9a4c-f79213802a7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:06.266218 [ 260 ] {8e26b070-d1a6-4eec-9a4c-f79213802a7c} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.19 00:57:06.266434 [ 260 ] {8e26b070-d1a6-4eec-9a4c-f79213802a7c} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:06.266568 [ 260 ] {8e26b070-d1a6-4eec-9a4c-f79213802a7c} executeQuery: Read 28 rows, 51.38 KiB in 0.001813 sec., 15444.015444015444 rows/sec., 27.67 MiB/sec. 2026.03.19 00:57:06.266617 [ 260 ] {8e26b070-d1a6-4eec-9a4c-f79213802a7c} TCPHandler: Processed in 0.001990994 sec. 2026.03.19 00:57:06.266736 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:06.266837 [ 260 ] {f738a395-b5fc-49f7-97e7-308dcc829366} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:57:06.266878 [ 260 ] {f738a395-b5fc-49f7-97e7-308dcc829366} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:57:06.267212 [ 260 ] {f738a395-b5fc-49f7-97e7-308dcc829366} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:06.267246 [ 260 ] {f738a395-b5fc-49f7-97e7-308dcc829366} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:06.267543 [ 260 ] {f738a395-b5fc-49f7-97e7-308dcc829366} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.19 00:57:06.267751 [ 260 ] {f738a395-b5fc-49f7-97e7-308dcc829366} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:06.267873 [ 260 ] {f738a395-b5fc-49f7-97e7-308dcc829366} executeQuery: Read 60 rows, 4.14 KiB in 0.001055 sec., 56872.037914691944 rows/sec., 3.83 MiB/sec. 2026.03.19 00:57:06.267907 [ 260 ] {f738a395-b5fc-49f7-97e7-308dcc829366} TCPHandler: Processed in 0.001217947 sec. 2026.03.19 00:57:10.296308 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57834 2026.03.19 00:57:10.296428 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:57:10.296455 [ 287 ] {} TCP-Session: bab24672-bb56-4928-b119-c8f8769977d4 Authenticating user 'default' from [fd00:1122:3344:101::e]:57834 2026.03.19 00:57:10.296476 [ 287 ] {} TCP-Session: bab24672-bb56-4928-b119-c8f8769977d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.296491 [ 287 ] {} TCP-Session: bab24672-bb56-4928-b119-c8f8769977d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.296700 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43091 2026.03.19 00:57:10.296734 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64717 2026.03.19 00:57:10.296749 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46924 2026.03.19 00:57:10.296764 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65504 2026.03.19 00:57:10.296772 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37524 2026.03.19 00:57:10.296833 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:57:10.296859 [ 287 ] {} TCP-Session: bab24672-bb56-4928-b119-c8f8769977d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:10.296897 [ 288 ] {} TCP-Session: 35f10a41-2fa2-4804-8beb-4182f4796885 Authenticating user 'default' from [fd00:1122:3344:101::e]:43091 2026.03.19 00:57:10.296729 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40445 2026.03.19 00:57:10.296934 [ 288 ] {} TCP-Session: 35f10a41-2fa2-4804-8beb-4182f4796885 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.296956 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:57:10.296971 [ 288 ] {} TCP-Session: 35f10a41-2fa2-4804-8beb-4182f4796885 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.296728 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37747 2026.03.19 00:57:10.297001 [ 292 ] {} TCP-Session: 3741ee73-2236-45bc-9de1-4f1bc8392a3f Authenticating user 'default' from [fd00:1122:3344:101::e]:64717 2026.03.19 00:57:10.296707 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62881 2026.03.19 00:57:10.297067 [ 292 ] {} TCP-Session: 3741ee73-2236-45bc-9de1-4f1bc8392a3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.297069 [ 287 ] {9ed735db-6127-40c9-89b2-3fd56cec6a76} executeQuery: (from [fd00:1122:3344:101::e]:57834) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 00:57:10.297090 [ 292 ] {} TCP-Session: 3741ee73-2236-45bc-9de1-4f1bc8392a3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.297122 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:57:10.297161 [ 294 ] {} TCP-Session: db6e9904-58bd-47a3-a520-6497368f286b Authenticating user 'default' from [fd00:1122:3344:101::e]:65504 2026.03.19 00:57:10.297177 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:57:10.297182 [ 294 ] {} TCP-Session: db6e9904-58bd-47a3-a520-6497368f286b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.297217 [ 291 ] {} TCP-Session: fd2c8fd5-e7ee-4635-a43f-0176ffb6e913 Authenticating user 'default' from [fd00:1122:3344:101::e]:40445 2026.03.19 00:57:10.297222 [ 294 ] {} TCP-Session: db6e9904-58bd-47a3-a520-6497368f286b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.297245 [ 291 ] {} TCP-Session: fd2c8fd5-e7ee-4635-a43f-0176ffb6e913 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.297218 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:57:10.297270 [ 291 ] {} TCP-Session: fd2c8fd5-e7ee-4635-a43f-0176ffb6e913 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.297308 [ 290 ] {} TCP-Session: dabe4bae-efd8-4a97-b5a5-fdcf3ef231f7 Authenticating user 'default' from [fd00:1122:3344:101::e]:37747 2026.03.19 00:57:10.297335 [ 290 ] {} TCP-Session: dabe4bae-efd8-4a97-b5a5-fdcf3ef231f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.297352 [ 290 ] {} TCP-Session: dabe4bae-efd8-4a97-b5a5-fdcf3ef231f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.297378 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:57:10.297379 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:57:10.297414 [ 289 ] {} TCP-Session: 30922989-5717-47bb-a329-b304b9ec8ff2 Authenticating user 'default' from [fd00:1122:3344:101::e]:62881 2026.03.19 00:57:10.297433 [ 259 ] {} TCP-Session: 3d3b8d89-7c5e-4db2-881d-069aaa9d763f Authenticating user 'default' from [fd00:1122:3344:101::e]:37524 2026.03.19 00:57:10.297441 [ 289 ] {} TCP-Session: 30922989-5717-47bb-a329-b304b9ec8ff2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.297459 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:57:10.297472 [ 289 ] {} TCP-Session: 30922989-5717-47bb-a329-b304b9ec8ff2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.297469 [ 259 ] {} TCP-Session: 3d3b8d89-7c5e-4db2-881d-069aaa9d763f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.297499 [ 293 ] {} TCP-Session: dd17a640-74af-468a-8583-cc078aed8b69 Authenticating user 'default' from [fd00:1122:3344:101::e]:46924 2026.03.19 00:57:10.297521 [ 259 ] {} TCP-Session: 3d3b8d89-7c5e-4db2-881d-069aaa9d763f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.297538 [ 293 ] {} TCP-Session: dd17a640-74af-468a-8583-cc078aed8b69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.297451 [ 287 ] {9ed735db-6127-40c9-89b2-3fd56cec6a76} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 00:57:10.297561 [ 293 ] {} TCP-Session: dd17a640-74af-468a-8583-cc078aed8b69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.297614 [ 287 ] {9ed735db-6127-40c9-89b2-3fd56cec6a76} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:57:10.297934 [ 287 ] {9ed735db-6127-40c9-89b2-3fd56cec6a76} oximeter.version (9f694a03-7783-4184-bbfb-7ad9e678e8cc) (SelectExecutor): Key condition: unknown 2026.03.19 00:57:10.299007 [ 315 ] {9ed735db-6127-40c9-89b2-3fd56cec6a76} AggregatingTransform: Aggregating 2026.03.19 00:57:10.299074 [ 315 ] {9ed735db-6127-40c9-89b2-3fd56cec6a76} Aggregator: Aggregation method: without_key 2026.03.19 00:57:10.299120 [ 315 ] {9ed735db-6127-40c9-89b2-3fd56cec6a76} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001083154 sec. (923.230 rows/sec., 36.06 KiB/sec.) 2026.03.19 00:57:10.299143 [ 315 ] {9ed735db-6127-40c9-89b2-3fd56cec6a76} Aggregator: Merging aggregated data 2026.03.19 00:57:10.300680 [ 287 ] {9ed735db-6127-40c9-89b2-3fd56cec6a76} executeQuery: Read 1 rows, 40.00 B in 0.003679 sec., 271.8129926610492 rows/sec., 10.62 KiB/sec. 2026.03.19 00:57:10.300821 [ 287 ] {9ed735db-6127-40c9-89b2-3fd56cec6a76} TCPHandler: Processed in 0.00411902 sec. 2026.03.19 00:57:10.300943 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.19 00:57:10.300969 [ 287 ] {} TCP-Session: bab24672-bb56-4928-b119-c8f8769977d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.300984 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 00:57:10.301009 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 00:57:10.301023 [ 288 ] {} TCP-Session: 35f10a41-2fa2-4804-8beb-4182f4796885 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.301034 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.19 00:57:10.301056 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 00:57:10.301081 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 00:57:10.301091 [ 289 ] {} TCP-Session: 30922989-5717-47bb-a329-b304b9ec8ff2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.301106 [ 294 ] {} TCP-Session: db6e9904-58bd-47a3-a520-6497368f286b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.301119 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 00:57:10.301121 [ 292 ] {} TCP-Session: 3741ee73-2236-45bc-9de1-4f1bc8392a3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.301148 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.19 00:57:10.301160 [ 291 ] {} TCP-Session: fd2c8fd5-e7ee-4635-a43f-0176ffb6e913 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.301107 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 00:57:10.301192 [ 259 ] {} TCP-Session: 3d3b8d89-7c5e-4db2-881d-069aaa9d763f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.301058 [ 290 ] {} TCP-Session: dabe4bae-efd8-4a97-b5a5-fdcf3ef231f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.301230 [ 293 ] {} TCP-Session: dd17a640-74af-468a-8583-cc078aed8b69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.391615 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65234 2026.03.19 00:57:10.391726 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:57:10.391753 [ 287 ] {} TCP-Session: 783e3447-7e48-4e20-af18-5f89df2cde0f Authenticating user 'default' from [fd00:1122:3344:101::e]:65234 2026.03.19 00:57:10.391775 [ 287 ] {} TCP-Session: 783e3447-7e48-4e20-af18-5f89df2cde0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.391789 [ 287 ] {} TCP-Session: 783e3447-7e48-4e20-af18-5f89df2cde0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.392024 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47506 2026.03.19 00:57:10.392049 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37113 2026.03.19 00:57:10.392068 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38807 2026.03.19 00:57:10.392061 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63241 2026.03.19 00:57:10.392117 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54535 2026.03.19 00:57:10.392156 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:57:10.392161 [ 287 ] {} TCP-Session: 783e3447-7e48-4e20-af18-5f89df2cde0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:10.392186 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:57:10.392222 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:57:10.392242 [ 291 ] {} TCP-Session: fd1eb086-2b74-4779-b2ed-255b68751c54 Authenticating user 'default' from [fd00:1122:3344:101::e]:37113 2026.03.19 00:57:10.392258 [ 288 ] {} TCP-Session: 76f56cff-fb0c-4906-8966-bb2c026e91f9 Authenticating user 'default' from [fd00:1122:3344:101::e]:47506 2026.03.19 00:57:10.392267 [ 292 ] {} TCP-Session: b0e21afa-5021-4632-9f8e-f7f1c5ba7276 Authenticating user 'default' from [fd00:1122:3344:101::e]:63241 2026.03.19 00:57:10.392273 [ 291 ] {} TCP-Session: fd1eb086-2b74-4779-b2ed-255b68751c54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.392289 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:57:10.392306 [ 292 ] {} TCP-Session: b0e21afa-5021-4632-9f8e-f7f1c5ba7276 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.392310 [ 291 ] {} TCP-Session: fd1eb086-2b74-4779-b2ed-255b68751c54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.392340 [ 292 ] {} TCP-Session: b0e21afa-5021-4632-9f8e-f7f1c5ba7276 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.392338 [ 259 ] {} TCP-Session: 7d4dc20a-c17b-47a6-95e6-7b7f488f2b06 Authenticating user 'default' from [fd00:1122:3344:101::e]:54535 2026.03.19 00:57:10.392365 [ 287 ] {38591a47-4703-4bc3-8233-4ee95980fb88} executeQuery: (from [fd00:1122:3344:101::e]:65234) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 00:57:10.392391 [ 259 ] {} TCP-Session: 7d4dc20a-c17b-47a6-95e6-7b7f488f2b06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.392293 [ 288 ] {} TCP-Session: 76f56cff-fb0c-4906-8966-bb2c026e91f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.392416 [ 259 ] {} TCP-Session: 7d4dc20a-c17b-47a6-95e6-7b7f488f2b06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.392434 [ 288 ] {} TCP-Session: 76f56cff-fb0c-4906-8966-bb2c026e91f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.392168 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:57:10.392052 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34686 2026.03.19 00:57:10.392493 [ 293 ] {} TCP-Session: ed21a248-d4ac-41c6-8624-edd44f80eecb Authenticating user 'default' from [fd00:1122:3344:101::e]:38807 2026.03.19 00:57:10.392111 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36714 2026.03.19 00:57:10.392523 [ 293 ] {} TCP-Session: ed21a248-d4ac-41c6-8624-edd44f80eecb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.392025 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52458 2026.03.19 00:57:10.392559 [ 293 ] {} TCP-Session: ed21a248-d4ac-41c6-8624-edd44f80eecb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.392568 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:57:10.392609 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:57:10.392625 [ 290 ] {} TCP-Session: 385b5e90-a912-4ac8-9379-34c609723407 Authenticating user 'default' from [fd00:1122:3344:101::e]:34686 2026.03.19 00:57:10.392640 [ 294 ] {} TCP-Session: 2fa6bd56-1ac1-417c-8b7d-f04209c4b343 Authenticating user 'default' from [fd00:1122:3344:101::e]:36714 2026.03.19 00:57:10.392643 [ 290 ] {} TCP-Session: 385b5e90-a912-4ac8-9379-34c609723407 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.392652 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:57:10.392667 [ 290 ] {} TCP-Session: 385b5e90-a912-4ac8-9379-34c609723407 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.392662 [ 294 ] {} TCP-Session: 2fa6bd56-1ac1-417c-8b7d-f04209c4b343 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.392689 [ 289 ] {} TCP-Session: c093250d-2a93-4211-8bf5-23bbea222dcd Authenticating user 'default' from [fd00:1122:3344:101::e]:52458 2026.03.19 00:57:10.392707 [ 294 ] {} TCP-Session: 2fa6bd56-1ac1-417c-8b7d-f04209c4b343 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.392723 [ 289 ] {} TCP-Session: c093250d-2a93-4211-8bf5-23bbea222dcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.392673 [ 287 ] {38591a47-4703-4bc3-8233-4ee95980fb88} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 00:57:10.392749 [ 289 ] {} TCP-Session: c093250d-2a93-4211-8bf5-23bbea222dcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.392814 [ 287 ] {38591a47-4703-4bc3-8233-4ee95980fb88} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:57:10.393103 [ 287 ] {38591a47-4703-4bc3-8233-4ee95980fb88} oximeter.version (9f694a03-7783-4184-bbfb-7ad9e678e8cc) (SelectExecutor): Key condition: unknown 2026.03.19 00:57:10.394078 [ 315 ] {38591a47-4703-4bc3-8233-4ee95980fb88} AggregatingTransform: Aggregating 2026.03.19 00:57:10.394127 [ 315 ] {38591a47-4703-4bc3-8233-4ee95980fb88} Aggregator: Aggregation method: without_key 2026.03.19 00:57:10.394172 [ 315 ] {38591a47-4703-4bc3-8233-4ee95980fb88} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000962602 sec. (1038.851 rows/sec., 40.58 KiB/sec.) 2026.03.19 00:57:10.394195 [ 315 ] {38591a47-4703-4bc3-8233-4ee95980fb88} Aggregator: Merging aggregated data 2026.03.19 00:57:10.395311 [ 287 ] {38591a47-4703-4bc3-8233-4ee95980fb88} executeQuery: Read 1 rows, 40.00 B in 0.003007 sec., 332.5573661456601 rows/sec., 12.99 KiB/sec. 2026.03.19 00:57:10.395479 [ 287 ] {38591a47-4703-4bc3-8233-4ee95980fb88} TCPHandler: Processed in 0.003489357 sec. 2026.03.19 00:57:10.395601 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.19 00:57:10.395630 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 00:57:10.395632 [ 287 ] {} TCP-Session: 783e3447-7e48-4e20-af18-5f89df2cde0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.395651 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 00:57:10.395672 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 00:57:10.395694 [ 291 ] {} TCP-Session: fd1eb086-2b74-4779-b2ed-255b68751c54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.395700 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 00:57:10.395718 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.19 00:57:10.395735 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 00:57:10.395748 [ 293 ] {} TCP-Session: ed21a248-d4ac-41c6-8624-edd44f80eecb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.395756 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.19 00:57:10.395784 [ 292 ] {} TCP-Session: b0e21afa-5021-4632-9f8e-f7f1c5ba7276 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.395774 [ 289 ] {} TCP-Session: c093250d-2a93-4211-8bf5-23bbea222dcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.395823 [ 259 ] {} TCP-Session: 7d4dc20a-c17b-47a6-95e6-7b7f488f2b06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.395731 [ 288 ] {} TCP-Session: 76f56cff-fb0c-4906-8966-bb2c026e91f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.395718 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 00:57:10.395678 [ 294 ] {} TCP-Session: 2fa6bd56-1ac1-417c-8b7d-f04209c4b343 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.395908 [ 290 ] {} TCP-Session: 385b5e90-a912-4ac8-9379-34c609723407 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:10.553079 [ 61 ] {} DNSResolver: Updating DNS cache 2026.03.19 00:57:10.553139 [ 61 ] {} DNSResolver: Updated DNS cache 2026.03.19 00:57:10.637201 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7657 2026.03.19 00:57:10.637779 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:10.637835 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:10.638343 [ 245 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.19 00:57:10.638590 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:10.638736 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7657 2026.03.19 00:57:10.638748 [ 61 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.19 00:57:10.638817 [ 61 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:10.638839 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:10.638940 [ 190 ] {c4062d85-5db1-44cf-991b-11480bbd7783::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.03.19 00:57:10.639062 [ 190 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:57:10.639101 [ 190 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5289 rows starting from the beginning of the part 2026.03.19 00:57:10.639163 [ 190 ] {c4062d85-5db1-44cf-991b-11480bbd7783::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.03.19 00:57:10.639205 [ 190 ] {c4062d85-5db1-44cf-991b-11480bbd7783::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.03.19 00:57:10.639245 [ 190 ] {c4062d85-5db1-44cf-991b-11480bbd7783::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.03.19 00:57:10.639285 [ 190 ] {c4062d85-5db1-44cf-991b-11480bbd7783::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.03.19 00:57:10.639324 [ 190 ] {c4062d85-5db1-44cf-991b-11480bbd7783::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.03.19 00:57:10.640745 [ 190 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7657 rows, containing 4 columns (4 merged, 0 gathered) in 0.001851231 sec., 4136166.6912449067 rows/sec., 59.17 MiB/sec. 2026.03.19 00:57:10.641380 [ 200 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.19 00:57:10.641686 [ 200 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_16_3} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:10.641754 [ 200 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_16_3} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.19 00:57:10.641845 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.03.19 00:57:10.643437 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 486 2026.03.19 00:57:10.645515 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:10.645558 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:10.646844 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.19 00:57:10.647146 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:10.647275 [ 61 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.19 00:57:10.647316 [ 61 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:10.647343 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:10.647431 [ 192 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::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.03.19 00:57:10.647546 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 486 2026.03.19 00:57:10.647974 [ 192 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:57:10.648135 [ 192 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 342 rows starting from the beginning of the part 2026.03.19 00:57:10.648530 [ 192 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::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.03.19 00:57:10.648909 [ 192 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part 2026.03.19 00:57:10.649257 [ 192 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 42 rows starting from the beginning of the part 2026.03.19 00:57:10.649585 [ 192 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2026.03.19 00:57:10.649955 [ 192 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 28 rows starting from the beginning of the part 2026.03.19 00:57:10.656104 [ 198 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 486 rows, containing 72 columns (72 merged, 0 gathered) in 0.008710692 sec., 55793.5006770989 rows/sec., 50.47 MiB/sec. 2026.03.19 00:57:10.657258 [ 201 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.19 00:57:10.657934 [ 201 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_11_2} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:10.658028 [ 201 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_11_2} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.19 00:57:10.658354 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.79 MiB. 2026.03.19 00:57:11.001476 [ 249 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000964342 sec. 2026.03.19 00:57:11.037011 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.03.19 00:57:11.054503 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:11.054568 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:11.060797 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.19 00:57:11.061620 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:11.061939 [ 64 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.19 00:57:11.061985 [ 64 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:11.062013 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:11.062151 [ 192 ] {b8c8652d-7579-4eae-94e9-90637c55b388::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.03.19 00:57:11.065801 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.03.19 00:57:11.066335 [ 192 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:57:11.067990 [ 192 ] {b8c8652d-7579-4eae-94e9-90637c55b388::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.03.19 00:57:11.072938 [ 192 ] {b8c8652d-7579-4eae-94e9-90637c55b388::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.03.19 00:57:11.077465 [ 192 ] {b8c8652d-7579-4eae-94e9-90637c55b388::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.03.19 00:57:11.082014 [ 192 ] {b8c8652d-7579-4eae-94e9-90637c55b388::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.03.19 00:57:11.086442 [ 192 ] {b8c8652d-7579-4eae-94e9-90637c55b388::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.03.19 00:57:11.090843 [ 192 ] {b8c8652d-7579-4eae-94e9-90637c55b388::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.03.19 00:57:11.151353 [ 198 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.089249824 sec., 1355.7449704326586 rows/sec., 7.01 MiB/sec. 2026.03.19 00:57:11.153479 [ 196 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.19 00:57:11.155480 [ 196 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_16_3} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:11.155589 [ 196 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_16_3} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.19 00:57:11.157261 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2026.03.19 00:57:11.258587 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:11.258775 [ 260 ] {020ad486-65a2-4f9e-9c26-d5cbc251fcbf} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:57:11.258845 [ 260 ] {020ad486-65a2-4f9e-9c26-d5cbc251fcbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:57:11.259542 [ 260 ] {020ad486-65a2-4f9e-9c26-d5cbc251fcbf} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:11.259595 [ 260 ] {020ad486-65a2-4f9e-9c26-d5cbc251fcbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:11.260031 [ 260 ] {020ad486-65a2-4f9e-9c26-d5cbc251fcbf} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.19 00:57:11.260284 [ 260 ] {020ad486-65a2-4f9e-9c26-d5cbc251fcbf} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:11.260454 [ 260 ] {020ad486-65a2-4f9e-9c26-d5cbc251fcbf} executeQuery: Read 82 rows, 6.97 KiB in 0.001729 sec., 47426.25795257374 rows/sec., 3.94 MiB/sec. 2026.03.19 00:57:11.260504 [ 260 ] {020ad486-65a2-4f9e-9c26-d5cbc251fcbf} TCPHandler: Processed in 0.002054655 sec. 2026.03.19 00:57:11.260634 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:11.260737 [ 260 ] {086d6fcb-88f5-41e8-9f2a-89b000471ac1} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:57:11.260781 [ 260 ] {086d6fcb-88f5-41e8-9f2a-89b000471ac1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:57:11.261201 [ 260 ] {086d6fcb-88f5-41e8-9f2a-89b000471ac1} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:11.261237 [ 260 ] {086d6fcb-88f5-41e8-9f2a-89b000471ac1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:11.261563 [ 260 ] {086d6fcb-88f5-41e8-9f2a-89b000471ac1} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.19 00:57:11.261782 [ 260 ] {086d6fcb-88f5-41e8-9f2a-89b000471ac1} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:11.261913 [ 260 ] {086d6fcb-88f5-41e8-9f2a-89b000471ac1} executeQuery: Read 13 rows, 1001.00 B in 0.0012 sec., 10833.333333333334 rows/sec., 814.62 KiB/sec. 2026.03.19 00:57:11.261949 [ 260 ] {086d6fcb-88f5-41e8-9f2a-89b000471ac1} TCPHandler: Processed in 0.00136922 sec. 2026.03.19 00:57:11.262066 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:11.262160 [ 260 ] {3cfff9ed-bd26-4b45-9897-b2eec33fde46} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:57:11.262200 [ 260 ] {3cfff9ed-bd26-4b45-9897-b2eec33fde46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:57:11.262628 [ 260 ] {3cfff9ed-bd26-4b45-9897-b2eec33fde46} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:11.262663 [ 260 ] {3cfff9ed-bd26-4b45-9897-b2eec33fde46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:11.262987 [ 260 ] {3cfff9ed-bd26-4b45-9897-b2eec33fde46} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.19 00:57:11.263207 [ 260 ] {3cfff9ed-bd26-4b45-9897-b2eec33fde46} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:11.263336 [ 260 ] {3cfff9ed-bd26-4b45-9897-b2eec33fde46} executeQuery: Read 77 rows, 6.16 KiB in 0.001193 sec., 64543.16848281643 rows/sec., 5.04 MiB/sec. 2026.03.19 00:57:11.263373 [ 260 ] {3cfff9ed-bd26-4b45-9897-b2eec33fde46} TCPHandler: Processed in 0.00135653 sec. 2026.03.19 00:57:11.263498 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:11.263592 [ 260 ] {0f311fe7-7a9c-4a77-98b4-4d7b12c2245a} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:57:11.263635 [ 260 ] {0f311fe7-7a9c-4a77-98b4-4d7b12c2245a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:57:11.264048 [ 260 ] {0f311fe7-7a9c-4a77-98b4-4d7b12c2245a} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:11.264083 [ 260 ] {0f311fe7-7a9c-4a77-98b4-4d7b12c2245a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:11.264422 [ 260 ] {0f311fe7-7a9c-4a77-98b4-4d7b12c2245a} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.19 00:57:11.264647 [ 260 ] {0f311fe7-7a9c-4a77-98b4-4d7b12c2245a} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:11.264782 [ 260 ] {0f311fe7-7a9c-4a77-98b4-4d7b12c2245a} executeQuery: Read 160 rows, 11.41 KiB in 0.001209 sec., 132340.77750206782 rows/sec., 9.22 MiB/sec. 2026.03.19 00:57:11.264819 [ 260 ] {0f311fe7-7a9c-4a77-98b4-4d7b12c2245a} TCPHandler: Processed in 0.00137109 sec. 2026.03.19 00:57:11.264933 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:11.265025 [ 260 ] {d606eb13-4481-4efe-9c5c-8ef54402e087} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:57:11.265081 [ 260 ] {d606eb13-4481-4efe-9c5c-8ef54402e087} 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.03.19 00:57:11.265853 [ 260 ] {d606eb13-4481-4efe-9c5c-8ef54402e087} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:11.265889 [ 260 ] {d606eb13-4481-4efe-9c5c-8ef54402e087} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:11.266441 [ 260 ] {d606eb13-4481-4efe-9c5c-8ef54402e087} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.19 00:57:11.266660 [ 260 ] {d606eb13-4481-4efe-9c5c-8ef54402e087} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:11.266789 [ 260 ] {d606eb13-4481-4efe-9c5c-8ef54402e087} executeQuery: Read 13 rows, 23.85 KiB in 0.001816 sec., 7158.590308370044 rows/sec., 12.83 MiB/sec. 2026.03.19 00:57:11.266839 [ 260 ] {d606eb13-4481-4efe-9c5c-8ef54402e087} TCPHandler: Processed in 0.001991894 sec. 2026.03.19 00:57:11.266962 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:11.267049 [ 260 ] {4c3b4c81-108e-4a0c-a50c-3ccddcc0bcc2} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:57:11.267089 [ 260 ] {4c3b4c81-108e-4a0c-a50c-3ccddcc0bcc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:57:11.267492 [ 260 ] {4c3b4c81-108e-4a0c-a50c-3ccddcc0bcc2} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:11.267528 [ 260 ] {4c3b4c81-108e-4a0c-a50c-3ccddcc0bcc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:11.267835 [ 260 ] {4c3b4c81-108e-4a0c-a50c-3ccddcc0bcc2} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.19 00:57:11.268050 [ 260 ] {4c3b4c81-108e-4a0c-a50c-3ccddcc0bcc2} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:11.268178 [ 260 ] {4c3b4c81-108e-4a0c-a50c-3ccddcc0bcc2} executeQuery: Read 60 rows, 4.14 KiB in 0.001097 sec., 54694.62169553327 rows/sec., 3.69 MiB/sec. 2026.03.19 00:57:11.268214 [ 260 ] {4c3b4c81-108e-4a0c-a50c-3ccddcc0bcc2} TCPHandler: Processed in 0.001256018 sec. 2026.03.19 00:57:11.567030 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:11.567208 [ 260 ] {305c2304-8184-4470-b060-6cd1a0456d96} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.19 00:57:11.567273 [ 260 ] {305c2304-8184-4470-b060-6cd1a0456d96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.19 00:57:11.567886 [ 260 ] {305c2304-8184-4470-b060-6cd1a0456d96} oximeter.fields_i16 (c97ae8e6-4b88-4382-a85b-3715ba41c5df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:11.567936 [ 260 ] {305c2304-8184-4470-b060-6cd1a0456d96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:11.568351 [ 260 ] {305c2304-8184-4470-b060-6cd1a0456d96} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 00:57:11.568603 [ 260 ] {305c2304-8184-4470-b060-6cd1a0456d96} oximeter.fields_i16 (c97ae8e6-4b88-4382-a85b-3715ba41c5df): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:11.568759 [ 260 ] {305c2304-8184-4470-b060-6cd1a0456d96} executeQuery: Read 24 rows, 2.04 KiB in 0.0016 sec., 15000 rows/sec., 1.24 MiB/sec. 2026.03.19 00:57:11.568802 [ 260 ] {305c2304-8184-4470-b060-6cd1a0456d96} TCPHandler: Processed in 0.001918042 sec. 2026.03.19 00:57:11.568931 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:11.569057 [ 260 ] {3a894866-f4ab-4935-b94f-0d3f9ccb70b2} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 00:57:11.569110 [ 260 ] {3a894866-f4ab-4935-b94f-0d3f9ccb70b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 00:57:11.569575 [ 260 ] {3a894866-f4ab-4935-b94f-0d3f9ccb70b2} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:11.569620 [ 260 ] {3a894866-f4ab-4935-b94f-0d3f9ccb70b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:11.570012 [ 260 ] {3a894866-f4ab-4935-b94f-0d3f9ccb70b2} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 00:57:11.570239 [ 260 ] {3a894866-f4ab-4935-b94f-0d3f9ccb70b2} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:11.570375 [ 260 ] {3a894866-f4ab-4935-b94f-0d3f9ccb70b2} executeQuery: Read 2 rows, 167.00 B in 0.001345 sec., 1486.988847583643 rows/sec., 121.25 KiB/sec. 2026.03.19 00:57:11.570411 [ 260 ] {3a894866-f4ab-4935-b94f-0d3f9ccb70b2} TCPHandler: Processed in 0.001547414 sec. 2026.03.19 00:57:11.570524 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:11.570637 [ 260 ] {4db4e0ea-974d-4257-9fbd-4808418dbc12} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:57:11.570683 [ 260 ] {4db4e0ea-974d-4257-9fbd-4808418dbc12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:57:11.572573 [ 260 ] {4db4e0ea-974d-4257-9fbd-4808418dbc12} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:11.572611 [ 260 ] {4db4e0ea-974d-4257-9fbd-4808418dbc12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:11.573068 [ 260 ] {4db4e0ea-974d-4257-9fbd-4808418dbc12} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.19 00:57:11.573281 [ 260 ] {4db4e0ea-974d-4257-9fbd-4808418dbc12} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:11.573419 [ 260 ] {4db4e0ea-974d-4257-9fbd-4808418dbc12} executeQuery: Read 2113 rows, 164.98 KiB in 0.002785 sec., 758707.3608617594 rows/sec., 57.85 MiB/sec. 2026.03.19 00:57:11.573456 [ 260 ] {4db4e0ea-974d-4257-9fbd-4808418dbc12} TCPHandler: Processed in 0.002978006 sec. 2026.03.19 00:57:11.573571 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:11.573688 [ 260 ] {beec2150-a9aa-4532-be97-0faccd24bc85} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:57:11.573736 [ 260 ] {beec2150-a9aa-4532-be97-0faccd24bc85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:57:11.574212 [ 260 ] {beec2150-a9aa-4532-be97-0faccd24bc85} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:11.574248 [ 260 ] {beec2150-a9aa-4532-be97-0faccd24bc85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:11.574573 [ 260 ] {beec2150-a9aa-4532-be97-0faccd24bc85} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.19 00:57:11.574796 [ 260 ] {beec2150-a9aa-4532-be97-0faccd24bc85} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:11.574903 [ 114 ] {} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.19 00:57:11.574924 [ 260 ] {beec2150-a9aa-4532-be97-0faccd24bc85} executeQuery: Read 51 rows, 3.88 KiB in 0.001262 sec., 40412.04437400951 rows/sec., 3.00 MiB/sec. 2026.03.19 00:57:11.574973 [ 114 ] {} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:11.574981 [ 260 ] {beec2150-a9aa-4532-be97-0faccd24bc85} TCPHandler: Processed in 0.001469553 sec. 2026.03.19 00:57:11.575002 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:11.575097 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:11.575107 [ 195 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::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.03.19 00:57:11.575198 [ 260 ] {5a927e42-bf01-4004-b84a-2c9c81f0c99a} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 00:57:11.575215 [ 195 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:57:11.575303 [ 260 ] {5a927e42-bf01-4004-b84a-2c9c81f0c99a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 00:57:11.575316 [ 195 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 80 rows starting from the beginning of the part 2026.03.19 00:57:11.575386 [ 195 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 28 rows starting from the beginning of the part 2026.03.19 00:57:11.575438 [ 195 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::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.03.19 00:57:11.575485 [ 195 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 28 rows starting from the beginning of the part 2026.03.19 00:57:11.575527 [ 195 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 13 rows starting from the beginning of the part 2026.03.19 00:57:11.575642 [ 195 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 51 rows starting from the beginning of the part 2026.03.19 00:57:11.576021 [ 260 ] {5a927e42-bf01-4004-b84a-2c9c81f0c99a} oximeter.fields_u32 (07ee9360-dbdb-41f1-bf21-931c2f22f543): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:11.576056 [ 260 ] {5a927e42-bf01-4004-b84a-2c9c81f0c99a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:11.576443 [ 260 ] {5a927e42-bf01-4004-b84a-2c9c81f0c99a} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 00:57:11.576453 [ 198 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 213 rows, containing 5 columns (5 merged, 0 gathered) in 0.001390071 sec., 153229.5832371152 rows/sec., 11.84 MiB/sec. 2026.03.19 00:57:11.576573 [ 195 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.19 00:57:11.576667 [ 260 ] {5a927e42-bf01-4004-b84a-2c9c81f0c99a} oximeter.fields_u32 (07ee9360-dbdb-41f1-bf21-931c2f22f543): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:11.576799 [ 260 ] {5a927e42-bf01-4004-b84a-2c9c81f0c99a} executeQuery: Read 732 rows, 44.33 KiB in 0.00162 sec., 451851.85185185185 rows/sec., 26.72 MiB/sec. 2026.03.19 00:57:11.576836 [ 260 ] {5a927e42-bf01-4004-b84a-2c9c81f0c99a} TCPHandler: Processed in 0.00178823 sec. 2026.03.19 00:57:11.576850 [ 195 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_21_4} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:11.576916 [ 195 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_21_4} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.19 00:57:11.576946 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:11.576982 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.03.19 00:57:11.577040 [ 260 ] {3690e835-6989-47ac-ac92-0ade50469bbf} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.19 00:57:11.577080 [ 260 ] {3690e835-6989-47ac-ac92-0ade50469bbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.19 00:57:11.577452 [ 260 ] {3690e835-6989-47ac-ac92-0ade50469bbf} oximeter.fields_u64 (c95f3192-ba09-4763-b29d-c6e6af3f656f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:11.577486 [ 260 ] {3690e835-6989-47ac-ac92-0ade50469bbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:11.577771 [ 260 ] {3690e835-6989-47ac-ac92-0ade50469bbf} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 00:57:11.577981 [ 260 ] {3690e835-6989-47ac-ac92-0ade50469bbf} oximeter.fields_u64 (c95f3192-ba09-4763-b29d-c6e6af3f656f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:11.578107 [ 260 ] {3690e835-6989-47ac-ac92-0ade50469bbf} executeQuery: Read 1 rows, 72.00 B in 0.001085 sec., 921.6589861751152 rows/sec., 64.80 KiB/sec. 2026.03.19 00:57:11.578144 [ 260 ] {3690e835-6989-47ac-ac92-0ade50469bbf} TCPHandler: Processed in 0.001246017 sec. 2026.03.19 00:57:11.578250 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:11.578341 [ 260 ] {88d3e14c-2fa0-425a-9b7f-bff569365bac} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.19 00:57:11.578380 [ 260 ] {88d3e14c-2fa0-425a-9b7f-bff569365bac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.19 00:57:11.578766 [ 260 ] {88d3e14c-2fa0-425a-9b7f-bff569365bac} oximeter.fields_u8 (d2f01f0b-4d3a-4853-a9fa-9607d1b65676): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:11.578802 [ 260 ] {88d3e14c-2fa0-425a-9b7f-bff569365bac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:11.579107 [ 260 ] {88d3e14c-2fa0-425a-9b7f-bff569365bac} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 00:57:11.579322 [ 260 ] {88d3e14c-2fa0-425a-9b7f-bff569365bac} oximeter.fields_u8 (d2f01f0b-4d3a-4853-a9fa-9607d1b65676): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:11.579443 [ 260 ] {88d3e14c-2fa0-425a-9b7f-bff569365bac} executeQuery: Read 12 rows, 960.00 B in 0.001128 sec., 10638.297872340425 rows/sec., 831.12 KiB/sec. 2026.03.19 00:57:11.579478 [ 260 ] {88d3e14c-2fa0-425a-9b7f-bff569365bac} TCPHandler: Processed in 0.001285598 sec. 2026.03.19 00:57:11.579570 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:11.579656 [ 260 ] {0c84a678-d139-4ac2-8c4c-bc7b7370ef0d} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:57:11.579692 [ 260 ] {0c84a678-d139-4ac2-8c4c-bc7b7370ef0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:57:11.580600 [ 260 ] {0c84a678-d139-4ac2-8c4c-bc7b7370ef0d} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:11.580636 [ 260 ] {0c84a678-d139-4ac2-8c4c-bc7b7370ef0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:11.581027 [ 260 ] {0c84a678-d139-4ac2-8c4c-bc7b7370ef0d} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.19 00:57:11.581234 [ 260 ] {0c84a678-d139-4ac2-8c4c-bc7b7370ef0d} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:11.581368 [ 260 ] {0c84a678-d139-4ac2-8c4c-bc7b7370ef0d} executeQuery: Read 1075 rows, 76.73 KiB in 0.001706 sec., 630128.9566236811 rows/sec., 43.92 MiB/sec. 2026.03.19 00:57:11.581405 [ 260 ] {0c84a678-d139-4ac2-8c4c-bc7b7370ef0d} TCPHandler: Processed in 0.001865301 sec. 2026.03.19 00:57:11.581513 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:11.581605 [ 260 ] {4dda2cd9-48b0-46d0-9441-ef46e4c9f312} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:57:11.581648 [ 260 ] {4dda2cd9-48b0-46d0-9441-ef46e4c9f312} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:57:11.582348 [ 260 ] {4dda2cd9-48b0-46d0-9441-ef46e4c9f312} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:11.582385 [ 260 ] {4dda2cd9-48b0-46d0-9441-ef46e4c9f312} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:11.582834 [ 260 ] {4dda2cd9-48b0-46d0-9441-ef46e4c9f312} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.19 00:57:11.583042 [ 260 ] {4dda2cd9-48b0-46d0-9441-ef46e4c9f312} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:11.583175 [ 260 ] {4dda2cd9-48b0-46d0-9441-ef46e4c9f312} executeQuery: Read 1254 rows, 80.98 KiB in 0.001589 sec., 789175.5821271241 rows/sec., 49.77 MiB/sec. 2026.03.19 00:57:11.583213 [ 260 ] {4dda2cd9-48b0-46d0-9441-ef46e4c9f312} TCPHandler: Processed in 0.001748049 sec. 2026.03.19 00:57:11.583327 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:11.583443 [ 260 ] {68d9daa8-59eb-4a28-9631-86a5691b9f09} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:57:11.583508 [ 260 ] {68d9daa8-59eb-4a28-9631-86a5691b9f09} 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.03.19 00:57:11.584387 [ 260 ] {68d9daa8-59eb-4a28-9631-86a5691b9f09} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:11.584424 [ 260 ] {68d9daa8-59eb-4a28-9631-86a5691b9f09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:11.584995 [ 260 ] {68d9daa8-59eb-4a28-9631-86a5691b9f09} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.19 00:57:11.585221 [ 260 ] {68d9daa8-59eb-4a28-9631-86a5691b9f09} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:11.585331 [ 114 ] {} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.19 00:57:11.585357 [ 260 ] {68d9daa8-59eb-4a28-9631-86a5691b9f09} executeQuery: Read 37 rows, 67.89 KiB in 0.001938 sec., 19091.847265221877 rows/sec., 34.21 MiB/sec. 2026.03.19 00:57:11.585370 [ 114 ] {} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:11.585399 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:11.585414 [ 260 ] {68d9daa8-59eb-4a28-9631-86a5691b9f09} TCPHandler: Processed in 0.002146007 sec. 2026.03.19 00:57:11.585531 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:11.585552 [ 193 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::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.03.19 00:57:11.585625 [ 260 ] {7c49911d-d728-46fe-bdf5-75ae05a3c3d3} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:57:11.585672 [ 260 ] {7c49911d-d728-46fe-bdf5-75ae05a3c3d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:57:11.585944 [ 193 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:57:11.585986 [ 260 ] {7c49911d-d728-46fe-bdf5-75ae05a3c3d3} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:11.586028 [ 260 ] {7c49911d-d728-46fe-bdf5-75ae05a3c3d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.19 00:57:11.586042 [ 193 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 282 rows starting from the beginning of the part 2026.03.19 00:57:11.586218 [ 193 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 28 rows starting from the beginning of the part 2026.03.19 00:57:11.586332 [ 193 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::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.03.19 00:57:11.586337 [ 260 ] {7c49911d-d728-46fe-bdf5-75ae05a3c3d3} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.19 00:57:11.586436 [ 193 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 28 rows starting from the beginning of the part 2026.03.19 00:57:11.586541 [ 193 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 13 rows starting from the beginning of the part 2026.03.19 00:57:11.586585 [ 260 ] {7c49911d-d728-46fe-bdf5-75ae05a3c3d3} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:11.586649 [ 193 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 37 rows starting from the beginning of the part 2026.03.19 00:57:11.586725 [ 260 ] {7c49911d-d728-46fe-bdf5-75ae05a3c3d3} executeQuery: Read 12 rows, 848.00 B in 0.001119 sec., 10723.860589812333 rows/sec., 740.06 KiB/sec. 2026.03.19 00:57:11.586766 [ 260 ] {7c49911d-d728-46fe-bdf5-75ae05a3c3d3} TCPHandler: Processed in 0.001283988 sec. 2026.03.19 00:57:11.590511 [ 195 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 401 rows, containing 19 columns (19 merged, 0 gathered) in 0.005039081 sec., 79578.0024175043 rows/sec., 142.60 MiB/sec. 2026.03.19 00:57:11.591230 [ 198 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.19 00:57:11.591627 [ 198 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_21_4} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:11.591708 [ 198 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_21_4} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.19 00:57:11.591875 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB. 2026.03.19 00:57:12.000388 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 230.58 MiB, peak 239.21 MiB, free memory in arenas 0.00 B, will set to 240.05 MiB (RSS), difference: 9.47 MiB 2026.03.19 00:57:12.821856 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33153 2026.03.19 00:57:12.821980 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:57:12.822016 [ 287 ] {} TCP-Session: 14cace3b-311e-4e96-9ca6-7ad229161be9 Authenticating user 'default' from [fd00:1122:3344:101::e]:33153 2026.03.19 00:57:12.822039 [ 287 ] {} TCP-Session: 14cace3b-311e-4e96-9ca6-7ad229161be9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:12.822053 [ 287 ] {} TCP-Session: 14cace3b-311e-4e96-9ca6-7ad229161be9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:12.822254 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37364 2026.03.19 00:57:12.822286 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46029 2026.03.19 00:57:12.822293 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37462 2026.03.19 00:57:12.822321 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51238 2026.03.19 00:57:12.822337 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36578 2026.03.19 00:57:12.822378 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:57:12.822283 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36641 2026.03.19 00:57:12.822419 [ 287 ] {} TCP-Session: 14cace3b-311e-4e96-9ca6-7ad229161be9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:12.822445 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:57:12.822429 [ 288 ] {} TCP-Session: 474c7895-a336-44e0-a22a-bcae29b9144f Authenticating user 'default' from [fd00:1122:3344:101::e]:37364 2026.03.19 00:57:12.822480 [ 291 ] {} TCP-Session: b546103a-3827-4da0-9f93-c596ae3c6a3a Authenticating user 'default' from [fd00:1122:3344:101::e]:46029 2026.03.19 00:57:12.822266 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43407 2026.03.19 00:57:12.822514 [ 291 ] {} TCP-Session: b546103a-3827-4da0-9f93-c596ae3c6a3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:12.822506 [ 288 ] {} TCP-Session: 474c7895-a336-44e0-a22a-bcae29b9144f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:12.822548 [ 291 ] {} TCP-Session: b546103a-3827-4da0-9f93-c596ae3c6a3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:12.822567 [ 288 ] {} TCP-Session: 474c7895-a336-44e0-a22a-bcae29b9144f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:12.822568 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:57:12.822332 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36433 2026.03.19 00:57:12.822608 [ 287 ] {b72f4140-d963-49cf-a839-a122466f54ef} executeQuery: (from [fd00:1122:3344:101::e]:33153) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 00:57:12.822623 [ 292 ] {} TCP-Session: f568d2c3-65d8-4512-9c3b-d30dc3ae6235 Authenticating user 'default' from [fd00:1122:3344:101::e]:37462 2026.03.19 00:57:12.822689 [ 292 ] {} TCP-Session: f568d2c3-65d8-4512-9c3b-d30dc3ae6235 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:12.822702 [ 292 ] {} TCP-Session: f568d2c3-65d8-4512-9c3b-d30dc3ae6235 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:12.822848 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:57:12.822853 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:57:12.822881 [ 289 ] {} TCP-Session: 47e987ed-27dd-45b3-ae19-2a21a74a16a3 Authenticating user 'default' from [fd00:1122:3344:101::e]:43407 2026.03.19 00:57:12.822890 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:57:12.822911 [ 289 ] {} TCP-Session: 47e987ed-27dd-45b3-ae19-2a21a74a16a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:12.822917 [ 287 ] {b72f4140-d963-49cf-a839-a122466f54ef} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 00:57:12.822933 [ 293 ] {} TCP-Session: 40e19eef-ce76-482d-b4f3-0185efac199b Authenticating user 'default' from [fd00:1122:3344:101::e]:51238 2026.03.19 00:57:12.822937 [ 289 ] {} TCP-Session: 47e987ed-27dd-45b3-ae19-2a21a74a16a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:12.822970 [ 293 ] {} TCP-Session: 40e19eef-ce76-482d-b4f3-0185efac199b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:12.822989 [ 287 ] {b72f4140-d963-49cf-a839-a122466f54ef} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:57:12.822994 [ 293 ] {} TCP-Session: 40e19eef-ce76-482d-b4f3-0185efac199b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:12.822929 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:57:12.823010 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:57:12.822905 [ 294 ] {} TCP-Session: 313ea716-7764-4c78-9efe-f3ac0acdbc81 Authenticating user 'default' from [fd00:1122:3344:101::e]:36433 2026.03.19 00:57:12.823050 [ 259 ] {} TCP-Session: 21319b11-f76e-41e4-b829-d13a7a4800ee Authenticating user 'default' from [fd00:1122:3344:101::e]:36578 2026.03.19 00:57:12.823055 [ 290 ] {} TCP-Session: 2f1b8670-7b7d-405a-904d-97f1e8aaad42 Authenticating user 'default' from [fd00:1122:3344:101::e]:36641 2026.03.19 00:57:12.823071 [ 294 ] {} TCP-Session: 313ea716-7764-4c78-9efe-f3ac0acdbc81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:12.823077 [ 259 ] {} TCP-Session: 21319b11-f76e-41e4-b829-d13a7a4800ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:12.823087 [ 294 ] {} TCP-Session: 313ea716-7764-4c78-9efe-f3ac0acdbc81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:12.823083 [ 290 ] {} TCP-Session: 2f1b8670-7b7d-405a-904d-97f1e8aaad42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:12.823098 [ 259 ] {} TCP-Session: 21319b11-f76e-41e4-b829-d13a7a4800ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:12.823115 [ 290 ] {} TCP-Session: 2f1b8670-7b7d-405a-904d-97f1e8aaad42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:12.823284 [ 287 ] {b72f4140-d963-49cf-a839-a122466f54ef} oximeter.version (9f694a03-7783-4184-bbfb-7ad9e678e8cc) (SelectExecutor): Key condition: unknown 2026.03.19 00:57:12.824349 [ 322 ] {b72f4140-d963-49cf-a839-a122466f54ef} AggregatingTransform: Aggregating 2026.03.19 00:57:12.824397 [ 322 ] {b72f4140-d963-49cf-a839-a122466f54ef} Aggregator: Aggregation method: without_key 2026.03.19 00:57:12.824433 [ 322 ] {b72f4140-d963-49cf-a839-a122466f54ef} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001042614 sec. (959.128 rows/sec., 37.47 KiB/sec.) 2026.03.19 00:57:12.824453 [ 322 ] {b72f4140-d963-49cf-a839-a122466f54ef} Aggregator: Merging aggregated data 2026.03.19 00:57:12.825636 [ 287 ] {b72f4140-d963-49cf-a839-a122466f54ef} executeQuery: Read 1 rows, 40.00 B in 0.003085 sec., 324.14910858995137 rows/sec., 12.66 KiB/sec. 2026.03.19 00:57:12.825775 [ 287 ] {b72f4140-d963-49cf-a839-a122466f54ef} TCPHandler: Processed in 0.003501317 sec. 2026.03.19 00:57:12.825910 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.19 00:57:12.825935 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 00:57:12.825940 [ 287 ] {} TCP-Session: 14cace3b-311e-4e96-9ca6-7ad229161be9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:12.825961 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.19 00:57:12.825978 [ 288 ] {} TCP-Session: 474c7895-a336-44e0-a22a-bcae29b9144f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:12.825984 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.19 00:57:12.826014 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 00:57:12.826039 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 00:57:12.826051 [ 289 ] {} TCP-Session: 47e987ed-27dd-45b3-ae19-2a21a74a16a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:12.826068 [ 290 ] {} TCP-Session: 2f1b8670-7b7d-405a-904d-97f1e8aaad42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:12.826080 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 00:57:12.826085 [ 291 ] {} TCP-Session: b546103a-3827-4da0-9f93-c596ae3c6a3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:12.826061 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 00:57:12.826119 [ 294 ] {} TCP-Session: 313ea716-7764-4c78-9efe-f3ac0acdbc81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:12.826151 [ 293 ] {} TCP-Session: 40e19eef-ce76-482d-b4f3-0185efac199b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:12.826017 [ 259 ] {} TCP-Session: 21319b11-f76e-41e4-b829-d13a7a4800ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:12.825997 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 00:57:12.826241 [ 292 ] {} TCP-Session: f568d2c3-65d8-4512-9c3b-d30dc3ae6235 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:57:16.256538 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:16.256736 [ 260 ] {a843da70-4269-4812-ad7e-5361d979b1a6} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:57:16.256805 [ 260 ] {a843da70-4269-4812-ad7e-5361d979b1a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:57:16.257448 [ 260 ] {a843da70-4269-4812-ad7e-5361d979b1a6} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:16.257497 [ 260 ] {a843da70-4269-4812-ad7e-5361d979b1a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:16.257910 [ 260 ] {a843da70-4269-4812-ad7e-5361d979b1a6} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.19 00:57:16.258147 [ 260 ] {a843da70-4269-4812-ad7e-5361d979b1a6} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:16.258301 [ 260 ] {a843da70-4269-4812-ad7e-5361d979b1a6} executeQuery: Read 56 rows, 4.38 KiB in 0.001613 sec., 34717.9169249845 rows/sec., 2.65 MiB/sec. 2026.03.19 00:57:16.258298 [ 73 ] {} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.19 00:57:16.258344 [ 260 ] {a843da70-4269-4812-ad7e-5361d979b1a6} TCPHandler: Processed in 0.001940232 sec. 2026.03.19 00:57:16.258384 [ 73 ] {} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:16.258416 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:16.258480 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:16.258510 [ 195 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::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.03.19 00:57:16.258579 [ 260 ] {64f40872-583e-4e1f-ad62-254ca4ce1b4a} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:57:16.258596 [ 195 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:57:16.258621 [ 260 ] {64f40872-583e-4e1f-ad62-254ca4ce1b4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:57:16.258623 [ 195 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 2147 rows starting from the beginning of the part 2026.03.19 00:57:16.258686 [ 195 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 82 rows starting from the beginning of the part 2026.03.19 00:57:16.258728 [ 195 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 112 rows starting from the beginning of the part 2026.03.19 00:57:16.258767 [ 195 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 82 rows starting from the beginning of the part 2026.03.19 00:57:16.258804 [ 195 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2113 rows starting from the beginning of the part 2026.03.19 00:57:16.258846 [ 195 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 56 rows starting from the beginning of the part 2026.03.19 00:57:16.259072 [ 260 ] {64f40872-583e-4e1f-ad62-254ca4ce1b4a} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:16.259107 [ 260 ] {64f40872-583e-4e1f-ad62-254ca4ce1b4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:16.259427 [ 260 ] {64f40872-583e-4e1f-ad62-254ca4ce1b4a} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.19 00:57:16.259661 [ 260 ] {64f40872-583e-4e1f-ad62-254ca4ce1b4a} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:16.259767 [ 73 ] {} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.19 00:57:16.259790 [ 260 ] {64f40872-583e-4e1f-ad62-254ca4ce1b4a} executeQuery: Read 64 rows, 5.12 KiB in 0.00123 sec., 52032.52032520325 rows/sec., 4.06 MiB/sec. 2026.03.19 00:57:16.259798 [ 73 ] {} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:16.259829 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:16.259834 [ 260 ] {64f40872-583e-4e1f-ad62-254ca4ce1b4a} TCPHandler: Processed in 0.001404381 sec. 2026.03.19 00:57:16.259930 [ 198 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::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.03.19 00:57:16.259963 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:16.260064 [ 260 ] {5da0bf69-236a-4696-a70a-056687fc17a3} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:57:16.260068 [ 198 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:57:16.260111 [ 260 ] {5da0bf69-236a-4696-a70a-056687fc17a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:57:16.260114 [ 198 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1122 rows starting from the beginning of the part 2026.03.19 00:57:16.260223 [ 198 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 77 rows starting from the beginning of the part 2026.03.19 00:57:16.260271 [ 198 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 92 rows starting from the beginning of the part 2026.03.19 00:57:16.260303 [ 189 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 4592 rows, containing 5 columns (5 merged, 0 gathered) in 0.00183084 sec., 2508138.3408708572 rows/sec., 202.19 MiB/sec. 2026.03.19 00:57:16.260314 [ 198 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 77 rows starting from the beginning of the part 2026.03.19 00:57:16.260373 [ 198 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1075 rows starting from the beginning of the part 2026.03.19 00:57:16.260411 [ 198 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 64 rows starting from the beginning of the part 2026.03.19 00:57:16.260515 [ 260 ] {5da0bf69-236a-4696-a70a-056687fc17a3} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:16.260541 [ 187 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.19 00:57:16.260557 [ 260 ] {5da0bf69-236a-4696-a70a-056687fc17a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:16.260824 [ 187 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_26_5} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:16.260896 [ 187 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_26_5} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.19 00:57:16.260931 [ 260 ] {5da0bf69-236a-4696-a70a-056687fc17a3} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.19 00:57:16.260958 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.00 MiB. 2026.03.19 00:57:16.261168 [ 260 ] {5da0bf69-236a-4696-a70a-056687fc17a3} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:16.261276 [ 73 ] {} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.19 00:57:16.261304 [ 260 ] {5da0bf69-236a-4696-a70a-056687fc17a3} executeQuery: Read 128 rows, 9.13 KiB in 0.001258 sec., 101748.80763116057 rows/sec., 7.09 MiB/sec. 2026.03.19 00:57:16.261305 [ 73 ] {} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:16.261341 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:16.261347 [ 260 ] {5da0bf69-236a-4696-a70a-056687fc17a3} TCPHandler: Processed in 0.001434371 sec. 2026.03.19 00:57:16.261412 [ 195 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::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.03.19 00:57:16.261478 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:16.261493 [ 195 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:57:16.261518 [ 195 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7619 rows starting from the beginning of the part 2026.03.19 00:57:16.261560 [ 195 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part 2026.03.19 00:57:16.261573 [ 260 ] {1f724eb9-88c1-45e1-979c-c10d5fc15d6d} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:57:16.261597 [ 195 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part 2026.03.19 00:57:16.261617 [ 260 ] {1f724eb9-88c1-45e1-979c-c10d5fc15d6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:57:16.261630 [ 195 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::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.03.19 00:57:16.261664 [ 195 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1254 rows starting from the beginning of the part 2026.03.19 00:57:16.261697 [ 195 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 128 rows starting from the beginning of the part 2026.03.19 00:57:16.261738 [ 202 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 2507 rows, containing 5 columns (5 merged, 0 gathered) in 0.001855231 sec., 1351314.2029213614 rows/sec., 100.97 MiB/sec. 2026.03.19 00:57:16.261969 [ 202 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.19 00:57:16.261996 [ 260 ] {1f724eb9-88c1-45e1-979c-c10d5fc15d6d} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:16.262039 [ 260 ] {1f724eb9-88c1-45e1-979c-c10d5fc15d6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:16.262258 [ 202 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_26_5} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:16.262335 [ 202 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_26_5} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.19 00:57:16.262386 [ 260 ] {1f724eb9-88c1-45e1-979c-c10d5fc15d6d} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.19 00:57:16.262418 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2026.03.19 00:57:16.262615 [ 260 ] {1f724eb9-88c1-45e1-979c-c10d5fc15d6d} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:16.262726 [ 73 ] {} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.19 00:57:16.262752 [ 260 ] {1f724eb9-88c1-45e1-979c-c10d5fc15d6d} executeQuery: Read 48 rows, 3.31 KiB in 0.001197 sec., 40100.25062656642 rows/sec., 2.70 MiB/sec. 2026.03.19 00:57:16.262752 [ 73 ] {} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:16.262791 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:16.262797 [ 260 ] {1f724eb9-88c1-45e1-979c-c10d5fc15d6d} TCPHandler: Processed in 0.00136787 sec. 2026.03.19 00:57:16.262869 [ 198 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::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.03.19 00:57:16.262971 [ 198 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:57:16.262996 [ 198 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1080 rows starting from the beginning of the part 2026.03.19 00:57:16.263038 [ 198 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part 2026.03.19 00:57:16.263071 [ 198 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part 2026.03.19 00:57:16.263102 [ 198 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::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.03.19 00:57:16.263138 [ 198 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 12 rows starting from the beginning of the part 2026.03.19 00:57:16.263187 [ 198 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 48 rows starting from the beginning of the part 2026.03.19 00:57:16.264140 [ 197 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1320 rows, containing 4 columns (4 merged, 0 gathered) in 0.001297199 sec., 1017577.1026650498 rows/sec., 68.58 MiB/sec. 2026.03.19 00:57:16.264357 [ 194 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.19 00:57:16.264657 [ 194 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_26_5} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:16.264734 [ 194 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_26_5} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.19 00:57:16.264802 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.03.19 00:57:16.265119 [ 197 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 9481 rows, containing 5 columns (5 merged, 0 gathered) in 0.003740772 sec., 2534503.573059251 rows/sec., 167.38 MiB/sec. 2026.03.19 00:57:16.265386 [ 189 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.19 00:57:16.265670 [ 189 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_26_5} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:16.265739 [ 189 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_26_5} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.19 00:57:16.265820 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. 2026.03.19 00:57:18.139065 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8169 2026.03.19 00:57:18.139694 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:18.139744 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:18.140251 [ 245 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.19 00:57:18.140504 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:18.140655 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8169 2026.03.19 00:57:18.566091 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2026.03.19 00:57:18.580682 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:18.580736 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:18.586846 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.19 00:57:18.587528 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:18.590111 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2026.03.19 00:57:20.648029 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 530 2026.03.19 00:57:20.650483 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:20.650533 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:20.651682 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.19 00:57:20.651938 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:20.652187 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 530 2026.03.19 00:57:21.258585 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:21.258763 [ 260 ] {886acbc4-3ca0-4faa-ba60-3345b85cfcfb} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:57:21.258830 [ 260 ] {886acbc4-3ca0-4faa-ba60-3345b85cfcfb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:57:21.259472 [ 260 ] {886acbc4-3ca0-4faa-ba60-3345b85cfcfb} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:21.259522 [ 260 ] {886acbc4-3ca0-4faa-ba60-3345b85cfcfb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:21.259950 [ 260 ] {886acbc4-3ca0-4faa-ba60-3345b85cfcfb} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.19 00:57:21.260186 [ 260 ] {886acbc4-3ca0-4faa-ba60-3345b85cfcfb} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:21.260346 [ 260 ] {886acbc4-3ca0-4faa-ba60-3345b85cfcfb} executeQuery: Read 82 rows, 6.97 KiB in 0.001631 sec., 50275.904353157566 rows/sec., 4.17 MiB/sec. 2026.03.19 00:57:21.260393 [ 260 ] {886acbc4-3ca0-4faa-ba60-3345b85cfcfb} TCPHandler: Processed in 0.001940283 sec. 2026.03.19 00:57:21.260527 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:21.260625 [ 260 ] {c2583232-2ea6-4fca-a5b5-300ea5300416} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:57:21.260666 [ 260 ] {c2583232-2ea6-4fca-a5b5-300ea5300416} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:57:21.261076 [ 260 ] {c2583232-2ea6-4fca-a5b5-300ea5300416} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:21.261112 [ 260 ] {c2583232-2ea6-4fca-a5b5-300ea5300416} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:21.261401 [ 260 ] {c2583232-2ea6-4fca-a5b5-300ea5300416} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.19 00:57:21.261677 [ 260 ] {c2583232-2ea6-4fca-a5b5-300ea5300416} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:21.261807 [ 260 ] {c2583232-2ea6-4fca-a5b5-300ea5300416} executeQuery: Read 13 rows, 1001.00 B in 0.001204 sec., 10797.34219269103 rows/sec., 811.91 KiB/sec. 2026.03.19 00:57:21.261845 [ 260 ] {c2583232-2ea6-4fca-a5b5-300ea5300416} TCPHandler: Processed in 0.00136637 sec. 2026.03.19 00:57:21.261954 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:21.262047 [ 260 ] {cbe447df-8aef-4bbe-9af2-f9c9f729a10b} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:57:21.262087 [ 260 ] {cbe447df-8aef-4bbe-9af2-f9c9f729a10b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:57:21.262497 [ 260 ] {cbe447df-8aef-4bbe-9af2-f9c9f729a10b} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:21.262533 [ 260 ] {cbe447df-8aef-4bbe-9af2-f9c9f729a10b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:21.262841 [ 260 ] {cbe447df-8aef-4bbe-9af2-f9c9f729a10b} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.19 00:57:21.263058 [ 260 ] {cbe447df-8aef-4bbe-9af2-f9c9f729a10b} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:21.263184 [ 260 ] {cbe447df-8aef-4bbe-9af2-f9c9f729a10b} executeQuery: Read 77 rows, 6.16 KiB in 0.001157 sec., 66551.42610198789 rows/sec., 5.20 MiB/sec. 2026.03.19 00:57:21.263220 [ 260 ] {cbe447df-8aef-4bbe-9af2-f9c9f729a10b} TCPHandler: Processed in 0.001313279 sec. 2026.03.19 00:57:21.263333 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:21.263425 [ 260 ] {584f0de1-a2fc-475e-8cf1-4f1cf077a37d} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:57:21.263467 [ 260 ] {584f0de1-a2fc-475e-8cf1-4f1cf077a37d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:57:21.263864 [ 260 ] {584f0de1-a2fc-475e-8cf1-4f1cf077a37d} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:21.263900 [ 260 ] {584f0de1-a2fc-475e-8cf1-4f1cf077a37d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:21.264223 [ 260 ] {584f0de1-a2fc-475e-8cf1-4f1cf077a37d} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.19 00:57:21.264450 [ 260 ] {584f0de1-a2fc-475e-8cf1-4f1cf077a37d} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:21.264579 [ 260 ] {584f0de1-a2fc-475e-8cf1-4f1cf077a37d} executeQuery: Read 160 rows, 11.41 KiB in 0.001174 sec., 136286.20102214653 rows/sec., 9.49 MiB/sec. 2026.03.19 00:57:21.264616 [ 260 ] {584f0de1-a2fc-475e-8cf1-4f1cf077a37d} TCPHandler: Processed in 0.001328709 sec. 2026.03.19 00:57:21.264739 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:21.264864 [ 260 ] {586da824-626f-4320-b4cc-126542e2f9aa} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:57:21.264930 [ 260 ] {586da824-626f-4320-b4cc-126542e2f9aa} 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.03.19 00:57:21.265784 [ 260 ] {586da824-626f-4320-b4cc-126542e2f9aa} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:21.265820 [ 260 ] {586da824-626f-4320-b4cc-126542e2f9aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:21.266347 [ 260 ] {586da824-626f-4320-b4cc-126542e2f9aa} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.19 00:57:21.266573 [ 260 ] {586da824-626f-4320-b4cc-126542e2f9aa} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:21.266708 [ 260 ] {586da824-626f-4320-b4cc-126542e2f9aa} executeQuery: Read 13 rows, 23.85 KiB in 0.001874 sec., 6937.033084311633 rows/sec., 12.43 MiB/sec. 2026.03.19 00:57:21.266757 [ 260 ] {586da824-626f-4320-b4cc-126542e2f9aa} TCPHandler: Processed in 0.002076156 sec. 2026.03.19 00:57:21.266871 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:21.266963 [ 260 ] {d0550024-8d87-4fe4-b7f7-ad4c3536a506} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:57:21.267005 [ 260 ] {d0550024-8d87-4fe4-b7f7-ad4c3536a506} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:57:21.267338 [ 260 ] {d0550024-8d87-4fe4-b7f7-ad4c3536a506} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:21.267373 [ 260 ] {d0550024-8d87-4fe4-b7f7-ad4c3536a506} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:21.267670 [ 260 ] {d0550024-8d87-4fe4-b7f7-ad4c3536a506} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.19 00:57:21.267874 [ 260 ] {d0550024-8d87-4fe4-b7f7-ad4c3536a506} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:21.268000 [ 260 ] {d0550024-8d87-4fe4-b7f7-ad4c3536a506} executeQuery: Read 60 rows, 4.14 KiB in 0.001056 sec., 56818.181818181816 rows/sec., 3.83 MiB/sec. 2026.03.19 00:57:21.268035 [ 260 ] {d0550024-8d87-4fe4-b7f7-ad4c3536a506} TCPHandler: Processed in 0.001212797 sec. 2026.03.19 00:57:25.554122 [ 71 ] {} DNSResolver: Updating DNS cache 2026.03.19 00:57:25.554197 [ 71 ] {} DNSResolver: Updated DNS cache 2026.03.19 00:57:25.641308 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8617 2026.03.19 00:57:25.641796 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:25.641838 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:25.642305 [ 245 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.19 00:57:25.642531 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:25.642660 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8617 2026.03.19 00:57:26.090551 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2026.03.19 00:57:26.106606 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:26.106667 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:26.112529 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.19 00:57:26.113252 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:26.116000 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.03.19 00:57:26.258201 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:26.258368 [ 260 ] {09436f86-72a3-4c3c-9247-8bd12ca4788c} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:57:26.258430 [ 260 ] {09436f86-72a3-4c3c-9247-8bd12ca4788c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:57:26.259091 [ 260 ] {09436f86-72a3-4c3c-9247-8bd12ca4788c} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:26.259132 [ 260 ] {09436f86-72a3-4c3c-9247-8bd12ca4788c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:26.259504 [ 260 ] {09436f86-72a3-4c3c-9247-8bd12ca4788c} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.19 00:57:26.259734 [ 260 ] {09436f86-72a3-4c3c-9247-8bd12ca4788c} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:26.259881 [ 260 ] {09436f86-72a3-4c3c-9247-8bd12ca4788c} executeQuery: Read 112 rows, 9.67 KiB in 0.001559 sec., 71840.9236690186 rows/sec., 6.06 MiB/sec. 2026.03.19 00:57:26.259920 [ 260 ] {09436f86-72a3-4c3c-9247-8bd12ca4788c} TCPHandler: Processed in 0.00184118 sec. 2026.03.19 00:57:26.260049 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:26.260142 [ 260 ] {62a732de-eb66-4fa6-a94e-7da5dff7617e} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:57:26.260182 [ 260 ] {62a732de-eb66-4fa6-a94e-7da5dff7617e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:57:26.260584 [ 260 ] {62a732de-eb66-4fa6-a94e-7da5dff7617e} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:26.260619 [ 260 ] {62a732de-eb66-4fa6-a94e-7da5dff7617e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:26.260923 [ 260 ] {62a732de-eb66-4fa6-a94e-7da5dff7617e} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.19 00:57:26.261136 [ 260 ] {62a732de-eb66-4fa6-a94e-7da5dff7617e} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:26.261262 [ 260 ] {62a732de-eb66-4fa6-a94e-7da5dff7617e} executeQuery: Read 28 rows, 2.11 KiB in 0.001139 sec., 24582.967515364355 rows/sec., 1.81 MiB/sec. 2026.03.19 00:57:26.261298 [ 260 ] {62a732de-eb66-4fa6-a94e-7da5dff7617e} TCPHandler: Processed in 0.001298709 sec. 2026.03.19 00:57:26.261408 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:26.261501 [ 260 ] {e7f1bddd-7c1d-4ef6-81d1-45bbe3ac1623} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:57:26.261539 [ 260 ] {e7f1bddd-7c1d-4ef6-81d1-45bbe3ac1623} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:57:26.261952 [ 260 ] {e7f1bddd-7c1d-4ef6-81d1-45bbe3ac1623} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:26.261987 [ 260 ] {e7f1bddd-7c1d-4ef6-81d1-45bbe3ac1623} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:26.262277 [ 260 ] {e7f1bddd-7c1d-4ef6-81d1-45bbe3ac1623} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.19 00:57:26.262489 [ 260 ] {e7f1bddd-7c1d-4ef6-81d1-45bbe3ac1623} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:26.262613 [ 260 ] {e7f1bddd-7c1d-4ef6-81d1-45bbe3ac1623} executeQuery: Read 92 rows, 7.36 KiB in 0.001131 sec., 81343.94341290892 rows/sec., 6.35 MiB/sec. 2026.03.19 00:57:26.262649 [ 260 ] {e7f1bddd-7c1d-4ef6-81d1-45bbe3ac1623} TCPHandler: Processed in 0.001287338 sec. 2026.03.19 00:57:26.262760 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:26.262852 [ 260 ] {9e0435d4-7040-4456-9c53-3a471327bde3} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:57:26.262894 [ 260 ] {9e0435d4-7040-4456-9c53-3a471327bde3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:57:26.263288 [ 260 ] {9e0435d4-7040-4456-9c53-3a471327bde3} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:26.263326 [ 260 ] {9e0435d4-7040-4456-9c53-3a471327bde3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:26.263645 [ 260 ] {9e0435d4-7040-4456-9c53-3a471327bde3} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.19 00:57:26.263860 [ 260 ] {9e0435d4-7040-4456-9c53-3a471327bde3} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:26.263989 [ 260 ] {9e0435d4-7040-4456-9c53-3a471327bde3} executeQuery: Read 160 rows, 11.41 KiB in 0.001155 sec., 138528.13852813852 rows/sec., 9.65 MiB/sec. 2026.03.19 00:57:26.264023 [ 260 ] {9e0435d4-7040-4456-9c53-3a471327bde3} TCPHandler: Processed in 0.001309569 sec. 2026.03.19 00:57:26.264130 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:26.264221 [ 260 ] {4bab2e2c-11bd-42b5-b789-7b62859d25e4} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:57:26.264274 [ 260 ] {4bab2e2c-11bd-42b5-b789-7b62859d25e4} 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.03.19 00:57:26.265064 [ 260 ] {4bab2e2c-11bd-42b5-b789-7b62859d25e4} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:26.265100 [ 260 ] {4bab2e2c-11bd-42b5-b789-7b62859d25e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:26.265619 [ 260 ] {4bab2e2c-11bd-42b5-b789-7b62859d25e4} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.19 00:57:26.265844 [ 260 ] {4bab2e2c-11bd-42b5-b789-7b62859d25e4} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:26.265980 [ 260 ] {4bab2e2c-11bd-42b5-b789-7b62859d25e4} executeQuery: Read 28 rows, 51.38 KiB in 0.001777 sec., 15756.893640967925 rows/sec., 28.24 MiB/sec. 2026.03.19 00:57:26.266029 [ 260 ] {4bab2e2c-11bd-42b5-b789-7b62859d25e4} TCPHandler: Processed in 0.001945733 sec. 2026.03.19 00:57:26.266141 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:26.266233 [ 260 ] {4ac24b6c-167a-4f79-8b2e-a075fb73eedb} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:57:26.266274 [ 260 ] {4ac24b6c-167a-4f79-8b2e-a075fb73eedb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:57:26.266597 [ 260 ] {4ac24b6c-167a-4f79-8b2e-a075fb73eedb} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:26.266632 [ 260 ] {4ac24b6c-167a-4f79-8b2e-a075fb73eedb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:26.266927 [ 260 ] {4ac24b6c-167a-4f79-8b2e-a075fb73eedb} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.19 00:57:26.267136 [ 260 ] {4ac24b6c-167a-4f79-8b2e-a075fb73eedb} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:26.267260 [ 260 ] {4ac24b6c-167a-4f79-8b2e-a075fb73eedb} executeQuery: Read 60 rows, 4.14 KiB in 0.001045 sec., 57416.267942583734 rows/sec., 3.87 MiB/sec. 2026.03.19 00:57:26.267294 [ 260 ] {4ac24b6c-167a-4f79-8b2e-a075fb73eedb} TCPHandler: Processed in 0.001200187 sec. 2026.03.19 00:57:30.652332 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 554 2026.03.19 00:57:30.654494 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:30.654553 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:30.655700 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.19 00:57:30.655989 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:30.656330 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 554 2026.03.19 00:57:31.257858 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:31.258085 [ 260 ] {d82d16f0-5464-4b3f-af61-5e870792d896} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 00:57:31.258169 [ 260 ] {d82d16f0-5464-4b3f-af61-5e870792d896} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 00:57:31.258858 [ 260 ] {d82d16f0-5464-4b3f-af61-5e870792d896} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:31.258902 [ 260 ] {d82d16f0-5464-4b3f-af61-5e870792d896} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:31.259276 [ 260 ] {d82d16f0-5464-4b3f-af61-5e870792d896} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 00:57:31.259503 [ 260 ] {d82d16f0-5464-4b3f-af61-5e870792d896} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:31.259655 [ 260 ] {d82d16f0-5464-4b3f-af61-5e870792d896} executeQuery: Read 10 rows, 835.00 B in 0.001632 sec., 6127.450980392157 rows/sec., 499.65 KiB/sec. 2026.03.19 00:57:31.259695 [ 260 ] {d82d16f0-5464-4b3f-af61-5e870792d896} TCPHandler: Processed in 0.001997504 sec. 2026.03.19 00:57:31.259815 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:31.259909 [ 260 ] {4eb52693-29ae-4286-be41-c586605aae2f} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:57:31.259948 [ 260 ] {4eb52693-29ae-4286-be41-c586605aae2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:57:31.260378 [ 260 ] {4eb52693-29ae-4286-be41-c586605aae2f} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:31.260413 [ 260 ] {4eb52693-29ae-4286-be41-c586605aae2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:31.260716 [ 260 ] {4eb52693-29ae-4286-be41-c586605aae2f} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.19 00:57:31.260935 [ 260 ] {4eb52693-29ae-4286-be41-c586605aae2f} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:31.261061 [ 260 ] {4eb52693-29ae-4286-be41-c586605aae2f} executeQuery: Read 87 rows, 7.34 KiB in 0.00117 sec., 74358.97435897436 rows/sec., 6.12 MiB/sec. 2026.03.19 00:57:31.261096 [ 260 ] {4eb52693-29ae-4286-be41-c586605aae2f} TCPHandler: Processed in 0.001330989 sec. 2026.03.19 00:57:31.261252 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:31.261373 [ 260 ] {22f9e19b-a3a5-41dc-82d4-dc70b85fe5a5} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:57:31.261421 [ 260 ] {22f9e19b-a3a5-41dc-82d4-dc70b85fe5a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:57:31.261910 [ 260 ] {22f9e19b-a3a5-41dc-82d4-dc70b85fe5a5} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:31.261954 [ 260 ] {22f9e19b-a3a5-41dc-82d4-dc70b85fe5a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:31.262319 [ 260 ] {22f9e19b-a3a5-41dc-82d4-dc70b85fe5a5} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.19 00:57:31.262565 [ 260 ] {22f9e19b-a3a5-41dc-82d4-dc70b85fe5a5} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:31.262746 [ 260 ] {22f9e19b-a3a5-41dc-82d4-dc70b85fe5a5} executeQuery: Read 23 rows, 1.68 KiB in 0.001395 sec., 16487.45519713262 rows/sec., 1.17 MiB/sec. 2026.03.19 00:57:31.262791 [ 260 ] {22f9e19b-a3a5-41dc-82d4-dc70b85fe5a5} TCPHandler: Processed in 0.001603916 sec. 2026.03.19 00:57:31.262910 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:31.263024 [ 260 ] {afb11a7f-b92c-4455-a650-dd609f7a2dc7} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:57:31.263071 [ 260 ] {afb11a7f-b92c-4455-a650-dd609f7a2dc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:57:31.263537 [ 260 ] {afb11a7f-b92c-4455-a650-dd609f7a2dc7} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:31.263574 [ 260 ] {afb11a7f-b92c-4455-a650-dd609f7a2dc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:31.263885 [ 260 ] {afb11a7f-b92c-4455-a650-dd609f7a2dc7} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.19 00:57:31.264106 [ 260 ] {afb11a7f-b92c-4455-a650-dd609f7a2dc7} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:31.264233 [ 260 ] {afb11a7f-b92c-4455-a650-dd609f7a2dc7} executeQuery: Read 87 rows, 6.97 KiB in 0.001235 sec., 70445.34412955465 rows/sec., 5.51 MiB/sec. 2026.03.19 00:57:31.264271 [ 260 ] {afb11a7f-b92c-4455-a650-dd609f7a2dc7} TCPHandler: Processed in 0.001421201 sec. 2026.03.19 00:57:31.264383 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:31.264477 [ 260 ] {1e54de99-9cb7-4f16-a24c-e474c4266518} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:57:31.264520 [ 260 ] {1e54de99-9cb7-4f16-a24c-e474c4266518} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:57:31.264920 [ 260 ] {1e54de99-9cb7-4f16-a24c-e474c4266518} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:31.264957 [ 260 ] {1e54de99-9cb7-4f16-a24c-e474c4266518} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:31.265291 [ 260 ] {1e54de99-9cb7-4f16-a24c-e474c4266518} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.19 00:57:31.265512 [ 260 ] {1e54de99-9cb7-4f16-a24c-e474c4266518} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:31.265638 [ 260 ] {1e54de99-9cb7-4f16-a24c-e474c4266518} executeQuery: Read 165 rows, 11.76 KiB in 0.001179 sec., 139949.10941475828 rows/sec., 9.74 MiB/sec. 2026.03.19 00:57:31.265675 [ 260 ] {1e54de99-9cb7-4f16-a24c-e474c4266518} TCPHandler: Processed in 0.001341929 sec. 2026.03.19 00:57:31.265775 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:31.265869 [ 260 ] {6892f6fa-7f30-4f0b-b976-1c818606437b} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:57:31.265924 [ 260 ] {6892f6fa-7f30-4f0b-b976-1c818606437b} 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.03.19 00:57:31.266672 [ 260 ] {6892f6fa-7f30-4f0b-b976-1c818606437b} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:31.266708 [ 260 ] {6892f6fa-7f30-4f0b-b976-1c818606437b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:31.267229 [ 260 ] {6892f6fa-7f30-4f0b-b976-1c818606437b} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.19 00:57:31.267468 [ 260 ] {6892f6fa-7f30-4f0b-b976-1c818606437b} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:31.267604 [ 260 ] {6892f6fa-7f30-4f0b-b976-1c818606437b} executeQuery: Read 13 rows, 23.85 KiB in 0.001754 sec., 7411.630558722919 rows/sec., 13.28 MiB/sec. 2026.03.19 00:57:31.267656 [ 260 ] {6892f6fa-7f30-4f0b-b976-1c818606437b} TCPHandler: Processed in 0.001929193 sec. 2026.03.19 00:57:31.267769 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:31.267864 [ 260 ] {ce17a728-4496-45fd-83ff-0fbce56a6a53} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:57:31.267907 [ 260 ] {ce17a728-4496-45fd-83ff-0fbce56a6a53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:57:31.268241 [ 260 ] {ce17a728-4496-45fd-83ff-0fbce56a6a53} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:31.268277 [ 260 ] {ce17a728-4496-45fd-83ff-0fbce56a6a53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:31.268584 [ 260 ] {ce17a728-4496-45fd-83ff-0fbce56a6a53} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.19 00:57:31.268803 [ 260 ] {ce17a728-4496-45fd-83ff-0fbce56a6a53} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:31.268929 [ 260 ] {ce17a728-4496-45fd-83ff-0fbce56a6a53} executeQuery: Read 60 rows, 4.14 KiB in 0.001084 sec., 55350.55350553506 rows/sec., 3.73 MiB/sec. 2026.03.19 00:57:31.268965 [ 260 ] {ce17a728-4496-45fd-83ff-0fbce56a6a53} TCPHandler: Processed in 0.001245138 sec. 2026.03.19 00:57:33.142719 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9129 2026.03.19 00:57:33.143233 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:33.143278 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:33.143770 [ 245 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.19 00:57:33.144023 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:33.144170 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9129 2026.03.19 00:57:33.616061 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.03.19 00:57:33.632855 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:33.632922 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:33.639087 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.19 00:57:33.639793 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:33.642736 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2026.03.19 00:57:36.258856 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:36.259148 [ 260 ] {17d241e5-826e-4320-a5b7-ed18feee6e24} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:57:36.259213 [ 260 ] {17d241e5-826e-4320-a5b7-ed18feee6e24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:57:36.259950 [ 260 ] {17d241e5-826e-4320-a5b7-ed18feee6e24} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:36.260000 [ 260 ] {17d241e5-826e-4320-a5b7-ed18feee6e24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:36.260392 [ 260 ] {17d241e5-826e-4320-a5b7-ed18feee6e24} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.19 00:57:36.260625 [ 260 ] {17d241e5-826e-4320-a5b7-ed18feee6e24} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:36.260778 [ 260 ] {17d241e5-826e-4320-a5b7-ed18feee6e24} executeQuery: Read 112 rows, 9.67 KiB in 0.001696 sec., 66037.7358490566 rows/sec., 5.57 MiB/sec. 2026.03.19 00:57:36.260818 [ 260 ] {17d241e5-826e-4320-a5b7-ed18feee6e24} TCPHandler: Processed in 0.002148587 sec. 2026.03.19 00:57:36.260946 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:36.261041 [ 260 ] {3638689b-fe1c-4ff9-abfe-0e40358a4ced} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:57:36.261082 [ 260 ] {3638689b-fe1c-4ff9-abfe-0e40358a4ced} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:57:36.261501 [ 260 ] {3638689b-fe1c-4ff9-abfe-0e40358a4ced} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:36.261537 [ 260 ] {3638689b-fe1c-4ff9-abfe-0e40358a4ced} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:36.261832 [ 260 ] {3638689b-fe1c-4ff9-abfe-0e40358a4ced} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.19 00:57:36.262041 [ 260 ] {3638689b-fe1c-4ff9-abfe-0e40358a4ced} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:36.262171 [ 260 ] {3638689b-fe1c-4ff9-abfe-0e40358a4ced} executeQuery: Read 28 rows, 2.11 KiB in 0.001149 sec., 24369.01653611836 rows/sec., 1.79 MiB/sec. 2026.03.19 00:57:36.262208 [ 260 ] {3638689b-fe1c-4ff9-abfe-0e40358a4ced} TCPHandler: Processed in 0.001308969 sec. 2026.03.19 00:57:36.262341 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:36.262433 [ 260 ] {42b124de-c6b8-44b2-a6f5-9e10a684bb93} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:57:36.262472 [ 260 ] {42b124de-c6b8-44b2-a6f5-9e10a684bb93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:57:36.262917 [ 260 ] {42b124de-c6b8-44b2-a6f5-9e10a684bb93} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:36.262953 [ 260 ] {42b124de-c6b8-44b2-a6f5-9e10a684bb93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:36.263251 [ 260 ] {42b124de-c6b8-44b2-a6f5-9e10a684bb93} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.19 00:57:36.263454 [ 260 ] {42b124de-c6b8-44b2-a6f5-9e10a684bb93} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:36.263577 [ 260 ] {42b124de-c6b8-44b2-a6f5-9e10a684bb93} executeQuery: Read 92 rows, 7.36 KiB in 0.001161 sec., 79242.03273040483 rows/sec., 6.19 MiB/sec. 2026.03.19 00:57:36.263613 [ 260 ] {42b124de-c6b8-44b2-a6f5-9e10a684bb93} TCPHandler: Processed in 0.001318609 sec. 2026.03.19 00:57:36.263725 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:36.263816 [ 260 ] {fc08318e-6350-4144-a55c-d5086193e45a} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:57:36.263858 [ 260 ] {fc08318e-6350-4144-a55c-d5086193e45a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:57:36.264273 [ 260 ] {fc08318e-6350-4144-a55c-d5086193e45a} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:36.264309 [ 260 ] {fc08318e-6350-4144-a55c-d5086193e45a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:36.264618 [ 260 ] {fc08318e-6350-4144-a55c-d5086193e45a} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.19 00:57:36.264810 [ 260 ] {fc08318e-6350-4144-a55c-d5086193e45a} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:36.264928 [ 260 ] {fc08318e-6350-4144-a55c-d5086193e45a} executeQuery: Read 160 rows, 11.41 KiB in 0.001154 sec., 138648.18024263432 rows/sec., 9.66 MiB/sec. 2026.03.19 00:57:36.264961 [ 260 ] {fc08318e-6350-4144-a55c-d5086193e45a} TCPHandler: Processed in 0.001310209 sec. 2026.03.19 00:57:36.265062 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:36.265148 [ 260 ] {95db7391-691e-4404-8764-b0a4a992d1dd} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:57:36.265199 [ 260 ] {95db7391-691e-4404-8764-b0a4a992d1dd} 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.03.19 00:57:36.266055 [ 260 ] {95db7391-691e-4404-8764-b0a4a992d1dd} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:36.266092 [ 260 ] {95db7391-691e-4404-8764-b0a4a992d1dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:36.266610 [ 260 ] {95db7391-691e-4404-8764-b0a4a992d1dd} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.19 00:57:36.266828 [ 260 ] {95db7391-691e-4404-8764-b0a4a992d1dd} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:36.266965 [ 260 ] {95db7391-691e-4404-8764-b0a4a992d1dd} executeQuery: Read 28 rows, 51.38 KiB in 0.001793 sec., 15616.285554935861 rows/sec., 27.98 MiB/sec. 2026.03.19 00:57:36.267015 [ 260 ] {95db7391-691e-4404-8764-b0a4a992d1dd} TCPHandler: Processed in 0.001964774 sec. 2026.03.19 00:57:36.267135 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:36.267228 [ 260 ] {661c789e-e342-4875-b5af-0167307e249d} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:57:36.267270 [ 260 ] {661c789e-e342-4875-b5af-0167307e249d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:57:36.267612 [ 260 ] {661c789e-e342-4875-b5af-0167307e249d} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:36.267648 [ 260 ] {661c789e-e342-4875-b5af-0167307e249d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:36.267943 [ 260 ] {661c789e-e342-4875-b5af-0167307e249d} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.19 00:57:36.268146 [ 260 ] {661c789e-e342-4875-b5af-0167307e249d} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:36.268270 [ 260 ] {661c789e-e342-4875-b5af-0167307e249d} executeQuery: Read 60 rows, 4.14 KiB in 0.001061 sec., 56550.42412818096 rows/sec., 3.81 MiB/sec. 2026.03.19 00:57:36.268305 [ 260 ] {661c789e-e342-4875-b5af-0167307e249d} TCPHandler: Processed in 0.001216847 sec. 2026.03.19 00:57:40.554252 [ 129 ] {} DNSResolver: Updating DNS cache 2026.03.19 00:57:40.554329 [ 129 ] {} DNSResolver: Updated DNS cache 2026.03.19 00:57:40.645413 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9577 2026.03.19 00:57:40.646047 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:40.646092 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:40.646637 [ 245 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.19 00:57:40.646871 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:40.647010 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9577 2026.03.19 00:57:40.657318 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 580 2026.03.19 00:57:40.659440 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:40.659501 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:40.660676 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.19 00:57:40.660950 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:40.661298 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 580 2026.03.19 00:57:41.144031 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2026.03.19 00:57:41.160960 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:41.161013 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:41.167208 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.19 00:57:41.167925 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:41.170772 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2026.03.19 00:57:41.257506 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:41.257670 [ 260 ] {aa63f482-a58d-441b-9138-ae0a14b8eea2} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:57:41.257762 [ 260 ] {aa63f482-a58d-441b-9138-ae0a14b8eea2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:57:41.258688 [ 260 ] {aa63f482-a58d-441b-9138-ae0a14b8eea2} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:41.258743 [ 260 ] {aa63f482-a58d-441b-9138-ae0a14b8eea2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:41.259080 [ 260 ] {aa63f482-a58d-441b-9138-ae0a14b8eea2} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.19 00:57:41.259297 [ 260 ] {aa63f482-a58d-441b-9138-ae0a14b8eea2} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:41.259432 [ 260 ] {aa63f482-a58d-441b-9138-ae0a14b8eea2} executeQuery: Read 82 rows, 6.97 KiB in 0.00181 sec., 45303.867403314915 rows/sec., 3.76 MiB/sec. 2026.03.19 00:57:41.259442 [ 124 ] {} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.19 00:57:41.259469 [ 260 ] {aa63f482-a58d-441b-9138-ae0a14b8eea2} TCPHandler: Processed in 0.002085336 sec. 2026.03.19 00:57:41.259516 [ 124 ] {} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:41.259545 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:41.259629 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:41.259688 [ 194 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::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.03.19 00:57:41.259727 [ 260 ] {3d0abd12-bce3-4095-b132-c03c804e8a8d} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:57:41.259780 [ 260 ] {3d0abd12-bce3-4095-b132-c03c804e8a8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:57:41.259852 [ 194 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:57:41.259894 [ 194 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 2147 rows starting from the beginning of the part 2026.03.19 00:57:41.259965 [ 194 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 82 rows starting from the beginning of the part 2026.03.19 00:57:41.260013 [ 194 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 112 rows starting from the beginning of the part 2026.03.19 00:57:41.260061 [ 194 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 87 rows starting from the beginning of the part 2026.03.19 00:57:41.260109 [ 194 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 112 rows starting from the beginning of the part 2026.03.19 00:57:41.260158 [ 194 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 82 rows starting from the beginning of the part 2026.03.19 00:57:41.260194 [ 260 ] {3d0abd12-bce3-4095-b132-c03c804e8a8d} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:41.260234 [ 260 ] {3d0abd12-bce3-4095-b132-c03c804e8a8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:57:41.260561 [ 260 ] {3d0abd12-bce3-4095-b132-c03c804e8a8d} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.19 00:57:41.260779 [ 260 ] {3d0abd12-bce3-4095-b132-c03c804e8a8d} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:41.260913 [ 260 ] {3d0abd12-bce3-4095-b132-c03c804e8a8d} executeQuery: Read 13 rows, 1001.00 B in 0.001205 sec., 10788.38174273859 rows/sec., 811.24 KiB/sec. 2026.03.19 00:57:41.260941 [ 121 ] {} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.19 00:57:41.260949 [ 260 ] {3d0abd12-bce3-4095-b132-c03c804e8a8d} TCPHandler: Processed in 0.00136804 sec. 2026.03.19 00:57:41.261018 [ 121 ] {} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:41.261045 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:57:41.261108 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:41.261140 [ 189 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::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.03.19 00:57:41.261204 [ 260 ] {42234645-3b23-4824-9441-f5fba77d6c4d} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:57:41.261247 [ 260 ] {42234645-3b23-4824-9441-f5fba77d6c4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:57:41.261267 [ 189 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:57:41.261302 [ 189 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 80 rows starting from the beginning of the part 2026.03.19 00:57:41.261368 [ 189 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 13 rows starting from the beginning of the part 2026.03.19 00:57:41.261411 [ 189 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 28 rows starting from the beginning of the part 2026.03.19 00:57:41.261452 [ 189 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 23 rows starting from the beginning of the part 2026.03.19 00:57:41.261490 [ 189 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 28 rows starting from the beginning of the part 2026.03.19 00:57:41.261529 [ 189 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 13 rows starting from the beginning of the part 2026.03.19 00:57:41.261598 [ 188 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 2622 rows, containing 5 columns (5 merged, 0 gathered) in 0.001973874 sec., 1328352.2656461354 rows/sec., 108.35 MiB/sec. 2026.03.19 00:57:41.261836 [ 260 ] {42234645-3b23-4824-9441-f5fba77d6c4d} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:41.261881 [ 260 ] {42234645-3b23-4824-9441-f5fba77d6c4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:57:41.261906 [ 190 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.19 00:57:41.262240 [ 190 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_31_6} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:41.262264 [ 260 ] {42234645-3b23-4824-9441-f5fba77d6c4d} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.19 00:57:41.262332 [ 190 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_31_6} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.19 00:57:41.262361 [ 200 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.001266318 sec., 146092.8455569612 rows/sec., 11.21 MiB/sec. 2026.03.19 00:57:41.262413 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2026.03.19 00:57:41.262520 [ 260 ] {42234645-3b23-4824-9441-f5fba77d6c4d} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:41.262562 [ 189 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.19 00:57:41.262662 [ 260 ] {42234645-3b23-4824-9441-f5fba77d6c4d} executeQuery: Read 77 rows, 6.16 KiB in 0.001476 sec., 52168.0216802168 rows/sec., 4.07 MiB/sec. 2026.03.19 00:57:41.262662 [ 124 ] {} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.19 00:57:41.262707 [ 260 ] {42234645-3b23-4824-9441-f5fba77d6c4d} TCPHandler: Processed in 0.001646446 sec. 2026.03.19 00:57:41.262723 [ 124 ] {} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:41.262756 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:41.262839 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:41.262841 [ 189 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_26_5} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:41.262863 [ 200 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::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.03.19 00:57:41.262939 [ 260 ] {1f179345-feb5-4312-851b-b79b3051bd62} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:57:41.262943 [ 189 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_26_5} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.19 00:57:41.262990 [ 260 ] {1f179345-feb5-4312-851b-b79b3051bd62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:57:41.263017 [ 200 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:57:41.263034 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.03.19 00:57:41.263058 [ 200 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1122 rows starting from the beginning of the part 2026.03.19 00:57:41.263136 [ 200 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 77 rows starting from the beginning of the part 2026.03.19 00:57:41.263187 [ 200 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 92 rows starting from the beginning of the part 2026.03.19 00:57:41.263233 [ 200 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 87 rows starting from the beginning of the part 2026.03.19 00:57:41.263278 [ 200 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 92 rows starting from the beginning of the part 2026.03.19 00:57:41.263322 [ 200 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 77 rows starting from the beginning of the part 2026.03.19 00:57:41.263473 [ 260 ] {1f179345-feb5-4312-851b-b79b3051bd62} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:41.263515 [ 260 ] {1f179345-feb5-4312-851b-b79b3051bd62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:57:41.263866 [ 260 ] {1f179345-feb5-4312-851b-b79b3051bd62} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.19 00:57:41.264103 [ 260 ] {1f179345-feb5-4312-851b-b79b3051bd62} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:41.264228 [ 124 ] {} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.19 00:57:41.264235 [ 260 ] {1f179345-feb5-4312-851b-b79b3051bd62} executeQuery: Read 160 rows, 11.41 KiB in 0.001315 sec., 121673.00380228137 rows/sec., 8.47 MiB/sec. 2026.03.19 00:57:41.264268 [ 124 ] {} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:41.264292 [ 260 ] {1f179345-feb5-4312-851b-b79b3051bd62} TCPHandler: Processed in 0.001501714 sec. 2026.03.19 00:57:41.264293 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:57:41.264373 [ 200 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::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.03.19 00:57:41.264438 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:41.264460 [ 200 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:57:41.264475 [ 188 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1547 rows, containing 5 columns (5 merged, 0 gathered) in 0.001654666 sec., 934931.8835341997 rows/sec., 71.15 MiB/sec. 2026.03.19 00:57:41.264490 [ 200 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 9481 rows starting from the beginning of the part 2026.03.19 00:57:41.264537 [ 260 ] {c1de92d5-5220-4893-abfd-2e12a05ad469} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:57:41.264542 [ 200 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part 2026.03.19 00:57:41.264599 [ 260 ] {c1de92d5-5220-4893-abfd-2e12a05ad469} 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.03.19 00:57:41.264604 [ 200 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::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.03.19 00:57:41.264661 [ 200 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 165 rows starting from the beginning of the part 2026.03.19 00:57:41.264665 [ 201 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.19 00:57:41.264711 [ 200 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part 2026.03.19 00:57:41.264758 [ 200 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::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.03.19 00:57:41.265001 [ 201 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_31_6} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:41.265098 [ 201 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_31_6} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.19 00:57:41.265204 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.03.19 00:57:41.265396 [ 260 ] {c1de92d5-5220-4893-abfd-2e12a05ad469} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:41.265438 [ 260 ] {c1de92d5-5220-4893-abfd-2e12a05ad469} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:57:41.265956 [ 260 ] {c1de92d5-5220-4893-abfd-2e12a05ad469} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.19 00:57:41.266200 [ 260 ] {c1de92d5-5220-4893-abfd-2e12a05ad469} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:41.266344 [ 260 ] {c1de92d5-5220-4893-abfd-2e12a05ad469} executeQuery: Read 13 rows, 23.85 KiB in 0.001826 sec., 7119.386637458927 rows/sec., 12.76 MiB/sec. 2026.03.19 00:57:41.266343 [ 121 ] {} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.19 00:57:41.266395 [ 121 ] {} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:41.266398 [ 260 ] {c1de92d5-5220-4893-abfd-2e12a05ad469} TCPHandler: Processed in 0.002007405 sec. 2026.03.19 00:57:41.266418 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:57:41.266497 [ 190 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::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.03.19 00:57:41.266549 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:41.266647 [ 260 ] {a14999c2-c50c-4132-a926-029fd003fd18} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:57:41.266688 [ 260 ] {a14999c2-c50c-4132-a926-029fd003fd18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:57:41.266706 [ 190 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:57:41.266762 [ 190 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 401 rows starting from the beginning of the part 2026.03.19 00:57:41.266883 [ 190 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 13 rows starting from the beginning of the part 2026.03.19 00:57:41.266996 [ 190 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 28 rows starting from the beginning of the part 2026.03.19 00:57:41.267066 [ 260 ] {a14999c2-c50c-4132-a926-029fd003fd18} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:41.267107 [ 260 ] {a14999c2-c50c-4132-a926-029fd003fd18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:57:41.267111 [ 190 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 13 rows starting from the beginning of the part 2026.03.19 00:57:41.267234 [ 190 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 28 rows starting from the beginning of the part 2026.03.19 00:57:41.267352 [ 190 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 13 rows starting from the beginning of the part 2026.03.19 00:57:41.267433 [ 260 ] {a14999c2-c50c-4132-a926-029fd003fd18} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.19 00:57:41.267658 [ 260 ] {a14999c2-c50c-4132-a926-029fd003fd18} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:41.267792 [ 260 ] {a14999c2-c50c-4132-a926-029fd003fd18} executeQuery: Read 60 rows, 4.14 KiB in 0.001165 sec., 51502.14592274678 rows/sec., 3.47 MiB/sec. 2026.03.19 00:57:41.267805 [ 119 ] {} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.19 00:57:41.267828 [ 260 ] {a14999c2-c50c-4132-a926-029fd003fd18} TCPHandler: Processed in 0.001331359 sec. 2026.03.19 00:57:41.267844 [ 119 ] {} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:41.267865 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:57:41.267935 [ 201 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::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.03.19 00:57:41.268034 [ 201 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:57:41.268061 [ 201 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1320 rows starting from the beginning of the part 2026.03.19 00:57:41.268119 [ 201 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part 2026.03.19 00:57:41.268160 [ 201 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::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.03.19 00:57:41.268199 [ 201 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part 2026.03.19 00:57:41.268201 [ 188 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 10286 rows, containing 5 columns (5 merged, 0 gathered) in 0.003851244 sec., 2670825.3229346154 rows/sec., 177.13 MiB/sec. 2026.03.19 00:57:41.268238 [ 201 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part 2026.03.19 00:57:41.268280 [ 201 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::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.03.19 00:57:41.268543 [ 191 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.19 00:57:41.268845 [ 191 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_31_6} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:41.268941 [ 191 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_31_6} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.19 00:57:41.269017 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.00 MiB. 2026.03.19 00:57:41.269279 [ 199 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1620 rows, containing 4 columns (4 merged, 0 gathered) in 0.00137342 sec., 1179537.213670982 rows/sec., 79.49 MiB/sec. 2026.03.19 00:57:41.269509 [ 191 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.19 00:57:41.269745 [ 191 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_31_6} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:41.269805 [ 191 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_31_6} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.19 00:57:41.269868 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.03.19 00:57:41.271218 [ 191 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 496 rows, containing 19 columns (19 merged, 0 gathered) in 0.004751065 sec., 104397.64558051722 rows/sec., 187.08 MiB/sec. 2026.03.19 00:57:41.271884 [ 191 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.19 00:57:41.272182 [ 191 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_26_5} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:41.272246 [ 191 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_26_5} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.19 00:57:41.272344 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.81 MiB. 2026.03.19 00:57:41.567936 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:41.568128 [ 260 ] {c24d96e7-ca00-454f-acec-2d761927c28a} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.19 00:57:41.568200 [ 260 ] {c24d96e7-ca00-454f-acec-2d761927c28a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.19 00:57:41.568854 [ 260 ] {c24d96e7-ca00-454f-acec-2d761927c28a} oximeter.fields_i16 (c97ae8e6-4b88-4382-a85b-3715ba41c5df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:41.568890 [ 260 ] {c24d96e7-ca00-454f-acec-2d761927c28a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:41.569279 [ 260 ] {c24d96e7-ca00-454f-acec-2d761927c28a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 00:57:41.569514 [ 260 ] {c24d96e7-ca00-454f-acec-2d761927c28a} oximeter.fields_i16 (c97ae8e6-4b88-4382-a85b-3715ba41c5df): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:41.569626 [ 119 ] {} oximeter.fields_i16 (c97ae8e6-4b88-4382-a85b-3715ba41c5df) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.19 00:57:41.569663 [ 119 ] {} oximeter.fields_i16 (c97ae8e6-4b88-4382-a85b-3715ba41c5df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:41.569668 [ 260 ] {c24d96e7-ca00-454f-acec-2d761927c28a} executeQuery: Read 24 rows, 2.04 KiB in 0.001593 sec., 15065.913370998116 rows/sec., 1.25 MiB/sec. 2026.03.19 00:57:41.569685 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:41.569720 [ 260 ] {c24d96e7-ca00-454f-acec-2d761927c28a} TCPHandler: Processed in 0.001921283 sec. 2026.03.19 00:57:41.569779 [ 199 ] {c97ae8e6-4b88-4382-a85b-3715ba41c5df::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.03.19 00:57:41.569840 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:41.569885 [ 199 ] {c97ae8e6-4b88-4382-a85b-3715ba41c5df::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:57:41.569918 [ 199 ] {c97ae8e6-4b88-4382-a85b-3715ba41c5df::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2026.03.19 00:57:41.569937 [ 260 ] {6d00f12c-e275-4696-bd99-2897fa6328b2} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 00:57:41.569975 [ 199 ] {c97ae8e6-4b88-4382-a85b-3715ba41c5df::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part 2026.03.19 00:57:41.569979 [ 260 ] {6d00f12c-e275-4696-bd99-2897fa6328b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 00:57:41.570019 [ 199 ] {c97ae8e6-4b88-4382-a85b-3715ba41c5df::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2026.03.19 00:57:41.570062 [ 199 ] {c97ae8e6-4b88-4382-a85b-3715ba41c5df::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2026.03.19 00:57:41.570101 [ 199 ] {c97ae8e6-4b88-4382-a85b-3715ba41c5df::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2026.03.19 00:57:41.570398 [ 260 ] {6d00f12c-e275-4696-bd99-2897fa6328b2} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:41.570433 [ 260 ] {6d00f12c-e275-4696-bd99-2897fa6328b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:57:41.570753 [ 260 ] {6d00f12c-e275-4696-bd99-2897fa6328b2} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 00:57:41.570815 [ 190 ] {c97ae8e6-4b88-4382-a85b-3715ba41c5df::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001074883 sec., 111640.05756905636 rows/sec., 9.69 MiB/sec. 2026.03.19 00:57:41.570984 [ 260 ] {6d00f12c-e275-4696-bd99-2897fa6328b2} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:41.571056 [ 193 ] {c97ae8e6-4b88-4382-a85b-3715ba41c5df::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.19 00:57:41.571127 [ 260 ] {6d00f12c-e275-4696-bd99-2897fa6328b2} executeQuery: Read 6 rows, 501.00 B in 0.001209 sec., 4962.779156327543 rows/sec., 404.68 KiB/sec. 2026.03.19 00:57:41.571171 [ 260 ] {6d00f12c-e275-4696-bd99-2897fa6328b2} TCPHandler: Processed in 0.001379881 sec. 2026.03.19 00:57:41.571275 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:41.571371 [ 260 ] {a11b5b61-21fe-4a69-bbb7-e5034ab62615} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:57:41.571413 [ 260 ] {a11b5b61-21fe-4a69-bbb7-e5034ab62615} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:57:41.571452 [ 193 ] {c97ae8e6-4b88-4382-a85b-3715ba41c5df::all_1_5_1} oximeter.fields_i16 (c97ae8e6-4b88-4382-a85b-3715ba41c5df): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:41.571551 [ 193 ] {c97ae8e6-4b88-4382-a85b-3715ba41c5df::all_1_5_1} oximeter.fields_i16 (c97ae8e6-4b88-4382-a85b-3715ba41c5df) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.19 00:57:41.571657 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.03.19 00:57:41.573039 [ 260 ] {a11b5b61-21fe-4a69-bbb7-e5034ab62615} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:41.573080 [ 260 ] {a11b5b61-21fe-4a69-bbb7-e5034ab62615} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:41.573572 [ 260 ] {a11b5b61-21fe-4a69-bbb7-e5034ab62615} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.19 00:57:41.573809 [ 260 ] {a11b5b61-21fe-4a69-bbb7-e5034ab62615} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:41.573941 [ 260 ] {a11b5b61-21fe-4a69-bbb7-e5034ab62615} executeQuery: Read 2115 rows, 165.12 KiB in 0.002587 sec., 817549.2848859683 rows/sec., 62.33 MiB/sec. 2026.03.19 00:57:41.573978 [ 260 ] {a11b5b61-21fe-4a69-bbb7-e5034ab62615} TCPHandler: Processed in 0.00275122 sec. 2026.03.19 00:57:41.574080 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:41.574175 [ 260 ] {9a516b90-db09-4fdc-8d6a-84dca96d61c2} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:57:41.574215 [ 260 ] {9a516b90-db09-4fdc-8d6a-84dca96d61c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:57:41.574635 [ 260 ] {9a516b90-db09-4fdc-8d6a-84dca96d61c2} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:41.574670 [ 260 ] {9a516b90-db09-4fdc-8d6a-84dca96d61c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:41.574970 [ 260 ] {9a516b90-db09-4fdc-8d6a-84dca96d61c2} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.19 00:57:41.575189 [ 260 ] {9a516b90-db09-4fdc-8d6a-84dca96d61c2} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:41.575317 [ 260 ] {9a516b90-db09-4fdc-8d6a-84dca96d61c2} executeQuery: Read 55 rows, 4.16 KiB in 0.001161 sec., 47372.95434969854 rows/sec., 3.50 MiB/sec. 2026.03.19 00:57:41.575355 [ 260 ] {9a516b90-db09-4fdc-8d6a-84dca96d61c2} TCPHandler: Processed in 0.001323849 sec. 2026.03.19 00:57:41.575463 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:41.575562 [ 260 ] {03a3cd37-7361-4570-8c50-a2d86e34e8c4} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 00:57:41.575602 [ 260 ] {03a3cd37-7361-4570-8c50-a2d86e34e8c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 00:57:41.576374 [ 260 ] {03a3cd37-7361-4570-8c50-a2d86e34e8c4} oximeter.fields_u32 (07ee9360-dbdb-41f1-bf21-931c2f22f543): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:41.576416 [ 260 ] {03a3cd37-7361-4570-8c50-a2d86e34e8c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:41.576796 [ 260 ] {03a3cd37-7361-4570-8c50-a2d86e34e8c4} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 00:57:41.577012 [ 260 ] {03a3cd37-7361-4570-8c50-a2d86e34e8c4} oximeter.fields_u32 (07ee9360-dbdb-41f1-bf21-931c2f22f543): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:41.577101 [ 119 ] {} oximeter.fields_u32 (07ee9360-dbdb-41f1-bf21-931c2f22f543) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.19 00:57:41.577127 [ 119 ] {} oximeter.fields_u32 (07ee9360-dbdb-41f1-bf21-931c2f22f543): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:41.577139 [ 260 ] {03a3cd37-7361-4570-8c50-a2d86e34e8c4} executeQuery: Read 732 rows, 44.33 KiB in 0.001595 sec., 458934.1692789968 rows/sec., 27.14 MiB/sec. 2026.03.19 00:57:41.577143 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:41.577177 [ 260 ] {03a3cd37-7361-4570-8c50-a2d86e34e8c4} TCPHandler: Processed in 0.001763469 sec. 2026.03.19 00:57:41.577249 [ 188 ] {07ee9360-dbdb-41f1-bf21-931c2f22f543::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.03.19 00:57:41.577287 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:41.577381 [ 188 ] {07ee9360-dbdb-41f1-bf21-931c2f22f543::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:57:41.577386 [ 260 ] {b763b705-7db0-4e6e-99ae-d9e098f0e32b} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.19 00:57:41.577420 [ 188 ] {07ee9360-dbdb-41f1-bf21-931c2f22f543::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 732 rows starting from the beginning of the part 2026.03.19 00:57:41.577438 [ 260 ] {b763b705-7db0-4e6e-99ae-d9e098f0e32b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.19 00:57:41.577492 [ 188 ] {07ee9360-dbdb-41f1-bf21-931c2f22f543::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 732 rows starting from the beginning of the part 2026.03.19 00:57:41.577540 [ 188 ] {07ee9360-dbdb-41f1-bf21-931c2f22f543::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 732 rows starting from the beginning of the part 2026.03.19 00:57:41.577579 [ 188 ] {07ee9360-dbdb-41f1-bf21-931c2f22f543::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 732 rows starting from the beginning of the part 2026.03.19 00:57:41.577621 [ 188 ] {07ee9360-dbdb-41f1-bf21-931c2f22f543::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 732 rows starting from the beginning of the part 2026.03.19 00:57:41.577817 [ 260 ] {b763b705-7db0-4e6e-99ae-d9e098f0e32b} oximeter.fields_u64 (c95f3192-ba09-4763-b29d-c6e6af3f656f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:41.577858 [ 260 ] {b763b705-7db0-4e6e-99ae-d9e098f0e32b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:57:41.578163 [ 260 ] {b763b705-7db0-4e6e-99ae-d9e098f0e32b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 00:57:41.578378 [ 260 ] {b763b705-7db0-4e6e-99ae-d9e098f0e32b} oximeter.fields_u64 (c95f3192-ba09-4763-b29d-c6e6af3f656f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:41.578474 [ 119 ] {} oximeter.fields_u64 (c95f3192-ba09-4763-b29d-c6e6af3f656f) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.19 00:57:41.578501 [ 119 ] {} oximeter.fields_u64 (c95f3192-ba09-4763-b29d-c6e6af3f656f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:41.578510 [ 260 ] {b763b705-7db0-4e6e-99ae-d9e098f0e32b} executeQuery: Read 1 rows, 72.00 B in 0.001142 sec., 875.6567425569177 rows/sec., 61.57 KiB/sec. 2026.03.19 00:57:41.578517 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:57:41.578549 [ 260 ] {b763b705-7db0-4e6e-99ae-d9e098f0e32b} TCPHandler: Processed in 0.001310419 sec. 2026.03.19 00:57:41.578600 [ 193 ] {c95f3192-ba09-4763-b29d-c6e6af3f656f::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.03.19 00:57:41.578648 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:41.578690 [ 193 ] {c95f3192-ba09-4763-b29d-c6e6af3f656f::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:57:41.578721 [ 193 ] {c95f3192-ba09-4763-b29d-c6e6af3f656f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2026.03.19 00:57:41.578744 [ 260 ] {0a7e0585-09b6-4125-9809-3c719df188e9} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.19 00:57:41.578779 [ 193 ] {c95f3192-ba09-4763-b29d-c6e6af3f656f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2026.03.19 00:57:41.578788 [ 260 ] {0a7e0585-09b6-4125-9809-3c719df188e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.19 00:57:41.578837 [ 193 ] {c95f3192-ba09-4763-b29d-c6e6af3f656f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2026.03.19 00:57:41.578879 [ 193 ] {c95f3192-ba09-4763-b29d-c6e6af3f656f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2026.03.19 00:57:41.578918 [ 193 ] {c95f3192-ba09-4763-b29d-c6e6af3f656f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2026.03.19 00:57:41.579044 [ 199 ] {07ee9360-dbdb-41f1-bf21-931c2f22f543::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 3660 rows, containing 5 columns (5 merged, 0 gathered) in 0.001844061 sec., 1984749.9621758717 rows/sec., 124.96 MiB/sec. 2026.03.19 00:57:41.579240 [ 190 ] {07ee9360-dbdb-41f1-bf21-931c2f22f543::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.19 00:57:41.579243 [ 260 ] {0a7e0585-09b6-4125-9809-3c719df188e9} oximeter.fields_u8 (d2f01f0b-4d3a-4853-a9fa-9607d1b65676): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:41.579303 [ 260 ] {0a7e0585-09b6-4125-9809-3c719df188e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:57:41.579575 [ 190 ] {07ee9360-dbdb-41f1-bf21-931c2f22f543::all_1_5_1} oximeter.fields_u32 (07ee9360-dbdb-41f1-bf21-931c2f22f543): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:41.579631 [ 192 ] {c95f3192-ba09-4763-b29d-c6e6af3f656f::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 5 columns (5 merged, 0 gathered) in 0.001062104 sec., 4707.636916912092 rows/sec., 349.39 KiB/sec. 2026.03.19 00:57:41.579657 [ 190 ] {07ee9360-dbdb-41f1-bf21-931c2f22f543::all_1_5_1} oximeter.fields_u32 (07ee9360-dbdb-41f1-bf21-931c2f22f543) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.19 00:57:41.579726 [ 260 ] {0a7e0585-09b6-4125-9809-3c719df188e9} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 00:57:41.579754 [ 193 ] {c95f3192-ba09-4763-b29d-c6e6af3f656f::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.19 00:57:41.579757 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.03.19 00:57:41.580035 [ 260 ] {0a7e0585-09b6-4125-9809-3c719df188e9} oximeter.fields_u8 (d2f01f0b-4d3a-4853-a9fa-9607d1b65676): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:41.580081 [ 193 ] {c95f3192-ba09-4763-b29d-c6e6af3f656f::all_1_5_1} oximeter.fields_u64 (c95f3192-ba09-4763-b29d-c6e6af3f656f): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:41.580154 [ 193 ] {c95f3192-ba09-4763-b29d-c6e6af3f656f::all_1_5_1} oximeter.fields_u64 (c95f3192-ba09-4763-b29d-c6e6af3f656f) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.19 00:57:41.580174 [ 121 ] {} oximeter.fields_u8 (d2f01f0b-4d3a-4853-a9fa-9607d1b65676) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.19 00:57:41.580187 [ 260 ] {0a7e0585-09b6-4125-9809-3c719df188e9} executeQuery: Read 12 rows, 960.00 B in 0.001459 sec., 8224.81151473612 rows/sec., 642.56 KiB/sec. 2026.03.19 00:57:41.580213 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.03.19 00:57:41.580222 [ 121 ] {} oximeter.fields_u8 (d2f01f0b-4d3a-4853-a9fa-9607d1b65676): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:41.580245 [ 260 ] {0a7e0585-09b6-4125-9809-3c719df188e9} TCPHandler: Processed in 0.001644416 sec. 2026.03.19 00:57:41.580250 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:41.580344 [ 196 ] {d2f01f0b-4d3a-4853-a9fa-9607d1b65676::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.03.19 00:57:41.580365 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:41.580448 [ 196 ] {d2f01f0b-4d3a-4853-a9fa-9607d1b65676::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:57:41.580469 [ 260 ] {775f01ed-b854-4fe4-97b8-8f42a6f8b5e6} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:57:41.580479 [ 196 ] {d2f01f0b-4d3a-4853-a9fa-9607d1b65676::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2026.03.19 00:57:41.580516 [ 260 ] {775f01ed-b854-4fe4-97b8-8f42a6f8b5e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:57:41.580545 [ 196 ] {d2f01f0b-4d3a-4853-a9fa-9607d1b65676::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part 2026.03.19 00:57:41.580596 [ 196 ] {d2f01f0b-4d3a-4853-a9fa-9607d1b65676::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part 2026.03.19 00:57:41.580636 [ 196 ] {d2f01f0b-4d3a-4853-a9fa-9607d1b65676::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2026.03.19 00:57:41.580675 [ 196 ] {d2f01f0b-4d3a-4853-a9fa-9607d1b65676::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part 2026.03.19 00:57:41.581349 [ 190 ] {d2f01f0b-4d3a-4853-a9fa-9607d1b65676::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001037653 sec., 57822.798180123806 rows/sec., 4.63 MiB/sec. 2026.03.19 00:57:41.581416 [ 260 ] {775f01ed-b854-4fe4-97b8-8f42a6f8b5e6} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:41.581460 [ 260 ] {775f01ed-b854-4fe4-97b8-8f42a6f8b5e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:41.581481 [ 192 ] {d2f01f0b-4d3a-4853-a9fa-9607d1b65676::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.19 00:57:41.581802 [ 192 ] {d2f01f0b-4d3a-4853-a9fa-9607d1b65676::all_1_5_1} oximeter.fields_u8 (d2f01f0b-4d3a-4853-a9fa-9607d1b65676): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:41.581880 [ 192 ] {d2f01f0b-4d3a-4853-a9fa-9607d1b65676::all_1_5_1} oximeter.fields_u8 (d2f01f0b-4d3a-4853-a9fa-9607d1b65676) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.19 00:57:41.581883 [ 260 ] {775f01ed-b854-4fe4-97b8-8f42a6f8b5e6} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.19 00:57:41.581964 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.19 00:57:41.582130 [ 260 ] {775f01ed-b854-4fe4-97b8-8f42a6f8b5e6} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:41.582273 [ 260 ] {775f01ed-b854-4fe4-97b8-8f42a6f8b5e6} executeQuery: Read 1079 rows, 77.05 KiB in 0.001822 sec., 592206.3666300768 rows/sec., 41.30 MiB/sec. 2026.03.19 00:57:41.582312 [ 260 ] {775f01ed-b854-4fe4-97b8-8f42a6f8b5e6} TCPHandler: Processed in 0.001997124 sec. 2026.03.19 00:57:41.582425 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:41.582518 [ 260 ] {049f5752-2a67-4918-8660-7cbfdf97b821} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:57:41.582561 [ 260 ] {049f5752-2a67-4918-8660-7cbfdf97b821} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:57:41.583374 [ 260 ] {049f5752-2a67-4918-8660-7cbfdf97b821} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:41.583414 [ 260 ] {049f5752-2a67-4918-8660-7cbfdf97b821} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:41.583878 [ 260 ] {049f5752-2a67-4918-8660-7cbfdf97b821} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.19 00:57:41.584088 [ 260 ] {049f5752-2a67-4918-8660-7cbfdf97b821} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:41.584218 [ 260 ] {049f5752-2a67-4918-8660-7cbfdf97b821} executeQuery: Read 1256 rows, 81.12 KiB in 0.001718 sec., 731082.6542491269 rows/sec., 46.11 MiB/sec. 2026.03.19 00:57:41.584254 [ 260 ] {049f5752-2a67-4918-8660-7cbfdf97b821} TCPHandler: Processed in 0.001878882 sec. 2026.03.19 00:57:41.584353 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:41.584446 [ 260 ] {a003ae1e-24e7-4673-9227-dd42c597966b} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:57:41.584501 [ 260 ] {a003ae1e-24e7-4673-9227-dd42c597966b} 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.03.19 00:57:41.585340 [ 260 ] {a003ae1e-24e7-4673-9227-dd42c597966b} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:41.585376 [ 260 ] {a003ae1e-24e7-4673-9227-dd42c597966b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:41.585953 [ 260 ] {a003ae1e-24e7-4673-9227-dd42c597966b} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.19 00:57:41.586186 [ 260 ] {a003ae1e-24e7-4673-9227-dd42c597966b} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:41.586324 [ 260 ] {a003ae1e-24e7-4673-9227-dd42c597966b} executeQuery: Read 37 rows, 67.89 KiB in 0.001897 sec., 19504.480759093305 rows/sec., 34.95 MiB/sec. 2026.03.19 00:57:41.586386 [ 260 ] {a003ae1e-24e7-4673-9227-dd42c597966b} TCPHandler: Processed in 0.002080415 sec. 2026.03.19 00:57:41.586495 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:41.586590 [ 260 ] {f72568b0-2660-4a22-a81b-ca7f6d6bf829} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:57:41.586632 [ 260 ] {f72568b0-2660-4a22-a81b-ca7f6d6bf829} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:57:41.586949 [ 260 ] {f72568b0-2660-4a22-a81b-ca7f6d6bf829} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:41.586985 [ 260 ] {f72568b0-2660-4a22-a81b-ca7f6d6bf829} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.19 00:57:41.587282 [ 260 ] {f72568b0-2660-4a22-a81b-ca7f6d6bf829} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.19 00:57:41.587487 [ 260 ] {f72568b0-2660-4a22-a81b-ca7f6d6bf829} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:41.587614 [ 260 ] {f72568b0-2660-4a22-a81b-ca7f6d6bf829} executeQuery: Read 12 rows, 848.00 B in 0.001042 sec., 11516.314779270633 rows/sec., 794.75 KiB/sec. 2026.03.19 00:57:41.587651 [ 260 ] {f72568b0-2660-4a22-a81b-ca7f6d6bf829} TCPHandler: Processed in 0.001204936 sec. 2026.03.19 00:57:42.000203 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 244.98 MiB, peak 254.35 MiB, free memory in arenas 0.00 B, will set to 247.01 MiB (RSS), difference: 2.03 MiB 2026.03.19 00:57:46.256530 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:46.256804 [ 260 ] {a4f431c6-b079-4b68-972a-781ea2d7e685} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:57:46.256899 [ 260 ] {a4f431c6-b079-4b68-972a-781ea2d7e685} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:57:46.257546 [ 260 ] {a4f431c6-b079-4b68-972a-781ea2d7e685} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:46.257582 [ 260 ] {a4f431c6-b079-4b68-972a-781ea2d7e685} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:57:46.257957 [ 260 ] {a4f431c6-b079-4b68-972a-781ea2d7e685} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.19 00:57:46.258181 [ 260 ] {a4f431c6-b079-4b68-972a-781ea2d7e685} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:46.258330 [ 260 ] {a4f431c6-b079-4b68-972a-781ea2d7e685} executeQuery: Read 56 rows, 4.38 KiB in 0.001596 sec., 35087.71929824562 rows/sec., 2.68 MiB/sec. 2026.03.19 00:57:46.258370 [ 260 ] {a4f431c6-b079-4b68-972a-781ea2d7e685} TCPHandler: Processed in 0.002006153 sec. 2026.03.19 00:57:46.258482 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:46.258575 [ 260 ] {c1df6a9b-9b0f-4cbd-8d39-fd4bfec3ca5e} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:57:46.258615 [ 260 ] {c1df6a9b-9b0f-4cbd-8d39-fd4bfec3ca5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:57:46.259021 [ 260 ] {c1df6a9b-9b0f-4cbd-8d39-fd4bfec3ca5e} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:46.259057 [ 260 ] {c1df6a9b-9b0f-4cbd-8d39-fd4bfec3ca5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:57:46.259358 [ 260 ] {c1df6a9b-9b0f-4cbd-8d39-fd4bfec3ca5e} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.19 00:57:46.259579 [ 260 ] {c1df6a9b-9b0f-4cbd-8d39-fd4bfec3ca5e} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:46.259704 [ 260 ] {c1df6a9b-9b0f-4cbd-8d39-fd4bfec3ca5e} executeQuery: Read 64 rows, 5.12 KiB in 0.001147 sec., 55797.733217088055 rows/sec., 4.36 MiB/sec. 2026.03.19 00:57:46.259741 [ 260 ] {c1df6a9b-9b0f-4cbd-8d39-fd4bfec3ca5e} TCPHandler: Processed in 0.001306319 sec. 2026.03.19 00:57:46.259851 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:46.259943 [ 260 ] {c1ef84fc-995c-4509-bc87-6af318a7bf3d} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:57:46.259986 [ 260 ] {c1ef84fc-995c-4509-bc87-6af318a7bf3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:57:46.260426 [ 260 ] {c1ef84fc-995c-4509-bc87-6af318a7bf3d} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:46.260465 [ 260 ] {c1ef84fc-995c-4509-bc87-6af318a7bf3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:57:46.260789 [ 260 ] {c1ef84fc-995c-4509-bc87-6af318a7bf3d} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.19 00:57:46.261001 [ 260 ] {c1ef84fc-995c-4509-bc87-6af318a7bf3d} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:46.261129 [ 260 ] {c1ef84fc-995c-4509-bc87-6af318a7bf3d} executeQuery: Read 128 rows, 9.13 KiB in 0.001203 sec., 106400.66500415627 rows/sec., 7.41 MiB/sec. 2026.03.19 00:57:46.261165 [ 260 ] {c1ef84fc-995c-4509-bc87-6af318a7bf3d} TCPHandler: Processed in 0.00136298 sec. 2026.03.19 00:57:46.261284 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:46.261378 [ 260 ] {07208d65-1554-4a89-8e30-1045c75a6b26} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:57:46.261420 [ 260 ] {07208d65-1554-4a89-8e30-1045c75a6b26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:57:46.261764 [ 260 ] {07208d65-1554-4a89-8e30-1045c75a6b26} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:46.261799 [ 260 ] {07208d65-1554-4a89-8e30-1045c75a6b26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:57:46.262099 [ 260 ] {07208d65-1554-4a89-8e30-1045c75a6b26} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.19 00:57:46.262305 [ 260 ] {07208d65-1554-4a89-8e30-1045c75a6b26} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:46.262428 [ 260 ] {07208d65-1554-4a89-8e30-1045c75a6b26} executeQuery: Read 48 rows, 3.31 KiB in 0.001069 sec., 44901.77736202058 rows/sec., 3.03 MiB/sec. 2026.03.19 00:57:46.262464 [ 260 ] {07208d65-1554-4a89-8e30-1045c75a6b26} TCPHandler: Processed in 0.001228027 sec. 2026.03.19 00:57:48.147110 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10089 2026.03.19 00:57:48.147620 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:48.147665 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:57:48.148157 [ 245 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.19 00:57:48.148394 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:48.148538 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10089 2026.03.19 00:57:48.148553 [ 111 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.19 00:57:48.148623 [ 111 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:48.148643 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:57:48.148740 [ 196 ] {c4062d85-5db1-44cf-991b-11480bbd7783::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.03.19 00:57:48.148837 [ 196 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:57:48.148869 [ 196 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7657 rows starting from the beginning of the part 2026.03.19 00:57:48.148926 [ 196 ] {c4062d85-5db1-44cf-991b-11480bbd7783::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.03.19 00:57:48.148974 [ 196 ] {c4062d85-5db1-44cf-991b-11480bbd7783::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.03.19 00:57:48.149018 [ 196 ] {c4062d85-5db1-44cf-991b-11480bbd7783::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.03.19 00:57:48.149062 [ 196 ] {c4062d85-5db1-44cf-991b-11480bbd7783::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.03.19 00:57:48.149111 [ 196 ] {c4062d85-5db1-44cf-991b-11480bbd7783::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.03.19 00:57:48.150729 [ 190 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10089 rows, containing 4 columns (4 merged, 0 gathered) in 0.002025014 sec., 4982187.777467218 rows/sec., 71.27 MiB/sec. 2026.03.19 00:57:48.151151 [ 187 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.19 00:57:48.151501 [ 187 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_21_4} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:48.151586 [ 187 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_21_4} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.19 00:57:48.151691 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.50 MiB. 2026.03.19 00:57:48.670843 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2026.03.19 00:57:48.688277 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:48.688334 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:57:48.694272 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.19 00:57:48.694962 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:48.695303 [ 110 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.19 00:57:48.695392 [ 110 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:48.695426 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:57:48.695554 [ 202 ] {b8c8652d-7579-4eae-94e9-90637c55b388::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.03.19 00:57:48.697987 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2026.03.19 00:57:48.699724 [ 202 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:57:48.701429 [ 202 ] {b8c8652d-7579-4eae-94e9-90637c55b388::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.03.19 00:57:48.706473 [ 202 ] {b8c8652d-7579-4eae-94e9-90637c55b388::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.03.19 00:57:48.711102 [ 202 ] {b8c8652d-7579-4eae-94e9-90637c55b388::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.03.19 00:57:48.715393 [ 202 ] {b8c8652d-7579-4eae-94e9-90637c55b388::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.03.19 00:57:48.719851 [ 202 ] {b8c8652d-7579-4eae-94e9-90637c55b388::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.03.19 00:57:48.723990 [ 202 ] {b8c8652d-7579-4eae-94e9-90637c55b388::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.03.19 00:57:48.774747 [ 197 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.079247114 sec., 2006.382213489819 rows/sec., 10.37 MiB/sec. 2026.03.19 00:57:48.777218 [ 197 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.19 00:57:48.779269 [ 197 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_21_4} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:48.779374 [ 197 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_21_4} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.19 00:57:48.781659 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. 2026.03.19 00:57:49.001140 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 248.13 MiB, peak 258.67 MiB, free memory in arenas 0.00 B, will set to 252.38 MiB (RSS), difference: 4.25 MiB 2026.03.19 00:57:50.662377 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 622 2026.03.19 00:57:50.664758 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:50.664808 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:57:50.666025 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.19 00:57:50.666310 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:50.666608 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 622 2026.03.19 00:57:51.258599 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:51.258771 [ 260 ] {987d4357-d7cb-44cf-bcd3-00a61e80e9c8} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:57:51.258835 [ 260 ] {987d4357-d7cb-44cf-bcd3-00a61e80e9c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:57:51.259509 [ 260 ] {987d4357-d7cb-44cf-bcd3-00a61e80e9c8} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:51.259546 [ 260 ] {987d4357-d7cb-44cf-bcd3-00a61e80e9c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:57:51.259941 [ 260 ] {987d4357-d7cb-44cf-bcd3-00a61e80e9c8} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.19 00:57:51.260181 [ 260 ] {987d4357-d7cb-44cf-bcd3-00a61e80e9c8} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:51.260330 [ 260 ] {987d4357-d7cb-44cf-bcd3-00a61e80e9c8} executeQuery: Read 82 rows, 6.97 KiB in 0.001606 sec., 51058.530510585304 rows/sec., 4.24 MiB/sec. 2026.03.19 00:57:51.260370 [ 260 ] {987d4357-d7cb-44cf-bcd3-00a61e80e9c8} TCPHandler: Processed in 0.001902621 sec. 2026.03.19 00:57:51.260513 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:51.260605 [ 260 ] {ff186cdd-216e-4609-a91c-b88624b38c5c} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:57:51.260645 [ 260 ] {ff186cdd-216e-4609-a91c-b88624b38c5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:57:51.261053 [ 260 ] {ff186cdd-216e-4609-a91c-b88624b38c5c} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:51.261088 [ 260 ] {ff186cdd-216e-4609-a91c-b88624b38c5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:57:51.261383 [ 260 ] {ff186cdd-216e-4609-a91c-b88624b38c5c} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.19 00:57:51.261602 [ 260 ] {ff186cdd-216e-4609-a91c-b88624b38c5c} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:51.261732 [ 260 ] {ff186cdd-216e-4609-a91c-b88624b38c5c} executeQuery: Read 13 rows, 1001.00 B in 0.001146 sec., 11343.804537521813 rows/sec., 853.00 KiB/sec. 2026.03.19 00:57:51.261768 [ 260 ] {ff186cdd-216e-4609-a91c-b88624b38c5c} TCPHandler: Processed in 0.001306358 sec. 2026.03.19 00:57:51.261879 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:51.261976 [ 260 ] {2138ff97-936d-4a57-9026-883e1af6c260} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:57:51.262015 [ 260 ] {2138ff97-936d-4a57-9026-883e1af6c260} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:57:51.262438 [ 260 ] {2138ff97-936d-4a57-9026-883e1af6c260} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:51.262472 [ 260 ] {2138ff97-936d-4a57-9026-883e1af6c260} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:57:51.262774 [ 260 ] {2138ff97-936d-4a57-9026-883e1af6c260} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.19 00:57:51.262986 [ 260 ] {2138ff97-936d-4a57-9026-883e1af6c260} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:51.263113 [ 260 ] {2138ff97-936d-4a57-9026-883e1af6c260} executeQuery: Read 77 rows, 6.16 KiB in 0.00116 sec., 66379.31034482758 rows/sec., 5.18 MiB/sec. 2026.03.19 00:57:51.263150 [ 260 ] {2138ff97-936d-4a57-9026-883e1af6c260} TCPHandler: Processed in 0.001320078 sec. 2026.03.19 00:57:51.263265 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:51.263357 [ 260 ] {e10cfb90-26d9-4b07-862a-67eb9a973d40} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:57:51.263400 [ 260 ] {e10cfb90-26d9-4b07-862a-67eb9a973d40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:57:51.263805 [ 260 ] {e10cfb90-26d9-4b07-862a-67eb9a973d40} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:51.263839 [ 260 ] {e10cfb90-26d9-4b07-862a-67eb9a973d40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:57:51.264165 [ 260 ] {e10cfb90-26d9-4b07-862a-67eb9a973d40} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.19 00:57:51.264388 [ 260 ] {e10cfb90-26d9-4b07-862a-67eb9a973d40} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:51.264516 [ 260 ] {e10cfb90-26d9-4b07-862a-67eb9a973d40} executeQuery: Read 160 rows, 11.41 KiB in 0.001177 sec., 135938.82752761256 rows/sec., 9.47 MiB/sec. 2026.03.19 00:57:51.264553 [ 260 ] {e10cfb90-26d9-4b07-862a-67eb9a973d40} TCPHandler: Processed in 0.00133669 sec. 2026.03.19 00:57:51.264662 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:51.264755 [ 260 ] {3ade2f0c-ddf4-4c5e-8cae-07f51cddfcc6} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:57:51.264809 [ 260 ] {3ade2f0c-ddf4-4c5e-8cae-07f51cddfcc6} 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.03.19 00:57:51.265574 [ 260 ] {3ade2f0c-ddf4-4c5e-8cae-07f51cddfcc6} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:51.265608 [ 260 ] {3ade2f0c-ddf4-4c5e-8cae-07f51cddfcc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:57:51.266128 [ 260 ] {3ade2f0c-ddf4-4c5e-8cae-07f51cddfcc6} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.19 00:57:51.266356 [ 260 ] {3ade2f0c-ddf4-4c5e-8cae-07f51cddfcc6} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:51.266491 [ 260 ] {3ade2f0c-ddf4-4c5e-8cae-07f51cddfcc6} executeQuery: Read 13 rows, 23.85 KiB in 0.001754 sec., 7411.630558722919 rows/sec., 13.28 MiB/sec. 2026.03.19 00:57:51.266543 [ 260 ] {3ade2f0c-ddf4-4c5e-8cae-07f51cddfcc6} TCPHandler: Processed in 0.001929842 sec. 2026.03.19 00:57:51.266660 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:51.266754 [ 260 ] {93e1333c-c684-4d8c-bf21-4b28c16e4cd0} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:57:51.266795 [ 260 ] {93e1333c-c684-4d8c-bf21-4b28c16e4cd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:57:51.267128 [ 260 ] {93e1333c-c684-4d8c-bf21-4b28c16e4cd0} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:51.267162 [ 260 ] {93e1333c-c684-4d8c-bf21-4b28c16e4cd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:57:51.267469 [ 260 ] {93e1333c-c684-4d8c-bf21-4b28c16e4cd0} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.19 00:57:51.267683 [ 260 ] {93e1333c-c684-4d8c-bf21-4b28c16e4cd0} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:51.267809 [ 260 ] {93e1333c-c684-4d8c-bf21-4b28c16e4cd0} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2026.03.19 00:57:51.267843 [ 260 ] {93e1333c-c684-4d8c-bf21-4b28c16e4cd0} TCPHandler: Processed in 0.001230287 sec. 2026.03.19 00:57:55.554387 [ 102 ] {} DNSResolver: Updating DNS cache 2026.03.19 00:57:55.554481 [ 102 ] {} DNSResolver: Updated DNS cache 2026.03.19 00:57:55.648719 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10537 2026.03.19 00:57:55.649359 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:55.649402 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:57:55.649898 [ 245 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.19 00:57:55.650122 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:55.650251 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10537 2026.03.19 00:57:56.199018 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2026.03.19 00:57:56.214102 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:56.214162 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:57:56.220540 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.19 00:57:56.221244 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:56.223821 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2026.03.19 00:57:56.259649 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:56.259890 [ 260 ] {9f094f7a-d770-4790-8f2d-048441ec7193} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:57:56.259982 [ 260 ] {9f094f7a-d770-4790-8f2d-048441ec7193} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:57:56.260607 [ 260 ] {9f094f7a-d770-4790-8f2d-048441ec7193} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:56.260645 [ 260 ] {9f094f7a-d770-4790-8f2d-048441ec7193} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:57:56.260998 [ 260 ] {9f094f7a-d770-4790-8f2d-048441ec7193} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.19 00:57:56.261231 [ 260 ] {9f094f7a-d770-4790-8f2d-048441ec7193} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:56.261363 [ 260 ] {9f094f7a-d770-4790-8f2d-048441ec7193} executeQuery: Read 112 rows, 9.67 KiB in 0.001537 sec., 72869.22576447626 rows/sec., 6.14 MiB/sec. 2026.03.19 00:57:56.261401 [ 260 ] {9f094f7a-d770-4790-8f2d-048441ec7193} TCPHandler: Processed in 0.001916772 sec. 2026.03.19 00:57:56.261517 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:56.261609 [ 260 ] {a900f9ee-40d7-4844-9e32-36d76e8443c4} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:57:56.261648 [ 260 ] {a900f9ee-40d7-4844-9e32-36d76e8443c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:57:56.262040 [ 260 ] {a900f9ee-40d7-4844-9e32-36d76e8443c4} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:56.262077 [ 260 ] {a900f9ee-40d7-4844-9e32-36d76e8443c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:57:56.262365 [ 260 ] {a900f9ee-40d7-4844-9e32-36d76e8443c4} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.19 00:57:56.262579 [ 260 ] {a900f9ee-40d7-4844-9e32-36d76e8443c4} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:56.262705 [ 260 ] {a900f9ee-40d7-4844-9e32-36d76e8443c4} executeQuery: Read 28 rows, 2.11 KiB in 0.001114 sec., 25134.649910233395 rows/sec., 1.85 MiB/sec. 2026.03.19 00:57:56.262741 [ 260 ] {a900f9ee-40d7-4844-9e32-36d76e8443c4} TCPHandler: Processed in 0.001271408 sec. 2026.03.19 00:57:56.262846 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:56.262938 [ 260 ] {164b5da7-78c3-4bba-ac5e-2b7a3c2a2331} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:57:56.262978 [ 260 ] {164b5da7-78c3-4bba-ac5e-2b7a3c2a2331} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:57:56.263384 [ 260 ] {164b5da7-78c3-4bba-ac5e-2b7a3c2a2331} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:56.263419 [ 260 ] {164b5da7-78c3-4bba-ac5e-2b7a3c2a2331} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:57:56.263727 [ 260 ] {164b5da7-78c3-4bba-ac5e-2b7a3c2a2331} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.19 00:57:56.263936 [ 260 ] {164b5da7-78c3-4bba-ac5e-2b7a3c2a2331} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:56.264062 [ 260 ] {164b5da7-78c3-4bba-ac5e-2b7a3c2a2331} executeQuery: Read 92 rows, 7.36 KiB in 0.001142 sec., 80560.42031523642 rows/sec., 6.29 MiB/sec. 2026.03.19 00:57:56.264098 [ 260 ] {164b5da7-78c3-4bba-ac5e-2b7a3c2a2331} TCPHandler: Processed in 0.001298569 sec. 2026.03.19 00:57:56.264207 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:56.264298 [ 260 ] {26f974cc-70de-46e7-9942-a857443b873f} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:57:56.264340 [ 260 ] {26f974cc-70de-46e7-9942-a857443b873f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:57:56.264720 [ 260 ] {26f974cc-70de-46e7-9942-a857443b873f} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:56.264756 [ 260 ] {26f974cc-70de-46e7-9942-a857443b873f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:57:56.265085 [ 260 ] {26f974cc-70de-46e7-9942-a857443b873f} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.19 00:57:56.265300 [ 260 ] {26f974cc-70de-46e7-9942-a857443b873f} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:56.265424 [ 260 ] {26f974cc-70de-46e7-9942-a857443b873f} executeQuery: Read 160 rows, 11.41 KiB in 0.001144 sec., 139860.13986013984 rows/sec., 9.74 MiB/sec. 2026.03.19 00:57:56.265460 [ 260 ] {26f974cc-70de-46e7-9942-a857443b873f} TCPHandler: Processed in 0.001299029 sec. 2026.03.19 00:57:56.265559 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:56.265650 [ 260 ] {2bb5bf79-3c77-4aec-b712-703621bc5203} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:57:56.265703 [ 260 ] {2bb5bf79-3c77-4aec-b712-703621bc5203} 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.03.19 00:57:56.266430 [ 260 ] {2bb5bf79-3c77-4aec-b712-703621bc5203} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:56.266466 [ 260 ] {2bb5bf79-3c77-4aec-b712-703621bc5203} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:57:56.266993 [ 260 ] {2bb5bf79-3c77-4aec-b712-703621bc5203} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.19 00:57:56.267216 [ 260 ] {2bb5bf79-3c77-4aec-b712-703621bc5203} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:56.267348 [ 260 ] {2bb5bf79-3c77-4aec-b712-703621bc5203} executeQuery: Read 28 rows, 51.38 KiB in 0.001715 sec., 16326.530612244898 rows/sec., 29.26 MiB/sec. 2026.03.19 00:57:56.267399 [ 260 ] {2bb5bf79-3c77-4aec-b712-703621bc5203} TCPHandler: Processed in 0.001885651 sec. 2026.03.19 00:57:56.267523 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:57:56.267616 [ 260 ] {f107d089-aaa3-4e3a-8fed-505037397206} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:57:56.267658 [ 260 ] {f107d089-aaa3-4e3a-8fed-505037397206} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:57:56.268009 [ 260 ] {f107d089-aaa3-4e3a-8fed-505037397206} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:57:56.268046 [ 260 ] {f107d089-aaa3-4e3a-8fed-505037397206} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:57:56.268346 [ 260 ] {f107d089-aaa3-4e3a-8fed-505037397206} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.19 00:57:56.268554 [ 260 ] {f107d089-aaa3-4e3a-8fed-505037397206} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:57:56.268678 [ 260 ] {f107d089-aaa3-4e3a-8fed-505037397206} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2026.03.19 00:57:56.268712 [ 260 ] {f107d089-aaa3-4e3a-8fed-505037397206} TCPHandler: Processed in 0.001237667 sec. 2026.03.19 00:58:00.667741 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 646 2026.03.19 00:58:00.669750 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:00.669786 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:00.670908 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.19 00:58:00.671172 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:00.671296 [ 98 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.19 00:58:00.671334 [ 98 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:00.671352 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:00.671417 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 646 2026.03.19 00:58:00.671443 [ 190 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::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.03.19 00:58:00.671961 [ 190 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:58:00.672119 [ 190 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 486 rows starting from the beginning of the part 2026.03.19 00:58:00.672440 [ 190 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 44 rows starting from the beginning of the part 2026.03.19 00:58:00.672764 [ 190 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part 2026.03.19 00:58:00.673115 [ 190 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 26 rows starting from the beginning of the part 2026.03.19 00:58:00.673445 [ 190 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 42 rows starting from the beginning of the part 2026.03.19 00:58:00.673763 [ 190 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::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.03.19 00:58:00.679480 [ 194 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 646 rows, containing 72 columns (72 merged, 0 gathered) in 0.008079358 sec., 79956.84805649161 rows/sec., 68.46 MiB/sec. 2026.03.19 00:58:00.680336 [ 194 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.19 00:58:00.680847 [ 194 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_16_3} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:00.680918 [ 194 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_16_3} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.19 00:58:00.681026 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.05 MiB. 2026.03.19 00:58:01.258354 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:01.258551 [ 260 ] {50235cdc-5c5c-460d-b963-e564770465c4} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:58:01.258625 [ 260 ] {50235cdc-5c5c-460d-b963-e564770465c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:58:01.259336 [ 260 ] {50235cdc-5c5c-460d-b963-e564770465c4} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:01.259387 [ 260 ] {50235cdc-5c5c-460d-b963-e564770465c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:01.259799 [ 260 ] {50235cdc-5c5c-460d-b963-e564770465c4} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.19 00:58:01.260042 [ 260 ] {50235cdc-5c5c-460d-b963-e564770465c4} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:01.260194 [ 260 ] {50235cdc-5c5c-460d-b963-e564770465c4} executeQuery: Read 82 rows, 6.97 KiB in 0.001697 sec., 48320.56570418386 rows/sec., 4.01 MiB/sec. 2026.03.19 00:58:01.260202 [ 98 ] {} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.19 00:58:01.260237 [ 260 ] {50235cdc-5c5c-460d-b963-e564770465c4} TCPHandler: Processed in 0.002026194 sec. 2026.03.19 00:58:01.260278 [ 98 ] {} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:01.260309 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:01.260386 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:01.260479 [ 189 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::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.03.19 00:58:01.260485 [ 260 ] {67f925fb-150c-4b11-b27f-ef86554be13a} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:58:01.260597 [ 260 ] {67f925fb-150c-4b11-b27f-ef86554be13a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:58:01.260702 [ 189 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:58:01.260766 [ 189 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2147 rows starting from the beginning of the part 2026.03.19 00:58:01.260872 [ 189 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 2115 rows starting from the beginning of the part 2026.03.19 00:58:01.260950 [ 189 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 56 rows starting from the beginning of the part 2026.03.19 00:58:01.261015 [ 260 ] {67f925fb-150c-4b11-b27f-ef86554be13a} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:01.261017 [ 189 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 82 rows starting from the beginning of the part 2026.03.19 00:58:01.261062 [ 260 ] {67f925fb-150c-4b11-b27f-ef86554be13a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:01.261110 [ 189 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 112 rows starting from the beginning of the part 2026.03.19 00:58:01.261181 [ 189 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 82 rows starting from the beginning of the part 2026.03.19 00:58:01.261402 [ 260 ] {67f925fb-150c-4b11-b27f-ef86554be13a} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.19 00:58:01.261655 [ 260 ] {67f925fb-150c-4b11-b27f-ef86554be13a} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:01.261790 [ 260 ] {67f925fb-150c-4b11-b27f-ef86554be13a} executeQuery: Read 13 rows, 1001.00 B in 0.001324 sec., 9818.731117824773 rows/sec., 738.32 KiB/sec. 2026.03.19 00:58:01.261828 [ 260 ] {67f925fb-150c-4b11-b27f-ef86554be13a} TCPHandler: Processed in 0.001495863 sec. 2026.03.19 00:58:01.261940 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:01.262033 [ 260 ] {53381487-7a5a-4772-98de-1b0369b55803} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:58:01.262073 [ 260 ] {53381487-7a5a-4772-98de-1b0369b55803} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:58:01.262486 [ 260 ] {53381487-7a5a-4772-98de-1b0369b55803} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:01.262522 [ 260 ] {53381487-7a5a-4772-98de-1b0369b55803} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:01.262834 [ 260 ] {53381487-7a5a-4772-98de-1b0369b55803} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.19 00:58:01.263059 [ 260 ] {53381487-7a5a-4772-98de-1b0369b55803} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:01.263151 [ 191 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 4594 rows, containing 5 columns (5 merged, 0 gathered) in 0.002762851 sec., 1662775.1550843674 rows/sec., 134.04 MiB/sec. 2026.03.19 00:58:01.263165 [ 98 ] {} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.19 00:58:01.263189 [ 260 ] {53381487-7a5a-4772-98de-1b0369b55803} executeQuery: Read 77 rows, 6.16 KiB in 0.001174 sec., 65587.73424190801 rows/sec., 5.12 MiB/sec. 2026.03.19 00:58:01.263222 [ 98 ] {} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:01.263241 [ 260 ] {53381487-7a5a-4772-98de-1b0369b55803} TCPHandler: Processed in 0.00134999 sec. 2026.03.19 00:58:01.263248 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:01.263341 [ 201 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::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.03.19 00:58:01.263363 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:01.263463 [ 201 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:58:01.263466 [ 260 ] {7a049910-e59c-4a19-8bad-4bbadd56de69} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:58:01.263500 [ 201 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1122 rows starting from the beginning of the part 2026.03.19 00:58:01.263515 [ 191 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.19 00:58:01.263527 [ 260 ] {7a049910-e59c-4a19-8bad-4bbadd56de69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:58:01.263563 [ 201 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1079 rows starting from the beginning of the part 2026.03.19 00:58:01.263616 [ 201 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 64 rows starting from the beginning of the part 2026.03.19 00:58:01.263659 [ 201 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 77 rows starting from the beginning of the part 2026.03.19 00:58:01.263702 [ 201 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 92 rows starting from the beginning of the part 2026.03.19 00:58:01.263745 [ 201 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 77 rows starting from the beginning of the part 2026.03.19 00:58:01.263855 [ 191 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_36_7} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:01.263940 [ 260 ] {7a049910-e59c-4a19-8bad-4bbadd56de69} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:01.263971 [ 191 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_36_7} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.19 00:58:01.263979 [ 260 ] {7a049910-e59c-4a19-8bad-4bbadd56de69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:01.264074 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. 2026.03.19 00:58:01.264368 [ 260 ] {7a049910-e59c-4a19-8bad-4bbadd56de69} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.19 00:58:01.264592 [ 260 ] {7a049910-e59c-4a19-8bad-4bbadd56de69} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:01.264695 [ 98 ] {} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.19 00:58:01.264722 [ 260 ] {7a049910-e59c-4a19-8bad-4bbadd56de69} executeQuery: Read 160 rows, 11.41 KiB in 0.001275 sec., 125490.19607843137 rows/sec., 8.74 MiB/sec. 2026.03.19 00:58:01.264725 [ 98 ] {} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:01.264761 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:01.264768 [ 260 ] {7a049910-e59c-4a19-8bad-4bbadd56de69} TCPHandler: Processed in 0.001454172 sec. 2026.03.19 00:58:01.264827 [ 189 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::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.03.19 00:58:01.264876 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:01.264931 [ 189 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:58:01.264954 [ 201 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2511 rows, containing 5 columns (5 merged, 0 gathered) in 0.001647286 sec., 1524325.4662517621 rows/sec., 113.92 MiB/sec. 2026.03.19 00:58:01.264960 [ 189 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10286 rows starting from the beginning of the part 2026.03.19 00:58:01.264978 [ 260 ] {ab47e7c2-0141-4f97-8531-53edc892ec7b} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:58:01.265019 [ 189 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1256 rows starting from the beginning of the part 2026.03.19 00:58:01.265038 [ 260 ] {ab47e7c2-0141-4f97-8531-53edc892ec7b} 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.03.19 00:58:01.265063 [ 189 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 128 rows starting from the beginning of the part 2026.03.19 00:58:01.265103 [ 189 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part 2026.03.19 00:58:01.265141 [ 189 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::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.03.19 00:58:01.265176 [ 189 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part 2026.03.19 00:58:01.265193 [ 188 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.19 00:58:01.265670 [ 188 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_36_7} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:01.265784 [ 188 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_36_7} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.19 00:58:01.265833 [ 260 ] {ab47e7c2-0141-4f97-8531-53edc892ec7b} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:01.265874 [ 260 ] {ab47e7c2-0141-4f97-8531-53edc892ec7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:01.265911 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2026.03.19 00:58:01.266410 [ 260 ] {ab47e7c2-0141-4f97-8531-53edc892ec7b} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.19 00:58:01.266662 [ 260 ] {ab47e7c2-0141-4f97-8531-53edc892ec7b} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:01.266801 [ 260 ] {ab47e7c2-0141-4f97-8531-53edc892ec7b} executeQuery: Read 13 rows, 23.85 KiB in 0.00184 sec., 7065.217391304348 rows/sec., 12.66 MiB/sec. 2026.03.19 00:58:01.266853 [ 260 ] {ab47e7c2-0141-4f97-8531-53edc892ec7b} TCPHandler: Processed in 0.002026825 sec. 2026.03.19 00:58:01.266973 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:01.267065 [ 260 ] {bbef16b2-cc75-499e-b6e1-75707bfbf9ad} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:58:01.267107 [ 260 ] {bbef16b2-cc75-499e-b6e1-75707bfbf9ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:58:01.267435 [ 260 ] {bbef16b2-cc75-499e-b6e1-75707bfbf9ad} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:01.267471 [ 260 ] {bbef16b2-cc75-499e-b6e1-75707bfbf9ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:01.267797 [ 260 ] {bbef16b2-cc75-499e-b6e1-75707bfbf9ad} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.19 00:58:01.268016 [ 260 ] {bbef16b2-cc75-499e-b6e1-75707bfbf9ad} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:01.268117 [ 98 ] {} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.19 00:58:01.268145 [ 260 ] {bbef16b2-cc75-499e-b6e1-75707bfbf9ad} executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. 2026.03.19 00:58:01.268146 [ 98 ] {} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:01.268187 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:01.268188 [ 260 ] {bbef16b2-cc75-499e-b6e1-75707bfbf9ad} TCPHandler: Processed in 0.001263818 sec. 2026.03.19 00:58:01.268277 [ 193 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::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.03.19 00:58:01.268382 [ 193 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:58:01.268412 [ 193 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1620 rows starting from the beginning of the part 2026.03.19 00:58:01.268460 [ 193 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 12 rows starting from the beginning of the part 2026.03.19 00:58:01.268500 [ 193 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 48 rows starting from the beginning of the part 2026.03.19 00:58:01.268539 [ 193 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part 2026.03.19 00:58:01.268576 [ 193 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::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.03.19 00:58:01.268610 [ 193 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part 2026.03.19 00:58:01.268932 [ 193 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 12150 rows, containing 5 columns (5 merged, 0 gathered) in 0.004134681 sec., 2938558.0169304474 rows/sec., 194.39 MiB/sec. 2026.03.19 00:58:01.269206 [ 189 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.19 00:58:01.269460 [ 189 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_36_7} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:01.269533 [ 189 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_36_7} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.19 00:58:01.269606 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.36 MiB. 2026.03.19 00:58:01.269669 [ 193 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1860 rows, containing 4 columns (4 merged, 0 gathered) in 0.001435632 sec., 1295596.643150891 rows/sec., 87.31 MiB/sec. 2026.03.19 00:58:01.269868 [ 199 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.19 00:58:01.270140 [ 199 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_36_7} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:01.270209 [ 199 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_36_7} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.19 00:58:01.270291 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.03.19 00:58:03.151228 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11049 2026.03.19 00:58:03.151745 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:03.151791 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:03.152260 [ 245 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.19 00:58:03.152489 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:03.152617 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11049 2026.03.19 00:58:03.724778 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2026.03.19 00:58:03.741731 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:03.741786 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:03.747536 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.19 00:58:03.748222 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:03.751395 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2026.03.19 00:58:06.258911 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:06.259109 [ 260 ] {7df5d171-184a-4cc3-aadd-178ff6a6acd5} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:58:06.259179 [ 260 ] {7df5d171-184a-4cc3-aadd-178ff6a6acd5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:58:06.259880 [ 260 ] {7df5d171-184a-4cc3-aadd-178ff6a6acd5} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:06.259929 [ 260 ] {7df5d171-184a-4cc3-aadd-178ff6a6acd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:06.260352 [ 260 ] {7df5d171-184a-4cc3-aadd-178ff6a6acd5} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.19 00:58:06.260593 [ 260 ] {7df5d171-184a-4cc3-aadd-178ff6a6acd5} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:06.260757 [ 260 ] {7df5d171-184a-4cc3-aadd-178ff6a6acd5} executeQuery: Read 112 rows, 9.67 KiB in 0.001696 sec., 66037.7358490566 rows/sec., 5.57 MiB/sec. 2026.03.19 00:58:06.260808 [ 260 ] {7df5d171-184a-4cc3-aadd-178ff6a6acd5} TCPHandler: Processed in 0.002063226 sec. 2026.03.19 00:58:06.260944 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:06.261047 [ 260 ] {c60577a7-0382-42a6-920f-03c549cf5d9b} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:58:06.261092 [ 260 ] {c60577a7-0382-42a6-920f-03c549cf5d9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:58:06.261530 [ 260 ] {c60577a7-0382-42a6-920f-03c549cf5d9b} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:06.261568 [ 260 ] {c60577a7-0382-42a6-920f-03c549cf5d9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:06.261883 [ 260 ] {c60577a7-0382-42a6-920f-03c549cf5d9b} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.19 00:58:06.262118 [ 260 ] {c60577a7-0382-42a6-920f-03c549cf5d9b} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:06.262240 [ 94 ] {} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.19 00:58:06.262255 [ 260 ] {c60577a7-0382-42a6-920f-03c549cf5d9b} executeQuery: Read 28 rows, 2.11 KiB in 0.001233 sec., 22708.840227088403 rows/sec., 1.67 MiB/sec. 2026.03.19 00:58:06.262306 [ 94 ] {} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:06.262317 [ 260 ] {c60577a7-0382-42a6-920f-03c549cf5d9b} TCPHandler: Processed in 0.001424972 sec. 2026.03.19 00:58:06.262336 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:06.262432 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:06.262472 [ 188 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::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.03.19 00:58:06.262530 [ 260 ] {f7ab48fa-0e66-45ad-aeeb-e5d7aba1cec9} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:58:06.262576 [ 260 ] {f7ab48fa-0e66-45ad-aeeb-e5d7aba1cec9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:58:06.262625 [ 188 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:58:06.262668 [ 188 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 80 rows starting from the beginning of the part 2026.03.19 00:58:06.262742 [ 188 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 55 rows starting from the beginning of the part 2026.03.19 00:58:06.262792 [ 188 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 13 rows starting from the beginning of the part 2026.03.19 00:58:06.262838 [ 188 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 28 rows starting from the beginning of the part 2026.03.19 00:58:06.262881 [ 188 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::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.03.19 00:58:06.262926 [ 188 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 28 rows starting from the beginning of the part 2026.03.19 00:58:06.263025 [ 260 ] {f7ab48fa-0e66-45ad-aeeb-e5d7aba1cec9} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:06.263067 [ 260 ] {f7ab48fa-0e66-45ad-aeeb-e5d7aba1cec9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:06.263422 [ 260 ] {f7ab48fa-0e66-45ad-aeeb-e5d7aba1cec9} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.19 00:58:06.263660 [ 260 ] {f7ab48fa-0e66-45ad-aeeb-e5d7aba1cec9} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:06.263795 [ 260 ] {f7ab48fa-0e66-45ad-aeeb-e5d7aba1cec9} executeQuery: Read 92 rows, 7.36 KiB in 0.001285 sec., 71595.33073929962 rows/sec., 5.59 MiB/sec. 2026.03.19 00:58:06.263796 [ 193 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 217 rows, containing 5 columns (5 merged, 0 gathered) in 0.00138454 sec., 156730.7553411241 rows/sec., 12.10 MiB/sec. 2026.03.19 00:58:06.263835 [ 260 ] {f7ab48fa-0e66-45ad-aeeb-e5d7aba1cec9} TCPHandler: Processed in 0.001452522 sec. 2026.03.19 00:58:06.263965 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:06.264023 [ 189 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.19 00:58:06.264061 [ 260 ] {27e9ad14-0435-4052-8168-7c5c6e4f4b99} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:58:06.264110 [ 260 ] {27e9ad14-0435-4052-8168-7c5c6e4f4b99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:58:06.264348 [ 189 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_31_6} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:06.264437 [ 189 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_31_6} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.19 00:58:06.264524 [ 260 ] {27e9ad14-0435-4052-8168-7c5c6e4f4b99} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:06.264531 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.03.19 00:58:06.264568 [ 260 ] {27e9ad14-0435-4052-8168-7c5c6e4f4b99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:06.264920 [ 260 ] {27e9ad14-0435-4052-8168-7c5c6e4f4b99} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.19 00:58:06.265136 [ 260 ] {27e9ad14-0435-4052-8168-7c5c6e4f4b99} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:06.265267 [ 260 ] {27e9ad14-0435-4052-8168-7c5c6e4f4b99} executeQuery: Read 160 rows, 11.41 KiB in 0.001225 sec., 130612.24489795919 rows/sec., 9.10 MiB/sec. 2026.03.19 00:58:06.265304 [ 260 ] {27e9ad14-0435-4052-8168-7c5c6e4f4b99} TCPHandler: Processed in 0.00138765 sec. 2026.03.19 00:58:06.265402 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:06.265495 [ 260 ] {da8b3973-9669-4248-ba07-b6c3ad9b26cd} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:58:06.265551 [ 260 ] {da8b3973-9669-4248-ba07-b6c3ad9b26cd} 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.03.19 00:58:06.266386 [ 260 ] {da8b3973-9669-4248-ba07-b6c3ad9b26cd} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:06.266423 [ 260 ] {da8b3973-9669-4248-ba07-b6c3ad9b26cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:06.266964 [ 260 ] {da8b3973-9669-4248-ba07-b6c3ad9b26cd} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.19 00:58:06.267205 [ 260 ] {da8b3973-9669-4248-ba07-b6c3ad9b26cd} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:06.267311 [ 94 ] {} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.19 00:58:06.267345 [ 260 ] {da8b3973-9669-4248-ba07-b6c3ad9b26cd} executeQuery: Read 28 rows, 51.38 KiB in 0.001867 sec., 14997.321906802357 rows/sec., 26.87 MiB/sec. 2026.03.19 00:58:06.267346 [ 94 ] {} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:06.267388 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:06.267404 [ 260 ] {da8b3973-9669-4248-ba07-b6c3ad9b26cd} TCPHandler: Processed in 0.002048875 sec. 2026.03.19 00:58:06.267464 [ 188 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::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.03.19 00:58:06.267536 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:06.267635 [ 260 ] {78ae6582-3787-4355-8162-d9ecb63752a4} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:58:06.267678 [ 260 ] {78ae6582-3787-4355-8162-d9ecb63752a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:58:06.267684 [ 188 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:58:06.267745 [ 188 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 496 rows starting from the beginning of the part 2026.03.19 00:58:06.267864 [ 188 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 37 rows starting from the beginning of the part 2026.03.19 00:58:06.267974 [ 188 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 13 rows starting from the beginning of the part 2026.03.19 00:58:06.268022 [ 260 ] {78ae6582-3787-4355-8162-d9ecb63752a4} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:06.268064 [ 260 ] {78ae6582-3787-4355-8162-d9ecb63752a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:06.268074 [ 188 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 28 rows starting from the beginning of the part 2026.03.19 00:58:06.268173 [ 188 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::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.03.19 00:58:06.268264 [ 188 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 28 rows starting from the beginning of the part 2026.03.19 00:58:06.268390 [ 260 ] {78ae6582-3787-4355-8162-d9ecb63752a4} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.19 00:58:06.268643 [ 260 ] {78ae6582-3787-4355-8162-d9ecb63752a4} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:06.268779 [ 260 ] {78ae6582-3787-4355-8162-d9ecb63752a4} executeQuery: Read 60 rows, 4.14 KiB in 0.001162 sec., 51635.11187607573 rows/sec., 3.48 MiB/sec. 2026.03.19 00:58:06.268815 [ 260 ] {78ae6582-3787-4355-8162-d9ecb63752a4} TCPHandler: Processed in 0.00132789 sec. 2026.03.19 00:58:06.290124 [ 193 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 615 rows, containing 19 columns (19 merged, 0 gathered) in 0.02269467 sec., 27098.873876553393 rows/sec., 48.56 MiB/sec. 2026.03.19 00:58:06.291019 [ 200 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.19 00:58:06.291383 [ 200 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_31_6} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:06.291459 [ 200 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_31_6} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.19 00:58:06.291545 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.41 MiB. 2026.03.19 00:58:07.000171 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 256.43 MiB, peak 263.78 MiB, free memory in arenas 0.00 B, will set to 257.84 MiB (RSS), difference: 1.41 MiB 2026.03.19 00:58:10.177029 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58632 2026.03.19 00:58:10.177149 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:58:10.177176 [ 287 ] {} TCP-Session: 0607885d-658a-4384-988f-da24e9c4980f Authenticating user 'default' from [fd00:1122:3344:101::e]:58632 2026.03.19 00:58:10.177198 [ 287 ] {} TCP-Session: 0607885d-658a-4384-988f-da24e9c4980f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.177211 [ 287 ] {} TCP-Session: 0607885d-658a-4384-988f-da24e9c4980f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.177398 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46314 2026.03.19 00:58:10.177430 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44858 2026.03.19 00:58:10.177516 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:58:10.177541 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:58:10.177549 [ 288 ] {} TCP-Session: 4d75ed65-64db-4e87-a331-6938fc97004d Authenticating user 'default' from [fd00:1122:3344:101::e]:46314 2026.03.19 00:58:10.177566 [ 287 ] {} TCP-Session: 0607885d-658a-4384-988f-da24e9c4980f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:10.177587 [ 288 ] {} TCP-Session: 4d75ed65-64db-4e87-a331-6938fc97004d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.177577 [ 289 ] {} TCP-Session: d352c308-4ec1-4ed1-a4c2-745916b1a6f5 Authenticating user 'default' from [fd00:1122:3344:101::e]:44858 2026.03.19 00:58:10.177615 [ 288 ] {} TCP-Session: 4d75ed65-64db-4e87-a331-6938fc97004d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.177645 [ 289 ] {} TCP-Session: d352c308-4ec1-4ed1-a4c2-745916b1a6f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.177665 [ 289 ] {} TCP-Session: d352c308-4ec1-4ed1-a4c2-745916b1a6f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.177746 [ 287 ] {df93fc9b-5b91-4a23-aefc-530d23ef6a46} executeQuery: (from [fd00:1122:3344:101::e]:58632) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 00:58:10.178004 [ 287 ] {df93fc9b-5b91-4a23-aefc-530d23ef6a46} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 00:58:10.178064 [ 287 ] {df93fc9b-5b91-4a23-aefc-530d23ef6a46} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:58:10.178348 [ 287 ] {df93fc9b-5b91-4a23-aefc-530d23ef6a46} oximeter.version (9f694a03-7783-4184-bbfb-7ad9e678e8cc) (SelectExecutor): Key condition: unknown 2026.03.19 00:58:10.179334 [ 306 ] {df93fc9b-5b91-4a23-aefc-530d23ef6a46} AggregatingTransform: Aggregating 2026.03.19 00:58:10.179382 [ 306 ] {df93fc9b-5b91-4a23-aefc-530d23ef6a46} Aggregator: Aggregation method: without_key 2026.03.19 00:58:10.179418 [ 306 ] {df93fc9b-5b91-4a23-aefc-530d23ef6a46} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000969851 sec. (1031.086 rows/sec., 40.28 KiB/sec.) 2026.03.19 00:58:10.179439 [ 306 ] {df93fc9b-5b91-4a23-aefc-530d23ef6a46} Aggregator: Merging aggregated data 2026.03.19 00:58:10.180802 [ 287 ] {df93fc9b-5b91-4a23-aefc-530d23ef6a46} executeQuery: Read 1 rows, 40.00 B in 0.003115 sec., 321.02728731942216 rows/sec., 12.54 KiB/sec. 2026.03.19 00:58:10.180968 [ 287 ] {df93fc9b-5b91-4a23-aefc-530d23ef6a46} TCPHandler: Processed in 0.003526807 sec. 2026.03.19 00:58:10.181120 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.19 00:58:10.181157 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 00:58:10.181160 [ 287 ] {} TCP-Session: 0607885d-658a-4384-988f-da24e9c4980f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.181198 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.19 00:58:10.181210 [ 288 ] {} TCP-Session: 4d75ed65-64db-4e87-a331-6938fc97004d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.181244 [ 289 ] {} TCP-Session: d352c308-4ec1-4ed1-a4c2-745916b1a6f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.183331 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39409 2026.03.19 00:58:10.183337 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50922 2026.03.19 00:58:10.183358 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49004 2026.03.19 00:58:10.183378 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48809 2026.03.19 00:58:10.183407 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:58:10.183423 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:58:10.183439 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:58:10.183460 [ 291 ] {} TCP-Session: 0b353245-6be2-433d-918f-5027dcf1066f Authenticating user 'default' from [fd00:1122:3344:101::e]:39409 2026.03.19 00:58:10.183466 [ 289 ] {} TCP-Session: 9cf40078-c2e4-4b06-a609-5123a3a5522c Authenticating user 'default' from [fd00:1122:3344:101::e]:50922 2026.03.19 00:58:10.183478 [ 292 ] {} TCP-Session: 8532e6e5-e8f4-4bc7-8230-d5697684523f Authenticating user 'default' from [fd00:1122:3344:101::e]:49004 2026.03.19 00:58:10.183494 [ 291 ] {} TCP-Session: 0b353245-6be2-433d-918f-5027dcf1066f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.183502 [ 289 ] {} TCP-Session: 9cf40078-c2e4-4b06-a609-5123a3a5522c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.183511 [ 292 ] {} TCP-Session: 8532e6e5-e8f4-4bc7-8230-d5697684523f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.183524 [ 291 ] {} TCP-Session: 0b353245-6be2-433d-918f-5027dcf1066f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.183543 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:58:10.183543 [ 292 ] {} TCP-Session: 8532e6e5-e8f4-4bc7-8230-d5697684523f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.183535 [ 289 ] {} TCP-Session: 9cf40078-c2e4-4b06-a609-5123a3a5522c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.183585 [ 294 ] {} TCP-Session: 58a39605-0d40-4619-8ddb-a1208eebb889 Authenticating user 'default' from [fd00:1122:3344:101::e]:48809 2026.03.19 00:58:10.183368 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41455 2026.03.19 00:58:10.183627 [ 294 ] {} TCP-Session: 58a39605-0d40-4619-8ddb-a1208eebb889 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.183361 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63544 2026.03.19 00:58:10.183660 [ 294 ] {} TCP-Session: 58a39605-0d40-4619-8ddb-a1208eebb889 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.193520 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:58:10.193559 [ 293 ] {} TCP-Session: ea786d4f-0ef8-4f40-b379-cd8463dedb1a Authenticating user 'default' from [fd00:1122:3344:101::e]:41455 2026.03.19 00:58:10.193570 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:58:10.193579 [ 293 ] {} TCP-Session: ea786d4f-0ef8-4f40-b379-cd8463dedb1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.193616 [ 293 ] {} TCP-Session: ea786d4f-0ef8-4f40-b379-cd8463dedb1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.193617 [ 290 ] {} TCP-Session: 87a1ab3f-53f7-434a-ade7-1889fd24a63e Authenticating user 'default' from [fd00:1122:3344:101::e]:63544 2026.03.19 00:58:10.193651 [ 290 ] {} TCP-Session: 87a1ab3f-53f7-434a-ade7-1889fd24a63e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.193664 [ 290 ] {} TCP-Session: 87a1ab3f-53f7-434a-ade7-1889fd24a63e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.210172 [ 294 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:48809). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.03.19 00:58:10.210416 [ 294 ] {} TCP-Session: 58a39605-0d40-4619-8ddb-a1208eebb889 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.210439 [ 289 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:50922). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.03.19 00:58:10.210585 [ 289 ] {} TCP-Session: 9cf40078-c2e4-4b06-a609-5123a3a5522c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.210623 [ 290 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:63544). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.03.19 00:58:10.210706 [ 290 ] {} TCP-Session: 87a1ab3f-53f7-434a-ade7-1889fd24a63e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.210761 [ 291 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:39409). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.03.19 00:58:10.210856 [ 291 ] {} TCP-Session: 0b353245-6be2-433d-918f-5027dcf1066f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.210874 [ 293 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:41455). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.03.19 00:58:10.210948 [ 293 ] {} TCP-Session: ea786d4f-0ef8-4f40-b379-cd8463dedb1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.210972 [ 292 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:49004). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.03.19 00:58:10.211047 [ 292 ] {} TCP-Session: 8532e6e5-e8f4-4bc7-8230-d5697684523f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.310702 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43768 2026.03.19 00:58:10.310818 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:58:10.310845 [ 291 ] {} TCP-Session: 18de7019-bdb8-4e5e-945d-4155e6368fe9 Authenticating user 'default' from [fd00:1122:3344:101::e]:43768 2026.03.19 00:58:10.310867 [ 291 ] {} TCP-Session: 18de7019-bdb8-4e5e-945d-4155e6368fe9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.310879 [ 291 ] {} TCP-Session: 18de7019-bdb8-4e5e-945d-4155e6368fe9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.311043 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44822 2026.03.19 00:58:10.311060 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38489 2026.03.19 00:58:10.311109 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34709 2026.03.19 00:58:10.311108 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42811 2026.03.19 00:58:10.311148 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47178 2026.03.19 00:58:10.311156 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:58:10.311186 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:58:10.311163 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:58:10.311221 [ 287 ] {} TCP-Session: ff92a4d2-73c0-401a-9fcc-98b956ba0343 Authenticating user 'default' from [fd00:1122:3344:101::e]:34709 2026.03.19 00:58:10.311212 [ 292 ] {} TCP-Session: 8a0a2814-b736-40a8-8df1-f463330f0394 Authenticating user 'default' from [fd00:1122:3344:101::e]:44822 2026.03.19 00:58:10.311243 [ 293 ] {} TCP-Session: 8c1a989d-99f0-4467-b933-b1034dac2392 Authenticating user 'default' from [fd00:1122:3344:101::e]:38489 2026.03.19 00:58:10.311245 [ 287 ] {} TCP-Session: ff92a4d2-73c0-401a-9fcc-98b956ba0343 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.311286 [ 292 ] {} TCP-Session: 8a0a2814-b736-40a8-8df1-f463330f0394 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.311290 [ 293 ] {} TCP-Session: 8c1a989d-99f0-4467-b933-b1034dac2392 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.311319 [ 292 ] {} TCP-Session: 8a0a2814-b736-40a8-8df1-f463330f0394 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.311335 [ 293 ] {} TCP-Session: 8c1a989d-99f0-4467-b933-b1034dac2392 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.311299 [ 287 ] {} TCP-Session: ff92a4d2-73c0-401a-9fcc-98b956ba0343 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.311234 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:58:10.311136 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35429 2026.03.19 00:58:10.311406 [ 259 ] {} TCP-Session: 10b824fd-e74a-45e0-8904-0bf171b7e506 Authenticating user 'default' from [fd00:1122:3344:101::e]:42811 2026.03.19 00:58:10.311133 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63488 2026.03.19 00:58:10.311233 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:58:10.311479 [ 259 ] {} TCP-Session: 10b824fd-e74a-45e0-8904-0bf171b7e506 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.311298 [ 291 ] {} TCP-Session: 18de7019-bdb8-4e5e-945d-4155e6368fe9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:10.311504 [ 259 ] {} TCP-Session: 10b824fd-e74a-45e0-8904-0bf171b7e506 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.311503 [ 290 ] {} TCP-Session: 53b4382e-275c-44ba-b5a0-6c4fac9f0a1a Authenticating user 'default' from [fd00:1122:3344:101::e]:47178 2026.03.19 00:58:10.311108 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63905 2026.03.19 00:58:10.311557 [ 290 ] {} TCP-Session: 53b4382e-275c-44ba-b5a0-6c4fac9f0a1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.311582 [ 290 ] {} TCP-Session: 53b4382e-275c-44ba-b5a0-6c4fac9f0a1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.311627 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:58:10.311627 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:58:10.311662 [ 289 ] {} TCP-Session: c19e5092-94d9-4230-a306-283ba85e40c3 Authenticating user 'default' from [fd00:1122:3344:101::e]:63488 2026.03.19 00:58:10.311682 [ 291 ] {c4626759-e22e-405d-9ae8-06ab31be8ed2} executeQuery: (from [fd00:1122:3344:101::e]:43768) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 00:58:10.311690 [ 289 ] {} TCP-Session: c19e5092-94d9-4230-a306-283ba85e40c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.311687 [ 288 ] {} TCP-Session: feeb3395-e8f3-4e56-8204-55f514ec1837 Authenticating user 'default' from [fd00:1122:3344:101::e]:35429 2026.03.19 00:58:10.311724 [ 289 ] {} TCP-Session: c19e5092-94d9-4230-a306-283ba85e40c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.311688 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:58:10.311755 [ 288 ] {} TCP-Session: feeb3395-e8f3-4e56-8204-55f514ec1837 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.311785 [ 294 ] {} TCP-Session: 992e05fe-7447-4e67-bbda-af683c779636 Authenticating user 'default' from [fd00:1122:3344:101::e]:63905 2026.03.19 00:58:10.311787 [ 288 ] {} TCP-Session: feeb3395-e8f3-4e56-8204-55f514ec1837 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.311821 [ 294 ] {} TCP-Session: 992e05fe-7447-4e67-bbda-af683c779636 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.311840 [ 294 ] {} TCP-Session: 992e05fe-7447-4e67-bbda-af683c779636 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.312004 [ 291 ] {c4626759-e22e-405d-9ae8-06ab31be8ed2} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 00:58:10.312064 [ 291 ] {c4626759-e22e-405d-9ae8-06ab31be8ed2} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:58:10.312373 [ 291 ] {c4626759-e22e-405d-9ae8-06ab31be8ed2} oximeter.version (9f694a03-7783-4184-bbfb-7ad9e678e8cc) (SelectExecutor): Key condition: unknown 2026.03.19 00:58:10.313429 [ 327 ] {c4626759-e22e-405d-9ae8-06ab31be8ed2} AggregatingTransform: Aggregating 2026.03.19 00:58:10.313473 [ 327 ] {c4626759-e22e-405d-9ae8-06ab31be8ed2} Aggregator: Aggregation method: without_key 2026.03.19 00:58:10.313510 [ 327 ] {c4626759-e22e-405d-9ae8-06ab31be8ed2} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001033503 sec. (967.583 rows/sec., 37.80 KiB/sec.) 2026.03.19 00:58:10.313529 [ 327 ] {c4626759-e22e-405d-9ae8-06ab31be8ed2} Aggregator: Merging aggregated data 2026.03.19 00:58:10.314673 [ 291 ] {c4626759-e22e-405d-9ae8-06ab31be8ed2} executeQuery: Read 1 rows, 40.00 B in 0.003048 sec., 328.0839895013123 rows/sec., 12.82 KiB/sec. 2026.03.19 00:58:10.314841 [ 291 ] {c4626759-e22e-405d-9ae8-06ab31be8ed2} TCPHandler: Processed in 0.003759243 sec. 2026.03.19 00:58:10.314950 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 00:58:10.314978 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 00:58:10.314984 [ 291 ] {} TCP-Session: 18de7019-bdb8-4e5e-945d-4155e6368fe9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.315001 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 00:58:10.315021 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 00:58:10.315038 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 00:58:10.315060 [ 290 ] {} TCP-Session: 53b4382e-275c-44ba-b5a0-6c4fac9f0a1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.315079 [ 293 ] {} TCP-Session: 8c1a989d-99f0-4467-b933-b1034dac2392 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.315095 [ 294 ] {} TCP-Session: 992e05fe-7447-4e67-bbda-af683c779636 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.315083 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.19 00:58:10.315116 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 00:58:10.315124 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.19 00:58:10.315156 [ 287 ] {} TCP-Session: ff92a4d2-73c0-401a-9fcc-98b956ba0343 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.315175 [ 288 ] {} TCP-Session: feeb3395-e8f3-4e56-8204-55f514ec1837 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.315195 [ 289 ] {} TCP-Session: c19e5092-94d9-4230-a306-283ba85e40c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.315063 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.19 00:58:10.315027 [ 292 ] {} TCP-Session: 8a0a2814-b736-40a8-8df1-f463330f0394 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.315256 [ 259 ] {} TCP-Session: 10b824fd-e74a-45e0-8904-0bf171b7e506 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:10.554750 [ 88 ] {} DNSResolver: Updating DNS cache 2026.03.19 00:58:10.554803 [ 88 ] {} DNSResolver: Updated DNS cache 2026.03.19 00:58:10.653647 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11497 2026.03.19 00:58:10.654178 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:10.654232 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:10.654760 [ 245 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.19 00:58:10.655035 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:10.655196 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11497 2026.03.19 00:58:10.672460 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 674 2026.03.19 00:58:10.674897 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:10.674964 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:10.676218 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.19 00:58:10.676522 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:10.676952 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 674 2026.03.19 00:58:11.252421 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2026.03.19 00:58:11.258805 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:11.258976 [ 260 ] {b7129971-9b70-42b5-9d0b-f26a1b900e7b} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:58:11.259038 [ 260 ] {b7129971-9b70-42b5-9d0b-f26a1b900e7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:58:11.259649 [ 260 ] {b7129971-9b70-42b5-9d0b-f26a1b900e7b} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:11.259687 [ 260 ] {b7129971-9b70-42b5-9d0b-f26a1b900e7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:11.260088 [ 260 ] {b7129971-9b70-42b5-9d0b-f26a1b900e7b} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.19 00:58:11.260320 [ 260 ] {b7129971-9b70-42b5-9d0b-f26a1b900e7b} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:11.260492 [ 260 ] {b7129971-9b70-42b5-9d0b-f26a1b900e7b} executeQuery: Read 82 rows, 6.97 KiB in 0.001567 sec., 52329.291640076575 rows/sec., 4.34 MiB/sec. 2026.03.19 00:58:11.260533 [ 260 ] {b7129971-9b70-42b5-9d0b-f26a1b900e7b} TCPHandler: Processed in 0.001851871 sec. 2026.03.19 00:58:11.260651 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:11.260745 [ 260 ] {3f26d5f5-945d-4b29-bde0-050098e03025} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:58:11.260794 [ 260 ] {3f26d5f5-945d-4b29-bde0-050098e03025} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:58:11.261188 [ 260 ] {3f26d5f5-945d-4b29-bde0-050098e03025} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:11.261224 [ 260 ] {3f26d5f5-945d-4b29-bde0-050098e03025} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:11.261518 [ 260 ] {3f26d5f5-945d-4b29-bde0-050098e03025} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.19 00:58:11.261727 [ 260 ] {3f26d5f5-945d-4b29-bde0-050098e03025} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:11.261852 [ 260 ] {3f26d5f5-945d-4b29-bde0-050098e03025} executeQuery: Read 13 rows, 1001.00 B in 0.001126 sec., 11545.293072824155 rows/sec., 868.15 KiB/sec. 2026.03.19 00:58:11.261889 [ 260 ] {3f26d5f5-945d-4b29-bde0-050098e03025} TCPHandler: Processed in 0.001285538 sec. 2026.03.19 00:58:11.261995 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:11.262086 [ 260 ] {5c16530c-7c58-4c4c-8b81-b8dfafc2795e} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:58:11.262125 [ 260 ] {5c16530c-7c58-4c4c-8b81-b8dfafc2795e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:58:11.262522 [ 260 ] {5c16530c-7c58-4c4c-8b81-b8dfafc2795e} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:11.262558 [ 260 ] {5c16530c-7c58-4c4c-8b81-b8dfafc2795e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:11.262858 [ 260 ] {5c16530c-7c58-4c4c-8b81-b8dfafc2795e} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.19 00:58:11.263072 [ 260 ] {5c16530c-7c58-4c4c-8b81-b8dfafc2795e} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:11.263204 [ 260 ] {5c16530c-7c58-4c4c-8b81-b8dfafc2795e} executeQuery: Read 77 rows, 6.16 KiB in 0.001136 sec., 67781.69014084506 rows/sec., 5.29 MiB/sec. 2026.03.19 00:58:11.263240 [ 260 ] {5c16530c-7c58-4c4c-8b81-b8dfafc2795e} TCPHandler: Processed in 0.001292159 sec. 2026.03.19 00:58:11.263347 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:11.263439 [ 260 ] {4d8fda6e-8525-478c-b1c4-d1d7870a865d} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:58:11.263481 [ 260 ] {4d8fda6e-8525-478c-b1c4-d1d7870a865d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:58:11.263869 [ 260 ] {4d8fda6e-8525-478c-b1c4-d1d7870a865d} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:11.263905 [ 260 ] {4d8fda6e-8525-478c-b1c4-d1d7870a865d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:11.264234 [ 260 ] {4d8fda6e-8525-478c-b1c4-d1d7870a865d} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.19 00:58:11.264444 [ 260 ] {4d8fda6e-8525-478c-b1c4-d1d7870a865d} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:11.264579 [ 260 ] {4d8fda6e-8525-478c-b1c4-d1d7870a865d} executeQuery: Read 160 rows, 11.41 KiB in 0.001158 sec., 138169.2573402418 rows/sec., 9.62 MiB/sec. 2026.03.19 00:58:11.264616 [ 260 ] {4d8fda6e-8525-478c-b1c4-d1d7870a865d} TCPHandler: Processed in 0.001315519 sec. 2026.03.19 00:58:11.264717 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:11.264808 [ 260 ] {91424eef-c753-44ae-95b7-02a4c320d2cc} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:58:11.264863 [ 260 ] {91424eef-c753-44ae-95b7-02a4c320d2cc} 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.03.19 00:58:11.265579 [ 260 ] {91424eef-c753-44ae-95b7-02a4c320d2cc} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:11.265616 [ 260 ] {91424eef-c753-44ae-95b7-02a4c320d2cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:11.266125 [ 260 ] {91424eef-c753-44ae-95b7-02a4c320d2cc} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.19 00:58:11.266350 [ 260 ] {91424eef-c753-44ae-95b7-02a4c320d2cc} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:11.266485 [ 260 ] {91424eef-c753-44ae-95b7-02a4c320d2cc} executeQuery: Read 13 rows, 23.85 KiB in 0.001694 sec., 7674.144037780402 rows/sec., 13.75 MiB/sec. 2026.03.19 00:58:11.266536 [ 260 ] {91424eef-c753-44ae-95b7-02a4c320d2cc} TCPHandler: Processed in 0.001868081 sec. 2026.03.19 00:58:11.266650 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:11.266743 [ 260 ] {2dcba364-9f5b-458a-9aa7-65ac94b03b1d} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:58:11.266784 [ 260 ] {2dcba364-9f5b-458a-9aa7-65ac94b03b1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:58:11.267112 [ 260 ] {2dcba364-9f5b-458a-9aa7-65ac94b03b1d} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:11.267148 [ 260 ] {2dcba364-9f5b-458a-9aa7-65ac94b03b1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:11.267465 [ 260 ] {2dcba364-9f5b-458a-9aa7-65ac94b03b1d} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.19 00:58:11.267681 [ 260 ] {2dcba364-9f5b-458a-9aa7-65ac94b03b1d} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:11.267812 [ 260 ] {2dcba364-9f5b-458a-9aa7-65ac94b03b1d} executeQuery: Read 60 rows, 4.14 KiB in 0.001086 sec., 55248.61878453039 rows/sec., 3.72 MiB/sec. 2026.03.19 00:58:11.267848 [ 260 ] {2dcba364-9f5b-458a-9aa7-65ac94b03b1d} TCPHandler: Processed in 0.001246667 sec. 2026.03.19 00:58:11.270257 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:11.270298 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:11.275658 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.19 00:58:11.276323 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:11.279172 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2026.03.19 00:58:11.567123 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:11.567300 [ 260 ] {cb575f96-ed53-40cf-bcf6-a90f2e7a39ea} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.19 00:58:11.567369 [ 260 ] {cb575f96-ed53-40cf-bcf6-a90f2e7a39ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.19 00:58:11.567970 [ 260 ] {cb575f96-ed53-40cf-bcf6-a90f2e7a39ea} oximeter.fields_i16 (c97ae8e6-4b88-4382-a85b-3715ba41c5df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:11.568017 [ 260 ] {cb575f96-ed53-40cf-bcf6-a90f2e7a39ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:11.568386 [ 260 ] {cb575f96-ed53-40cf-bcf6-a90f2e7a39ea} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 00:58:11.568609 [ 260 ] {cb575f96-ed53-40cf-bcf6-a90f2e7a39ea} oximeter.fields_i16 (c97ae8e6-4b88-4382-a85b-3715ba41c5df): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:11.568762 [ 260 ] {cb575f96-ed53-40cf-bcf6-a90f2e7a39ea} executeQuery: Read 24 rows, 2.04 KiB in 0.00151 sec., 15894.039735099337 rows/sec., 1.32 MiB/sec. 2026.03.19 00:58:11.568808 [ 260 ] {cb575f96-ed53-40cf-bcf6-a90f2e7a39ea} TCPHandler: Processed in 0.00181532 sec. 2026.03.19 00:58:11.568928 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:11.569027 [ 260 ] {4e124566-841e-4d9f-9af6-287e28b91db7} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 00:58:11.569071 [ 260 ] {4e124566-841e-4d9f-9af6-287e28b91db7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 00:58:11.569463 [ 260 ] {4e124566-841e-4d9f-9af6-287e28b91db7} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:11.569501 [ 260 ] {4e124566-841e-4d9f-9af6-287e28b91db7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:11.569792 [ 260 ] {4e124566-841e-4d9f-9af6-287e28b91db7} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 00:58:11.570008 [ 260 ] {4e124566-841e-4d9f-9af6-287e28b91db7} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:11.570137 [ 260 ] {4e124566-841e-4d9f-9af6-287e28b91db7} executeQuery: Read 2 rows, 167.00 B in 0.001132 sec., 1766.7844522968198 rows/sec., 144.07 KiB/sec. 2026.03.19 00:58:11.570174 [ 260 ] {4e124566-841e-4d9f-9af6-287e28b91db7} TCPHandler: Processed in 0.001294738 sec. 2026.03.19 00:58:11.570281 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:11.570374 [ 260 ] {7659b0c8-6edd-4f52-a2a1-e95e205952d7} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:58:11.570413 [ 260 ] {7659b0c8-6edd-4f52-a2a1-e95e205952d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:58:11.571541 [ 260 ] {7659b0c8-6edd-4f52-a2a1-e95e205952d7} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:11.571579 [ 260 ] {7659b0c8-6edd-4f52-a2a1-e95e205952d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:11.572001 [ 260 ] {7659b0c8-6edd-4f52-a2a1-e95e205952d7} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.19 00:58:11.572205 [ 260 ] {7659b0c8-6edd-4f52-a2a1-e95e205952d7} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:11.572335 [ 260 ] {7659b0c8-6edd-4f52-a2a1-e95e205952d7} executeQuery: Read 2113 rows, 164.98 KiB in 0.00198 sec., 1067171.7171717172 rows/sec., 81.37 MiB/sec. 2026.03.19 00:58:11.572372 [ 260 ] {7659b0c8-6edd-4f52-a2a1-e95e205952d7} TCPHandler: Processed in 0.002139487 sec. 2026.03.19 00:58:11.572503 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:11.572617 [ 260 ] {03e74e1c-fe6b-4ea7-b414-682b7e13b2d2} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:58:11.572666 [ 260 ] {03e74e1c-fe6b-4ea7-b414-682b7e13b2d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:58:11.573169 [ 260 ] {03e74e1c-fe6b-4ea7-b414-682b7e13b2d2} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:11.573212 [ 260 ] {03e74e1c-fe6b-4ea7-b414-682b7e13b2d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:11.573556 [ 260 ] {03e74e1c-fe6b-4ea7-b414-682b7e13b2d2} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.19 00:58:11.573768 [ 260 ] {03e74e1c-fe6b-4ea7-b414-682b7e13b2d2} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:11.573899 [ 260 ] {03e74e1c-fe6b-4ea7-b414-682b7e13b2d2} executeQuery: Read 51 rows, 3.88 KiB in 0.001306 sec., 39050.53598774885 rows/sec., 2.90 MiB/sec. 2026.03.19 00:58:11.573936 [ 260 ] {03e74e1c-fe6b-4ea7-b414-682b7e13b2d2} TCPHandler: Processed in 0.001501113 sec. 2026.03.19 00:58:11.574040 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:11.574131 [ 260 ] {24a1826e-f1cd-4221-8fd8-1d9b442403b3} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 00:58:11.574170 [ 260 ] {24a1826e-f1cd-4221-8fd8-1d9b442403b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 00:58:11.574720 [ 260 ] {24a1826e-f1cd-4221-8fd8-1d9b442403b3} oximeter.fields_u32 (07ee9360-dbdb-41f1-bf21-931c2f22f543): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:11.574756 [ 260 ] {24a1826e-f1cd-4221-8fd8-1d9b442403b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:11.575071 [ 260 ] {24a1826e-f1cd-4221-8fd8-1d9b442403b3} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 00:58:11.575274 [ 260 ] {24a1826e-f1cd-4221-8fd8-1d9b442403b3} oximeter.fields_u32 (07ee9360-dbdb-41f1-bf21-931c2f22f543): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:11.575396 [ 260 ] {24a1826e-f1cd-4221-8fd8-1d9b442403b3} executeQuery: Read 732 rows, 44.33 KiB in 0.001283 sec., 570537.8020265003 rows/sec., 33.74 MiB/sec. 2026.03.19 00:58:11.575434 [ 260 ] {24a1826e-f1cd-4221-8fd8-1d9b442403b3} TCPHandler: Processed in 0.001441182 sec. 2026.03.19 00:58:11.575542 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:11.575633 [ 260 ] {f9bc57ee-aacf-43f4-86b3-bf2172a93fe8} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.19 00:58:11.575672 [ 260 ] {f9bc57ee-aacf-43f4-86b3-bf2172a93fe8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.19 00:58:11.576037 [ 260 ] {f9bc57ee-aacf-43f4-86b3-bf2172a93fe8} oximeter.fields_u64 (c95f3192-ba09-4763-b29d-c6e6af3f656f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:11.576072 [ 260 ] {f9bc57ee-aacf-43f4-86b3-bf2172a93fe8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:11.576337 [ 260 ] {f9bc57ee-aacf-43f4-86b3-bf2172a93fe8} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 00:58:11.576538 [ 260 ] {f9bc57ee-aacf-43f4-86b3-bf2172a93fe8} oximeter.fields_u64 (c95f3192-ba09-4763-b29d-c6e6af3f656f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:11.576660 [ 260 ] {f9bc57ee-aacf-43f4-86b3-bf2172a93fe8} executeQuery: Read 1 rows, 72.00 B in 0.001045 sec., 956.9377990430622 rows/sec., 67.28 KiB/sec. 2026.03.19 00:58:11.576698 [ 260 ] {f9bc57ee-aacf-43f4-86b3-bf2172a93fe8} TCPHandler: Processed in 0.001202066 sec. 2026.03.19 00:58:11.576795 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:11.576885 [ 260 ] {6ccbd4a6-352e-471f-bc4f-d28d71fbf66a} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.19 00:58:11.576923 [ 260 ] {6ccbd4a6-352e-471f-bc4f-d28d71fbf66a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.19 00:58:11.577296 [ 260 ] {6ccbd4a6-352e-471f-bc4f-d28d71fbf66a} oximeter.fields_u8 (d2f01f0b-4d3a-4853-a9fa-9607d1b65676): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:11.577331 [ 260 ] {6ccbd4a6-352e-471f-bc4f-d28d71fbf66a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:11.577610 [ 260 ] {6ccbd4a6-352e-471f-bc4f-d28d71fbf66a} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 00:58:11.577815 [ 260 ] {6ccbd4a6-352e-471f-bc4f-d28d71fbf66a} oximeter.fields_u8 (d2f01f0b-4d3a-4853-a9fa-9607d1b65676): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:11.577937 [ 260 ] {6ccbd4a6-352e-471f-bc4f-d28d71fbf66a} executeQuery: Read 12 rows, 960.00 B in 0.001069 sec., 11225.444340505144 rows/sec., 876.99 KiB/sec. 2026.03.19 00:58:11.577975 [ 260 ] {6ccbd4a6-352e-471f-bc4f-d28d71fbf66a} TCPHandler: Processed in 0.001225637 sec. 2026.03.19 00:58:11.578081 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:11.578170 [ 260 ] {7eb24bea-6784-4ec0-8d78-ff0a0103ee71} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:58:11.578208 [ 260 ] {7eb24bea-6784-4ec0-8d78-ff0a0103ee71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:58:11.578879 [ 260 ] {7eb24bea-6784-4ec0-8d78-ff0a0103ee71} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:11.578915 [ 260 ] {7eb24bea-6784-4ec0-8d78-ff0a0103ee71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:11.579236 [ 260 ] {7eb24bea-6784-4ec0-8d78-ff0a0103ee71} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.19 00:58:11.579440 [ 260 ] {7eb24bea-6784-4ec0-8d78-ff0a0103ee71} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:11.579569 [ 260 ] {7eb24bea-6784-4ec0-8d78-ff0a0103ee71} executeQuery: Read 1075 rows, 76.73 KiB in 0.001416 sec., 759180.790960452 rows/sec., 52.91 MiB/sec. 2026.03.19 00:58:11.579604 [ 260 ] {7eb24bea-6784-4ec0-8d78-ff0a0103ee71} TCPHandler: Processed in 0.001570424 sec. 2026.03.19 00:58:11.579712 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:11.579802 [ 260 ] {0761ed0d-5e2b-42b1-a37b-63180ed2faf0} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:58:11.579845 [ 260 ] {0761ed0d-5e2b-42b1-a37b-63180ed2faf0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:58:11.580415 [ 260 ] {0761ed0d-5e2b-42b1-a37b-63180ed2faf0} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:11.580452 [ 260 ] {0761ed0d-5e2b-42b1-a37b-63180ed2faf0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:11.580843 [ 260 ] {0761ed0d-5e2b-42b1-a37b-63180ed2faf0} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.19 00:58:11.581051 [ 260 ] {0761ed0d-5e2b-42b1-a37b-63180ed2faf0} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:11.581176 [ 260 ] {0761ed0d-5e2b-42b1-a37b-63180ed2faf0} executeQuery: Read 1254 rows, 80.98 KiB in 0.001392 sec., 900862.0689655172 rows/sec., 56.81 MiB/sec. 2026.03.19 00:58:11.581211 [ 260 ] {0761ed0d-5e2b-42b1-a37b-63180ed2faf0} TCPHandler: Processed in 0.001545544 sec. 2026.03.19 00:58:11.581341 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:11.581464 [ 260 ] {9ebc832d-f84e-43cf-a155-3fd1365215e4} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:58:11.581532 [ 260 ] {9ebc832d-f84e-43cf-a155-3fd1365215e4} 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.03.19 00:58:11.582441 [ 260 ] {9ebc832d-f84e-43cf-a155-3fd1365215e4} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:11.582478 [ 260 ] {9ebc832d-f84e-43cf-a155-3fd1365215e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:11.583032 [ 260 ] {9ebc832d-f84e-43cf-a155-3fd1365215e4} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.19 00:58:11.583260 [ 260 ] {9ebc832d-f84e-43cf-a155-3fd1365215e4} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:11.583397 [ 260 ] {9ebc832d-f84e-43cf-a155-3fd1365215e4} executeQuery: Read 37 rows, 67.89 KiB in 0.001958 sec., 18896.833503575075 rows/sec., 33.86 MiB/sec. 2026.03.19 00:58:11.583451 [ 260 ] {9ebc832d-f84e-43cf-a155-3fd1365215e4} TCPHandler: Processed in 0.002171038 sec. 2026.03.19 00:58:11.583567 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:11.583662 [ 260 ] {3c910a41-e5a4-4a1b-b9c7-431a05782841} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:58:11.583704 [ 260 ] {3c910a41-e5a4-4a1b-b9c7-431a05782841} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:58:11.584021 [ 260 ] {3c910a41-e5a4-4a1b-b9c7-431a05782841} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:11.584056 [ 260 ] {3c910a41-e5a4-4a1b-b9c7-431a05782841} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:11.584359 [ 260 ] {3c910a41-e5a4-4a1b-b9c7-431a05782841} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.19 00:58:11.584575 [ 260 ] {3c910a41-e5a4-4a1b-b9c7-431a05782841} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:11.584704 [ 260 ] {3c910a41-e5a4-4a1b-b9c7-431a05782841} executeQuery: Read 12 rows, 848.00 B in 0.001061 sec., 11310.084825636191 rows/sec., 780.51 KiB/sec. 2026.03.19 00:58:11.584739 [ 260 ] {3c910a41-e5a4-4a1b-b9c7-431a05782841} TCPHandler: Processed in 0.001221816 sec. 2026.03.19 00:58:12.000212 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 260.09 MiB, peak 270.18 MiB, free memory in arenas 0.00 B, will set to 258.36 MiB (RSS), difference: -1.73 MiB 2026.03.19 00:58:12.894615 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53152 2026.03.19 00:58:12.894726 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:58:12.894754 [ 291 ] {} TCP-Session: 9d840a91-a609-46bf-beda-b7336df50bab Authenticating user 'default' from [fd00:1122:3344:101::e]:53152 2026.03.19 00:58:12.894776 [ 291 ] {} TCP-Session: 9d840a91-a609-46bf-beda-b7336df50bab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:12.894790 [ 291 ] {} TCP-Session: 9d840a91-a609-46bf-beda-b7336df50bab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:12.895011 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52009 2026.03.19 00:58:12.895038 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40001 2026.03.19 00:58:12.895072 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50980 2026.03.19 00:58:12.895080 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41492 2026.03.19 00:58:12.895113 [ 291 ] {} TCP-Session: 9d840a91-a609-46bf-beda-b7336df50bab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:12.895128 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:58:12.895069 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64147 2026.03.19 00:58:12.895168 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:58:12.895180 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:58:12.895229 [ 289 ] {} TCP-Session: 6a9f85b2-4df9-4101-a9df-27a559295ae0 Authenticating user 'default' from [fd00:1122:3344:101::e]:50980 2026.03.19 00:58:12.895164 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:58:12.895261 [ 290 ] {} TCP-Session: 5a8a354e-2ca5-46a4-9d3a-8b6af3e8355b Authenticating user 'default' from [fd00:1122:3344:101::e]:41492 2026.03.19 00:58:12.895280 [ 289 ] {} TCP-Session: 6a9f85b2-4df9-4101-a9df-27a559295ae0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:12.895295 [ 291 ] {8a13cdc7-46d3-4fbf-b041-38550f0cbf55} executeQuery: (from [fd00:1122:3344:101::e]:53152) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 00:58:12.895317 [ 289 ] {} TCP-Session: 6a9f85b2-4df9-4101-a9df-27a559295ae0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:12.895308 [ 290 ] {} TCP-Session: 5a8a354e-2ca5-46a4-9d3a-8b6af3e8355b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:12.895299 [ 294 ] {} TCP-Session: da5b9516-8f6d-4e57-bd81-364052fb06eb Authenticating user 'default' from [fd00:1122:3344:101::e]:40001 2026.03.19 00:58:12.895367 [ 290 ] {} TCP-Session: 5a8a354e-2ca5-46a4-9d3a-8b6af3e8355b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:12.895381 [ 294 ] {} TCP-Session: da5b9516-8f6d-4e57-bd81-364052fb06eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:12.895272 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:58:12.895398 [ 294 ] {} TCP-Session: da5b9516-8f6d-4e57-bd81-364052fb06eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:12.895048 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34667 2026.03.19 00:58:12.895432 [ 288 ] {} TCP-Session: b88fb24e-2abd-4a2b-8325-c5b437efb6ab Authenticating user 'default' from [fd00:1122:3344:101::e]:64147 2026.03.19 00:58:12.895038 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37990 2026.03.19 00:58:12.895478 [ 288 ] {} TCP-Session: b88fb24e-2abd-4a2b-8325-c5b437efb6ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:12.895500 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:58:12.895522 [ 288 ] {} TCP-Session: b88fb24e-2abd-4a2b-8325-c5b437efb6ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:12.895014 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64001 2026.03.19 00:58:12.895542 [ 287 ] {} TCP-Session: 6f087769-9db9-4320-9185-a82e7676d87f Authenticating user 'default' from [fd00:1122:3344:101::e]:34667 2026.03.19 00:58:12.895544 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:58:12.895582 [ 287 ] {} TCP-Session: 6f087769-9db9-4320-9185-a82e7676d87f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:12.895584 [ 291 ] {8a13cdc7-46d3-4fbf-b041-38550f0cbf55} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 00:58:12.895618 [ 287 ] {} TCP-Session: 6f087769-9db9-4320-9185-a82e7676d87f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:12.895616 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:58:12.895613 [ 259 ] {} TCP-Session: 7e1c8226-67fa-4462-ab5c-69c7c657bccc Authenticating user 'default' from [fd00:1122:3344:101::e]:37990 2026.03.19 00:58:12.895659 [ 291 ] {8a13cdc7-46d3-4fbf-b041-38550f0cbf55} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:58:12.895658 [ 293 ] {} TCP-Session: 59ba9911-97a2-47f0-aaaf-d21bcc16dad3 Authenticating user 'default' from [fd00:1122:3344:101::e]:64001 2026.03.19 00:58:12.895677 [ 259 ] {} TCP-Session: 7e1c8226-67fa-4462-ab5c-69c7c657bccc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:12.895696 [ 293 ] {} TCP-Session: 59ba9911-97a2-47f0-aaaf-d21bcc16dad3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:12.895711 [ 259 ] {} TCP-Session: 7e1c8226-67fa-4462-ab5c-69c7c657bccc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:12.895722 [ 293 ] {} TCP-Session: 59ba9911-97a2-47f0-aaaf-d21bcc16dad3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:12.895178 [ 292 ] {} TCP-Session: 10ee8951-10e8-4bd5-9f04-a497da114111 Authenticating user 'default' from [fd00:1122:3344:101::e]:52009 2026.03.19 00:58:12.895767 [ 292 ] {} TCP-Session: 10ee8951-10e8-4bd5-9f04-a497da114111 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:12.895780 [ 292 ] {} TCP-Session: 10ee8951-10e8-4bd5-9f04-a497da114111 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:12.895953 [ 291 ] {8a13cdc7-46d3-4fbf-b041-38550f0cbf55} oximeter.version (9f694a03-7783-4184-bbfb-7ad9e678e8cc) (SelectExecutor): Key condition: unknown 2026.03.19 00:58:12.896887 [ 331 ] {8a13cdc7-46d3-4fbf-b041-38550f0cbf55} AggregatingTransform: Aggregating 2026.03.19 00:58:12.896939 [ 331 ] {8a13cdc7-46d3-4fbf-b041-38550f0cbf55} Aggregator: Aggregation method: without_key 2026.03.19 00:58:12.896974 [ 331 ] {8a13cdc7-46d3-4fbf-b041-38550f0cbf55} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00091883 sec. (1088.341 rows/sec., 42.51 KiB/sec.) 2026.03.19 00:58:12.896991 [ 331 ] {8a13cdc7-46d3-4fbf-b041-38550f0cbf55} Aggregator: Merging aggregated data 2026.03.19 00:58:12.898362 [ 291 ] {8a13cdc7-46d3-4fbf-b041-38550f0cbf55} executeQuery: Read 1 rows, 40.00 B in 0.003125 sec., 320 rows/sec., 12.50 KiB/sec. 2026.03.19 00:58:12.898488 [ 291 ] {8a13cdc7-46d3-4fbf-b041-38550f0cbf55} TCPHandler: Processed in 0.003492567 sec. 2026.03.19 00:58:12.898605 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 00:58:12.898636 [ 291 ] {} TCP-Session: 9d840a91-a609-46bf-beda-b7336df50bab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:12.898637 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 00:58:12.898654 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 00:58:12.898675 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.19 00:58:12.898691 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 00:58:12.898707 [ 292 ] {} TCP-Session: 10ee8951-10e8-4bd5-9f04-a497da114111 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:12.898723 [ 287 ] {} TCP-Session: 6f087769-9db9-4320-9185-a82e7676d87f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:12.898739 [ 293 ] {} TCP-Session: 59ba9911-97a2-47f0-aaaf-d21bcc16dad3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:12.898733 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 00:58:12.898767 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.19 00:58:12.898750 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 00:58:12.898797 [ 288 ] {} TCP-Session: b88fb24e-2abd-4a2b-8325-c5b437efb6ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:12.898815 [ 289 ] {} TCP-Session: 6a9f85b2-4df9-4101-a9df-27a559295ae0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:12.898842 [ 294 ] {} TCP-Session: da5b9516-8f6d-4e57-bd81-364052fb06eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:12.898711 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.19 00:58:12.898690 [ 290 ] {} TCP-Session: 5a8a354e-2ca5-46a4-9d3a-8b6af3e8355b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:12.898891 [ 259 ] {} TCP-Session: 7e1c8226-67fa-4462-ab5c-69c7c657bccc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:58:16.255747 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:16.256061 [ 260 ] {e08cfef2-a82c-46a4-9edb-b63515012ed6} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:58:16.256165 [ 260 ] {e08cfef2-a82c-46a4-9edb-b63515012ed6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:58:16.257138 [ 260 ] {e08cfef2-a82c-46a4-9edb-b63515012ed6} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:16.257180 [ 260 ] {e08cfef2-a82c-46a4-9edb-b63515012ed6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:16.257554 [ 260 ] {e08cfef2-a82c-46a4-9edb-b63515012ed6} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.19 00:58:16.257775 [ 260 ] {e08cfef2-a82c-46a4-9edb-b63515012ed6} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:16.257928 [ 260 ] {e08cfef2-a82c-46a4-9edb-b63515012ed6} executeQuery: Read 56 rows, 4.38 KiB in 0.001943 sec., 28821.410190427174 rows/sec., 2.20 MiB/sec. 2026.03.19 00:58:16.257970 [ 260 ] {e08cfef2-a82c-46a4-9edb-b63515012ed6} TCPHandler: Processed in 0.002362272 sec. 2026.03.19 00:58:16.258108 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:16.258210 [ 260 ] {0da13a8e-246c-4c19-94f9-3e0773812e67} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:58:16.258249 [ 260 ] {0da13a8e-246c-4c19-94f9-3e0773812e67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:58:16.258767 [ 260 ] {0da13a8e-246c-4c19-94f9-3e0773812e67} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:16.258801 [ 260 ] {0da13a8e-246c-4c19-94f9-3e0773812e67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:16.259102 [ 260 ] {0da13a8e-246c-4c19-94f9-3e0773812e67} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.19 00:58:16.259308 [ 260 ] {0da13a8e-246c-4c19-94f9-3e0773812e67} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:16.259434 [ 260 ] {0da13a8e-246c-4c19-94f9-3e0773812e67} executeQuery: Read 64 rows, 5.12 KiB in 0.001242 sec., 51529.790660225444 rows/sec., 4.02 MiB/sec. 2026.03.19 00:58:16.259470 [ 260 ] {0da13a8e-246c-4c19-94f9-3e0773812e67} TCPHandler: Processed in 0.001410021 sec. 2026.03.19 00:58:16.259598 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:16.259691 [ 260 ] {58089efa-f193-4244-adf8-eeabb853cf66} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:58:16.259733 [ 260 ] {58089efa-f193-4244-adf8-eeabb853cf66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:58:16.260288 [ 260 ] {58089efa-f193-4244-adf8-eeabb853cf66} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:16.260327 [ 260 ] {58089efa-f193-4244-adf8-eeabb853cf66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:16.260670 [ 260 ] {58089efa-f193-4244-adf8-eeabb853cf66} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.19 00:58:16.260875 [ 260 ] {58089efa-f193-4244-adf8-eeabb853cf66} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:16.261001 [ 260 ] {58089efa-f193-4244-adf8-eeabb853cf66} executeQuery: Read 128 rows, 9.13 KiB in 0.001329 sec., 96313.0173062453 rows/sec., 6.71 MiB/sec. 2026.03.19 00:58:16.261037 [ 260 ] {58089efa-f193-4244-adf8-eeabb853cf66} TCPHandler: Processed in 0.001494742 sec. 2026.03.19 00:58:16.261161 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:16.261272 [ 260 ] {af99979a-938b-4cd3-8f51-ac19f31a30c1} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:58:16.261314 [ 260 ] {af99979a-938b-4cd3-8f51-ac19f31a30c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:58:16.261650 [ 260 ] {af99979a-938b-4cd3-8f51-ac19f31a30c1} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:16.261684 [ 260 ] {af99979a-938b-4cd3-8f51-ac19f31a30c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:16.261976 [ 260 ] {af99979a-938b-4cd3-8f51-ac19f31a30c1} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.19 00:58:16.262178 [ 260 ] {af99979a-938b-4cd3-8f51-ac19f31a30c1} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:16.262299 [ 260 ] {af99979a-938b-4cd3-8f51-ac19f31a30c1} executeQuery: Read 48 rows, 3.31 KiB in 0.001046 sec., 45889.10133843212 rows/sec., 3.09 MiB/sec. 2026.03.19 00:58:16.262333 [ 260 ] {af99979a-938b-4cd3-8f51-ac19f31a30c1} TCPHandler: Processed in 0.001220247 sec. 2026.03.19 00:58:18.155404 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12009 2026.03.19 00:58:18.155908 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:18.155945 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:18.156424 [ 245 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.19 00:58:18.156658 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:18.156800 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12009 2026.03.19 00:58:18.779380 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2026.03.19 00:58:18.798235 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:18.798291 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:18.803856 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.19 00:58:18.804772 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:18.808009 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2026.03.19 00:58:20.677282 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 718 2026.03.19 00:58:20.679771 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:20.679812 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:20.681002 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.19 00:58:20.681265 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:20.681528 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 718 2026.03.19 00:58:21.258149 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:21.258413 [ 260 ] {fd2c1cbb-0dca-4541-8037-6f274ecd40ec} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:58:21.258514 [ 260 ] {fd2c1cbb-0dca-4541-8037-6f274ecd40ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:58:21.259328 [ 260 ] {fd2c1cbb-0dca-4541-8037-6f274ecd40ec} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:21.259374 [ 260 ] {fd2c1cbb-0dca-4541-8037-6f274ecd40ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:21.259776 [ 260 ] {fd2c1cbb-0dca-4541-8037-6f274ecd40ec} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.19 00:58:21.260016 [ 260 ] {fd2c1cbb-0dca-4541-8037-6f274ecd40ec} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:21.260175 [ 260 ] {fd2c1cbb-0dca-4541-8037-6f274ecd40ec} executeQuery: Read 82 rows, 6.97 KiB in 0.001833 sec., 44735.4064375341 rows/sec., 3.71 MiB/sec. 2026.03.19 00:58:21.260188 [ 66 ] {} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.19 00:58:21.260218 [ 260 ] {fd2c1cbb-0dca-4541-8037-6f274ecd40ec} TCPHandler: Processed in 0.00225059 sec. 2026.03.19 00:58:21.260257 [ 66 ] {} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:21.260285 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:21.260361 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:21.260391 [ 188 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::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.03.19 00:58:21.260461 [ 260 ] {b70279be-3fb3-416b-a61e-1e20222020d3} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:58:21.260508 [ 260 ] {b70279be-3fb3-416b-a61e-1e20222020d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:58:21.260525 [ 188 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:58:21.260563 [ 188 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2147 rows starting from the beginning of the part 2026.03.19 00:58:21.260628 [ 188 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 112 rows starting from the beginning of the part 2026.03.19 00:58:21.260674 [ 188 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 82 rows starting from the beginning of the part 2026.03.19 00:58:21.260714 [ 188 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 2113 rows starting from the beginning of the part 2026.03.19 00:58:21.260752 [ 188 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 56 rows starting from the beginning of the part 2026.03.19 00:58:21.260809 [ 188 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 82 rows starting from the beginning of the part 2026.03.19 00:58:21.260932 [ 260 ] {b70279be-3fb3-416b-a61e-1e20222020d3} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:21.260976 [ 260 ] {b70279be-3fb3-416b-a61e-1e20222020d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:21.261353 [ 260 ] {b70279be-3fb3-416b-a61e-1e20222020d3} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.19 00:58:21.261603 [ 260 ] {b70279be-3fb3-416b-a61e-1e20222020d3} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:21.261744 [ 260 ] {b70279be-3fb3-416b-a61e-1e20222020d3} executeQuery: Read 13 rows, 1001.00 B in 0.001301 sec., 9992.313604919293 rows/sec., 751.38 KiB/sec. 2026.03.19 00:58:21.261783 [ 260 ] {b70279be-3fb3-416b-a61e-1e20222020d3} TCPHandler: Processed in 0.001472292 sec. 2026.03.19 00:58:21.261903 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:21.261999 [ 260 ] {e0163d74-5629-4a43-b53f-853c2ee3eb37} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:58:21.262041 [ 260 ] {e0163d74-5629-4a43-b53f-853c2ee3eb37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:58:21.262483 [ 260 ] {e0163d74-5629-4a43-b53f-853c2ee3eb37} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:21.262491 [ 188 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 4592 rows, containing 5 columns (5 merged, 0 gathered) in 0.002147227 sec., 2138572.214302447 rows/sec., 172.39 MiB/sec. 2026.03.19 00:58:21.262524 [ 260 ] {e0163d74-5629-4a43-b53f-853c2ee3eb37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:21.262744 [ 200 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.19 00:58:21.262865 [ 260 ] {e0163d74-5629-4a43-b53f-853c2ee3eb37} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.19 00:58:21.263083 [ 200 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_41_8} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:21.263157 [ 260 ] {e0163d74-5629-4a43-b53f-853c2ee3eb37} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:21.263170 [ 200 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_41_8} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.19 00:58:21.263261 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.00 MiB. 2026.03.19 00:58:21.263330 [ 66 ] {} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.19 00:58:21.263350 [ 260 ] {e0163d74-5629-4a43-b53f-853c2ee3eb37} executeQuery: Read 77 rows, 6.16 KiB in 0.001368 sec., 56286.54970760234 rows/sec., 4.39 MiB/sec. 2026.03.19 00:58:21.263378 [ 66 ] {} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:21.263411 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:21.263421 [ 260 ] {e0163d74-5629-4a43-b53f-853c2ee3eb37} TCPHandler: Processed in 0.001566894 sec. 2026.03.19 00:58:21.263487 [ 192 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::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.03.19 00:58:21.263557 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:21.263585 [ 192 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:58:21.263617 [ 192 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1122 rows starting from the beginning of the part 2026.03.19 00:58:21.263658 [ 260 ] {f4a95025-febd-41e1-bc20-2aed41ebab95} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:58:21.263671 [ 192 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 92 rows starting from the beginning of the part 2026.03.19 00:58:21.263710 [ 260 ] {f4a95025-febd-41e1-bc20-2aed41ebab95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:58:21.263727 [ 192 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 77 rows starting from the beginning of the part 2026.03.19 00:58:21.263776 [ 192 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1075 rows starting from the beginning of the part 2026.03.19 00:58:21.263814 [ 192 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 64 rows starting from the beginning of the part 2026.03.19 00:58:21.263852 [ 192 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 77 rows starting from the beginning of the part 2026.03.19 00:58:21.264138 [ 260 ] {f4a95025-febd-41e1-bc20-2aed41ebab95} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:21.264178 [ 260 ] {f4a95025-febd-41e1-bc20-2aed41ebab95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:21.264534 [ 260 ] {f4a95025-febd-41e1-bc20-2aed41ebab95} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.19 00:58:21.264758 [ 260 ] {f4a95025-febd-41e1-bc20-2aed41ebab95} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:21.264864 [ 66 ] {} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.19 00:58:21.264891 [ 260 ] {f4a95025-febd-41e1-bc20-2aed41ebab95} executeQuery: Read 160 rows, 11.41 KiB in 0.001251 sec., 127897.6818545164 rows/sec., 8.91 MiB/sec. 2026.03.19 00:58:21.264894 [ 66 ] {} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:21.264933 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:21.264935 [ 260 ] {f4a95025-febd-41e1-bc20-2aed41ebab95} TCPHandler: Processed in 0.001431631 sec. 2026.03.19 00:58:21.264965 [ 188 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2507 rows, containing 5 columns (5 merged, 0 gathered) in 0.001510883 sec., 1659294.5979271724 rows/sec., 123.98 MiB/sec. 2026.03.19 00:58:21.264998 [ 200 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::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.03.19 00:58:21.265065 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:21.265088 [ 200 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:58:21.265123 [ 200 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 12150 rows starting from the beginning of the part 2026.03.19 00:58:21.265127 [ 188 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.19 00:58:21.265176 [ 200 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part 2026.03.19 00:58:21.265190 [ 260 ] {6640ddeb-d826-46f1-bbe4-9c3555225b14} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:58:21.265220 [ 200 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::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.03.19 00:58:21.265267 [ 200 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1254 rows starting from the beginning of the part 2026.03.19 00:58:21.265274 [ 260 ] {6640ddeb-d826-46f1-bbe4-9c3555225b14} 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.03.19 00:58:21.265307 [ 200 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 128 rows starting from the beginning of the part 2026.03.19 00:58:21.265366 [ 200 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::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.03.19 00:58:21.265473 [ 188 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_41_8} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:21.265559 [ 188 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_41_8} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.19 00:58:21.265645 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2026.03.19 00:58:21.266180 [ 260 ] {6640ddeb-d826-46f1-bbe4-9c3555225b14} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:21.266219 [ 260 ] {6640ddeb-d826-46f1-bbe4-9c3555225b14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:21.266827 [ 260 ] {6640ddeb-d826-46f1-bbe4-9c3555225b14} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.19 00:58:21.267087 [ 260 ] {6640ddeb-d826-46f1-bbe4-9c3555225b14} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:21.267246 [ 260 ] {6640ddeb-d826-46f1-bbe4-9c3555225b14} executeQuery: Read 13 rows, 23.85 KiB in 0.002079 sec., 6253.006253006252 rows/sec., 11.21 MiB/sec. 2026.03.19 00:58:21.267317 [ 260 ] {6640ddeb-d826-46f1-bbe4-9c3555225b14} TCPHandler: Processed in 0.002307281 sec. 2026.03.19 00:58:21.267437 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:21.267543 [ 260 ] {42fe179e-783d-4ba8-8972-c8b16ec0af8e} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:58:21.267595 [ 260 ] {42fe179e-783d-4ba8-8972-c8b16ec0af8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:58:21.267967 [ 260 ] {42fe179e-783d-4ba8-8972-c8b16ec0af8e} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:21.268008 [ 260 ] {42fe179e-783d-4ba8-8972-c8b16ec0af8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:21.268361 [ 260 ] {42fe179e-783d-4ba8-8972-c8b16ec0af8e} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.19 00:58:21.268534 [ 187 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 14012 rows, containing 5 columns (5 merged, 0 gathered) in 0.003558688 sec., 3937406.1451860913 rows/sec., 259.97 MiB/sec. 2026.03.19 00:58:21.268603 [ 260 ] {42fe179e-783d-4ba8-8972-c8b16ec0af8e} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:21.268727 [ 66 ] {} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.19 00:58:21.268748 [ 260 ] {42fe179e-783d-4ba8-8972-c8b16ec0af8e} executeQuery: Read 60 rows, 4.14 KiB in 0.001222 sec., 49099.836333878884 rows/sec., 3.31 MiB/sec. 2026.03.19 00:58:21.268767 [ 66 ] {} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:21.268795 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:21.268798 [ 260 ] {42fe179e-783d-4ba8-8972-c8b16ec0af8e} TCPHandler: Processed in 0.001411171 sec. 2026.03.19 00:58:21.268866 [ 188 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.19 00:58:21.268867 [ 192 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::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.03.19 00:58:21.268971 [ 192 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:58:21.268996 [ 192 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1860 rows starting from the beginning of the part 2026.03.19 00:58:21.269037 [ 192 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part 2026.03.19 00:58:21.269074 [ 192 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::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.03.19 00:58:21.269106 [ 192 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 12 rows starting from the beginning of the part 2026.03.19 00:58:21.269138 [ 192 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 48 rows starting from the beginning of the part 2026.03.19 00:58:21.269152 [ 188 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_41_8} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:21.269170 [ 192 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::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.03.19 00:58:21.269229 [ 188 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_41_8} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.19 00:58:21.269303 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.48 MiB. 2026.03.19 00:58:21.270105 [ 197 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2100 rows, containing 4 columns (4 merged, 0 gathered) in 0.001264748 sec., 1660409.82077062 rows/sec., 111.90 MiB/sec. 2026.03.19 00:58:21.270395 [ 202 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.19 00:58:21.270719 [ 202 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_41_8} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:21.270803 [ 202 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_41_8} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.19 00:58:21.270914 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. 2026.03.19 00:58:23.987010 [ 63 ] {} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.03.19 00:58:23.987087 [ 63 ] {} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:23.987110 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:23.987236 [ 192 ] {5b0a4239-b0a5-4af2-8415-0844258d37cf::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.03.19 00:58:23.987382 [ 192 ] {5b0a4239-b0a5-4af2-8415-0844258d37cf::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:58:23.987423 [ 192 ] {5b0a4239-b0a5-4af2-8415-0844258d37cf::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part 2026.03.19 00:58:23.987502 [ 192 ] {5b0a4239-b0a5-4af2-8415-0844258d37cf::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part 2026.03.19 00:58:23.987557 [ 192 ] {5b0a4239-b0a5-4af2-8415-0844258d37cf::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part 2026.03.19 00:58:23.987606 [ 192 ] {5b0a4239-b0a5-4af2-8415-0844258d37cf::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2026.03.19 00:58:23.987659 [ 192 ] {5b0a4239-b0a5-4af2-8415-0844258d37cf::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part 2026.03.19 00:58:23.988505 [ 202 ] {5b0a4239-b0a5-4af2-8415-0844258d37cf::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001322819 sec., 28726.530235807015 rows/sec., 2.40 MiB/sec. 2026.03.19 00:58:23.988666 [ 202 ] {5b0a4239-b0a5-4af2-8415-0844258d37cf::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.03.19 00:58:23.988955 [ 202 ] {5b0a4239-b0a5-4af2-8415-0844258d37cf::all_1_9_2} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:23.989036 [ 202 ] {5b0a4239-b0a5-4af2-8415-0844258d37cf::all_1_9_2} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.03.19 00:58:23.989139 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.19 00:58:25.555052 [ 56 ] {} DNSResolver: Updating DNS cache 2026.03.19 00:58:25.555130 [ 56 ] {} DNSResolver: Updated DNS cache 2026.03.19 00:58:25.656899 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12457 2026.03.19 00:58:25.657451 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:25.657500 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:25.658057 [ 245 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.19 00:58:25.658290 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:25.658424 [ 56 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.19 00:58:25.658431 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12457 2026.03.19 00:58:25.658475 [ 56 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:25.658499 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:25.658640 [ 195 ] {c4062d85-5db1-44cf-991b-11480bbd7783::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.03.19 00:58:25.658802 [ 195 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:58:25.658844 [ 195 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 10089 rows starting from the beginning of the part 2026.03.19 00:58:25.658925 [ 195 ] {c4062d85-5db1-44cf-991b-11480bbd7783::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.03.19 00:58:25.658976 [ 195 ] {c4062d85-5db1-44cf-991b-11480bbd7783::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.03.19 00:58:25.659025 [ 195 ] {c4062d85-5db1-44cf-991b-11480bbd7783::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.03.19 00:58:25.659069 [ 195 ] {c4062d85-5db1-44cf-991b-11480bbd7783::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.03.19 00:58:25.659109 [ 195 ] {c4062d85-5db1-44cf-991b-11480bbd7783::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.03.19 00:58:25.663259 [ 202 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12457 rows, containing 4 columns (4 merged, 0 gathered) in 0.004678433 sec., 2662643.6672278945 rows/sec., 38.09 MiB/sec. 2026.03.19 00:58:25.663634 [ 192 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.19 00:58:25.663916 [ 192 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_26_5} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:25.663983 [ 192 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_26_5} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.19 00:58:25.664080 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.03.19 00:58:26.258778 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:26.258996 [ 260 ] {d4752c48-24b3-4c2e-965c-336f20284034} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:58:26.259074 [ 260 ] {d4752c48-24b3-4c2e-965c-336f20284034} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:58:26.259771 [ 260 ] {d4752c48-24b3-4c2e-965c-336f20284034} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:26.259823 [ 260 ] {d4752c48-24b3-4c2e-965c-336f20284034} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:26.260247 [ 260 ] {d4752c48-24b3-4c2e-965c-336f20284034} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.19 00:58:26.260482 [ 260 ] {d4752c48-24b3-4c2e-965c-336f20284034} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:26.260648 [ 260 ] {d4752c48-24b3-4c2e-965c-336f20284034} executeQuery: Read 112 rows, 9.67 KiB in 0.00171 sec., 65497.07602339182 rows/sec., 5.52 MiB/sec. 2026.03.19 00:58:26.260700 [ 260 ] {d4752c48-24b3-4c2e-965c-336f20284034} TCPHandler: Processed in 0.002110836 sec. 2026.03.19 00:58:26.260827 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:26.260939 [ 260 ] {c2eb4739-2e05-488c-81ef-f238584feb85} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:58:26.260985 [ 260 ] {c2eb4739-2e05-488c-81ef-f238584feb85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:58:26.261429 [ 260 ] {c2eb4739-2e05-488c-81ef-f238584feb85} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:26.261470 [ 260 ] {c2eb4739-2e05-488c-81ef-f238584feb85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:26.261802 [ 260 ] {c2eb4739-2e05-488c-81ef-f238584feb85} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.19 00:58:26.262018 [ 260 ] {c2eb4739-2e05-488c-81ef-f238584feb85} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:26.262164 [ 260 ] {c2eb4739-2e05-488c-81ef-f238584feb85} executeQuery: Read 28 rows, 2.11 KiB in 0.00125 sec., 22400 rows/sec., 1.64 MiB/sec. 2026.03.19 00:58:26.262205 [ 260 ] {c2eb4739-2e05-488c-81ef-f238584feb85} TCPHandler: Processed in 0.001431671 sec. 2026.03.19 00:58:26.262311 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:26.262409 [ 260 ] {f7aeaf5e-b60f-4c7c-8824-53b00bf15ac5} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:58:26.262453 [ 260 ] {f7aeaf5e-b60f-4c7c-8824-53b00bf15ac5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:58:26.262892 [ 260 ] {f7aeaf5e-b60f-4c7c-8824-53b00bf15ac5} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:26.262930 [ 260 ] {f7aeaf5e-b60f-4c7c-8824-53b00bf15ac5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:26.263255 [ 260 ] {f7aeaf5e-b60f-4c7c-8824-53b00bf15ac5} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.19 00:58:26.263471 [ 260 ] {f7aeaf5e-b60f-4c7c-8824-53b00bf15ac5} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:26.263610 [ 260 ] {f7aeaf5e-b60f-4c7c-8824-53b00bf15ac5} executeQuery: Read 92 rows, 7.36 KiB in 0.001222 sec., 75286.41571194763 rows/sec., 5.88 MiB/sec. 2026.03.19 00:58:26.263648 [ 260 ] {f7aeaf5e-b60f-4c7c-8824-53b00bf15ac5} TCPHandler: Processed in 0.001388971 sec. 2026.03.19 00:58:26.263761 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:26.263860 [ 260 ] {164138a6-74cf-4351-88ab-8f3c0cd53b09} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:58:26.263904 [ 260 ] {164138a6-74cf-4351-88ab-8f3c0cd53b09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:58:26.264311 [ 260 ] {164138a6-74cf-4351-88ab-8f3c0cd53b09} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:26.264348 [ 260 ] {164138a6-74cf-4351-88ab-8f3c0cd53b09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:26.264684 [ 260 ] {164138a6-74cf-4351-88ab-8f3c0cd53b09} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.19 00:58:26.264901 [ 260 ] {164138a6-74cf-4351-88ab-8f3c0cd53b09} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:26.265040 [ 260 ] {164138a6-74cf-4351-88ab-8f3c0cd53b09} executeQuery: Read 160 rows, 11.41 KiB in 0.001201 sec., 133222.31473771855 rows/sec., 9.28 MiB/sec. 2026.03.19 00:58:26.265080 [ 260 ] {164138a6-74cf-4351-88ab-8f3c0cd53b09} TCPHandler: Processed in 0.001367731 sec. 2026.03.19 00:58:26.265204 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:26.265326 [ 260 ] {194f1b16-9843-4e0c-abdf-241e93159667} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:58:26.265393 [ 260 ] {194f1b16-9843-4e0c-abdf-241e93159667} 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.03.19 00:58:26.266279 [ 260 ] {194f1b16-9843-4e0c-abdf-241e93159667} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:26.266317 [ 260 ] {194f1b16-9843-4e0c-abdf-241e93159667} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:26.266871 [ 260 ] {194f1b16-9843-4e0c-abdf-241e93159667} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.19 00:58:26.267101 [ 260 ] {194f1b16-9843-4e0c-abdf-241e93159667} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:26.267242 [ 260 ] {194f1b16-9843-4e0c-abdf-241e93159667} executeQuery: Read 28 rows, 51.38 KiB in 0.001941 sec., 14425.553838227717 rows/sec., 25.85 MiB/sec. 2026.03.19 00:58:26.267294 [ 260 ] {194f1b16-9843-4e0c-abdf-241e93159667} TCPHandler: Processed in 0.002151597 sec. 2026.03.19 00:58:26.267410 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:26.267506 [ 260 ] {d6289581-df98-45eb-8464-5db344afdf2d} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:58:26.267549 [ 260 ] {d6289581-df98-45eb-8464-5db344afdf2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:58:26.267886 [ 260 ] {d6289581-df98-45eb-8464-5db344afdf2d} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:26.267923 [ 260 ] {d6289581-df98-45eb-8464-5db344afdf2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:26.268234 [ 260 ] {d6289581-df98-45eb-8464-5db344afdf2d} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.19 00:58:26.268447 [ 260 ] {d6289581-df98-45eb-8464-5db344afdf2d} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:26.268578 [ 260 ] {d6289581-df98-45eb-8464-5db344afdf2d} executeQuery: Read 60 rows, 4.14 KiB in 0.001092 sec., 54945.05494505494 rows/sec., 3.70 MiB/sec. 2026.03.19 00:58:26.268615 [ 260 ] {d6289581-df98-45eb-8464-5db344afdf2d} TCPHandler: Processed in 0.001255127 sec. 2026.03.19 00:58:26.308086 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2026.03.19 00:58:26.324700 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:26.324740 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:26.330315 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.19 00:58:26.331002 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:26.331305 [ 55 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.19 00:58:26.331379 [ 55 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:26.331402 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:26.331543 [ 198 ] {b8c8652d-7579-4eae-94e9-90637c55b388::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.03.19 00:58:26.333819 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2026.03.19 00:58:26.334895 [ 198 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:58:26.336418 [ 198 ] {b8c8652d-7579-4eae-94e9-90637c55b388::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.03.19 00:58:26.341643 [ 198 ] {b8c8652d-7579-4eae-94e9-90637c55b388::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.03.19 00:58:26.346543 [ 198 ] {b8c8652d-7579-4eae-94e9-90637c55b388::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.03.19 00:58:26.351192 [ 198 ] {b8c8652d-7579-4eae-94e9-90637c55b388::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.03.19 00:58:26.355650 [ 198 ] {b8c8652d-7579-4eae-94e9-90637c55b388::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.03.19 00:58:26.359592 [ 198 ] {b8c8652d-7579-4eae-94e9-90637c55b388::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.03.19 00:58:26.417385 [ 198 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.08590447 sec., 2281.604205229367 rows/sec., 11.80 MiB/sec. 2026.03.19 00:58:26.419439 [ 202 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.19 00:58:26.421264 [ 202 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_26_5} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:26.421372 [ 202 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_26_5} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.19 00:58:26.423164 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.03.19 00:58:27.000240 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 260.12 MiB, peak 270.66 MiB, free memory in arenas 0.00 B, will set to 265.17 MiB (RSS), difference: 5.06 MiB 2026.03.19 00:58:30.681790 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 742 2026.03.19 00:58:30.683999 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:30.684063 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:30.685289 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.19 00:58:30.685563 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:30.685930 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 742 2026.03.19 00:58:31.258883 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:31.259136 [ 260 ] {7c7b0489-76d1-4df6-af19-c110aa0abce6} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 00:58:31.259231 [ 260 ] {7c7b0489-76d1-4df6-af19-c110aa0abce6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 00:58:31.259891 [ 260 ] {7c7b0489-76d1-4df6-af19-c110aa0abce6} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:31.259938 [ 260 ] {7c7b0489-76d1-4df6-af19-c110aa0abce6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:31.260315 [ 260 ] {7c7b0489-76d1-4df6-af19-c110aa0abce6} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.19 00:58:31.260546 [ 260 ] {7c7b0489-76d1-4df6-af19-c110aa0abce6} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:31.260702 [ 260 ] {7c7b0489-76d1-4df6-af19-c110aa0abce6} executeQuery: Read 10 rows, 835.00 B in 0.001635 sec., 6116.207951070337 rows/sec., 498.73 KiB/sec. 2026.03.19 00:58:31.260743 [ 260 ] {7c7b0489-76d1-4df6-af19-c110aa0abce6} TCPHandler: Processed in 0.002031075 sec. 2026.03.19 00:58:31.260865 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:31.260959 [ 260 ] {8d3244aa-6ab2-4a63-a7e8-0d34ef61dd48} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:58:31.260998 [ 260 ] {8d3244aa-6ab2-4a63-a7e8-0d34ef61dd48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:58:31.261447 [ 260 ] {8d3244aa-6ab2-4a63-a7e8-0d34ef61dd48} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:31.261484 [ 260 ] {8d3244aa-6ab2-4a63-a7e8-0d34ef61dd48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:31.261789 [ 260 ] {8d3244aa-6ab2-4a63-a7e8-0d34ef61dd48} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.19 00:58:31.261997 [ 260 ] {8d3244aa-6ab2-4a63-a7e8-0d34ef61dd48} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:31.262130 [ 260 ] {8d3244aa-6ab2-4a63-a7e8-0d34ef61dd48} executeQuery: Read 87 rows, 7.34 KiB in 0.00119 sec., 73109.24369747899 rows/sec., 6.02 MiB/sec. 2026.03.19 00:58:31.262166 [ 260 ] {8d3244aa-6ab2-4a63-a7e8-0d34ef61dd48} TCPHandler: Processed in 0.00135094 sec. 2026.03.19 00:58:31.262276 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:31.262367 [ 260 ] {69b56ac4-06cf-4371-ad67-5fbdb71a33b7} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:58:31.262407 [ 260 ] {69b56ac4-06cf-4371-ad67-5fbdb71a33b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:58:31.262797 [ 260 ] {69b56ac4-06cf-4371-ad67-5fbdb71a33b7} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:31.262832 [ 260 ] {69b56ac4-06cf-4371-ad67-5fbdb71a33b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:31.263117 [ 260 ] {69b56ac4-06cf-4371-ad67-5fbdb71a33b7} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.19 00:58:31.263324 [ 260 ] {69b56ac4-06cf-4371-ad67-5fbdb71a33b7} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:31.263437 [ 47 ] {} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.19 00:58:31.263451 [ 260 ] {69b56ac4-06cf-4371-ad67-5fbdb71a33b7} executeQuery: Read 23 rows, 1.68 KiB in 0.001102 sec., 20871.14337568058 rows/sec., 1.49 MiB/sec. 2026.03.19 00:58:31.263505 [ 47 ] {} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:31.263513 [ 260 ] {69b56ac4-06cf-4371-ad67-5fbdb71a33b7} TCPHandler: Processed in 0.001285558 sec. 2026.03.19 00:58:31.263536 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:31.263631 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:31.263668 [ 194 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::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.03.19 00:58:31.263725 [ 260 ] {799ea8fc-a9b2-4fb4-92c8-55aea3065dec} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:58:31.263770 [ 260 ] {799ea8fc-a9b2-4fb4-92c8-55aea3065dec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:58:31.263822 [ 194 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:58:31.263864 [ 194 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 80 rows starting from the beginning of the part 2026.03.19 00:58:31.263934 [ 194 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 13 rows starting from the beginning of the part 2026.03.19 00:58:31.263982 [ 194 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 51 rows starting from the beginning of the part 2026.03.19 00:58:31.264025 [ 194 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 13 rows starting from the beginning of the part 2026.03.19 00:58:31.264065 [ 194 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 28 rows starting from the beginning of the part 2026.03.19 00:58:31.264109 [ 194 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 23 rows starting from the beginning of the part 2026.03.19 00:58:31.264181 [ 260 ] {799ea8fc-a9b2-4fb4-92c8-55aea3065dec} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:31.264222 [ 260 ] {799ea8fc-a9b2-4fb4-92c8-55aea3065dec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:31.264575 [ 260 ] {799ea8fc-a9b2-4fb4-92c8-55aea3065dec} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.19 00:58:31.264812 [ 260 ] {799ea8fc-a9b2-4fb4-92c8-55aea3065dec} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:31.264928 [ 202 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 208 rows, containing 5 columns (5 merged, 0 gathered) in 0.001323629 sec., 157143.73136279124 rows/sec., 12.11 MiB/sec. 2026.03.19 00:58:31.264968 [ 260 ] {799ea8fc-a9b2-4fb4-92c8-55aea3065dec} executeQuery: Read 87 rows, 6.97 KiB in 0.001261 sec., 68992.8628072958 rows/sec., 5.40 MiB/sec. 2026.03.19 00:58:31.265011 [ 260 ] {799ea8fc-a9b2-4fb4-92c8-55aea3065dec} TCPHandler: Processed in 0.001429072 sec. 2026.03.19 00:58:31.265074 [ 194 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.19 00:58:31.265123 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:31.265223 [ 260 ] {2c498026-d108-432a-9c88-7bed191dcbe5} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:58:31.265267 [ 260 ] {2c498026-d108-432a-9c88-7bed191dcbe5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:58:31.265354 [ 194 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_36_7} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:31.265459 [ 194 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_36_7} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.19 00:58:31.265532 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.03.19 00:58:31.265682 [ 260 ] {2c498026-d108-432a-9c88-7bed191dcbe5} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:31.265724 [ 260 ] {2c498026-d108-432a-9c88-7bed191dcbe5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:31.266058 [ 260 ] {2c498026-d108-432a-9c88-7bed191dcbe5} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.19 00:58:31.266271 [ 260 ] {2c498026-d108-432a-9c88-7bed191dcbe5} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:31.266402 [ 260 ] {2c498026-d108-432a-9c88-7bed191dcbe5} executeQuery: Read 165 rows, 11.76 KiB in 0.001198 sec., 137729.5492487479 rows/sec., 9.59 MiB/sec. 2026.03.19 00:58:31.266438 [ 260 ] {2c498026-d108-432a-9c88-7bed191dcbe5} TCPHandler: Processed in 0.00136412 sec. 2026.03.19 00:58:31.266540 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:31.266633 [ 260 ] {92a0839c-0498-479e-b92c-7d2a78d27566} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:58:31.266687 [ 260 ] {92a0839c-0498-479e-b92c-7d2a78d27566} 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.03.19 00:58:31.267449 [ 260 ] {92a0839c-0498-479e-b92c-7d2a78d27566} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:31.267484 [ 260 ] {92a0839c-0498-479e-b92c-7d2a78d27566} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:31.268012 [ 260 ] {92a0839c-0498-479e-b92c-7d2a78d27566} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.19 00:58:31.268237 [ 260 ] {92a0839c-0498-479e-b92c-7d2a78d27566} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:31.268378 [ 260 ] {92a0839c-0498-479e-b92c-7d2a78d27566} executeQuery: Read 13 rows, 23.85 KiB in 0.001763 sec., 7373.79466817924 rows/sec., 13.21 MiB/sec. 2026.03.19 00:58:31.268376 [ 45 ] {} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.19 00:58:31.268431 [ 260 ] {92a0839c-0498-479e-b92c-7d2a78d27566} TCPHandler: Processed in 0.001937823 sec. 2026.03.19 00:58:31.268439 [ 45 ] {} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:31.268474 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:31.268549 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:31.268639 [ 201 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::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.03.19 00:58:31.268647 [ 260 ] {ca1fe664-c3dd-4d4d-83dd-1561e81cc041} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:58:31.268760 [ 260 ] {ca1fe664-c3dd-4d4d-83dd-1561e81cc041} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:58:31.269040 [ 201 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:58:31.269103 [ 260 ] {ca1fe664-c3dd-4d4d-83dd-1561e81cc041} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:31.269144 [ 260 ] {ca1fe664-c3dd-4d4d-83dd-1561e81cc041} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:31.269150 [ 201 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 615 rows starting from the beginning of the part 2026.03.19 00:58:31.269350 [ 201 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 13 rows starting from the beginning of the part 2026.03.19 00:58:31.269446 [ 201 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 37 rows starting from the beginning of the part 2026.03.19 00:58:31.269465 [ 260 ] {ca1fe664-c3dd-4d4d-83dd-1561e81cc041} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.19 00:58:31.269545 [ 201 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 13 rows starting from the beginning of the part 2026.03.19 00:58:31.269649 [ 201 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 28 rows starting from the beginning of the part 2026.03.19 00:58:31.269700 [ 260 ] {ca1fe664-c3dd-4d4d-83dd-1561e81cc041} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:31.269746 [ 201 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 13 rows starting from the beginning of the part 2026.03.19 00:58:31.269843 [ 260 ] {ca1fe664-c3dd-4d4d-83dd-1561e81cc041} executeQuery: Read 60 rows, 4.14 KiB in 0.001214 sec., 49423.39373970346 rows/sec., 3.33 MiB/sec. 2026.03.19 00:58:31.269885 [ 260 ] {ca1fe664-c3dd-4d4d-83dd-1561e81cc041} TCPHandler: Processed in 0.00138612 sec. 2026.03.19 00:58:31.274786 [ 194 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 719 rows, containing 19 columns (19 merged, 0 gathered) in 0.006238187 sec., 115257.84655060837 rows/sec., 206.54 MiB/sec. 2026.03.19 00:58:31.275871 [ 202 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.19 00:58:31.276213 [ 202 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_36_7} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:31.276282 [ 202 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_36_7} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.19 00:58:31.276419 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.58 MiB. 2026.03.19 00:58:32.000203 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 265.79 MiB, peak 273.33 MiB, free memory in arenas 0.00 B, will set to 268.99 MiB (RSS), difference: 3.19 MiB 2026.03.19 00:58:33.159461 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12969 2026.03.19 00:58:33.159972 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:33.160017 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:33.160507 [ 245 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.19 00:58:33.160735 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:33.160865 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12969 2026.03.19 00:58:33.834765 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2026.03.19 00:58:33.850083 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:33.850132 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:33.855854 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.19 00:58:33.856564 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:33.859136 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2026.03.19 00:58:36.258032 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:36.258248 [ 260 ] {69c376e8-21f7-4769-b460-7d8e52f5b4df} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:58:36.258317 [ 260 ] {69c376e8-21f7-4769-b460-7d8e52f5b4df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:58:36.258981 [ 260 ] {69c376e8-21f7-4769-b460-7d8e52f5b4df} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:36.259035 [ 260 ] {69c376e8-21f7-4769-b460-7d8e52f5b4df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:36.259442 [ 260 ] {69c376e8-21f7-4769-b460-7d8e52f5b4df} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.19 00:58:36.259688 [ 260 ] {69c376e8-21f7-4769-b460-7d8e52f5b4df} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:36.259852 [ 260 ] {69c376e8-21f7-4769-b460-7d8e52f5b4df} executeQuery: Read 112 rows, 9.67 KiB in 0.001655 sec., 67673.7160120846 rows/sec., 5.71 MiB/sec. 2026.03.19 00:58:36.259904 [ 260 ] {69c376e8-21f7-4769-b460-7d8e52f5b4df} TCPHandler: Processed in 0.002015885 sec. 2026.03.19 00:58:36.260027 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:36.260131 [ 260 ] {d022cf08-7e1c-4b1e-852d-d43a49cbfb66} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:58:36.260177 [ 260 ] {d022cf08-7e1c-4b1e-852d-d43a49cbfb66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:58:36.260601 [ 260 ] {d022cf08-7e1c-4b1e-852d-d43a49cbfb66} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:36.260640 [ 260 ] {d022cf08-7e1c-4b1e-852d-d43a49cbfb66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:36.260984 [ 260 ] {d022cf08-7e1c-4b1e-852d-d43a49cbfb66} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.19 00:58:36.261208 [ 260 ] {d022cf08-7e1c-4b1e-852d-d43a49cbfb66} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:36.261345 [ 260 ] {d022cf08-7e1c-4b1e-852d-d43a49cbfb66} executeQuery: Read 28 rows, 2.11 KiB in 0.001235 sec., 22672.064777327934 rows/sec., 1.66 MiB/sec. 2026.03.19 00:58:36.261391 [ 260 ] {d022cf08-7e1c-4b1e-852d-d43a49cbfb66} TCPHandler: Processed in 0.001418101 sec. 2026.03.19 00:58:36.261521 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:36.261638 [ 260 ] {d0ecf8ce-0644-4e9e-bbd1-8e35a98b085e} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:58:36.261683 [ 260 ] {d0ecf8ce-0644-4e9e-bbd1-8e35a98b085e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:58:36.262192 [ 260 ] {d0ecf8ce-0644-4e9e-bbd1-8e35a98b085e} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:36.262229 [ 260 ] {d0ecf8ce-0644-4e9e-bbd1-8e35a98b085e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:36.262612 [ 260 ] {d0ecf8ce-0644-4e9e-bbd1-8e35a98b085e} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.19 00:58:36.262905 [ 260 ] {d0ecf8ce-0644-4e9e-bbd1-8e35a98b085e} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:36.263062 [ 260 ] {d0ecf8ce-0644-4e9e-bbd1-8e35a98b085e} executeQuery: Read 92 rows, 7.36 KiB in 0.001445 sec., 63667.82006920415 rows/sec., 4.97 MiB/sec. 2026.03.19 00:58:36.263117 [ 260 ] {d0ecf8ce-0644-4e9e-bbd1-8e35a98b085e} TCPHandler: Processed in 0.001657527 sec. 2026.03.19 00:58:36.263245 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:36.263343 [ 260 ] {41f2cb12-75f3-4027-b0e4-fa64eeaf501e} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:58:36.263389 [ 260 ] {41f2cb12-75f3-4027-b0e4-fa64eeaf501e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:58:36.263849 [ 260 ] {41f2cb12-75f3-4027-b0e4-fa64eeaf501e} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:36.263895 [ 260 ] {41f2cb12-75f3-4027-b0e4-fa64eeaf501e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:36.264340 [ 260 ] {41f2cb12-75f3-4027-b0e4-fa64eeaf501e} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.19 00:58:36.264664 [ 260 ] {41f2cb12-75f3-4027-b0e4-fa64eeaf501e} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:36.264834 [ 260 ] {41f2cb12-75f3-4027-b0e4-fa64eeaf501e} executeQuery: Read 160 rows, 11.41 KiB in 0.001508 sec., 106100.79575596817 rows/sec., 7.39 MiB/sec. 2026.03.19 00:58:36.264886 [ 260 ] {41f2cb12-75f3-4027-b0e4-fa64eeaf501e} TCPHandler: Processed in 0.001691287 sec. 2026.03.19 00:58:36.265008 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:36.265127 [ 260 ] {f526d03b-3055-4544-8831-4d731efd59eb} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:58:36.265190 [ 260 ] {f526d03b-3055-4544-8831-4d731efd59eb} 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.03.19 00:58:36.266202 [ 260 ] {f526d03b-3055-4544-8831-4d731efd59eb} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:36.266249 [ 260 ] {f526d03b-3055-4544-8831-4d731efd59eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:36.266943 [ 260 ] {f526d03b-3055-4544-8831-4d731efd59eb} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.19 00:58:36.267249 [ 260 ] {f526d03b-3055-4544-8831-4d731efd59eb} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:36.267433 [ 260 ] {f526d03b-3055-4544-8831-4d731efd59eb} executeQuery: Read 28 rows, 51.38 KiB in 0.002331 sec., 12012.012012012012 rows/sec., 21.52 MiB/sec. 2026.03.19 00:58:36.267504 [ 260 ] {f526d03b-3055-4544-8831-4d731efd59eb} TCPHandler: Processed in 0.002549156 sec. 2026.03.19 00:58:36.267624 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:36.267723 [ 260 ] {a226c373-ba01-4e13-815e-4cb482e0b302} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:58:36.267770 [ 260 ] {a226c373-ba01-4e13-815e-4cb482e0b302} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:58:36.268119 [ 260 ] {a226c373-ba01-4e13-815e-4cb482e0b302} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:36.268156 [ 260 ] {a226c373-ba01-4e13-815e-4cb482e0b302} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.19 00:58:36.268469 [ 260 ] {a226c373-ba01-4e13-815e-4cb482e0b302} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.19 00:58:36.268691 [ 260 ] {a226c373-ba01-4e13-815e-4cb482e0b302} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:36.268821 [ 260 ] {a226c373-ba01-4e13-815e-4cb482e0b302} executeQuery: Read 60 rows, 4.14 KiB in 0.001117 sec., 53715.308863025966 rows/sec., 3.62 MiB/sec. 2026.03.19 00:58:36.268858 [ 260 ] {a226c373-ba01-4e13-815e-4cb482e0b302} TCPHandler: Processed in 0.001284048 sec. 2026.03.19 00:58:40.555215 [ 36 ] {} DNSResolver: Updating DNS cache 2026.03.19 00:58:40.555316 [ 36 ] {} DNSResolver: Updated DNS cache 2026.03.19 00:58:40.661871 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13417 2026.03.19 00:58:40.662363 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:40.662406 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:40.662918 [ 245 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.19 00:58:40.663145 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:40.663276 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13417 2026.03.19 00:58:40.686862 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 768 2026.03.19 00:58:40.688941 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:40.688987 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:40.690164 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.19 00:58:40.690420 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:40.690681 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 768 2026.03.19 00:58:41.257459 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:41.257635 [ 260 ] {c90526c2-f4fa-4d72-bdab-c1c1e00588ea} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:58:41.257698 [ 260 ] {c90526c2-f4fa-4d72-bdab-c1c1e00588ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:58:41.258317 [ 260 ] {c90526c2-f4fa-4d72-bdab-c1c1e00588ea} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:41.258353 [ 260 ] {c90526c2-f4fa-4d72-bdab-c1c1e00588ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:41.258756 [ 260 ] {c90526c2-f4fa-4d72-bdab-c1c1e00588ea} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.19 00:58:41.258992 [ 260 ] {c90526c2-f4fa-4d72-bdab-c1c1e00588ea} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:41.259142 [ 260 ] {c90526c2-f4fa-4d72-bdab-c1c1e00588ea} executeQuery: Read 82 rows, 6.97 KiB in 0.001556 sec., 52699.22879177378 rows/sec., 4.37 MiB/sec. 2026.03.19 00:58:41.259182 [ 260 ] {c90526c2-f4fa-4d72-bdab-c1c1e00588ea} TCPHandler: Processed in 0.001851071 sec. 2026.03.19 00:58:41.259318 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:41.259416 [ 260 ] {a2a775fd-211d-4e01-a637-32900a9d1bcc} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:58:41.259456 [ 260 ] {a2a775fd-211d-4e01-a637-32900a9d1bcc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:58:41.259856 [ 260 ] {a2a775fd-211d-4e01-a637-32900a9d1bcc} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:41.259889 [ 260 ] {a2a775fd-211d-4e01-a637-32900a9d1bcc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:41.260191 [ 260 ] {a2a775fd-211d-4e01-a637-32900a9d1bcc} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.19 00:58:41.260401 [ 260 ] {a2a775fd-211d-4e01-a637-32900a9d1bcc} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:41.260529 [ 260 ] {a2a775fd-211d-4e01-a637-32900a9d1bcc} executeQuery: Read 13 rows, 1001.00 B in 0.001137 sec., 11433.597185576078 rows/sec., 859.75 KiB/sec. 2026.03.19 00:58:41.260565 [ 260 ] {a2a775fd-211d-4e01-a637-32900a9d1bcc} TCPHandler: Processed in 0.001302789 sec. 2026.03.19 00:58:41.260683 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:41.260776 [ 260 ] {26c99561-7b4e-4ef1-9a95-d61c5bc9b972} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:58:41.260814 [ 260 ] {26c99561-7b4e-4ef1-9a95-d61c5bc9b972} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:58:41.261332 [ 260 ] {26c99561-7b4e-4ef1-9a95-d61c5bc9b972} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:41.261365 [ 260 ] {26c99561-7b4e-4ef1-9a95-d61c5bc9b972} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:41.261712 [ 260 ] {26c99561-7b4e-4ef1-9a95-d61c5bc9b972} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.19 00:58:41.261928 [ 260 ] {26c99561-7b4e-4ef1-9a95-d61c5bc9b972} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:41.262060 [ 260 ] {26c99561-7b4e-4ef1-9a95-d61c5bc9b972} executeQuery: Read 77 rows, 6.16 KiB in 0.001302 sec., 59139.78494623656 rows/sec., 4.62 MiB/sec. 2026.03.19 00:58:41.262096 [ 260 ] {26c99561-7b4e-4ef1-9a95-d61c5bc9b972} TCPHandler: Processed in 0.001459862 sec. 2026.03.19 00:58:41.262216 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:41.262309 [ 260 ] {7ddeeb36-e879-43b3-8e8d-ca093bbf7bc1} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:58:41.262352 [ 260 ] {7ddeeb36-e879-43b3-8e8d-ca093bbf7bc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:58:41.262759 [ 260 ] {7ddeeb36-e879-43b3-8e8d-ca093bbf7bc1} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:41.262794 [ 260 ] {7ddeeb36-e879-43b3-8e8d-ca093bbf7bc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:41.263130 [ 260 ] {7ddeeb36-e879-43b3-8e8d-ca093bbf7bc1} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.19 00:58:41.263342 [ 260 ] {7ddeeb36-e879-43b3-8e8d-ca093bbf7bc1} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:41.263475 [ 260 ] {7ddeeb36-e879-43b3-8e8d-ca093bbf7bc1} executeQuery: Read 160 rows, 11.41 KiB in 0.001184 sec., 135135.13513513515 rows/sec., 9.41 MiB/sec. 2026.03.19 00:58:41.263510 [ 260 ] {7ddeeb36-e879-43b3-8e8d-ca093bbf7bc1} TCPHandler: Processed in 0.00134167 sec. 2026.03.19 00:58:41.263629 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:41.263722 [ 260 ] {92bce990-b8ab-4e30-a8d8-cc5295bfc119} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:58:41.263776 [ 260 ] {92bce990-b8ab-4e30-a8d8-cc5295bfc119} 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.03.19 00:58:41.264537 [ 260 ] {92bce990-b8ab-4e30-a8d8-cc5295bfc119} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:41.264571 [ 260 ] {92bce990-b8ab-4e30-a8d8-cc5295bfc119} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:41.265096 [ 260 ] {92bce990-b8ab-4e30-a8d8-cc5295bfc119} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.19 00:58:41.265314 [ 260 ] {92bce990-b8ab-4e30-a8d8-cc5295bfc119} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:41.265450 [ 260 ] {92bce990-b8ab-4e30-a8d8-cc5295bfc119} executeQuery: Read 13 rows, 23.85 KiB in 0.001745 sec., 7449.856733524355 rows/sec., 13.35 MiB/sec. 2026.03.19 00:58:41.265502 [ 260 ] {92bce990-b8ab-4e30-a8d8-cc5295bfc119} TCPHandler: Processed in 0.001919832 sec. 2026.03.19 00:58:41.265628 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:41.265730 [ 260 ] {607c23b9-c8ab-4346-a59d-f39c8309a4fc} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:58:41.265771 [ 260 ] {607c23b9-c8ab-4346-a59d-f39c8309a4fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:58:41.266173 [ 260 ] {607c23b9-c8ab-4346-a59d-f39c8309a4fc} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:41.266215 [ 260 ] {607c23b9-c8ab-4346-a59d-f39c8309a4fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:41.266548 [ 260 ] {607c23b9-c8ab-4346-a59d-f39c8309a4fc} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.19 00:58:41.266780 [ 260 ] {607c23b9-c8ab-4346-a59d-f39c8309a4fc} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:41.266916 [ 260 ] {607c23b9-c8ab-4346-a59d-f39c8309a4fc} executeQuery: Read 60 rows, 4.14 KiB in 0.001204 sec., 49833.88704318937 rows/sec., 3.36 MiB/sec. 2026.03.19 00:58:41.266951 [ 260 ] {607c23b9-c8ab-4346-a59d-f39c8309a4fc} TCPHandler: Processed in 0.00137104 sec. 2026.03.19 00:58:41.360131 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2026.03.19 00:58:41.376278 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:41.376323 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:41.382264 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.19 00:58:41.382974 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:41.385668 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2026.03.19 00:58:41.566657 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:41.566931 [ 260 ] {1ceb61a7-e2e6-4dfb-b8eb-ff4ff34ca06b} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.19 00:58:41.567033 [ 260 ] {1ceb61a7-e2e6-4dfb-b8eb-ff4ff34ca06b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.19 00:58:41.567782 [ 260 ] {1ceb61a7-e2e6-4dfb-b8eb-ff4ff34ca06b} oximeter.fields_i16 (c97ae8e6-4b88-4382-a85b-3715ba41c5df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:41.567827 [ 260 ] {1ceb61a7-e2e6-4dfb-b8eb-ff4ff34ca06b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:41.568205 [ 260 ] {1ceb61a7-e2e6-4dfb-b8eb-ff4ff34ca06b} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 00:58:41.568441 [ 260 ] {1ceb61a7-e2e6-4dfb-b8eb-ff4ff34ca06b} oximeter.fields_i16 (c97ae8e6-4b88-4382-a85b-3715ba41c5df): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:41.568590 [ 260 ] {1ceb61a7-e2e6-4dfb-b8eb-ff4ff34ca06b} executeQuery: Read 24 rows, 2.04 KiB in 0.001734 sec., 13840.830449826988 rows/sec., 1.15 MiB/sec. 2026.03.19 00:58:41.568630 [ 260 ] {1ceb61a7-e2e6-4dfb-b8eb-ff4ff34ca06b} TCPHandler: Processed in 0.002158778 sec. 2026.03.19 00:58:41.568743 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:41.568838 [ 260 ] {4c7d76d7-c24e-4509-a57a-51e40d9ebe0c} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 00:58:41.568879 [ 260 ] {4c7d76d7-c24e-4509-a57a-51e40d9ebe0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 00:58:41.569264 [ 260 ] {4c7d76d7-c24e-4509-a57a-51e40d9ebe0c} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:41.569299 [ 260 ] {4c7d76d7-c24e-4509-a57a-51e40d9ebe0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:41.569596 [ 260 ] {4c7d76d7-c24e-4509-a57a-51e40d9ebe0c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.19 00:58:41.569823 [ 260 ] {4c7d76d7-c24e-4509-a57a-51e40d9ebe0c} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:41.569956 [ 260 ] {4c7d76d7-c24e-4509-a57a-51e40d9ebe0c} executeQuery: Read 6 rows, 501.00 B in 0.001136 sec., 5281.69014084507 rows/sec., 430.68 KiB/sec. 2026.03.19 00:58:41.569993 [ 260 ] {4c7d76d7-c24e-4509-a57a-51e40d9ebe0c} TCPHandler: Processed in 0.001299068 sec. 2026.03.19 00:58:41.570092 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:41.570185 [ 260 ] {e681e206-3af3-4d7d-92ea-bfd1240df73c} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:58:41.570224 [ 260 ] {e681e206-3af3-4d7d-92ea-bfd1240df73c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:58:41.571603 [ 260 ] {e681e206-3af3-4d7d-92ea-bfd1240df73c} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:41.571637 [ 260 ] {e681e206-3af3-4d7d-92ea-bfd1240df73c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:41.572067 [ 260 ] {e681e206-3af3-4d7d-92ea-bfd1240df73c} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.19 00:58:41.572294 [ 260 ] {e681e206-3af3-4d7d-92ea-bfd1240df73c} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:41.572396 [ 34 ] {} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.19 00:58:41.572423 [ 260 ] {e681e206-3af3-4d7d-92ea-bfd1240df73c} executeQuery: Read 2115 rows, 165.12 KiB in 0.002257 sec., 937084.6256092158 rows/sec., 71.45 MiB/sec. 2026.03.19 00:58:41.572440 [ 34 ] {} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:41.572461 [ 260 ] {e681e206-3af3-4d7d-92ea-bfd1240df73c} TCPHandler: Processed in 0.002417223 sec. 2026.03.19 00:58:41.572463 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:41.572575 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:41.572597 [ 201 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.03.19 00:58:41.572669 [ 260 ] {667689aa-b30c-464b-9264-584fca203271} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:58:41.572714 [ 260 ] {667689aa-b30c-464b-9264-584fca203271} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:58:41.572751 [ 201 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:58:41.572789 [ 201 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2147 rows starting from the beginning of the part 2026.03.19 00:58:41.572855 [ 201 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 112 rows starting from the beginning of the part 2026.03.19 00:58:41.572898 [ 201 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 87 rows starting from the beginning of the part 2026.03.19 00:58:41.572940 [ 201 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 112 rows starting from the beginning of the part 2026.03.19 00:58:41.572979 [ 201 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 82 rows starting from the beginning of the part 2026.03.19 00:58:41.573020 [ 201 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 2115 rows starting from the beginning of the part 2026.03.19 00:58:41.573164 [ 260 ] {667689aa-b30c-464b-9264-584fca203271} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:41.573205 [ 260 ] {667689aa-b30c-464b-9264-584fca203271} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:41.573545 [ 260 ] {667689aa-b30c-464b-9264-584fca203271} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.19 00:58:41.573779 [ 260 ] {667689aa-b30c-464b-9264-584fca203271} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:41.573915 [ 260 ] {667689aa-b30c-464b-9264-584fca203271} executeQuery: Read 55 rows, 4.16 KiB in 0.001263 sec., 43547.110055423596 rows/sec., 3.22 MiB/sec. 2026.03.19 00:58:41.573950 [ 260 ] {667689aa-b30c-464b-9264-584fca203271} TCPHandler: Processed in 0.001424341 sec. 2026.03.19 00:58:41.574060 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:41.574153 [ 260 ] {402b3493-de37-4b9c-adf7-4c2be1bd2781} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 00:58:41.574193 [ 260 ] {402b3493-de37-4b9c-adf7-4c2be1bd2781} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 00:58:41.574881 [ 260 ] {402b3493-de37-4b9c-adf7-4c2be1bd2781} oximeter.fields_u32 (07ee9360-dbdb-41f1-bf21-931c2f22f543): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:41.574916 [ 260 ] {402b3493-de37-4b9c-adf7-4c2be1bd2781} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:41.575029 [ 199 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 4655 rows, containing 5 columns (5 merged, 0 gathered) in 0.002499035 sec., 1862719.0095376815 rows/sec., 150.49 MiB/sec. 2026.03.19 00:58:41.575252 [ 201 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.19 00:58:41.575278 [ 260 ] {402b3493-de37-4b9c-adf7-4c2be1bd2781} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 00:58:41.575563 [ 201 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_46_9} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:41.575589 [ 260 ] {402b3493-de37-4b9c-adf7-4c2be1bd2781} oximeter.fields_u32 (07ee9360-dbdb-41f1-bf21-931c2f22f543): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:41.575644 [ 201 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_46_9} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.19 00:58:41.575722 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.01 MiB. 2026.03.19 00:58:41.575728 [ 260 ] {402b3493-de37-4b9c-adf7-4c2be1bd2781} executeQuery: Read 732 rows, 44.33 KiB in 0.001592 sec., 459798.99497487437 rows/sec., 27.19 MiB/sec. 2026.03.19 00:58:41.575774 [ 260 ] {402b3493-de37-4b9c-adf7-4c2be1bd2781} TCPHandler: Processed in 0.001762739 sec. 2026.03.19 00:58:41.575885 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:41.575980 [ 260 ] {72312892-61aa-41ad-b21e-c192f1313a04} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.19 00:58:41.576019 [ 260 ] {72312892-61aa-41ad-b21e-c192f1313a04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.19 00:58:41.576388 [ 260 ] {72312892-61aa-41ad-b21e-c192f1313a04} oximeter.fields_u64 (c95f3192-ba09-4763-b29d-c6e6af3f656f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:41.576423 [ 260 ] {72312892-61aa-41ad-b21e-c192f1313a04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:41.576708 [ 260 ] {72312892-61aa-41ad-b21e-c192f1313a04} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 00:58:41.576927 [ 260 ] {72312892-61aa-41ad-b21e-c192f1313a04} oximeter.fields_u64 (c95f3192-ba09-4763-b29d-c6e6af3f656f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:41.577051 [ 260 ] {72312892-61aa-41ad-b21e-c192f1313a04} executeQuery: Read 1 rows, 72.00 B in 0.00109 sec., 917.4311926605504 rows/sec., 64.51 KiB/sec. 2026.03.19 00:58:41.577087 [ 260 ] {72312892-61aa-41ad-b21e-c192f1313a04} TCPHandler: Processed in 0.001251307 sec. 2026.03.19 00:58:41.577185 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:41.577278 [ 260 ] {35c4b89e-b056-48e8-8601-8fa0f9e4df9a} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.19 00:58:41.577316 [ 260 ] {35c4b89e-b056-48e8-8601-8fa0f9e4df9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.19 00:58:41.577695 [ 260 ] {35c4b89e-b056-48e8-8601-8fa0f9e4df9a} oximeter.fields_u8 (d2f01f0b-4d3a-4853-a9fa-9607d1b65676): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:41.577728 [ 260 ] {35c4b89e-b056-48e8-8601-8fa0f9e4df9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:41.578026 [ 260 ] {35c4b89e-b056-48e8-8601-8fa0f9e4df9a} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 00:58:41.578247 [ 260 ] {35c4b89e-b056-48e8-8601-8fa0f9e4df9a} oximeter.fields_u8 (d2f01f0b-4d3a-4853-a9fa-9607d1b65676): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:41.578372 [ 260 ] {35c4b89e-b056-48e8-8601-8fa0f9e4df9a} executeQuery: Read 12 rows, 960.00 B in 0.001111 sec., 10801.080108010801 rows/sec., 843.83 KiB/sec. 2026.03.19 00:58:41.578409 [ 260 ] {35c4b89e-b056-48e8-8601-8fa0f9e4df9a} TCPHandler: Processed in 0.001271268 sec. 2026.03.19 00:58:41.578512 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:41.578605 [ 260 ] {64aca85b-d625-498f-b6ec-6e5c3f9d14ca} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:58:41.578645 [ 260 ] {64aca85b-d625-498f-b6ec-6e5c3f9d14ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:58:41.579515 [ 260 ] {64aca85b-d625-498f-b6ec-6e5c3f9d14ca} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:41.579551 [ 260 ] {64aca85b-d625-498f-b6ec-6e5c3f9d14ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:41.579907 [ 260 ] {64aca85b-d625-498f-b6ec-6e5c3f9d14ca} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.19 00:58:41.580130 [ 260 ] {64aca85b-d625-498f-b6ec-6e5c3f9d14ca} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:41.580245 [ 33 ] {} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.19 00:58:41.580257 [ 260 ] {64aca85b-d625-498f-b6ec-6e5c3f9d14ca} executeQuery: Read 1079 rows, 77.05 KiB in 0.001671 sec., 645721.1250748056 rows/sec., 45.03 MiB/sec. 2026.03.19 00:58:41.580312 [ 33 ] {} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:41.580321 [ 260 ] {64aca85b-d625-498f-b6ec-6e5c3f9d14ca} TCPHandler: Processed in 0.00185724 sec. 2026.03.19 00:58:41.580341 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:41.580429 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.03.19 00:58:41.580442 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:41.580543 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:58:41.580547 [ 260 ] {dbe390b8-f30f-466a-83e8-91af7cdc46ca} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:58:41.580582 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1122 rows starting from the beginning of the part 2026.03.19 00:58:41.580606 [ 260 ] {dbe390b8-f30f-466a-83e8-91af7cdc46ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:58:41.580648 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 92 rows starting from the beginning of the part 2026.03.19 00:58:41.580696 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 87 rows starting from the beginning of the part 2026.03.19 00:58:41.580734 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 92 rows starting from the beginning of the part 2026.03.19 00:58:41.580782 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 77 rows starting from the beginning of the part 2026.03.19 00:58:41.580821 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1079 rows starting from the beginning of the part 2026.03.19 00:58:41.581387 [ 260 ] {dbe390b8-f30f-466a-83e8-91af7cdc46ca} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:41.581429 [ 260 ] {dbe390b8-f30f-466a-83e8-91af7cdc46ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:41.581869 [ 260 ] {dbe390b8-f30f-466a-83e8-91af7cdc46ca} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.19 00:58:41.582006 [ 199 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2549 rows, containing 5 columns (5 merged, 0 gathered) in 0.001614045 sec., 1579262.0404015998 rows/sec., 118.21 MiB/sec. 2026.03.19 00:58:41.582099 [ 260 ] {dbe390b8-f30f-466a-83e8-91af7cdc46ca} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:41.582199 [ 190 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.19 00:58:41.582236 [ 260 ] {dbe390b8-f30f-466a-83e8-91af7cdc46ca} executeQuery: Read 1256 rows, 81.12 KiB in 0.001707 sec., 735793.7902753368 rows/sec., 46.41 MiB/sec. 2026.03.19 00:58:41.582253 [ 31 ] {} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.19 00:58:41.582277 [ 260 ] {dbe390b8-f30f-466a-83e8-91af7cdc46ca} TCPHandler: Processed in 0.001883991 sec. 2026.03.19 00:58:41.582321 [ 31 ] {} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:41.582351 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:41.582414 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:41.582432 [ 189 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.03.19 00:58:41.582484 [ 190 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_46_9} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:41.582519 [ 260 ] {122eb59a-4c18-4f06-9867-5e7f2a85047d} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:58:41.582542 [ 189 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:58:41.582565 [ 190 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_46_9} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.19 00:58:41.582576 [ 189 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 14012 rows starting from the beginning of the part 2026.03.19 00:58:41.582581 [ 260 ] {122eb59a-4c18-4f06-9867-5e7f2a85047d} 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.03.19 00:58:41.582645 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2026.03.19 00:58:41.582645 [ 189 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part 2026.03.19 00:58:41.582707 [ 189 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 165 rows starting from the beginning of the part 2026.03.19 00:58:41.582749 [ 189 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part 2026.03.19 00:58:41.582787 [ 189 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part 2026.03.19 00:58:41.582827 [ 189 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1256 rows starting from the beginning of the part 2026.03.19 00:58:41.583478 [ 260 ] {122eb59a-4c18-4f06-9867-5e7f2a85047d} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:41.583520 [ 260 ] {122eb59a-4c18-4f06-9867-5e7f2a85047d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:41.584165 [ 260 ] {122eb59a-4c18-4f06-9867-5e7f2a85047d} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.19 00:58:41.584409 [ 260 ] {122eb59a-4c18-4f06-9867-5e7f2a85047d} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:41.584552 [ 260 ] {122eb59a-4c18-4f06-9867-5e7f2a85047d} executeQuery: Read 37 rows, 67.89 KiB in 0.002053 sec., 18022.406234778373 rows/sec., 32.30 MiB/sec. 2026.03.19 00:58:41.584613 [ 260 ] {122eb59a-4c18-4f06-9867-5e7f2a85047d} TCPHandler: Processed in 0.00225467 sec. 2026.03.19 00:58:41.584729 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:41.584823 [ 260 ] {65d9f984-e829-453d-8afe-f0ccaf161f81} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:58:41.584865 [ 260 ] {65d9f984-e829-453d-8afe-f0ccaf161f81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:58:41.585180 [ 260 ] {65d9f984-e829-453d-8afe-f0ccaf161f81} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:41.585215 [ 260 ] {65d9f984-e829-453d-8afe-f0ccaf161f81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:41.585602 [ 260 ] {65d9f984-e829-453d-8afe-f0ccaf161f81} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.19 00:58:41.585819 [ 260 ] {65d9f984-e829-453d-8afe-f0ccaf161f81} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:41.585951 [ 260 ] {65d9f984-e829-453d-8afe-f0ccaf161f81} executeQuery: Read 12 rows, 848.00 B in 0.001147 sec., 10462.074978204011 rows/sec., 721.99 KiB/sec. 2026.03.19 00:58:41.585957 [ 31 ] {} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.19 00:58:41.585990 [ 260 ] {65d9f984-e829-453d-8afe-f0ccaf161f81} TCPHandler: Processed in 0.001311039 sec. 2026.03.19 00:58:41.586003 [ 31 ] {} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:41.586028 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:41.586110 [ 199 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.03.19 00:58:41.586210 [ 199 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:58:41.586241 [ 199 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2100 rows starting from the beginning of the part 2026.03.19 00:58:41.586302 [ 199 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part 2026.03.19 00:58:41.586349 [ 199 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part 2026.03.19 00:58:41.586392 [ 199 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part 2026.03.19 00:58:41.586434 [ 199 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part 2026.03.19 00:58:41.586476 [ 199 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 12 rows starting from the beginning of the part 2026.03.19 00:58:41.587290 [ 190 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 15913 rows, containing 5 columns (5 merged, 0 gathered) in 0.004890358 sec., 3253954.0050033145 rows/sec., 214.56 MiB/sec. 2026.03.19 00:58:41.587748 [ 193 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.19 00:58:41.587809 [ 196 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2352 rows, containing 4 columns (4 merged, 0 gathered) in 0.001733668 sec., 1356661.1369650937 rows/sec., 91.43 MiB/sec. 2026.03.19 00:58:41.588080 [ 193 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_46_9} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:41.588139 [ 190 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.19 00:58:41.588168 [ 193 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_46_9} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.19 00:58:41.588250 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.88 MiB. 2026.03.19 00:58:41.588411 [ 190 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_46_9} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:41.588486 [ 190 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_46_9} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.19 00:58:41.588561 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.03.19 00:58:46.255112 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:46.255309 [ 260 ] {e7760e6e-d439-4b04-9718-35127644514e} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:58:46.255375 [ 260 ] {e7760e6e-d439-4b04-9718-35127644514e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:58:46.256024 [ 260 ] {e7760e6e-d439-4b04-9718-35127644514e} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:46.256067 [ 260 ] {e7760e6e-d439-4b04-9718-35127644514e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:46.256477 [ 260 ] {e7760e6e-d439-4b04-9718-35127644514e} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.19 00:58:46.256713 [ 260 ] {e7760e6e-d439-4b04-9718-35127644514e} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:46.256868 [ 260 ] {e7760e6e-d439-4b04-9718-35127644514e} executeQuery: Read 56 rows, 4.38 KiB in 0.001609 sec., 34804.22622747048 rows/sec., 2.66 MiB/sec. 2026.03.19 00:58:46.256909 [ 260 ] {e7760e6e-d439-4b04-9718-35127644514e} TCPHandler: Processed in 0.001926352 sec. 2026.03.19 00:58:46.257031 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:46.257126 [ 260 ] {da28bd77-b84c-432b-a9f3-18cceb11bb5d} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:58:46.257166 [ 260 ] {da28bd77-b84c-432b-a9f3-18cceb11bb5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:58:46.257584 [ 260 ] {da28bd77-b84c-432b-a9f3-18cceb11bb5d} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:46.257618 [ 260 ] {da28bd77-b84c-432b-a9f3-18cceb11bb5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:46.257937 [ 260 ] {da28bd77-b84c-432b-a9f3-18cceb11bb5d} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.19 00:58:46.258151 [ 260 ] {da28bd77-b84c-432b-a9f3-18cceb11bb5d} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:46.258281 [ 260 ] {da28bd77-b84c-432b-a9f3-18cceb11bb5d} executeQuery: Read 64 rows, 5.12 KiB in 0.001174 sec., 54514.48040885861 rows/sec., 4.25 MiB/sec. 2026.03.19 00:58:46.258319 [ 260 ] {da28bd77-b84c-432b-a9f3-18cceb11bb5d} TCPHandler: Processed in 0.001337209 sec. 2026.03.19 00:58:46.258432 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:46.258524 [ 260 ] {b9ceebf3-1e55-43e5-9c17-daee62cd5bc7} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:58:46.258569 [ 260 ] {b9ceebf3-1e55-43e5-9c17-daee62cd5bc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:58:46.258947 [ 260 ] {b9ceebf3-1e55-43e5-9c17-daee62cd5bc7} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:46.258982 [ 260 ] {b9ceebf3-1e55-43e5-9c17-daee62cd5bc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:46.259341 [ 260 ] {b9ceebf3-1e55-43e5-9c17-daee62cd5bc7} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.19 00:58:46.259556 [ 260 ] {b9ceebf3-1e55-43e5-9c17-daee62cd5bc7} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:46.259682 [ 260 ] {b9ceebf3-1e55-43e5-9c17-daee62cd5bc7} executeQuery: Read 128 rows, 9.13 KiB in 0.001176 sec., 108843.53741496599 rows/sec., 7.58 MiB/sec. 2026.03.19 00:58:46.259718 [ 260 ] {b9ceebf3-1e55-43e5-9c17-daee62cd5bc7} TCPHandler: Processed in 0.001335739 sec. 2026.03.19 00:58:46.259834 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:46.259929 [ 260 ] {6c30e133-3423-445f-8d97-06c1624ebd71} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:58:46.259971 [ 260 ] {6c30e133-3423-445f-8d97-06c1624ebd71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:58:46.260300 [ 260 ] {6c30e133-3423-445f-8d97-06c1624ebd71} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:46.260334 [ 260 ] {6c30e133-3423-445f-8d97-06c1624ebd71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:46.260643 [ 260 ] {6c30e133-3423-445f-8d97-06c1624ebd71} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.19 00:58:46.260848 [ 260 ] {6c30e133-3423-445f-8d97-06c1624ebd71} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:46.260976 [ 260 ] {6c30e133-3423-445f-8d97-06c1624ebd71} executeQuery: Read 48 rows, 3.31 KiB in 0.001065 sec., 45070.42253521127 rows/sec., 3.04 MiB/sec. 2026.03.19 00:58:46.261011 [ 260 ] {6c30e133-3423-445f-8d97-06c1624ebd71} TCPHandler: Processed in 0.001228697 sec. 2026.03.19 00:58:48.163359 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13929 2026.03.19 00:58:48.163941 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:48.163993 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:48.164566 [ 245 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.19 00:58:48.164802 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:48.164937 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13929 2026.03.19 00:58:48.885762 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2026.03.19 00:58:48.902470 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:48.902525 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:48.908822 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.19 00:58:48.909518 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:48.912329 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2026.03.19 00:58:50.690853 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 810 2026.03.19 00:58:50.693326 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:50.693374 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:50.694618 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.19 00:58:50.694883 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:50.695015 [ 123 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.19 00:58:50.695085 [ 123 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:50.695105 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:50.695146 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 810 2026.03.19 00:58:50.695217 [ 196 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::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.03.19 00:58:50.695762 [ 196 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:58:50.695908 [ 196 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 646 rows starting from the beginning of the part 2026.03.19 00:58:50.696253 [ 196 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 28 rows starting from the beginning of the part 2026.03.19 00:58:50.696564 [ 196 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 44 rows starting from the beginning of the part 2026.03.19 00:58:50.696866 [ 196 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part 2026.03.19 00:58:50.697173 [ 196 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 26 rows starting from the beginning of the part 2026.03.19 00:58:50.697493 [ 196 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 42 rows starting from the beginning of the part 2026.03.19 00:58:50.703578 [ 190 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 810 rows, containing 72 columns (72 merged, 0 gathered) in 0.008414865 sec., 96258.22874163756 rows/sec., 79.61 MiB/sec. 2026.03.19 00:58:50.705027 [ 187 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.19 00:58:50.705646 [ 187 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_21_4} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:50.705726 [ 187 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_21_4} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.19 00:58:50.705971 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB. 2026.03.19 00:58:51.258162 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:51.258423 [ 260 ] {e493ca1a-3d57-496a-8678-76298923c6b6} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:58:51.258521 [ 260 ] {e493ca1a-3d57-496a-8678-76298923c6b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:58:51.259298 [ 260 ] {e493ca1a-3d57-496a-8678-76298923c6b6} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:51.259342 [ 260 ] {e493ca1a-3d57-496a-8678-76298923c6b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:51.259752 [ 260 ] {e493ca1a-3d57-496a-8678-76298923c6b6} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.19 00:58:51.259986 [ 260 ] {e493ca1a-3d57-496a-8678-76298923c6b6} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:51.260149 [ 260 ] {e493ca1a-3d57-496a-8678-76298923c6b6} executeQuery: Read 82 rows, 6.97 KiB in 0.001796 sec., 45657.01559020044 rows/sec., 3.79 MiB/sec. 2026.03.19 00:58:51.260198 [ 260 ] {e493ca1a-3d57-496a-8678-76298923c6b6} TCPHandler: Processed in 0.002206919 sec. 2026.03.19 00:58:51.260326 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:51.260428 [ 260 ] {a33fa5a3-fc8e-4f51-8431-4c454a6efc65} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:58:51.260473 [ 260 ] {a33fa5a3-fc8e-4f51-8431-4c454a6efc65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:58:51.260888 [ 260 ] {a33fa5a3-fc8e-4f51-8431-4c454a6efc65} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:51.260925 [ 260 ] {a33fa5a3-fc8e-4f51-8431-4c454a6efc65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:51.261230 [ 260 ] {a33fa5a3-fc8e-4f51-8431-4c454a6efc65} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.19 00:58:51.261447 [ 260 ] {a33fa5a3-fc8e-4f51-8431-4c454a6efc65} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:51.261582 [ 260 ] {a33fa5a3-fc8e-4f51-8431-4c454a6efc65} executeQuery: Read 13 rows, 1001.00 B in 0.001177 sec., 11045.02973661852 rows/sec., 830.53 KiB/sec. 2026.03.19 00:58:51.261621 [ 260 ] {a33fa5a3-fc8e-4f51-8431-4c454a6efc65} TCPHandler: Processed in 0.00134752 sec. 2026.03.19 00:58:51.261733 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:51.261828 [ 260 ] {91785c26-a135-40d4-adee-2fd88c48713d} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:58:51.261869 [ 260 ] {91785c26-a135-40d4-adee-2fd88c48713d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:58:51.262291 [ 260 ] {91785c26-a135-40d4-adee-2fd88c48713d} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:51.262327 [ 260 ] {91785c26-a135-40d4-adee-2fd88c48713d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:51.262633 [ 260 ] {91785c26-a135-40d4-adee-2fd88c48713d} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.19 00:58:51.262841 [ 260 ] {91785c26-a135-40d4-adee-2fd88c48713d} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:51.262973 [ 260 ] {91785c26-a135-40d4-adee-2fd88c48713d} executeQuery: Read 77 rows, 6.16 KiB in 0.001164 sec., 66151.20274914088 rows/sec., 5.16 MiB/sec. 2026.03.19 00:58:51.263011 [ 260 ] {91785c26-a135-40d4-adee-2fd88c48713d} TCPHandler: Processed in 0.00132755 sec. 2026.03.19 00:58:51.263123 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:51.263216 [ 260 ] {55a1efff-cdd3-4a41-9c7a-bee92d799ee9} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:58:51.263260 [ 260 ] {55a1efff-cdd3-4a41-9c7a-bee92d799ee9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:58:51.263662 [ 260 ] {55a1efff-cdd3-4a41-9c7a-bee92d799ee9} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:51.263698 [ 260 ] {55a1efff-cdd3-4a41-9c7a-bee92d799ee9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:51.264036 [ 260 ] {55a1efff-cdd3-4a41-9c7a-bee92d799ee9} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.19 00:58:51.264245 [ 260 ] {55a1efff-cdd3-4a41-9c7a-bee92d799ee9} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:51.264374 [ 260 ] {55a1efff-cdd3-4a41-9c7a-bee92d799ee9} executeQuery: Read 160 rows, 11.41 KiB in 0.001177 sec., 135938.82752761256 rows/sec., 9.47 MiB/sec. 2026.03.19 00:58:51.264412 [ 260 ] {55a1efff-cdd3-4a41-9c7a-bee92d799ee9} TCPHandler: Processed in 0.001338379 sec. 2026.03.19 00:58:51.264520 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:51.264612 [ 260 ] {e191a40c-e99a-4ae3-b0dd-198d7ba4e690} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:58:51.264666 [ 260 ] {e191a40c-e99a-4ae3-b0dd-198d7ba4e690} 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.03.19 00:58:51.265449 [ 260 ] {e191a40c-e99a-4ae3-b0dd-198d7ba4e690} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:51.265485 [ 260 ] {e191a40c-e99a-4ae3-b0dd-198d7ba4e690} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:51.266009 [ 260 ] {e191a40c-e99a-4ae3-b0dd-198d7ba4e690} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.19 00:58:51.266240 [ 260 ] {e191a40c-e99a-4ae3-b0dd-198d7ba4e690} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:51.266381 [ 260 ] {e191a40c-e99a-4ae3-b0dd-198d7ba4e690} executeQuery: Read 13 rows, 23.85 KiB in 0.001786 sec., 7278.835386338185 rows/sec., 13.04 MiB/sec. 2026.03.19 00:58:51.266443 [ 260 ] {e191a40c-e99a-4ae3-b0dd-198d7ba4e690} TCPHandler: Processed in 0.001971524 sec. 2026.03.19 00:58:51.266555 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:51.266650 [ 260 ] {f49b7bf7-7135-4c11-ad73-eab35193411e} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:58:51.266692 [ 260 ] {f49b7bf7-7135-4c11-ad73-eab35193411e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:58:51.267024 [ 260 ] {f49b7bf7-7135-4c11-ad73-eab35193411e} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:51.267059 [ 260 ] {f49b7bf7-7135-4c11-ad73-eab35193411e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:51.267362 [ 260 ] {f49b7bf7-7135-4c11-ad73-eab35193411e} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.19 00:58:51.267570 [ 260 ] {f49b7bf7-7135-4c11-ad73-eab35193411e} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:51.267699 [ 260 ] {f49b7bf7-7135-4c11-ad73-eab35193411e} executeQuery: Read 60 rows, 4.14 KiB in 0.001067 sec., 56232.427366447984 rows/sec., 3.79 MiB/sec. 2026.03.19 00:58:51.267735 [ 260 ] {f49b7bf7-7135-4c11-ad73-eab35193411e} TCPHandler: Processed in 0.001228167 sec. 2026.03.19 00:58:55.555371 [ 153 ] {} DNSResolver: Updating DNS cache 2026.03.19 00:58:55.555441 [ 153 ] {} DNSResolver: Updated DNS cache 2026.03.19 00:58:55.665040 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 14377 2026.03.19 00:58:55.665797 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:55.665880 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:55.666552 [ 245 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.19 00:58:55.666779 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:55.666911 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14377 2026.03.19 00:58:56.258250 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:56.258474 [ 260 ] {f76cbc2d-d136-47c1-a103-fa277b18746d} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:58:56.258560 [ 260 ] {f76cbc2d-d136-47c1-a103-fa277b18746d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:58:56.259352 [ 260 ] {f76cbc2d-d136-47c1-a103-fa277b18746d} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:56.259401 [ 260 ] {f76cbc2d-d136-47c1-a103-fa277b18746d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:56.259794 [ 260 ] {f76cbc2d-d136-47c1-a103-fa277b18746d} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.19 00:58:56.260025 [ 260 ] {f76cbc2d-d136-47c1-a103-fa277b18746d} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:56.260178 [ 260 ] {f76cbc2d-d136-47c1-a103-fa277b18746d} executeQuery: Read 112 rows, 9.67 KiB in 0.001765 sec., 63456.09065155807 rows/sec., 5.35 MiB/sec. 2026.03.19 00:58:56.260218 [ 260 ] {f76cbc2d-d136-47c1-a103-fa277b18746d} TCPHandler: Processed in 0.002128337 sec. 2026.03.19 00:58:56.260340 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:56.260434 [ 260 ] {a6fcfbdd-0ef5-4708-b33f-604bd9dbe15f} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:58:56.260475 [ 260 ] {a6fcfbdd-0ef5-4708-b33f-604bd9dbe15f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:58:56.260879 [ 260 ] {a6fcfbdd-0ef5-4708-b33f-604bd9dbe15f} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:56.260914 [ 260 ] {a6fcfbdd-0ef5-4708-b33f-604bd9dbe15f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:56.261209 [ 260 ] {a6fcfbdd-0ef5-4708-b33f-604bd9dbe15f} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.19 00:58:56.261431 [ 260 ] {a6fcfbdd-0ef5-4708-b33f-604bd9dbe15f} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:56.261545 [ 77 ] {} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.19 00:58:56.261559 [ 260 ] {a6fcfbdd-0ef5-4708-b33f-604bd9dbe15f} executeQuery: Read 28 rows, 2.11 KiB in 0.001145 sec., 24454.14847161572 rows/sec., 1.80 MiB/sec. 2026.03.19 00:58:56.261614 [ 77 ] {} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:56.261622 [ 260 ] {a6fcfbdd-0ef5-4708-b33f-604bd9dbe15f} TCPHandler: Processed in 0.00133205 sec. 2026.03.19 00:58:56.261645 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:56.261744 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:56.261767 [ 190 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::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.03.19 00:58:56.261840 [ 260 ] {0eeb307b-adcc-4f0a-b905-fbfbf33ad5e7} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:58:56.261883 [ 260 ] {0eeb307b-adcc-4f0a-b905-fbfbf33ad5e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:58:56.261902 [ 190 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:58:56.261940 [ 190 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 80 rows starting from the beginning of the part 2026.03.19 00:58:56.262007 [ 190 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 28 rows starting from the beginning of the part 2026.03.19 00:58:56.262059 [ 190 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 13 rows starting from the beginning of the part 2026.03.19 00:58:56.262189 [ 190 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 55 rows starting from the beginning of the part 2026.03.19 00:58:56.262263 [ 190 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 13 rows starting from the beginning of the part 2026.03.19 00:58:56.262305 [ 190 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 28 rows starting from the beginning of the part 2026.03.19 00:58:56.262321 [ 260 ] {0eeb307b-adcc-4f0a-b905-fbfbf33ad5e7} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:56.262361 [ 260 ] {0eeb307b-adcc-4f0a-b905-fbfbf33ad5e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:56.262706 [ 260 ] {0eeb307b-adcc-4f0a-b905-fbfbf33ad5e7} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.19 00:58:56.262936 [ 260 ] {0eeb307b-adcc-4f0a-b905-fbfbf33ad5e7} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:56.263069 [ 260 ] {0eeb307b-adcc-4f0a-b905-fbfbf33ad5e7} executeQuery: Read 92 rows, 7.36 KiB in 0.001247 sec., 73777.06495589414 rows/sec., 5.76 MiB/sec. 2026.03.19 00:58:56.263106 [ 260 ] {0eeb307b-adcc-4f0a-b905-fbfbf33ad5e7} TCPHandler: Processed in 0.001410262 sec. 2026.03.19 00:58:56.263160 [ 187 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 217 rows, containing 5 columns (5 merged, 0 gathered) in 0.001449422 sec., 149714.85185128968 rows/sec., 11.56 MiB/sec. 2026.03.19 00:58:56.263220 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:56.263313 [ 260 ] {5c5e4ef4-966f-445c-a449-ac7ded70a5e8} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:58:56.263357 [ 260 ] {5c5e4ef4-966f-445c-a449-ac7ded70a5e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:58:56.263363 [ 200 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.19 00:58:56.263740 [ 200 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_41_8} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:56.263761 [ 260 ] {5c5e4ef4-966f-445c-a449-ac7ded70a5e8} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:56.263802 [ 260 ] {5c5e4ef4-966f-445c-a449-ac7ded70a5e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:56.263841 [ 200 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_41_8} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.19 00:58:56.263954 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.03.19 00:58:56.264157 [ 260 ] {5c5e4ef4-966f-445c-a449-ac7ded70a5e8} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.19 00:58:56.264375 [ 260 ] {5c5e4ef4-966f-445c-a449-ac7ded70a5e8} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:56.264504 [ 260 ] {5c5e4ef4-966f-445c-a449-ac7ded70a5e8} executeQuery: Read 160 rows, 11.41 KiB in 0.001208 sec., 132450.3311258278 rows/sec., 9.22 MiB/sec. 2026.03.19 00:58:56.264541 [ 260 ] {5c5e4ef4-966f-445c-a449-ac7ded70a5e8} TCPHandler: Processed in 0.00137063 sec. 2026.03.19 00:58:56.264649 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:56.264740 [ 260 ] {455fbb68-4591-4b91-a8e0-139dae3aef89} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:58:56.264794 [ 260 ] {455fbb68-4591-4b91-a8e0-139dae3aef89} 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.03.19 00:58:56.265622 [ 260 ] {455fbb68-4591-4b91-a8e0-139dae3aef89} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:56.265658 [ 260 ] {455fbb68-4591-4b91-a8e0-139dae3aef89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:56.266200 [ 260 ] {455fbb68-4591-4b91-a8e0-139dae3aef89} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.19 00:58:56.266421 [ 260 ] {455fbb68-4591-4b91-a8e0-139dae3aef89} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:56.266534 [ 77 ] {} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.19 00:58:56.266558 [ 260 ] {455fbb68-4591-4b91-a8e0-139dae3aef89} executeQuery: Read 28 rows, 51.38 KiB in 0.001835 sec., 15258.855585831063 rows/sec., 27.34 MiB/sec. 2026.03.19 00:58:56.266577 [ 77 ] {} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:56.266602 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:56.266616 [ 260 ] {455fbb68-4591-4b91-a8e0-139dae3aef89} TCPHandler: Processed in 0.002016235 sec. 2026.03.19 00:58:56.266676 [ 190 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::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.03.19 00:58:56.266743 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:58:56.266839 [ 260 ] {90646010-d79f-4258-9060-1d700dbf1e98} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:58:56.266870 [ 190 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:58:56.266882 [ 260 ] {90646010-d79f-4258-9060-1d700dbf1e98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:58:56.266926 [ 190 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 719 rows starting from the beginning of the part 2026.03.19 00:58:56.267039 [ 190 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 28 rows starting from the beginning of the part 2026.03.19 00:58:56.267132 [ 190 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 13 rows starting from the beginning of the part 2026.03.19 00:58:56.267224 [ 190 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 37 rows starting from the beginning of the part 2026.03.19 00:58:56.267241 [ 260 ] {90646010-d79f-4258-9060-1d700dbf1e98} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:56.267280 [ 260 ] {90646010-d79f-4258-9060-1d700dbf1e98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:56.267313 [ 190 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 13 rows starting from the beginning of the part 2026.03.19 00:58:56.267399 [ 190 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 28 rows starting from the beginning of the part 2026.03.19 00:58:56.267610 [ 260 ] {90646010-d79f-4258-9060-1d700dbf1e98} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.19 00:58:56.267882 [ 260 ] {90646010-d79f-4258-9060-1d700dbf1e98} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:56.268031 [ 260 ] {90646010-d79f-4258-9060-1d700dbf1e98} executeQuery: Read 60 rows, 4.14 KiB in 0.001209 sec., 49627.79156327544 rows/sec., 3.34 MiB/sec. 2026.03.19 00:58:56.268067 [ 260 ] {90646010-d79f-4258-9060-1d700dbf1e98} TCPHandler: Processed in 0.0013734 sec. 2026.03.19 00:58:56.281682 [ 197 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 838 rows, containing 19 columns (19 merged, 0 gathered) in 0.015037861 sec., 55726.01050109454 rows/sec., 99.86 MiB/sec. 2026.03.19 00:58:56.282472 [ 190 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.19 00:58:56.282799 [ 190 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_41_8} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:56.282873 [ 190 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_41_8} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.19 00:58:56.282973 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.68 MiB. 2026.03.19 00:58:56.412387 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2026.03.19 00:58:56.430126 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:58:56.430183 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:58:56.436226 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.19 00:58:56.436913 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:58:56.439785 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2026.03.19 00:59:00.696399 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 834 2026.03.19 00:59:00.698444 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:00.698492 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:59:00.699624 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.19 00:59:00.699886 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:00.700150 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 834 2026.03.19 00:59:01.257824 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:01.258094 [ 260 ] {a8799ae3-d069-43bf-9c1e-c31ea167c8e7} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:59:01.258157 [ 260 ] {a8799ae3-d069-43bf-9c1e-c31ea167c8e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:59:01.258823 [ 260 ] {a8799ae3-d069-43bf-9c1e-c31ea167c8e7} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:01.258865 [ 260 ] {a8799ae3-d069-43bf-9c1e-c31ea167c8e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:59:01.259244 [ 260 ] {a8799ae3-d069-43bf-9c1e-c31ea167c8e7} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.19 00:59:01.259470 [ 260 ] {a8799ae3-d069-43bf-9c1e-c31ea167c8e7} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:01.259617 [ 260 ] {a8799ae3-d069-43bf-9c1e-c31ea167c8e7} executeQuery: Read 82 rows, 6.97 KiB in 0.001596 sec., 51378.44611528822 rows/sec., 4.26 MiB/sec. 2026.03.19 00:59:01.259657 [ 260 ] {a8799ae3-d069-43bf-9c1e-c31ea167c8e7} TCPHandler: Processed in 0.002010864 sec. 2026.03.19 00:59:01.259783 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:01.259883 [ 260 ] {0cb07c92-8329-43c3-9f2e-ddda6958889a} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:59:01.259921 [ 260 ] {0cb07c92-8329-43c3-9f2e-ddda6958889a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:59:01.260348 [ 260 ] {0cb07c92-8329-43c3-9f2e-ddda6958889a} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:01.260384 [ 260 ] {0cb07c92-8329-43c3-9f2e-ddda6958889a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:59:01.260684 [ 260 ] {0cb07c92-8329-43c3-9f2e-ddda6958889a} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.19 00:59:01.260891 [ 260 ] {0cb07c92-8329-43c3-9f2e-ddda6958889a} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:01.261017 [ 260 ] {0cb07c92-8329-43c3-9f2e-ddda6958889a} executeQuery: Read 13 rows, 1001.00 B in 0.001161 sec., 11197.243755383292 rows/sec., 841.98 KiB/sec. 2026.03.19 00:59:01.261053 [ 260 ] {0cb07c92-8329-43c3-9f2e-ddda6958889a} TCPHandler: Processed in 0.001317869 sec. 2026.03.19 00:59:01.261160 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:01.261259 [ 260 ] {c277a043-735a-4af5-a325-695dbbbeac30} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:59:01.261297 [ 260 ] {c277a043-735a-4af5-a325-695dbbbeac30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:59:01.261705 [ 260 ] {c277a043-735a-4af5-a325-695dbbbeac30} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:01.261741 [ 260 ] {c277a043-735a-4af5-a325-695dbbbeac30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:59:01.262042 [ 260 ] {c277a043-735a-4af5-a325-695dbbbeac30} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.19 00:59:01.262244 [ 260 ] {c277a043-735a-4af5-a325-695dbbbeac30} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:01.262369 [ 260 ] {c277a043-735a-4af5-a325-695dbbbeac30} executeQuery: Read 77 rows, 6.16 KiB in 0.001128 sec., 68262.41134751773 rows/sec., 5.33 MiB/sec. 2026.03.19 00:59:01.262404 [ 260 ] {c277a043-735a-4af5-a325-695dbbbeac30} TCPHandler: Processed in 0.001290379 sec. 2026.03.19 00:59:01.262513 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:01.262612 [ 260 ] {a308ded2-362b-4bc6-a2a0-9208ed02e1ed} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:59:01.262653 [ 260 ] {a308ded2-362b-4bc6-a2a0-9208ed02e1ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:59:01.263058 [ 260 ] {a308ded2-362b-4bc6-a2a0-9208ed02e1ed} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:01.263093 [ 260 ] {a308ded2-362b-4bc6-a2a0-9208ed02e1ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:59:01.263409 [ 260 ] {a308ded2-362b-4bc6-a2a0-9208ed02e1ed} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.19 00:59:01.263613 [ 260 ] {a308ded2-362b-4bc6-a2a0-9208ed02e1ed} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:01.263737 [ 260 ] {a308ded2-362b-4bc6-a2a0-9208ed02e1ed} executeQuery: Read 160 rows, 11.41 KiB in 0.001144 sec., 139860.13986013984 rows/sec., 9.74 MiB/sec. 2026.03.19 00:59:01.263774 [ 260 ] {a308ded2-362b-4bc6-a2a0-9208ed02e1ed} TCPHandler: Processed in 0.001306949 sec. 2026.03.19 00:59:01.263880 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:01.263978 [ 260 ] {1275956a-1418-4250-9e39-e17674938c29} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:59:01.264034 [ 260 ] {1275956a-1418-4250-9e39-e17674938c29} 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.03.19 00:59:01.264782 [ 260 ] {1275956a-1418-4250-9e39-e17674938c29} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:01.264818 [ 260 ] {1275956a-1418-4250-9e39-e17674938c29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:59:01.265328 [ 260 ] {1275956a-1418-4250-9e39-e17674938c29} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.19 00:59:01.265541 [ 260 ] {1275956a-1418-4250-9e39-e17674938c29} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:01.265674 [ 260 ] {1275956a-1418-4250-9e39-e17674938c29} executeQuery: Read 13 rows, 23.85 KiB in 0.001713 sec., 7589.025102159953 rows/sec., 13.60 MiB/sec. 2026.03.19 00:59:01.265725 [ 260 ] {1275956a-1418-4250-9e39-e17674938c29} TCPHandler: Processed in 0.001891142 sec. 2026.03.19 00:59:01.265835 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:01.265934 [ 260 ] {5c83d632-eac4-424c-9393-76f1c94bd644} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:59:01.265975 [ 260 ] {5c83d632-eac4-424c-9393-76f1c94bd644} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:59:01.266299 [ 260 ] {5c83d632-eac4-424c-9393-76f1c94bd644} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:01.266334 [ 260 ] {5c83d632-eac4-424c-9393-76f1c94bd644} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:59:01.266626 [ 260 ] {5c83d632-eac4-424c-9393-76f1c94bd644} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.19 00:59:01.266840 [ 260 ] {5c83d632-eac4-424c-9393-76f1c94bd644} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:01.266964 [ 260 ] {5c83d632-eac4-424c-9393-76f1c94bd644} executeQuery: Read 60 rows, 4.14 KiB in 0.001048 sec., 57251.90839694656 rows/sec., 3.86 MiB/sec. 2026.03.19 00:59:01.266999 [ 260 ] {5c83d632-eac4-424c-9393-76f1c94bd644} TCPHandler: Processed in 0.001210987 sec. 2026.03.19 00:59:03.167923 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 14889 2026.03.19 00:59:03.168488 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:03.168529 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:59:03.169014 [ 245 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.19 00:59:03.169249 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:03.169381 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14889 2026.03.19 00:59:03.169388 [ 142 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.19 00:59:03.169464 [ 142 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:03.169486 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:59:03.169642 [ 187 ] {c4062d85-5db1-44cf-991b-11480bbd7783::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.03.19 00:59:03.169845 [ 187 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:59:03.169905 [ 187 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12457 rows starting from the beginning of the part 2026.03.19 00:59:03.170040 [ 187 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 512 rows starting from the beginning of the part 2026.03.19 00:59:03.170113 [ 187 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 448 rows starting from the beginning of the part 2026.03.19 00:59:03.170152 [ 187 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 512 rows starting from the beginning of the part 2026.03.19 00:59:03.170190 [ 187 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 448 rows starting from the beginning of the part 2026.03.19 00:59:03.170227 [ 187 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 512 rows starting from the beginning of the part 2026.03.19 00:59:03.171966 [ 195 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14889 rows, containing 4 columns (4 merged, 0 gathered) in 0.002404413 sec., 6192363.791079152 rows/sec., 88.58 MiB/sec. 2026.03.19 00:59:03.172497 [ 192 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.19 00:59:03.172983 [ 192 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_31_6} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:03.173110 [ 192 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_31_6} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.19 00:59:03.173219 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2026.03.19 00:59:03.940757 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2026.03.19 00:59:03.958443 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:03.958489 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:59:03.964119 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.19 00:59:03.964822 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:03.965106 [ 143 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.19 00:59:03.965142 [ 143 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:03.965160 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:59:03.965242 [ 187 ] {b8c8652d-7579-4eae-94e9-90637c55b388::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.03.19 00:59:03.967684 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2026.03.19 00:59:03.968142 [ 187 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:59:03.968849 [ 187 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part 2026.03.19 00:59:03.972171 [ 187 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part 2026.03.19 00:59:03.975584 [ 187 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part 2026.03.19 00:59:03.979266 [ 187 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part 2026.03.19 00:59:03.983280 [ 187 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 7 rows starting from the beginning of the part 2026.03.19 00:59:03.987131 [ 187 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part 2026.03.19 00:59:04.000241 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 283.62 MiB, peak 283.62 MiB, free memory in arenas 0.00 B, will set to 274.36 MiB (RSS), difference: -9.26 MiB 2026.03.19 00:59:04.039834 [ 195 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.074624313 sec., 3135.707259375373 rows/sec., 16.21 MiB/sec. 2026.03.19 00:59:04.041907 [ 191 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.19 00:59:04.043738 [ 191 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_31_6} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:04.043834 [ 191 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_31_6} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.19 00:59:04.045084 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.03.19 00:59:05.000280 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 264.94 MiB, peak 283.62 MiB, free memory in arenas 0.00 B, will set to 277.12 MiB (RSS), difference: 12.18 MiB 2026.03.19 00:59:06.258497 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:06.258680 [ 260 ] {6690c500-fba0-4d66-8323-688a188f469d} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:59:06.258747 [ 260 ] {6690c500-fba0-4d66-8323-688a188f469d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:59:06.259418 [ 260 ] {6690c500-fba0-4d66-8323-688a188f469d} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:06.259544 [ 260 ] {6690c500-fba0-4d66-8323-688a188f469d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:59:06.259968 [ 260 ] {6690c500-fba0-4d66-8323-688a188f469d} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.19 00:59:06.260213 [ 260 ] {6690c500-fba0-4d66-8323-688a188f469d} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:06.260360 [ 151 ] {} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.19 00:59:06.260380 [ 260 ] {6690c500-fba0-4d66-8323-688a188f469d} executeQuery: Read 112 rows, 9.67 KiB in 0.001747 sec., 64109.90269032627 rows/sec., 5.40 MiB/sec. 2026.03.19 00:59:06.260405 [ 151 ] {} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:06.260429 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:59:06.260435 [ 260 ] {6690c500-fba0-4d66-8323-688a188f469d} TCPHandler: Processed in 0.002075516 sec. 2026.03.19 00:59:06.260568 [ 198 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.03.19 00:59:06.260575 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:06.260725 [ 260 ] {b28c2fbc-7cef-49e6-9eb7-358a0505a0dc} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:59:06.260726 [ 198 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:59:06.260775 [ 260 ] {b28c2fbc-7cef-49e6-9eb7-358a0505a0dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:59:06.260779 [ 198 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2147 rows starting from the beginning of the part 2026.03.19 00:59:06.260863 [ 198 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 56 rows starting from the beginning of the part 2026.03.19 00:59:06.260912 [ 198 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 82 rows starting from the beginning of the part 2026.03.19 00:59:06.260954 [ 198 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 112 rows starting from the beginning of the part 2026.03.19 00:59:06.261019 [ 198 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 82 rows starting from the beginning of the part 2026.03.19 00:59:06.261081 [ 198 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 112 rows starting from the beginning of the part 2026.03.19 00:59:06.261225 [ 260 ] {b28c2fbc-7cef-49e6-9eb7-358a0505a0dc} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:06.261267 [ 260 ] {b28c2fbc-7cef-49e6-9eb7-358a0505a0dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.03.19 00:59:06.261877 [ 260 ] {b28c2fbc-7cef-49e6-9eb7-358a0505a0dc} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.19 00:59:06.262105 [ 260 ] {b28c2fbc-7cef-49e6-9eb7-358a0505a0dc} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:06.262241 [ 260 ] {b28c2fbc-7cef-49e6-9eb7-358a0505a0dc} executeQuery: Read 28 rows, 2.11 KiB in 0.001543 sec., 18146.46791963707 rows/sec., 1.33 MiB/sec. 2026.03.19 00:59:06.262281 [ 260 ] {b28c2fbc-7cef-49e6-9eb7-358a0505a0dc} TCPHandler: Processed in 0.001761928 sec. 2026.03.19 00:59:06.262396 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:06.262401 [ 195 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2591 rows, containing 5 columns (5 merged, 0 gathered) in 0.001895782 sec., 1366718.3252082781 rows/sec., 111.23 MiB/sec. 2026.03.19 00:59:06.262494 [ 260 ] {4ba4750d-b0b6-429d-a0a0-75e0bf931819} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:59:06.262540 [ 260 ] {4ba4750d-b0b6-429d-a0a0-75e0bf931819} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:59:06.262652 [ 202 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.19 00:59:06.262919 [ 202 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_51_10} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:06.262969 [ 260 ] {4ba4750d-b0b6-429d-a0a0-75e0bf931819} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:06.263001 [ 202 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_51_10} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.19 00:59:06.263015 [ 260 ] {4ba4750d-b0b6-429d-a0a0-75e0bf931819} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:59:06.263099 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2026.03.19 00:59:06.263358 [ 260 ] {4ba4750d-b0b6-429d-a0a0-75e0bf931819} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.19 00:59:06.263607 [ 260 ] {4ba4750d-b0b6-429d-a0a0-75e0bf931819} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:06.263716 [ 151 ] {} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.19 00:59:06.263739 [ 260 ] {4ba4750d-b0b6-429d-a0a0-75e0bf931819} executeQuery: Read 92 rows, 7.36 KiB in 0.001265 sec., 72727.27272727272 rows/sec., 5.68 MiB/sec. 2026.03.19 00:59:06.263741 [ 151 ] {} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:06.263768 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:59:06.263777 [ 260 ] {4ba4750d-b0b6-429d-a0a0-75e0bf931819} TCPHandler: Processed in 0.001430772 sec. 2026.03.19 00:59:06.263838 [ 198 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.03.19 00:59:06.263895 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:06.263936 [ 198 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:59:06.263964 [ 198 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1122 rows starting from the beginning of the part 2026.03.19 00:59:06.263994 [ 260 ] {7c576b00-3b2e-4730-a2ac-c8f51c549822} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:59:06.264010 [ 198 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 64 rows starting from the beginning of the part 2026.03.19 00:59:06.264046 [ 260 ] {7c576b00-3b2e-4730-a2ac-c8f51c549822} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:59:06.264052 [ 198 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 77 rows starting from the beginning of the part 2026.03.19 00:59:06.264101 [ 198 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 92 rows starting from the beginning of the part 2026.03.19 00:59:06.264132 [ 198 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 77 rows starting from the beginning of the part 2026.03.19 00:59:06.264169 [ 198 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 92 rows starting from the beginning of the part 2026.03.19 00:59:06.264470 [ 260 ] {7c576b00-3b2e-4730-a2ac-c8f51c549822} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:06.264509 [ 260 ] {7c576b00-3b2e-4730-a2ac-c8f51c549822} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.03.19 00:59:06.265018 [ 260 ] {7c576b00-3b2e-4730-a2ac-c8f51c549822} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.19 00:59:06.265061 [ 198 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1524 rows, containing 5 columns (5 merged, 0 gathered) in 0.001252038 sec., 1217215.4519271778 rows/sec., 92.52 MiB/sec. 2026.03.19 00:59:06.265237 [ 260 ] {7c576b00-3b2e-4730-a2ac-c8f51c549822} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:06.265299 [ 195 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.19 00:59:06.265363 [ 151 ] {} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.19 00:59:06.265374 [ 260 ] {7c576b00-3b2e-4730-a2ac-c8f51c549822} executeQuery: Read 160 rows, 11.41 KiB in 0.001399 sec., 114367.40528949248 rows/sec., 7.97 MiB/sec. 2026.03.19 00:59:06.265408 [ 151 ] {} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:06.265421 [ 260 ] {7c576b00-3b2e-4730-a2ac-c8f51c549822} TCPHandler: Processed in 0.001575335 sec. 2026.03.19 00:59:06.265441 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2026.03.19 00:59:06.265534 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:06.265562 [ 201 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.03.19 00:59:06.265632 [ 260 ] {95df8884-ba3b-4c8a-88d9-5afe473117dd} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:59:06.265664 [ 195 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_51_10} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:06.265693 [ 260 ] {95df8884-ba3b-4c8a-88d9-5afe473117dd} 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.03.19 00:59:06.265725 [ 201 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:59:06.265754 [ 195 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_51_10} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.19 00:59:06.265772 [ 201 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_51_10} MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 15913 rows starting from the beginning of the part 2026.03.19 00:59:06.265848 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.03.19 00:59:06.265860 [ 201 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 128 rows starting from the beginning of the part 2026.03.19 00:59:06.265920 [ 201 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part 2026.03.19 00:59:06.265968 [ 201 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part 2026.03.19 00:59:06.266012 [ 201 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part 2026.03.19 00:59:06.266057 [ 201 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part 2026.03.19 00:59:06.266501 [ 260 ] {95df8884-ba3b-4c8a-88d9-5afe473117dd} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:06.266541 [ 260 ] {95df8884-ba3b-4c8a-88d9-5afe473117dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.03.19 00:59:06.267156 [ 260 ] {95df8884-ba3b-4c8a-88d9-5afe473117dd} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.19 00:59:06.267393 [ 260 ] {95df8884-ba3b-4c8a-88d9-5afe473117dd} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:06.267533 [ 260 ] {95df8884-ba3b-4c8a-88d9-5afe473117dd} executeQuery: Read 28 rows, 51.38 KiB in 0.001921 sec., 14575.741801145237 rows/sec., 26.12 MiB/sec. 2026.03.19 00:59:06.267589 [ 260 ] {95df8884-ba3b-4c8a-88d9-5afe473117dd} TCPHandler: Processed in 0.002104926 sec. 2026.03.19 00:59:06.267707 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:06.267802 [ 260 ] {0f66a372-4604-4133-92cf-d6cc104ab96a} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:59:06.267846 [ 260 ] {0f66a372-4604-4133-92cf-d6cc104ab96a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:59:06.268204 [ 260 ] {0f66a372-4604-4133-92cf-d6cc104ab96a} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:06.268238 [ 260 ] {0f66a372-4604-4133-92cf-d6cc104ab96a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.03.19 00:59:06.268554 [ 260 ] {0f66a372-4604-4133-92cf-d6cc104ab96a} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.19 00:59:06.268803 [ 260 ] {0f66a372-4604-4133-92cf-d6cc104ab96a} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:06.268923 [ 127 ] {} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.19 00:59:06.268938 [ 260 ] {0f66a372-4604-4133-92cf-d6cc104ab96a} executeQuery: Read 60 rows, 4.14 KiB in 0.001154 sec., 51993.06759098786 rows/sec., 3.50 MiB/sec. 2026.03.19 00:59:06.268959 [ 127 ] {} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:06.268977 [ 260 ] {0f66a372-4604-4133-92cf-d6cc104ab96a} TCPHandler: Processed in 0.001321859 sec. 2026.03.19 00:59:06.268981 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.03.19 00:59:06.269059 [ 198 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.03.19 00:59:06.269169 [ 198 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:59:06.269197 [ 198 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2352 rows starting from the beginning of the part 2026.03.19 00:59:06.269241 [ 198 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 48 rows starting from the beginning of the part 2026.03.19 00:59:06.269275 [ 198 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part 2026.03.19 00:59:06.269309 [ 198 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part 2026.03.19 00:59:06.269342 [ 198 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part 2026.03.19 00:59:06.269375 [ 198 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part 2026.03.19 00:59:06.270863 [ 189 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2640 rows, containing 4 columns (4 merged, 0 gathered) in 0.00183051 sec., 1442221.0203713719 rows/sec., 97.20 MiB/sec. 2026.03.19 00:59:06.271202 [ 195 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.19 00:59:06.271276 [ 199 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 16681 rows, containing 5 columns (5 merged, 0 gathered) in 0.005771607 sec., 2890182.9247902706 rows/sec., 191.07 MiB/sec. 2026.03.19 00:59:06.271459 [ 189 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.19 00:59:06.271481 [ 195 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_51_10} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:06.271582 [ 195 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_51_10} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.19 00:59:06.271667 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.03.19 00:59:06.271775 [ 189 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_51_10} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:06.271858 [ 189 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_51_10} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.19 00:59:06.271932 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.34 MiB. 2026.03.19 00:59:07.000174 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 277.67 MiB, peak 286.66 MiB, free memory in arenas 0.00 B, will set to 279.73 MiB (RSS), difference: 2.06 MiB 2026.03.19 00:59:10.211143 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62320 2026.03.19 00:59:10.211266 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:59:10.211292 [ 291 ] {} TCP-Session: e4745882-1527-4463-b936-d23dc0536188 Authenticating user 'default' from [fd00:1122:3344:101::e]:62320 2026.03.19 00:59:10.211315 [ 291 ] {} TCP-Session: e4745882-1527-4463-b936-d23dc0536188 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.211328 [ 291 ] {} TCP-Session: e4745882-1527-4463-b936-d23dc0536188 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.211547 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45985 2026.03.19 00:59:10.211560 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40679 2026.03.19 00:59:10.211604 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43500 2026.03.19 00:59:10.211628 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32849 2026.03.19 00:59:10.211654 [ 291 ] {} TCP-Session: e4745882-1527-4463-b936-d23dc0536188 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:10.211674 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:59:10.211692 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:59:10.211723 [ 292 ] {} TCP-Session: 5f1a587f-59e5-4f6f-8546-f19ccd16fdc7 Authenticating user 'default' from [fd00:1122:3344:101::e]:45985 2026.03.19 00:59:10.211742 [ 293 ] {} TCP-Session: 22652301-6b25-403c-9bf9-5ee611d72f31 Authenticating user 'default' from [fd00:1122:3344:101::e]:40679 2026.03.19 00:59:10.211645 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64967 2026.03.19 00:59:10.211633 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62322 2026.03.19 00:59:10.211824 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:59:10.211853 [ 291 ] {b2458585-fa03-4811-a564-19c86ed0f742} executeQuery: (from [fd00:1122:3344:101::e]:62320) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 00:59:10.211874 [ 287 ] {} TCP-Session: f79752bd-1678-4aac-b9ff-c3ed8a03f3cc Authenticating user 'default' from [fd00:1122:3344:101::e]:43500 2026.03.19 00:59:10.211589 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61407 2026.03.19 00:59:10.211895 [ 287 ] {} TCP-Session: f79752bd-1678-4aac-b9ff-c3ed8a03f3cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.211585 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33323 2026.03.19 00:59:10.211940 [ 287 ] {} TCP-Session: f79752bd-1678-4aac-b9ff-c3ed8a03f3cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.211763 [ 292 ] {} TCP-Session: 5f1a587f-59e5-4f6f-8546-f19ccd16fdc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.211782 [ 293 ] {} TCP-Session: 22652301-6b25-403c-9bf9-5ee611d72f31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.212006 [ 292 ] {} TCP-Session: 5f1a587f-59e5-4f6f-8546-f19ccd16fdc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.212024 [ 293 ] {} TCP-Session: 22652301-6b25-403c-9bf9-5ee611d72f31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.212134 [ 291 ] {b2458585-fa03-4811-a564-19c86ed0f742} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 00:59:10.212191 [ 291 ] {b2458585-fa03-4811-a564-19c86ed0f742} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:59:10.212479 [ 291 ] {b2458585-fa03-4811-a564-19c86ed0f742} oximeter.version (9f694a03-7783-4184-bbfb-7ad9e678e8cc) (SelectExecutor): Key condition: unknown 2026.03.19 00:59:10.214052 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:59:10.214104 [ 259 ] {} TCP-Session: 732bc780-5ddd-437d-b251-d16e5851073c Authenticating user 'default' from [fd00:1122:3344:101::e]:61407 2026.03.19 00:59:10.214136 [ 259 ] {} TCP-Session: 732bc780-5ddd-437d-b251-d16e5851073c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.214153 [ 259 ] {} TCP-Session: 732bc780-5ddd-437d-b251-d16e5851073c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.214178 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:59:10.214216 [ 294 ] {} TCP-Session: ae0dcacb-2406-4b63-8c63-3a47d5b7fa53 Authenticating user 'default' from [fd00:1122:3344:101::e]:33323 2026.03.19 00:59:10.214239 [ 294 ] {} TCP-Session: ae0dcacb-2406-4b63-8c63-3a47d5b7fa53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.214260 [ 294 ] {} TCP-Session: ae0dcacb-2406-4b63-8c63-3a47d5b7fa53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.214336 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:59:10.214383 [ 289 ] {} TCP-Session: 6cef9c97-b064-4ff7-9328-1831a572cfcb Authenticating user 'default' from [fd00:1122:3344:101::e]:62322 2026.03.19 00:59:10.214407 [ 289 ] {} TCP-Session: 6cef9c97-b064-4ff7-9328-1831a572cfcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.214427 [ 289 ] {} TCP-Session: 6cef9c97-b064-4ff7-9328-1831a572cfcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.214441 [ 297 ] {b2458585-fa03-4811-a564-19c86ed0f742} AggregatingTransform: Aggregating 2026.03.19 00:59:10.214599 [ 297 ] {b2458585-fa03-4811-a564-19c86ed0f742} Aggregator: Aggregation method: without_key 2026.03.19 00:59:10.214608 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:59:10.214657 [ 297 ] {b2458585-fa03-4811-a564-19c86ed0f742} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.002073686 sec. (482.233 rows/sec., 18.84 KiB/sec.) 2026.03.19 00:59:10.214665 [ 288 ] {} TCP-Session: 4acad8af-92c7-4c54-9eb3-f244d6154269 Authenticating user 'default' from [fd00:1122:3344:101::e]:32849 2026.03.19 00:59:10.214692 [ 297 ] {b2458585-fa03-4811-a564-19c86ed0f742} Aggregator: Merging aggregated data 2026.03.19 00:59:10.214712 [ 288 ] {} TCP-Session: 4acad8af-92c7-4c54-9eb3-f244d6154269 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.214739 [ 288 ] {} TCP-Session: 4acad8af-92c7-4c54-9eb3-f244d6154269 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.214751 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:59:10.214786 [ 290 ] {} TCP-Session: 87c6d965-204f-4767-bf67-29dd2b7950a8 Authenticating user 'default' from [fd00:1122:3344:101::e]:64967 2026.03.19 00:59:10.214807 [ 290 ] {} TCP-Session: 87c6d965-204f-4767-bf67-29dd2b7950a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.214824 [ 290 ] {} TCP-Session: 87c6d965-204f-4767-bf67-29dd2b7950a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.215983 [ 291 ] {b2458585-fa03-4811-a564-19c86ed0f742} executeQuery: Read 1 rows, 40.00 B in 0.004197 sec., 238.26542768644268 rows/sec., 9.31 KiB/sec. 2026.03.19 00:59:10.216209 [ 291 ] {b2458585-fa03-4811-a564-19c86ed0f742} TCPHandler: Processed in 0.004681443 sec. 2026.03.19 00:59:10.216390 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 00:59:10.216429 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 00:59:10.216472 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 00:59:10.216491 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 00:59:10.216507 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.19 00:59:10.216528 [ 293 ] {} TCP-Session: 22652301-6b25-403c-9bf9-5ee611d72f31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.216519 [ 291 ] {} TCP-Session: e4745882-1527-4463-b936-d23dc0536188 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.216558 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 00:59:10.216599 [ 290 ] {} TCP-Session: 87c6d965-204f-4767-bf67-29dd2b7950a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.216573 [ 259 ] {} TCP-Session: 732bc780-5ddd-437d-b251-d16e5851073c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.216636 [ 292 ] {} TCP-Session: 5f1a587f-59e5-4f6f-8546-f19ccd16fdc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.216550 [ 294 ] {} TCP-Session: ae0dcacb-2406-4b63-8c63-3a47d5b7fa53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.216544 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 00:59:10.216719 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.19 00:59:10.216586 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.19 00:59:10.216778 [ 289 ] {} TCP-Session: 6cef9c97-b064-4ff7-9328-1831a572cfcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.216779 [ 288 ] {} TCP-Session: 4acad8af-92c7-4c54-9eb3-f244d6154269 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.216816 [ 287 ] {} TCP-Session: f79752bd-1678-4aac-b9ff-c3ed8a03f3cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.340004 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33450 2026.03.19 00:59:10.340118 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:59:10.340144 [ 291 ] {} TCP-Session: cae6c4f5-09d4-473b-98c5-237223484408 Authenticating user 'default' from [fd00:1122:3344:101::e]:33450 2026.03.19 00:59:10.340166 [ 291 ] {} TCP-Session: cae6c4f5-09d4-473b-98c5-237223484408 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.340179 [ 291 ] {} TCP-Session: cae6c4f5-09d4-473b-98c5-237223484408 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.340375 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57699 2026.03.19 00:59:10.340392 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40495 2026.03.19 00:59:10.340425 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45603 2026.03.19 00:59:10.340456 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62861 2026.03.19 00:59:10.340482 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:59:10.340495 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:59:10.340466 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53842 2026.03.19 00:59:10.340556 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:59:10.340565 [ 292 ] {} TCP-Session: 568e78bd-c7d9-46c2-b3f5-f0be4f2dbd32 Authenticating user 'default' from [fd00:1122:3344:101::e]:57699 2026.03.19 00:59:10.340568 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:59:10.340594 [ 289 ] {} TCP-Session: de542a62-b1f7-4984-84df-bbc11a752fe9 Authenticating user 'default' from [fd00:1122:3344:101::e]:62861 2026.03.19 00:59:10.340603 [ 292 ] {} TCP-Session: 568e78bd-c7d9-46c2-b3f5-f0be4f2dbd32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.340624 [ 294 ] {} TCP-Session: cf9a2548-a838-4ba2-b834-dbd1b661e6bd Authenticating user 'default' from [fd00:1122:3344:101::e]:45603 2026.03.19 00:59:10.340628 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:59:10.340635 [ 292 ] {} TCP-Session: 568e78bd-c7d9-46c2-b3f5-f0be4f2dbd32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.340656 [ 294 ] {} TCP-Session: cf9a2548-a838-4ba2-b834-dbd1b661e6bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.340665 [ 290 ] {} TCP-Session: 7520a0b3-be04-4797-9f7d-4a3c9a7bee14 Authenticating user 'default' from [fd00:1122:3344:101::e]:53842 2026.03.19 00:59:10.340685 [ 294 ] {} TCP-Session: cf9a2548-a838-4ba2-b834-dbd1b661e6bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.340628 [ 289 ] {} TCP-Session: de542a62-b1f7-4984-84df-bbc11a752fe9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.340698 [ 290 ] {} TCP-Session: 7520a0b3-be04-4797-9f7d-4a3c9a7bee14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.340719 [ 289 ] {} TCP-Session: de542a62-b1f7-4984-84df-bbc11a752fe9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.340731 [ 290 ] {} TCP-Session: 7520a0b3-be04-4797-9f7d-4a3c9a7bee14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.340453 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54296 2026.03.19 00:59:10.340425 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53505 2026.03.19 00:59:10.340521 [ 293 ] {} TCP-Session: 65cd204b-97b4-454a-b113-b33cfad59482 Authenticating user 'default' from [fd00:1122:3344:101::e]:40495 2026.03.19 00:59:10.340519 [ 291 ] {} TCP-Session: cae6c4f5-09d4-473b-98c5-237223484408 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:10.340851 [ 293 ] {} TCP-Session: 65cd204b-97b4-454a-b113-b33cfad59482 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.340453 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56895 2026.03.19 00:59:10.340879 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:59:10.340875 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:59:10.340926 [ 259 ] {} TCP-Session: 405ea8bf-ca5f-45ce-b6e7-73d6e98d1afc Authenticating user 'default' from [fd00:1122:3344:101::e]:53505 2026.03.19 00:59:10.340874 [ 293 ] {} TCP-Session: 65cd204b-97b4-454a-b113-b33cfad59482 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.340954 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:59:10.340954 [ 259 ] {} TCP-Session: 405ea8bf-ca5f-45ce-b6e7-73d6e98d1afc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.340952 [ 288 ] {} TCP-Session: a6356166-dfb0-4b25-a8e8-1cc7ece8b327 Authenticating user 'default' from [fd00:1122:3344:101::e]:54296 2026.03.19 00:59:10.341018 [ 259 ] {} TCP-Session: 405ea8bf-ca5f-45ce-b6e7-73d6e98d1afc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.341014 [ 291 ] {a9264b35-bd72-4cce-b9e5-babdd316853c} executeQuery: (from [fd00:1122:3344:101::e]:33450) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 00:59:10.341056 [ 288 ] {} TCP-Session: a6356166-dfb0-4b25-a8e8-1cc7ece8b327 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.341013 [ 287 ] {} TCP-Session: 6de830e0-b713-4160-a876-c27f957329da Authenticating user 'default' from [fd00:1122:3344:101::e]:56895 2026.03.19 00:59:10.341105 [ 288 ] {} TCP-Session: a6356166-dfb0-4b25-a8e8-1cc7ece8b327 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.341128 [ 287 ] {} TCP-Session: 6de830e0-b713-4160-a876-c27f957329da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.341152 [ 287 ] {} TCP-Session: 6de830e0-b713-4160-a876-c27f957329da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.341330 [ 291 ] {a9264b35-bd72-4cce-b9e5-babdd316853c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 00:59:10.341384 [ 291 ] {a9264b35-bd72-4cce-b9e5-babdd316853c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:59:10.341704 [ 291 ] {a9264b35-bd72-4cce-b9e5-babdd316853c} oximeter.version (9f694a03-7783-4184-bbfb-7ad9e678e8cc) (SelectExecutor): Key condition: unknown 2026.03.19 00:59:10.342714 [ 310 ] {a9264b35-bd72-4cce-b9e5-babdd316853c} AggregatingTransform: Aggregating 2026.03.19 00:59:10.342760 [ 310 ] {a9264b35-bd72-4cce-b9e5-babdd316853c} Aggregator: Aggregation method: without_key 2026.03.19 00:59:10.342790 [ 310 ] {a9264b35-bd72-4cce-b9e5-babdd316853c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000982272 sec. (1018.048 rows/sec., 39.77 KiB/sec.) 2026.03.19 00:59:10.342806 [ 310 ] {a9264b35-bd72-4cce-b9e5-babdd316853c} Aggregator: Merging aggregated data 2026.03.19 00:59:10.344268 [ 291 ] {a9264b35-bd72-4cce-b9e5-babdd316853c} executeQuery: Read 1 rows, 40.00 B in 0.003313 sec., 301.84123151222457 rows/sec., 11.79 KiB/sec. 2026.03.19 00:59:10.344399 [ 291 ] {a9264b35-bd72-4cce-b9e5-babdd316853c} TCPHandler: Processed in 0.004006188 sec. 2026.03.19 00:59:10.344515 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 00:59:10.344541 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 00:59:10.344546 [ 291 ] {} TCP-Session: cae6c4f5-09d4-473b-98c5-237223484408 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.344563 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 00:59:10.344586 [ 292 ] {} TCP-Session: 568e78bd-c7d9-46c2-b3f5-f0be4f2dbd32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.344592 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 00:59:10.344633 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 00:59:10.344652 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 00:59:10.344666 [ 293 ] {} TCP-Session: 65cd204b-97b4-454a-b113-b33cfad59482 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.344684 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.19 00:59:10.344713 [ 294 ] {} TCP-Session: cf9a2548-a838-4ba2-b834-dbd1b661e6bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.344694 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.19 00:59:10.344737 [ 287 ] {} TCP-Session: 6de830e0-b713-4160-a876-c27f957329da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.344776 [ 289 ] {} TCP-Session: de542a62-b1f7-4984-84df-bbc11a752fe9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.344617 [ 290 ] {} TCP-Session: 7520a0b3-be04-4797-9f7d-4a3c9a7bee14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.344608 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.19 00:59:10.344698 [ 288 ] {} TCP-Session: a6356166-dfb0-4b25-a8e8-1cc7ece8b327 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.344853 [ 259 ] {} TCP-Session: 405ea8bf-ca5f-45ce-b6e7-73d6e98d1afc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:10.555482 [ 150 ] {} DNSResolver: Updating DNS cache 2026.03.19 00:59:10.555534 [ 150 ] {} DNSResolver: Updated DNS cache 2026.03.19 00:59:10.670453 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 15337 2026.03.19 00:59:10.671033 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:10.671083 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.03.19 00:59:10.671613 [ 245 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.19 00:59:10.671852 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:10.671988 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15337 2026.03.19 00:59:10.701213 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 862 2026.03.19 00:59:10.703941 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:10.704005 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.03.19 00:59:10.705406 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.19 00:59:10.705704 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:10.706108 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 862 2026.03.19 00:59:11.001225 [ 249 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000832498 sec. 2026.03.19 00:59:11.257777 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:11.257961 [ 260 ] {30ba7568-ff5b-4bc0-b1d2-ae58eb164e6b} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:59:11.258031 [ 260 ] {30ba7568-ff5b-4bc0-b1d2-ae58eb164e6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:59:11.258704 [ 260 ] {30ba7568-ff5b-4bc0-b1d2-ae58eb164e6b} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:11.258760 [ 260 ] {30ba7568-ff5b-4bc0-b1d2-ae58eb164e6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.03.19 00:59:11.259192 [ 260 ] {30ba7568-ff5b-4bc0-b1d2-ae58eb164e6b} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.19 00:59:11.259428 [ 260 ] {30ba7568-ff5b-4bc0-b1d2-ae58eb164e6b} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:11.259600 [ 260 ] {30ba7568-ff5b-4bc0-b1d2-ae58eb164e6b} executeQuery: Read 82 rows, 6.97 KiB in 0.001688 sec., 48578.1990521327 rows/sec., 4.03 MiB/sec. 2026.03.19 00:59:11.259654 [ 260 ] {30ba7568-ff5b-4bc0-b1d2-ae58eb164e6b} TCPHandler: Processed in 0.002010144 sec. 2026.03.19 00:59:11.259786 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:11.259890 [ 260 ] {f8762061-7c94-4574-a642-ad18ab3e20dd} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:59:11.259935 [ 260 ] {f8762061-7c94-4574-a642-ad18ab3e20dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:59:11.260362 [ 260 ] {f8762061-7c94-4574-a642-ad18ab3e20dd} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:11.260402 [ 260 ] {f8762061-7c94-4574-a642-ad18ab3e20dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.03.19 00:59:11.260741 [ 260 ] {f8762061-7c94-4574-a642-ad18ab3e20dd} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.19 00:59:11.260963 [ 260 ] {f8762061-7c94-4574-a642-ad18ab3e20dd} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:11.261105 [ 260 ] {f8762061-7c94-4574-a642-ad18ab3e20dd} executeQuery: Read 13 rows, 1001.00 B in 0.001237 sec., 10509.296685529507 rows/sec., 790.25 KiB/sec. 2026.03.19 00:59:11.261145 [ 260 ] {f8762061-7c94-4574-a642-ad18ab3e20dd} TCPHandler: Processed in 0.001412112 sec. 2026.03.19 00:59:11.261261 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:11.261357 [ 260 ] {4e6f373d-f3a1-4cca-9110-3364e044dafe} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:59:11.261398 [ 260 ] {4e6f373d-f3a1-4cca-9110-3364e044dafe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:59:11.261826 [ 260 ] {4e6f373d-f3a1-4cca-9110-3364e044dafe} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:11.261863 [ 260 ] {4e6f373d-f3a1-4cca-9110-3364e044dafe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.03.19 00:59:11.262181 [ 260 ] {4e6f373d-f3a1-4cca-9110-3364e044dafe} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.19 00:59:11.262392 [ 260 ] {4e6f373d-f3a1-4cca-9110-3364e044dafe} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:11.262529 [ 260 ] {4e6f373d-f3a1-4cca-9110-3364e044dafe} executeQuery: Read 77 rows, 6.16 KiB in 0.001192 sec., 64597.31543624162 rows/sec., 5.04 MiB/sec. 2026.03.19 00:59:11.262569 [ 260 ] {4e6f373d-f3a1-4cca-9110-3364e044dafe} TCPHandler: Processed in 0.00135824 sec. 2026.03.19 00:59:11.262682 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:11.262776 [ 260 ] {5153e277-fd14-44d6-9aa2-14b7fd8d67e6} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:59:11.262821 [ 260 ] {5153e277-fd14-44d6-9aa2-14b7fd8d67e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:59:11.263236 [ 260 ] {5153e277-fd14-44d6-9aa2-14b7fd8d67e6} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:11.263274 [ 260 ] {5153e277-fd14-44d6-9aa2-14b7fd8d67e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.03.19 00:59:11.263623 [ 260 ] {5153e277-fd14-44d6-9aa2-14b7fd8d67e6} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.19 00:59:11.263836 [ 260 ] {5153e277-fd14-44d6-9aa2-14b7fd8d67e6} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:11.263968 [ 260 ] {5153e277-fd14-44d6-9aa2-14b7fd8d67e6} executeQuery: Read 160 rows, 11.41 KiB in 0.001211 sec., 132122.21304706854 rows/sec., 9.20 MiB/sec. 2026.03.19 00:59:11.264007 [ 260 ] {5153e277-fd14-44d6-9aa2-14b7fd8d67e6} TCPHandler: Processed in 0.001373331 sec. 2026.03.19 00:59:11.264121 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:11.264215 [ 260 ] {d479a27d-2a07-4edb-a55e-c85ca6f0b717} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:59:11.264270 [ 260 ] {d479a27d-2a07-4edb-a55e-c85ca6f0b717} 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.03.19 00:59:11.265055 [ 260 ] {d479a27d-2a07-4edb-a55e-c85ca6f0b717} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:11.265092 [ 260 ] {d479a27d-2a07-4edb-a55e-c85ca6f0b717} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.03.19 00:59:11.265631 [ 260 ] {d479a27d-2a07-4edb-a55e-c85ca6f0b717} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.19 00:59:11.265868 [ 260 ] {d479a27d-2a07-4edb-a55e-c85ca6f0b717} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:11.266010 [ 260 ] {d479a27d-2a07-4edb-a55e-c85ca6f0b717} executeQuery: Read 13 rows, 23.85 KiB in 0.001813 sec., 7170.435741864314 rows/sec., 12.85 MiB/sec. 2026.03.19 00:59:11.266072 [ 260 ] {d479a27d-2a07-4edb-a55e-c85ca6f0b717} TCPHandler: Processed in 0.001999524 sec. 2026.03.19 00:59:11.266186 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:11.266279 [ 260 ] {d29bebd6-ff4f-4670-8998-e36942bfa808} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:59:11.266322 [ 260 ] {d29bebd6-ff4f-4670-8998-e36942bfa808} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:59:11.266669 [ 260 ] {d29bebd6-ff4f-4670-8998-e36942bfa808} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:11.266705 [ 260 ] {d29bebd6-ff4f-4670-8998-e36942bfa808} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.03.19 00:59:11.267018 [ 260 ] {d29bebd6-ff4f-4670-8998-e36942bfa808} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.19 00:59:11.267225 [ 260 ] {d29bebd6-ff4f-4670-8998-e36942bfa808} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:11.267355 [ 260 ] {d29bebd6-ff4f-4670-8998-e36942bfa808} executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. 2026.03.19 00:59:11.267392 [ 260 ] {d29bebd6-ff4f-4670-8998-e36942bfa808} TCPHandler: Processed in 0.001256318 sec. 2026.03.19 00:59:11.468730 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2026.03.19 00:59:11.484216 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:11.484274 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.03.19 00:59:11.490086 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.19 00:59:11.490803 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:11.493434 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2026.03.19 00:59:11.566674 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:11.566913 [ 260 ] {a343bd28-8fa4-4c43-82bd-4549199436d4} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.19 00:59:11.567005 [ 260 ] {a343bd28-8fa4-4c43-82bd-4549199436d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.19 00:59:11.567679 [ 260 ] {a343bd28-8fa4-4c43-82bd-4549199436d4} oximeter.fields_i16 (c97ae8e6-4b88-4382-a85b-3715ba41c5df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:11.567718 [ 260 ] {a343bd28-8fa4-4c43-82bd-4549199436d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.03.19 00:59:11.568081 [ 260 ] {a343bd28-8fa4-4c43-82bd-4549199436d4} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 00:59:11.568294 [ 260 ] {a343bd28-8fa4-4c43-82bd-4549199436d4} oximeter.fields_i16 (c97ae8e6-4b88-4382-a85b-3715ba41c5df): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:11.568436 [ 260 ] {a343bd28-8fa4-4c43-82bd-4549199436d4} executeQuery: Read 24 rows, 2.04 KiB in 0.00159 sec., 15094.33962264151 rows/sec., 1.25 MiB/sec. 2026.03.19 00:59:11.568479 [ 260 ] {a343bd28-8fa4-4c43-82bd-4549199436d4} TCPHandler: Processed in 0.001976714 sec. 2026.03.19 00:59:11.568599 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:11.568697 [ 260 ] {aa5cbb28-8db6-411d-a9a7-2c0cdfc7f439} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 00:59:11.568740 [ 260 ] {aa5cbb28-8db6-411d-a9a7-2c0cdfc7f439} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 00:59:11.569136 [ 260 ] {aa5cbb28-8db6-411d-a9a7-2c0cdfc7f439} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:11.569173 [ 260 ] {aa5cbb28-8db6-411d-a9a7-2c0cdfc7f439} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.03.19 00:59:11.569474 [ 260 ] {aa5cbb28-8db6-411d-a9a7-2c0cdfc7f439} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.19 00:59:11.569686 [ 260 ] {aa5cbb28-8db6-411d-a9a7-2c0cdfc7f439} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:11.569816 [ 260 ] {aa5cbb28-8db6-411d-a9a7-2c0cdfc7f439} executeQuery: Read 2 rows, 167.00 B in 0.001139 sec., 1755.9262510974538 rows/sec., 143.18 KiB/sec. 2026.03.19 00:59:11.569853 [ 260 ] {aa5cbb28-8db6-411d-a9a7-2c0cdfc7f439} TCPHandler: Processed in 0.001306469 sec. 2026.03.19 00:59:11.569973 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:11.570066 [ 260 ] {f8b06906-bc1c-4679-91b9-b7a873a275cc} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:59:11.570107 [ 260 ] {f8b06906-bc1c-4679-91b9-b7a873a275cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:59:11.571219 [ 260 ] {f8b06906-bc1c-4679-91b9-b7a873a275cc} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:11.571256 [ 260 ] {f8b06906-bc1c-4679-91b9-b7a873a275cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.03.19 00:59:11.571688 [ 260 ] {f8b06906-bc1c-4679-91b9-b7a873a275cc} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.19 00:59:11.571898 [ 260 ] {f8b06906-bc1c-4679-91b9-b7a873a275cc} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:11.572030 [ 260 ] {f8b06906-bc1c-4679-91b9-b7a873a275cc} executeQuery: Read 2113 rows, 164.98 KiB in 0.001982 sec., 1066094.8536831485 rows/sec., 81.29 MiB/sec. 2026.03.19 00:59:11.572069 [ 260 ] {f8b06906-bc1c-4679-91b9-b7a873a275cc} TCPHandler: Processed in 0.002145817 sec. 2026.03.19 00:59:11.572183 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:11.572278 [ 260 ] {2ebf0ced-9848-42e3-91ac-97a9feb93cbb} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:59:11.572317 [ 260 ] {2ebf0ced-9848-42e3-91ac-97a9feb93cbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:59:11.572723 [ 260 ] {2ebf0ced-9848-42e3-91ac-97a9feb93cbb} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:11.572759 [ 260 ] {2ebf0ced-9848-42e3-91ac-97a9feb93cbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.03.19 00:59:11.573061 [ 260 ] {2ebf0ced-9848-42e3-91ac-97a9feb93cbb} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.19 00:59:11.573278 [ 260 ] {2ebf0ced-9848-42e3-91ac-97a9feb93cbb} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:11.573410 [ 260 ] {2ebf0ced-9848-42e3-91ac-97a9feb93cbb} executeQuery: Read 51 rows, 3.88 KiB in 0.001151 sec., 44309.296264118166 rows/sec., 3.29 MiB/sec. 2026.03.19 00:59:11.573448 [ 260 ] {2ebf0ced-9848-42e3-91ac-97a9feb93cbb} TCPHandler: Processed in 0.001315179 sec. 2026.03.19 00:59:11.573559 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:11.573651 [ 260 ] {6676a2b3-5e61-4533-81d3-06f6faa61901} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 00:59:11.573691 [ 260 ] {6676a2b3-5e61-4533-81d3-06f6faa61901} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 00:59:11.574246 [ 260 ] {6676a2b3-5e61-4533-81d3-06f6faa61901} oximeter.fields_u32 (07ee9360-dbdb-41f1-bf21-931c2f22f543): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:11.574282 [ 260 ] {6676a2b3-5e61-4533-81d3-06f6faa61901} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.03.19 00:59:11.574621 [ 260 ] {6676a2b3-5e61-4533-81d3-06f6faa61901} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 00:59:11.574833 [ 260 ] {6676a2b3-5e61-4533-81d3-06f6faa61901} oximeter.fields_u32 (07ee9360-dbdb-41f1-bf21-931c2f22f543): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:11.574956 [ 260 ] {6676a2b3-5e61-4533-81d3-06f6faa61901} executeQuery: Read 732 rows, 44.33 KiB in 0.001322 sec., 553706.5052950075 rows/sec., 32.75 MiB/sec. 2026.03.19 00:59:11.574995 [ 260 ] {6676a2b3-5e61-4533-81d3-06f6faa61901} TCPHandler: Processed in 0.001485322 sec. 2026.03.19 00:59:11.575108 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:11.575200 [ 260 ] {7395537d-0781-4554-816a-d23fc4fd0bbc} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.19 00:59:11.575240 [ 260 ] {7395537d-0781-4554-816a-d23fc4fd0bbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.19 00:59:11.575614 [ 260 ] {7395537d-0781-4554-816a-d23fc4fd0bbc} oximeter.fields_u64 (c95f3192-ba09-4763-b29d-c6e6af3f656f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:11.575650 [ 260 ] {7395537d-0781-4554-816a-d23fc4fd0bbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.03.19 00:59:11.575944 [ 260 ] {7395537d-0781-4554-816a-d23fc4fd0bbc} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 00:59:11.576153 [ 260 ] {7395537d-0781-4554-816a-d23fc4fd0bbc} oximeter.fields_u64 (c95f3192-ba09-4763-b29d-c6e6af3f656f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:11.576278 [ 260 ] {7395537d-0781-4554-816a-d23fc4fd0bbc} executeQuery: Read 1 rows, 72.00 B in 0.001095 sec., 913.2420091324201 rows/sec., 64.21 KiB/sec. 2026.03.19 00:59:11.576316 [ 260 ] {7395537d-0781-4554-816a-d23fc4fd0bbc} TCPHandler: Processed in 0.001258207 sec. 2026.03.19 00:59:11.576418 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:11.576510 [ 260 ] {69ee247d-ceef-43e7-9b4d-1de55167d054} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.19 00:59:11.576549 [ 260 ] {69ee247d-ceef-43e7-9b4d-1de55167d054} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.19 00:59:11.576934 [ 260 ] {69ee247d-ceef-43e7-9b4d-1de55167d054} oximeter.fields_u8 (d2f01f0b-4d3a-4853-a9fa-9607d1b65676): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:11.576970 [ 260 ] {69ee247d-ceef-43e7-9b4d-1de55167d054} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.03.19 00:59:11.577271 [ 260 ] {69ee247d-ceef-43e7-9b4d-1de55167d054} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 00:59:11.577490 [ 260 ] {69ee247d-ceef-43e7-9b4d-1de55167d054} oximeter.fields_u8 (d2f01f0b-4d3a-4853-a9fa-9607d1b65676): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:11.577616 [ 260 ] {69ee247d-ceef-43e7-9b4d-1de55167d054} executeQuery: Read 12 rows, 960.00 B in 0.001123 sec., 10685.66340160285 rows/sec., 834.82 KiB/sec. 2026.03.19 00:59:11.577655 [ 260 ] {69ee247d-ceef-43e7-9b4d-1de55167d054} TCPHandler: Processed in 0.001285018 sec. 2026.03.19 00:59:11.577761 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:11.577854 [ 260 ] {33bf3f01-251c-4340-be5a-0b8dc8cea55b} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:59:11.577892 [ 260 ] {33bf3f01-251c-4340-be5a-0b8dc8cea55b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:59:11.578562 [ 260 ] {33bf3f01-251c-4340-be5a-0b8dc8cea55b} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:11.578598 [ 260 ] {33bf3f01-251c-4340-be5a-0b8dc8cea55b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.03.19 00:59:11.578960 [ 260 ] {33bf3f01-251c-4340-be5a-0b8dc8cea55b} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.19 00:59:11.579171 [ 260 ] {33bf3f01-251c-4340-be5a-0b8dc8cea55b} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:11.579305 [ 260 ] {33bf3f01-251c-4340-be5a-0b8dc8cea55b} executeQuery: Read 1075 rows, 76.73 KiB in 0.001468 sec., 732288.8283378747 rows/sec., 51.04 MiB/sec. 2026.03.19 00:59:11.579342 [ 260 ] {33bf3f01-251c-4340-be5a-0b8dc8cea55b} TCPHandler: Processed in 0.001630596 sec. 2026.03.19 00:59:11.579456 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:11.579549 [ 260 ] {a717951f-28f5-4def-a21c-ecc39928dda5} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:59:11.579592 [ 260 ] {a717951f-28f5-4def-a21c-ecc39928dda5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:59:11.580246 [ 260 ] {a717951f-28f5-4def-a21c-ecc39928dda5} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:11.580291 [ 260 ] {a717951f-28f5-4def-a21c-ecc39928dda5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.03.19 00:59:11.580699 [ 260 ] {a717951f-28f5-4def-a21c-ecc39928dda5} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.19 00:59:11.580919 [ 260 ] {a717951f-28f5-4def-a21c-ecc39928dda5} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:11.581050 [ 260 ] {a717951f-28f5-4def-a21c-ecc39928dda5} executeQuery: Read 1254 rows, 80.98 KiB in 0.001518 sec., 826086.9565217391 rows/sec., 52.09 MiB/sec. 2026.03.19 00:59:11.581089 [ 260 ] {a717951f-28f5-4def-a21c-ecc39928dda5} TCPHandler: Processed in 0.001681928 sec. 2026.03.19 00:59:11.581191 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:11.581287 [ 260 ] {d536c19b-2378-4381-8274-9e70c5a16828} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:59:11.581343 [ 260 ] {d536c19b-2378-4381-8274-9e70c5a16828} 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.03.19 00:59:11.582134 [ 260 ] {d536c19b-2378-4381-8274-9e70c5a16828} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:11.582171 [ 260 ] {d536c19b-2378-4381-8274-9e70c5a16828} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.03.19 00:59:11.582687 [ 260 ] {d536c19b-2378-4381-8274-9e70c5a16828} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.19 00:59:11.582913 [ 260 ] {d536c19b-2378-4381-8274-9e70c5a16828} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:11.583053 [ 260 ] {d536c19b-2378-4381-8274-9e70c5a16828} executeQuery: Read 37 rows, 67.89 KiB in 0.001785 sec., 20728.29131652661 rows/sec., 37.14 MiB/sec. 2026.03.19 00:59:11.583106 [ 260 ] {d536c19b-2378-4381-8274-9e70c5a16828} TCPHandler: Processed in 0.001963274 sec. 2026.03.19 00:59:11.583219 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:11.583314 [ 260 ] {ecb4edf3-d8d8-4543-84e0-d39668910267} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:59:11.583357 [ 260 ] {ecb4edf3-d8d8-4543-84e0-d39668910267} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:59:11.583670 [ 260 ] {ecb4edf3-d8d8-4543-84e0-d39668910267} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:11.583707 [ 260 ] {ecb4edf3-d8d8-4543-84e0-d39668910267} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.03.19 00:59:11.584008 [ 260 ] {ecb4edf3-d8d8-4543-84e0-d39668910267} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.19 00:59:11.584218 [ 260 ] {ecb4edf3-d8d8-4543-84e0-d39668910267} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:11.584345 [ 260 ] {ecb4edf3-d8d8-4543-84e0-d39668910267} executeQuery: Read 12 rows, 848.00 B in 0.00105 sec., 11428.57142857143 rows/sec., 788.69 KiB/sec. 2026.03.19 00:59:11.584382 [ 260 ] {ecb4edf3-d8d8-4543-84e0-d39668910267} TCPHandler: Processed in 0.001212307 sec. 2026.03.19 00:59:12.000182 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 281.57 MiB, peak 290.32 MiB, free memory in arenas 0.00 B, will set to 280.19 MiB (RSS), difference: -1.37 MiB 2026.03.19 00:59:12.871189 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55268 2026.03.19 00:59:12.871300 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:59:12.871327 [ 292 ] {} TCP-Session: b402b4b6-e63c-4623-a629-60ee81f6dd8c Authenticating user 'default' from [fd00:1122:3344:101::e]:55268 2026.03.19 00:59:12.871348 [ 292 ] {} TCP-Session: b402b4b6-e63c-4623-a629-60ee81f6dd8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:12.871363 [ 292 ] {} TCP-Session: b402b4b6-e63c-4623-a629-60ee81f6dd8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:12.871582 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65315 2026.03.19 00:59:12.871619 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48763 2026.03.19 00:59:12.871642 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48468 2026.03.19 00:59:12.871665 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46820 2026.03.19 00:59:12.871658 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44316 2026.03.19 00:59:12.871752 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:59:12.871769 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:59:12.871723 [ 292 ] {} TCP-Session: b402b4b6-e63c-4623-a629-60ee81f6dd8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:12.871814 [ 289 ] {} TCP-Session: 47f8429e-82f6-4e11-9a92-88fe4df8c094 Authenticating user 'default' from [fd00:1122:3344:101::e]:48468 2026.03.19 00:59:12.871826 [ 291 ] {} TCP-Session: 365f9a55-c86d-48c8-9725-22bcf70bbecd Authenticating user 'default' from [fd00:1122:3344:101::e]:46820 2026.03.19 00:59:12.871855 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:59:12.871859 [ 289 ] {} TCP-Session: 47f8429e-82f6-4e11-9a92-88fe4df8c094 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:12.871880 [ 291 ] {} TCP-Session: 365f9a55-c86d-48c8-9725-22bcf70bbecd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:12.871903 [ 289 ] {} TCP-Session: 47f8429e-82f6-4e11-9a92-88fe4df8c094 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:12.871916 [ 291 ] {} TCP-Session: 365f9a55-c86d-48c8-9725-22bcf70bbecd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:12.871718 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:59:12.871718 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:59:12.871974 [ 287 ] {} TCP-Session: 7c9525fa-f20b-45eb-a0a1-1f6cecfe254d Authenticating user 'default' from [fd00:1122:3344:101::e]:48763 2026.03.19 00:59:12.871642 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54304 2026.03.19 00:59:12.871999 [ 287 ] {} TCP-Session: 7c9525fa-f20b-45eb-a0a1-1f6cecfe254d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:12.872020 [ 292 ] {21f9a028-fff7-4bc6-8fc2-8bab8b9401aa} executeQuery: (from [fd00:1122:3344:101::e]:55268) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 00:59:12.872047 [ 287 ] {} TCP-Session: 7c9525fa-f20b-45eb-a0a1-1f6cecfe254d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:12.871995 [ 293 ] {} TCP-Session: baee1571-23fb-4d3c-a84e-fdd17bc5bc9a Authenticating user 'default' from [fd00:1122:3344:101::e]:65315 2026.03.19 00:59:12.871608 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51204 2026.03.19 00:59:12.872097 [ 293 ] {} TCP-Session: baee1571-23fb-4d3c-a84e-fdd17bc5bc9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:12.871590 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41016 2026.03.19 00:59:12.872141 [ 293 ] {} TCP-Session: baee1571-23fb-4d3c-a84e-fdd17bc5bc9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:12.872182 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:59:12.872103 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:59:12.872218 [ 259 ] {} TCP-Session: 21de7610-5146-47c3-8b8d-10c5d3f3f0e8 Authenticating user 'default' from [fd00:1122:3344:101::e]:51204 2026.03.19 00:59:12.872223 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 00:59:12.871899 [ 290 ] {} TCP-Session: 34d3537e-8c5d-4594-a6fb-a89941c4f049 Authenticating user 'default' from [fd00:1122:3344:101::e]:44316 2026.03.19 00:59:12.872265 [ 259 ] {} TCP-Session: 21de7610-5146-47c3-8b8d-10c5d3f3f0e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:12.872271 [ 294 ] {} TCP-Session: b3ce26e5-5906-4901-968f-79c675036338 Authenticating user 'default' from [fd00:1122:3344:101::e]:41016 2026.03.19 00:59:12.872290 [ 259 ] {} TCP-Session: 21de7610-5146-47c3-8b8d-10c5d3f3f0e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:12.872288 [ 290 ] {} TCP-Session: 34d3537e-8c5d-4594-a6fb-a89941c4f049 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:12.872302 [ 294 ] {} TCP-Session: b3ce26e5-5906-4901-968f-79c675036338 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:12.872315 [ 290 ] {} TCP-Session: 34d3537e-8c5d-4594-a6fb-a89941c4f049 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:12.872324 [ 294 ] {} TCP-Session: b3ce26e5-5906-4901-968f-79c675036338 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:12.872263 [ 288 ] {} TCP-Session: 9102ad1e-6478-4e2f-8924-84a4eba9c6e5 Authenticating user 'default' from [fd00:1122:3344:101::e]:54304 2026.03.19 00:59:12.872381 [ 288 ] {} TCP-Session: 9102ad1e-6478-4e2f-8924-84a4eba9c6e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:12.872392 [ 292 ] {21f9a028-fff7-4bc6-8fc2-8bab8b9401aa} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 00:59:12.872402 [ 288 ] {} TCP-Session: 9102ad1e-6478-4e2f-8924-84a4eba9c6e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:12.872464 [ 292 ] {21f9a028-fff7-4bc6-8fc2-8bab8b9401aa} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 00:59:12.872785 [ 292 ] {21f9a028-fff7-4bc6-8fc2-8bab8b9401aa} oximeter.version (9f694a03-7783-4184-bbfb-7ad9e678e8cc) (SelectExecutor): Key condition: unknown 2026.03.19 00:59:12.873862 [ 315 ] {21f9a028-fff7-4bc6-8fc2-8bab8b9401aa} AggregatingTransform: Aggregating 2026.03.19 00:59:12.873911 [ 315 ] {21f9a028-fff7-4bc6-8fc2-8bab8b9401aa} Aggregator: Aggregation method: without_key 2026.03.19 00:59:12.873948 [ 315 ] {21f9a028-fff7-4bc6-8fc2-8bab8b9401aa} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001059653 sec. (943.705 rows/sec., 36.86 KiB/sec.) 2026.03.19 00:59:12.873966 [ 315 ] {21f9a028-fff7-4bc6-8fc2-8bab8b9401aa} Aggregator: Merging aggregated data 2026.03.19 00:59:12.875009 [ 292 ] {21f9a028-fff7-4bc6-8fc2-8bab8b9401aa} executeQuery: Read 1 rows, 40.00 B in 0.003056 sec., 327.22513089005236 rows/sec., 12.78 KiB/sec. 2026.03.19 00:59:12.875199 [ 292 ] {21f9a028-fff7-4bc6-8fc2-8bab8b9401aa} TCPHandler: Processed in 0.00364064 sec. 2026.03.19 00:59:12.875326 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 00:59:12.875354 [ 292 ] {} TCP-Session: b402b4b6-e63c-4623-a629-60ee81f6dd8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:12.875361 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 00:59:12.875384 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.19 00:59:12.875401 [ 291 ] {} TCP-Session: 365f9a55-c86d-48c8-9725-22bcf70bbecd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:12.875408 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.19 00:59:12.875426 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 00:59:12.875434 [ 259 ] {} TCP-Session: 21de7610-5146-47c3-8b8d-10c5d3f3f0e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:12.875457 [ 287 ] {} TCP-Session: 7c9525fa-f20b-45eb-a0a1-1f6cecfe254d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:12.875473 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.19 00:59:12.875480 [ 294 ] {} TCP-Session: b3ce26e5-5906-4901-968f-79c675036338 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:12.875500 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 00:59:12.875520 [ 289 ] {} TCP-Session: 47f8429e-82f6-4e11-9a92-88fe4df8c094 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:12.875532 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 00:59:12.875564 [ 288 ] {} TCP-Session: 9102ad1e-6478-4e2f-8924-84a4eba9c6e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:12.875450 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 00:59:12.875591 [ 290 ] {} TCP-Session: 34d3537e-8c5d-4594-a6fb-a89941c4f049 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:12.875628 [ 293 ] {} TCP-Session: baee1571-23fb-4d3c-a84e-fdd17bc5bc9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 00:59:16.256320 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:16.256585 [ 260 ] {8e4accd1-22f7-417e-88c5-b3c233b3d6c7} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:59:16.256651 [ 260 ] {8e4accd1-22f7-417e-88c5-b3c233b3d6c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:59:16.257349 [ 260 ] {8e4accd1-22f7-417e-88c5-b3c233b3d6c7} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:16.257389 [ 260 ] {8e4accd1-22f7-417e-88c5-b3c233b3d6c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.03.19 00:59:16.257786 [ 260 ] {8e4accd1-22f7-417e-88c5-b3c233b3d6c7} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.19 00:59:16.258034 [ 260 ] {8e4accd1-22f7-417e-88c5-b3c233b3d6c7} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:16.258191 [ 260 ] {8e4accd1-22f7-417e-88c5-b3c233b3d6c7} executeQuery: Read 56 rows, 4.38 KiB in 0.001662 sec., 33694.34416365824 rows/sec., 2.57 MiB/sec. 2026.03.19 00:59:16.258235 [ 260 ] {8e4accd1-22f7-417e-88c5-b3c233b3d6c7} TCPHandler: Processed in 0.002085496 sec. 2026.03.19 00:59:16.258359 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:16.258455 [ 260 ] {32b0529b-f7aa-4eab-b628-32f398269317} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:59:16.258496 [ 260 ] {32b0529b-f7aa-4eab-b628-32f398269317} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:59:16.258921 [ 260 ] {32b0529b-f7aa-4eab-b628-32f398269317} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:16.258958 [ 260 ] {32b0529b-f7aa-4eab-b628-32f398269317} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.03.19 00:59:16.259273 [ 260 ] {32b0529b-f7aa-4eab-b628-32f398269317} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.19 00:59:16.259492 [ 260 ] {32b0529b-f7aa-4eab-b628-32f398269317} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:16.259622 [ 260 ] {32b0529b-f7aa-4eab-b628-32f398269317} executeQuery: Read 64 rows, 5.12 KiB in 0.001185 sec., 54008.438818565395 rows/sec., 4.22 MiB/sec. 2026.03.19 00:59:16.259660 [ 260 ] {32b0529b-f7aa-4eab-b628-32f398269317} TCPHandler: Processed in 0.00135007 sec. 2026.03.19 00:59:16.259775 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:16.259870 [ 260 ] {ab1da4d1-7b19-42ee-8a2c-6d84e1dbac00} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:59:16.259913 [ 260 ] {ab1da4d1-7b19-42ee-8a2c-6d84e1dbac00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:59:16.260301 [ 260 ] {ab1da4d1-7b19-42ee-8a2c-6d84e1dbac00} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:16.260337 [ 260 ] {ab1da4d1-7b19-42ee-8a2c-6d84e1dbac00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.03.19 00:59:16.260678 [ 260 ] {ab1da4d1-7b19-42ee-8a2c-6d84e1dbac00} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.19 00:59:16.260894 [ 260 ] {ab1da4d1-7b19-42ee-8a2c-6d84e1dbac00} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:16.261023 [ 260 ] {ab1da4d1-7b19-42ee-8a2c-6d84e1dbac00} executeQuery: Read 128 rows, 9.13 KiB in 0.001173 sec., 109121.90963341859 rows/sec., 7.60 MiB/sec. 2026.03.19 00:59:16.261061 [ 260 ] {ab1da4d1-7b19-42ee-8a2c-6d84e1dbac00} TCPHandler: Processed in 0.001335389 sec. 2026.03.19 00:59:16.261172 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:16.261265 [ 260 ] {b40c762c-4ce9-4b7e-95dc-88c55b7082cf} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:59:16.261306 [ 260 ] {b40c762c-4ce9-4b7e-95dc-88c55b7082cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:59:16.261643 [ 260 ] {b40c762c-4ce9-4b7e-95dc-88c55b7082cf} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:16.261677 [ 260 ] {b40c762c-4ce9-4b7e-95dc-88c55b7082cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.03.19 00:59:16.261986 [ 260 ] {b40c762c-4ce9-4b7e-95dc-88c55b7082cf} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.19 00:59:16.262203 [ 260 ] {b40c762c-4ce9-4b7e-95dc-88c55b7082cf} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:16.262335 [ 260 ] {b40c762c-4ce9-4b7e-95dc-88c55b7082cf} executeQuery: Read 48 rows, 3.31 KiB in 0.001087 sec., 44158.23367065317 rows/sec., 2.98 MiB/sec. 2026.03.19 00:59:16.262370 [ 260 ] {b40c762c-4ce9-4b7e-95dc-88c55b7082cf} TCPHandler: Processed in 0.001247587 sec. 2026.03.19 00:59:18.172048 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 15849 2026.03.19 00:59:18.172577 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:18.172628 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.03.19 00:59:18.173143 [ 245 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.19 00:59:18.173380 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:18.173526 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15849 2026.03.19 00:59:18.993479 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2026.03.19 00:59:19.010427 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:19.010500 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:19.016946 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.19 00:59:19.017716 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:19.021247 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2026.03.19 00:59:20.706252 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 906 2026.03.19 00:59:20.708641 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:20.708683 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:20.709900 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.19 00:59:20.710161 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:20.710411 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 906 2026.03.19 00:59:21.257484 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:21.257710 [ 260 ] {e1a13efe-a334-46ca-b76b-c19c639913cc} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:59:21.257794 [ 260 ] {e1a13efe-a334-46ca-b76b-c19c639913cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:59:21.258665 [ 260 ] {e1a13efe-a334-46ca-b76b-c19c639913cc} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:21.258713 [ 260 ] {e1a13efe-a334-46ca-b76b-c19c639913cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:21.259117 [ 260 ] {e1a13efe-a334-46ca-b76b-c19c639913cc} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.19 00:59:21.259348 [ 260 ] {e1a13efe-a334-46ca-b76b-c19c639913cc} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:21.259501 [ 260 ] {e1a13efe-a334-46ca-b76b-c19c639913cc} executeQuery: Read 82 rows, 6.97 KiB in 0.001854 sec., 44228.694714131605 rows/sec., 3.67 MiB/sec. 2026.03.19 00:59:21.259541 [ 260 ] {e1a13efe-a334-46ca-b76b-c19c639913cc} TCPHandler: Processed in 0.002216729 sec. 2026.03.19 00:59:21.259667 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:21.259760 [ 260 ] {507889dd-2818-4e27-94e2-612ee99592d2} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:59:21.259801 [ 260 ] {507889dd-2818-4e27-94e2-612ee99592d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:59:21.260199 [ 260 ] {507889dd-2818-4e27-94e2-612ee99592d2} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:21.260236 [ 260 ] {507889dd-2818-4e27-94e2-612ee99592d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:21.260524 [ 260 ] {507889dd-2818-4e27-94e2-612ee99592d2} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.19 00:59:21.260760 [ 260 ] {507889dd-2818-4e27-94e2-612ee99592d2} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:21.260874 [ 52 ] {} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.19 00:59:21.260891 [ 260 ] {507889dd-2818-4e27-94e2-612ee99592d2} executeQuery: Read 13 rows, 1001.00 B in 0.00115 sec., 11304.347826086956 rows/sec., 850.03 KiB/sec. 2026.03.19 00:59:21.260939 [ 52 ] {} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:21.260948 [ 260 ] {507889dd-2818-4e27-94e2-612ee99592d2} TCPHandler: Processed in 0.00132911 sec. 2026.03.19 00:59:21.260969 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:21.261073 [ 189 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.03.19 00:59:21.261076 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:21.261190 [ 189 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:59:21.261190 [ 260 ] {535ca0fa-e8e0-4fd6-86fd-a497e3f8c6eb} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:59:21.261229 [ 189 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 80 rows starting from the beginning of the part 2026.03.19 00:59:21.261248 [ 260 ] {535ca0fa-e8e0-4fd6-86fd-a497e3f8c6eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:59:21.261302 [ 189 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 13 rows starting from the beginning of the part 2026.03.19 00:59:21.261352 [ 189 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 28 rows starting from the beginning of the part 2026.03.19 00:59:21.261393 [ 189 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 13 rows starting from the beginning of the part 2026.03.19 00:59:21.261434 [ 189 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 51 rows starting from the beginning of the part 2026.03.19 00:59:21.261485 [ 189 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 13 rows starting from the beginning of the part 2026.03.19 00:59:21.261697 [ 260 ] {535ca0fa-e8e0-4fd6-86fd-a497e3f8c6eb} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:21.261738 [ 260 ] {535ca0fa-e8e0-4fd6-86fd-a497e3f8c6eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:21.262089 [ 260 ] {535ca0fa-e8e0-4fd6-86fd-a497e3f8c6eb} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.19 00:59:21.262311 [ 260 ] {535ca0fa-e8e0-4fd6-86fd-a497e3f8c6eb} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:21.262385 [ 195 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 5 columns (5 merged, 0 gathered) in 0.00135646 sec., 145968.18188520116 rows/sec., 11.28 MiB/sec. 2026.03.19 00:59:21.262438 [ 260 ] {535ca0fa-e8e0-4fd6-86fd-a497e3f8c6eb} executeQuery: Read 77 rows, 6.16 KiB in 0.001265 sec., 60869.565217391304 rows/sec., 4.75 MiB/sec. 2026.03.19 00:59:21.262474 [ 260 ] {535ca0fa-e8e0-4fd6-86fd-a497e3f8c6eb} TCPHandler: Processed in 0.001445702 sec. 2026.03.19 00:59:21.262535 [ 199 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.19 00:59:21.262593 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:21.262687 [ 260 ] {4d10010b-b3ad-41c7-824c-f3ef28445132} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:59:21.262729 [ 260 ] {4d10010b-b3ad-41c7-824c-f3ef28445132} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:59:21.262802 [ 199 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_46_9} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:21.262869 [ 199 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_46_9} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.19 00:59:21.262957 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.03.19 00:59:21.263137 [ 260 ] {4d10010b-b3ad-41c7-824c-f3ef28445132} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:21.263172 [ 260 ] {4d10010b-b3ad-41c7-824c-f3ef28445132} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:21.263487 [ 260 ] {4d10010b-b3ad-41c7-824c-f3ef28445132} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.19 00:59:21.263697 [ 260 ] {4d10010b-b3ad-41c7-824c-f3ef28445132} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:21.263824 [ 260 ] {4d10010b-b3ad-41c7-824c-f3ef28445132} executeQuery: Read 160 rows, 11.41 KiB in 0.001156 sec., 138408.30449826992 rows/sec., 9.64 MiB/sec. 2026.03.19 00:59:21.263860 [ 260 ] {4d10010b-b3ad-41c7-824c-f3ef28445132} TCPHandler: Processed in 0.001313889 sec. 2026.03.19 00:59:21.263968 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:21.264061 [ 260 ] {75769fc4-0203-41f5-b601-e698eb243580} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:59:21.264115 [ 260 ] {75769fc4-0203-41f5-b601-e698eb243580} 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.03.19 00:59:21.264879 [ 260 ] {75769fc4-0203-41f5-b601-e698eb243580} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:21.264915 [ 260 ] {75769fc4-0203-41f5-b601-e698eb243580} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:21.265449 [ 260 ] {75769fc4-0203-41f5-b601-e698eb243580} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.19 00:59:21.265669 [ 260 ] {75769fc4-0203-41f5-b601-e698eb243580} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:21.265785 [ 52 ] {} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.19 00:59:21.265803 [ 260 ] {75769fc4-0203-41f5-b601-e698eb243580} executeQuery: Read 13 rows, 23.85 KiB in 0.00176 sec., 7386.363636363636 rows/sec., 13.24 MiB/sec. 2026.03.19 00:59:21.265832 [ 52 ] {} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:21.265860 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:21.265863 [ 260 ] {75769fc4-0203-41f5-b601-e698eb243580} TCPHandler: Processed in 0.001941753 sec. 2026.03.19 00:59:21.265946 [ 189 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.03.19 00:59:21.265997 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:21.266094 [ 260 ] {eaea7036-f0fc-4d5f-876e-391e768b673e} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:59:21.266136 [ 260 ] {eaea7036-f0fc-4d5f-876e-391e768b673e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:59:21.266154 [ 189 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:59:21.266201 [ 189 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 838 rows starting from the beginning of the part 2026.03.19 00:59:21.266322 [ 189 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 13 rows starting from the beginning of the part 2026.03.19 00:59:21.266435 [ 189 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 28 rows starting from the beginning of the part 2026.03.19 00:59:21.266486 [ 260 ] {eaea7036-f0fc-4d5f-876e-391e768b673e} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:21.266526 [ 260 ] {eaea7036-f0fc-4d5f-876e-391e768b673e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:21.266529 [ 189 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 13 rows starting from the beginning of the part 2026.03.19 00:59:21.266629 [ 189 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 37 rows starting from the beginning of the part 2026.03.19 00:59:21.266719 [ 189 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 13 rows starting from the beginning of the part 2026.03.19 00:59:21.266851 [ 260 ] {eaea7036-f0fc-4d5f-876e-391e768b673e} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.19 00:59:21.267081 [ 260 ] {eaea7036-f0fc-4d5f-876e-391e768b673e} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:21.267220 [ 260 ] {eaea7036-f0fc-4d5f-876e-391e768b673e} executeQuery: Read 60 rows, 4.14 KiB in 0.001145 sec., 52401.74672489083 rows/sec., 3.53 MiB/sec. 2026.03.19 00:59:21.267256 [ 260 ] {eaea7036-f0fc-4d5f-876e-391e768b673e} TCPHandler: Processed in 0.001306098 sec. 2026.03.19 00:59:21.272778 [ 194 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 942 rows, containing 19 columns (19 merged, 0 gathered) in 0.006863801 sec., 137241.7411285671 rows/sec., 245.93 MiB/sec. 2026.03.19 00:59:21.274486 [ 195 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.19 00:59:21.274851 [ 195 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_46_9} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:21.274918 [ 195 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_46_9} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.19 00:59:21.275065 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.15 MiB. 2026.03.19 00:59:22.000182 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 281.41 MiB, peak 290.32 MiB, free memory in arenas 0.00 B, will set to 284.86 MiB (RSS), difference: 3.45 MiB 2026.03.19 00:59:25.555809 [ 145 ] {} DNSResolver: Updating DNS cache 2026.03.19 00:59:25.555926 [ 145 ] {} DNSResolver: Updated DNS cache 2026.03.19 00:59:25.673602 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 16297 2026.03.19 00:59:25.674143 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:25.674190 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:25.674752 [ 245 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.19 00:59:25.674988 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:25.675117 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16297 2026.03.19 00:59:26.258235 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:26.258436 [ 260 ] {29395797-e148-476a-9975-7a41ab327e24} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:59:26.258508 [ 260 ] {29395797-e148-476a-9975-7a41ab327e24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:59:26.259212 [ 260 ] {29395797-e148-476a-9975-7a41ab327e24} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:26.259261 [ 260 ] {29395797-e148-476a-9975-7a41ab327e24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:26.259679 [ 260 ] {29395797-e148-476a-9975-7a41ab327e24} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.19 00:59:26.259903 [ 260 ] {29395797-e148-476a-9975-7a41ab327e24} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:26.260041 [ 145 ] {} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.03.19 00:59:26.260051 [ 260 ] {29395797-e148-476a-9975-7a41ab327e24} executeQuery: Read 112 rows, 9.67 KiB in 0.001671 sec., 67025.73309395571 rows/sec., 5.65 MiB/sec. 2026.03.19 00:59:26.260117 [ 145 ] {} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:26.260134 [ 260 ] {29395797-e148-476a-9975-7a41ab327e24} TCPHandler: Processed in 0.002039236 sec. 2026.03.19 00:59:26.260145 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:26.260267 [ 188 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.03.19 00:59:26.260271 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:26.260414 [ 188 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:59:26.260415 [ 260 ] {3db1f455-bd78-4245-b244-a6d3dafdb611} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:59:26.260454 [ 188 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2147 rows starting from the beginning of the part 2026.03.19 00:59:26.260475 [ 260 ] {3db1f455-bd78-4245-b244-a6d3dafdb611} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:59:26.260524 [ 188 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 82 rows starting from the beginning of the part 2026.03.19 00:59:26.260571 [ 188 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 2113 rows starting from the beginning of the part 2026.03.19 00:59:26.260612 [ 188 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 56 rows starting from the beginning of the part 2026.03.19 00:59:26.260649 [ 188 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 82 rows starting from the beginning of the part 2026.03.19 00:59:26.260684 [ 188 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 112 rows starting from the beginning of the part 2026.03.19 00:59:26.260903 [ 260 ] {3db1f455-bd78-4245-b244-a6d3dafdb611} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:26.260946 [ 260 ] {3db1f455-bd78-4245-b244-a6d3dafdb611} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:26.261260 [ 260 ] {3db1f455-bd78-4245-b244-a6d3dafdb611} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.19 00:59:26.261482 [ 260 ] {3db1f455-bd78-4245-b244-a6d3dafdb611} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:26.261616 [ 260 ] {3db1f455-bd78-4245-b244-a6d3dafdb611} executeQuery: Read 28 rows, 2.11 KiB in 0.00122 sec., 22950.819672131147 rows/sec., 1.69 MiB/sec. 2026.03.19 00:59:26.261653 [ 260 ] {3db1f455-bd78-4245-b244-a6d3dafdb611} TCPHandler: Processed in 0.001430071 sec. 2026.03.19 00:59:26.261769 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:26.261861 [ 260 ] {fd0c2a20-e9a1-4fe5-aa45-2e73cf4f2ca4} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:59:26.261900 [ 260 ] {fd0c2a20-e9a1-4fe5-aa45-2e73cf4f2ca4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:59:26.262182 [ 195 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 4592 rows, containing 5 columns (5 merged, 0 gathered) in 0.001970864 sec., 2329942.6038529295 rows/sec., 187.82 MiB/sec. 2026.03.19 00:59:26.262318 [ 260 ] {fd0c2a20-e9a1-4fe5-aa45-2e73cf4f2ca4} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:26.262354 [ 260 ] {fd0c2a20-e9a1-4fe5-aa45-2e73cf4f2ca4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:26.262502 [ 194 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.03.19 00:59:26.262671 [ 260 ] {fd0c2a20-e9a1-4fe5-aa45-2e73cf4f2ca4} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.19 00:59:26.262912 [ 194 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_56_11} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:26.262972 [ 260 ] {fd0c2a20-e9a1-4fe5-aa45-2e73cf4f2ca4} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:26.263008 [ 194 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_56_11} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.03.19 00:59:26.263090 [ 145 ] {} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.03.19 00:59:26.263109 [ 260 ] {fd0c2a20-e9a1-4fe5-aa45-2e73cf4f2ca4} executeQuery: Read 92 rows, 7.36 KiB in 0.001266 sec., 72669.8262243286 rows/sec., 5.68 MiB/sec. 2026.03.19 00:59:26.263120 [ 145 ] {} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:26.263122 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. 2026.03.19 00:59:26.263152 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:26.263153 [ 260 ] {fd0c2a20-e9a1-4fe5-aa45-2e73cf4f2ca4} TCPHandler: Processed in 0.001433252 sec. 2026.03.19 00:59:26.263240 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.03.19 00:59:26.263289 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:26.263335 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:59:26.263367 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1122 rows starting from the beginning of the part 2026.03.19 00:59:26.263384 [ 260 ] {d99de951-cafd-4b67-a76a-052cffca3faa} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:59:26.263427 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 77 rows starting from the beginning of the part 2026.03.19 00:59:26.263432 [ 260 ] {d99de951-cafd-4b67-a76a-052cffca3faa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:59:26.263486 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1075 rows starting from the beginning of the part 2026.03.19 00:59:26.263541 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 64 rows starting from the beginning of the part 2026.03.19 00:59:26.263581 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 77 rows starting from the beginning of the part 2026.03.19 00:59:26.263632 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 92 rows starting from the beginning of the part 2026.03.19 00:59:26.263865 [ 260 ] {d99de951-cafd-4b67-a76a-052cffca3faa} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:26.263907 [ 260 ] {d99de951-cafd-4b67-a76a-052cffca3faa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:26.264277 [ 260 ] {d99de951-cafd-4b67-a76a-052cffca3faa} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.19 00:59:26.264493 [ 260 ] {d99de951-cafd-4b67-a76a-052cffca3faa} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:26.264598 [ 145 ] {} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.03.19 00:59:26.264621 [ 260 ] {d99de951-cafd-4b67-a76a-052cffca3faa} executeQuery: Read 160 rows, 11.41 KiB in 0.001255 sec., 127490.03984063744 rows/sec., 8.88 MiB/sec. 2026.03.19 00:59:26.264628 [ 145 ] {} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:26.264786 [ 196 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 2507 rows, containing 5 columns (5 merged, 0 gathered) in 0.001582025 sec., 1584677.8653940363 rows/sec., 118.41 MiB/sec. 2026.03.19 00:59:26.264801 [ 260 ] {d99de951-cafd-4b67-a76a-052cffca3faa} TCPHandler: Processed in 0.001558784 sec. 2026.03.19 00:59:26.264808 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:26.264911 [ 194 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.03.19 00:59:26.264940 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:26.265003 [ 188 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.03.19 00:59:26.265008 [ 194 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:59:26.265037 [ 260 ] {43bffe5e-6d88-41c5-819e-331fd7c7e0fa} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:59:26.265050 [ 194 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 16681 rows starting from the beginning of the part 2026.03.19 00:59:26.265232 [ 260 ] {43bffe5e-6d88-41c5-819e-331fd7c7e0fa} 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.03.19 00:59:26.265248 [ 194 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part 2026.03.19 00:59:26.265294 [ 194 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1254 rows starting from the beginning of the part 2026.03.19 00:59:26.265305 [ 188 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_56_11} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:26.265330 [ 194 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 128 rows starting from the beginning of the part 2026.03.19 00:59:26.265370 [ 194 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part 2026.03.19 00:59:26.265395 [ 188 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_56_11} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.03.19 00:59:26.265407 [ 194 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part 2026.03.19 00:59:26.265488 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2026.03.19 00:59:26.266063 [ 260 ] {43bffe5e-6d88-41c5-819e-331fd7c7e0fa} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:26.266104 [ 260 ] {43bffe5e-6d88-41c5-819e-331fd7c7e0fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:26.266686 [ 260 ] {43bffe5e-6d88-41c5-819e-331fd7c7e0fa} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.19 00:59:26.266916 [ 260 ] {43bffe5e-6d88-41c5-819e-331fd7c7e0fa} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:26.267058 [ 260 ] {43bffe5e-6d88-41c5-819e-331fd7c7e0fa} executeQuery: Read 28 rows, 51.38 KiB in 0.002038 sec., 13738.959764474976 rows/sec., 24.62 MiB/sec. 2026.03.19 00:59:26.267112 [ 260 ] {43bffe5e-6d88-41c5-819e-331fd7c7e0fa} TCPHandler: Processed in 0.002219029 sec. 2026.03.19 00:59:26.267231 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:26.267323 [ 260 ] {c5df1436-5581-4997-b005-61935d7f454b} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:59:26.267364 [ 260 ] {c5df1436-5581-4997-b005-61935d7f454b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:59:26.267710 [ 260 ] {c5df1436-5581-4997-b005-61935d7f454b} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:26.267747 [ 260 ] {c5df1436-5581-4997-b005-61935d7f454b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:26.268105 [ 260 ] {c5df1436-5581-4997-b005-61935d7f454b} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.19 00:59:26.268428 [ 260 ] {c5df1436-5581-4997-b005-61935d7f454b} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:26.268585 [ 145 ] {} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.03.19 00:59:26.268608 [ 260 ] {c5df1436-5581-4997-b005-61935d7f454b} executeQuery: Read 60 rows, 4.14 KiB in 0.001302 sec., 46082.949308755764 rows/sec., 3.11 MiB/sec. 2026.03.19 00:59:26.268635 [ 145 ] {} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:26.268659 [ 260 ] {c5df1436-5581-4997-b005-61935d7f454b} TCPHandler: Processed in 0.001475662 sec. 2026.03.19 00:59:26.268664 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:26.268796 [ 196 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.03.19 00:59:26.268923 [ 196 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:59:26.268956 [ 196 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2640 rows starting from the beginning of the part 2026.03.19 00:59:26.269016 [ 196 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part 2026.03.19 00:59:26.269067 [ 196 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 12 rows starting from the beginning of the part 2026.03.19 00:59:26.269116 [ 196 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 48 rows starting from the beginning of the part 2026.03.19 00:59:26.269164 [ 196 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part 2026.03.19 00:59:26.269210 [ 196 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part 2026.03.19 00:59:26.270736 [ 200 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 2880 rows, containing 4 columns (4 merged, 0 gathered) in 0.001983654 sec., 1451866.1016487754 rows/sec., 97.85 MiB/sec. 2026.03.19 00:59:26.270839 [ 197 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 18543 rows, containing 5 columns (5 merged, 0 gathered) in 0.005953991 sec., 3114381.59715055 rows/sec., 205.61 MiB/sec. 2026.03.19 00:59:26.271105 [ 196 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.03.19 00:59:26.271230 [ 190 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.03.19 00:59:26.271393 [ 196 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_56_11} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:26.271475 [ 196 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_56_11} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.03.19 00:59:26.271539 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2026.03.19 00:59:26.271589 [ 192 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_56_11} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:26.271691 [ 192 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_56_11} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.03.19 00:59:26.271805 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.19 MiB. 2026.03.19 00:59:26.521310 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2026.03.19 00:59:26.538954 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:26.539024 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:26.545660 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.19 00:59:26.546487 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:26.549530 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2026.03.19 00:59:30.710611 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 930 2026.03.19 00:59:30.712694 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:30.712744 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:30.713887 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.19 00:59:30.714151 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:30.714425 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 930 2026.03.19 00:59:31.258614 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:31.258894 [ 260 ] {684dcd07-4c28-409f-ad63-5050a15961d4} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 00:59:31.259001 [ 260 ] {684dcd07-4c28-409f-ad63-5050a15961d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 00:59:31.259713 [ 260 ] {684dcd07-4c28-409f-ad63-5050a15961d4} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:31.259755 [ 260 ] {684dcd07-4c28-409f-ad63-5050a15961d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:31.260136 [ 260 ] {684dcd07-4c28-409f-ad63-5050a15961d4} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.19 00:59:31.260358 [ 260 ] {684dcd07-4c28-409f-ad63-5050a15961d4} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:31.260510 [ 260 ] {684dcd07-4c28-409f-ad63-5050a15961d4} executeQuery: Read 10 rows, 835.00 B in 0.001692 sec., 5910.16548463357 rows/sec., 481.93 KiB/sec. 2026.03.19 00:59:31.260552 [ 260 ] {684dcd07-4c28-409f-ad63-5050a15961d4} TCPHandler: Processed in 0.002120457 sec. 2026.03.19 00:59:31.260687 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:31.260782 [ 260 ] {9b07fa0b-6db4-4b6e-ad2d-86a3baa9e9f9} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:59:31.260821 [ 260 ] {9b07fa0b-6db4-4b6e-ad2d-86a3baa9e9f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:59:31.261297 [ 260 ] {9b07fa0b-6db4-4b6e-ad2d-86a3baa9e9f9} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:31.261334 [ 260 ] {9b07fa0b-6db4-4b6e-ad2d-86a3baa9e9f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:31.261640 [ 260 ] {9b07fa0b-6db4-4b6e-ad2d-86a3baa9e9f9} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.19 00:59:31.261852 [ 260 ] {9b07fa0b-6db4-4b6e-ad2d-86a3baa9e9f9} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:31.261981 [ 260 ] {9b07fa0b-6db4-4b6e-ad2d-86a3baa9e9f9} executeQuery: Read 87 rows, 7.34 KiB in 0.001218 sec., 71428.57142857143 rows/sec., 5.88 MiB/sec. 2026.03.19 00:59:31.262018 [ 260 ] {9b07fa0b-6db4-4b6e-ad2d-86a3baa9e9f9} TCPHandler: Processed in 0.00138165 sec. 2026.03.19 00:59:31.262146 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:31.262247 [ 260 ] {fa4b53a2-5720-45da-870d-54dd9ea0d1f8} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:59:31.262287 [ 260 ] {fa4b53a2-5720-45da-870d-54dd9ea0d1f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:59:31.262711 [ 260 ] {fa4b53a2-5720-45da-870d-54dd9ea0d1f8} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:31.262747 [ 260 ] {fa4b53a2-5720-45da-870d-54dd9ea0d1f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:31.263030 [ 260 ] {fa4b53a2-5720-45da-870d-54dd9ea0d1f8} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.19 00:59:31.263275 [ 260 ] {fa4b53a2-5720-45da-870d-54dd9ea0d1f8} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:31.263403 [ 260 ] {fa4b53a2-5720-45da-870d-54dd9ea0d1f8} executeQuery: Read 23 rows, 1.68 KiB in 0.001175 sec., 19574.468085106382 rows/sec., 1.39 MiB/sec. 2026.03.19 00:59:31.263440 [ 260 ] {fa4b53a2-5720-45da-870d-54dd9ea0d1f8} TCPHandler: Processed in 0.001341219 sec. 2026.03.19 00:59:31.263551 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:31.263651 [ 260 ] {249de0b0-2ca3-4d24-a487-9eae5a1795bb} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:59:31.263691 [ 260 ] {249de0b0-2ca3-4d24-a487-9eae5a1795bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:59:31.264152 [ 260 ] {249de0b0-2ca3-4d24-a487-9eae5a1795bb} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:31.264189 [ 260 ] {249de0b0-2ca3-4d24-a487-9eae5a1795bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:31.264499 [ 260 ] {249de0b0-2ca3-4d24-a487-9eae5a1795bb} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.19 00:59:31.264711 [ 260 ] {249de0b0-2ca3-4d24-a487-9eae5a1795bb} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:31.264836 [ 260 ] {249de0b0-2ca3-4d24-a487-9eae5a1795bb} executeQuery: Read 87 rows, 6.97 KiB in 0.001203 sec., 72319.20199501247 rows/sec., 5.66 MiB/sec. 2026.03.19 00:59:31.264872 [ 260 ] {249de0b0-2ca3-4d24-a487-9eae5a1795bb} TCPHandler: Processed in 0.00136868 sec. 2026.03.19 00:59:31.264985 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:31.265086 [ 260 ] {f385ef19-8186-4526-a7ae-fa48d2b3e921} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:59:31.265130 [ 260 ] {f385ef19-8186-4526-a7ae-fa48d2b3e921} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:59:31.265582 [ 260 ] {f385ef19-8186-4526-a7ae-fa48d2b3e921} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:31.265620 [ 260 ] {f385ef19-8186-4526-a7ae-fa48d2b3e921} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:31.265961 [ 260 ] {f385ef19-8186-4526-a7ae-fa48d2b3e921} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.19 00:59:31.266169 [ 260 ] {f385ef19-8186-4526-a7ae-fa48d2b3e921} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:31.266297 [ 260 ] {f385ef19-8186-4526-a7ae-fa48d2b3e921} executeQuery: Read 165 rows, 11.76 KiB in 0.00123 sec., 134146.34146341463 rows/sec., 9.34 MiB/sec. 2026.03.19 00:59:31.266334 [ 260 ] {f385ef19-8186-4526-a7ae-fa48d2b3e921} TCPHandler: Processed in 0.001397651 sec. 2026.03.19 00:59:31.266448 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:31.266549 [ 260 ] {14c33e2c-93cb-4d84-bf05-96273b1f8205} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:59:31.266604 [ 260 ] {14c33e2c-93cb-4d84-bf05-96273b1f8205} 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.03.19 00:59:31.267373 [ 260 ] {14c33e2c-93cb-4d84-bf05-96273b1f8205} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:31.267409 [ 260 ] {14c33e2c-93cb-4d84-bf05-96273b1f8205} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:31.267922 [ 260 ] {14c33e2c-93cb-4d84-bf05-96273b1f8205} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.19 00:59:31.268151 [ 260 ] {14c33e2c-93cb-4d84-bf05-96273b1f8205} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:31.268284 [ 260 ] {14c33e2c-93cb-4d84-bf05-96273b1f8205} executeQuery: Read 13 rows, 23.85 KiB in 0.001754 sec., 7411.630558722919 rows/sec., 13.28 MiB/sec. 2026.03.19 00:59:31.268335 [ 260 ] {14c33e2c-93cb-4d84-bf05-96273b1f8205} TCPHandler: Processed in 0.001934622 sec. 2026.03.19 00:59:31.268448 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:31.268548 [ 260 ] {a15a7c0c-e1d9-4255-92d5-35f1fe236c8b} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:59:31.268589 [ 260 ] {a15a7c0c-e1d9-4255-92d5-35f1fe236c8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:59:31.268921 [ 260 ] {a15a7c0c-e1d9-4255-92d5-35f1fe236c8b} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:31.268957 [ 260 ] {a15a7c0c-e1d9-4255-92d5-35f1fe236c8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:31.269254 [ 260 ] {a15a7c0c-e1d9-4255-92d5-35f1fe236c8b} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.19 00:59:31.269460 [ 260 ] {a15a7c0c-e1d9-4255-92d5-35f1fe236c8b} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:31.269585 [ 260 ] {a15a7c0c-e1d9-4255-92d5-35f1fe236c8b} executeQuery: Read 60 rows, 4.14 KiB in 0.001056 sec., 56818.181818181816 rows/sec., 3.83 MiB/sec. 2026.03.19 00:59:31.269620 [ 260 ] {a15a7c0c-e1d9-4255-92d5-35f1fe236c8b} TCPHandler: Processed in 0.001219416 sec. 2026.03.19 00:59:33.175191 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 16809 2026.03.19 00:59:33.176014 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:33.176068 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:33.176557 [ 245 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.19 00:59:33.176790 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:33.176918 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16809 2026.03.19 00:59:34.049585 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2026.03.19 00:59:34.067265 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:34.067327 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:34.073398 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.19 00:59:34.074120 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:34.077086 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2026.03.19 00:59:36.259881 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:36.260158 [ 260 ] {7bb1311b-6f64-4b3e-a919-0159bdd60973} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:59:36.260222 [ 260 ] {7bb1311b-6f64-4b3e-a919-0159bdd60973} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:59:36.260925 [ 260 ] {7bb1311b-6f64-4b3e-a919-0159bdd60973} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:36.260973 [ 260 ] {7bb1311b-6f64-4b3e-a919-0159bdd60973} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:36.261369 [ 260 ] {7bb1311b-6f64-4b3e-a919-0159bdd60973} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.19 00:59:36.261599 [ 260 ] {7bb1311b-6f64-4b3e-a919-0159bdd60973} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:36.261757 [ 260 ] {7bb1311b-6f64-4b3e-a919-0159bdd60973} executeQuery: Read 112 rows, 9.67 KiB in 0.00167 sec., 67065.86826347305 rows/sec., 5.65 MiB/sec. 2026.03.19 00:59:36.261797 [ 260 ] {7bb1311b-6f64-4b3e-a919-0159bdd60973} TCPHandler: Processed in 0.002099896 sec. 2026.03.19 00:59:36.261924 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:36.262018 [ 260 ] {b9fab0a2-5fdd-4d09-a5c7-702736cf02ca} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:59:36.262058 [ 260 ] {b9fab0a2-5fdd-4d09-a5c7-702736cf02ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:59:36.262592 [ 260 ] {b9fab0a2-5fdd-4d09-a5c7-702736cf02ca} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:36.262628 [ 260 ] {b9fab0a2-5fdd-4d09-a5c7-702736cf02ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:36.262924 [ 260 ] {b9fab0a2-5fdd-4d09-a5c7-702736cf02ca} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.19 00:59:36.263135 [ 260 ] {b9fab0a2-5fdd-4d09-a5c7-702736cf02ca} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:36.263260 [ 260 ] {b9fab0a2-5fdd-4d09-a5c7-702736cf02ca} executeQuery: Read 28 rows, 2.11 KiB in 0.00126 sec., 22222.222222222223 rows/sec., 1.63 MiB/sec. 2026.03.19 00:59:36.263295 [ 260 ] {b9fab0a2-5fdd-4d09-a5c7-702736cf02ca} TCPHandler: Processed in 0.001418412 sec. 2026.03.19 00:59:36.263405 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:36.263497 [ 260 ] {40aa5aaa-ce57-4db2-a524-4bc03868f03d} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:59:36.263536 [ 260 ] {40aa5aaa-ce57-4db2-a524-4bc03868f03d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:59:36.263951 [ 260 ] {40aa5aaa-ce57-4db2-a524-4bc03868f03d} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:36.263987 [ 260 ] {40aa5aaa-ce57-4db2-a524-4bc03868f03d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:36.264293 [ 260 ] {40aa5aaa-ce57-4db2-a524-4bc03868f03d} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.19 00:59:36.264504 [ 260 ] {40aa5aaa-ce57-4db2-a524-4bc03868f03d} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:36.264633 [ 260 ] {40aa5aaa-ce57-4db2-a524-4bc03868f03d} executeQuery: Read 92 rows, 7.36 KiB in 0.001154 sec., 79722.70363951473 rows/sec., 6.23 MiB/sec. 2026.03.19 00:59:36.264670 [ 260 ] {40aa5aaa-ce57-4db2-a524-4bc03868f03d} TCPHandler: Processed in 0.001311439 sec. 2026.03.19 00:59:36.264778 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:36.264870 [ 260 ] {55c3e659-277d-432a-a7d2-d0e0de3f6b4e} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:59:36.264914 [ 260 ] {55c3e659-277d-432a-a7d2-d0e0de3f6b4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:59:36.265359 [ 260 ] {55c3e659-277d-432a-a7d2-d0e0de3f6b4e} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:36.265394 [ 260 ] {55c3e659-277d-432a-a7d2-d0e0de3f6b4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:36.265716 [ 260 ] {55c3e659-277d-432a-a7d2-d0e0de3f6b4e} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.19 00:59:36.265928 [ 260 ] {55c3e659-277d-432a-a7d2-d0e0de3f6b4e} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:36.266056 [ 260 ] {55c3e659-277d-432a-a7d2-d0e0de3f6b4e} executeQuery: Read 160 rows, 11.41 KiB in 0.001204 sec., 132890.36544850498 rows/sec., 9.26 MiB/sec. 2026.03.19 00:59:36.266092 [ 260 ] {55c3e659-277d-432a-a7d2-d0e0de3f6b4e} TCPHandler: Processed in 0.00136084 sec. 2026.03.19 00:59:36.266208 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:36.266301 [ 260 ] {3a24b6d3-f0a3-411c-ba3e-7a152df9fe4d} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:59:36.266355 [ 260 ] {3a24b6d3-f0a3-411c-ba3e-7a152df9fe4d} 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.03.19 00:59:36.267188 [ 260 ] {3a24b6d3-f0a3-411c-ba3e-7a152df9fe4d} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:36.267226 [ 260 ] {3a24b6d3-f0a3-411c-ba3e-7a152df9fe4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:36.267765 [ 260 ] {3a24b6d3-f0a3-411c-ba3e-7a152df9fe4d} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.19 00:59:36.267987 [ 260 ] {3a24b6d3-f0a3-411c-ba3e-7a152df9fe4d} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:36.268124 [ 260 ] {3a24b6d3-f0a3-411c-ba3e-7a152df9fe4d} executeQuery: Read 28 rows, 51.38 KiB in 0.00184 sec., 15217.391304347826 rows/sec., 27.27 MiB/sec. 2026.03.19 00:59:36.268176 [ 260 ] {3a24b6d3-f0a3-411c-ba3e-7a152df9fe4d} TCPHandler: Processed in 0.002014344 sec. 2026.03.19 00:59:36.268292 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:36.268386 [ 260 ] {d63a4b84-480e-4ddd-b94b-d1f3d2cdaa8f} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:59:36.268427 [ 260 ] {d63a4b84-480e-4ddd-b94b-d1f3d2cdaa8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:59:36.268754 [ 260 ] {d63a4b84-480e-4ddd-b94b-d1f3d2cdaa8f} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:36.268790 [ 260 ] {d63a4b84-480e-4ddd-b94b-d1f3d2cdaa8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:36.269105 [ 260 ] {d63a4b84-480e-4ddd-b94b-d1f3d2cdaa8f} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.19 00:59:36.269309 [ 260 ] {d63a4b84-480e-4ddd-b94b-d1f3d2cdaa8f} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:36.269438 [ 260 ] {d63a4b84-480e-4ddd-b94b-d1f3d2cdaa8f} executeQuery: Read 60 rows, 4.14 KiB in 0.001071 sec., 56022.40896358544 rows/sec., 3.78 MiB/sec. 2026.03.19 00:59:36.269473 [ 260 ] {d63a4b84-480e-4ddd-b94b-d1f3d2cdaa8f} TCPHandler: Processed in 0.001229387 sec. 2026.03.19 00:59:40.556048 [ 67 ] {} DNSResolver: Updating DNS cache 2026.03.19 00:59:40.556122 [ 67 ] {} DNSResolver: Updated DNS cache 2026.03.19 00:59:40.677946 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 17257 2026.03.19 00:59:40.678468 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:40.678507 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:40.679010 [ 245 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.19 00:59:40.679241 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:40.679371 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17257 2026.03.19 00:59:40.679376 [ 67 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.19 00:59:40.679435 [ 67 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:40.679454 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:40.679554 [ 196 ] {c4062d85-5db1-44cf-991b-11480bbd7783::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.03.19 00:59:40.679666 [ 196 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:59:40.679703 [ 196 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14889 rows starting from the beginning of the part 2026.03.19 00:59:40.679767 [ 196 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 448 rows starting from the beginning of the part 2026.03.19 00:59:40.679817 [ 196 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 512 rows starting from the beginning of the part 2026.03.19 00:59:40.679864 [ 196 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 448 rows starting from the beginning of the part 2026.03.19 00:59:40.679908 [ 196 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 512 rows starting from the beginning of the part 2026.03.19 00:59:40.679953 [ 196 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 448 rows starting from the beginning of the part 2026.03.19 00:59:40.682175 [ 190 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 17257 rows, containing 4 columns (4 merged, 0 gathered) in 0.002666018 sec., 6472949.544976816 rows/sec., 92.60 MiB/sec. 2026.03.19 00:59:40.682479 [ 197 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.19 00:59:40.683015 [ 197 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_36_7} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:40.683102 [ 197 ] {c4062d85-5db1-44cf-991b-11480bbd7783::all_1_36_7} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.19 00:59:40.683229 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2026.03.19 00:59:40.715494 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 956 2026.03.19 00:59:40.717571 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:40.717609 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:40.718771 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.19 00:59:40.719035 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:40.719165 [ 67 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.19 00:59:40.719208 [ 67 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:40.719230 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:40.719300 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 956 2026.03.19 00:59:40.719319 [ 196 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::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.03.19 00:59:40.719805 [ 196 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:59:40.719932 [ 196 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 810 rows starting from the beginning of the part 2026.03.19 00:59:40.720265 [ 196 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part 2026.03.19 00:59:40.720583 [ 196 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 28 rows starting from the beginning of the part 2026.03.19 00:59:40.720908 [ 196 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 44 rows starting from the beginning of the part 2026.03.19 00:59:40.721247 [ 196 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 24 rows starting from the beginning of the part 2026.03.19 00:59:40.721565 [ 196 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 26 rows starting from the beginning of the part 2026.03.19 00:59:40.727576 [ 187 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 956 rows, containing 72 columns (72 merged, 0 gathered) in 0.008291522 sec., 115298.49405211733 rows/sec., 93.36 MiB/sec. 2026.03.19 00:59:40.728862 [ 191 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.19 00:59:40.729474 [ 191 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_26_5} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:40.729559 [ 191 ] {cc562510-12a4-4bfb-9cda-2d07e57381c0::all_1_26_5} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.19 00:59:40.729900 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. 2026.03.19 00:59:41.257456 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:41.257659 [ 260 ] {139775ee-b9c0-4209-ab5c-36cb4640a82c} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:59:41.257741 [ 260 ] {139775ee-b9c0-4209-ab5c-36cb4640a82c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:59:41.258447 [ 260 ] {139775ee-b9c0-4209-ab5c-36cb4640a82c} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:41.258495 [ 260 ] {139775ee-b9c0-4209-ab5c-36cb4640a82c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:41.258905 [ 260 ] {139775ee-b9c0-4209-ab5c-36cb4640a82c} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.03.19 00:59:41.259140 [ 260 ] {139775ee-b9c0-4209-ab5c-36cb4640a82c} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:41.259288 [ 260 ] {139775ee-b9c0-4209-ab5c-36cb4640a82c} executeQuery: Read 82 rows, 6.97 KiB in 0.001684 sec., 48693.58669833729 rows/sec., 4.04 MiB/sec. 2026.03.19 00:59:41.259330 [ 260 ] {139775ee-b9c0-4209-ab5c-36cb4640a82c} TCPHandler: Processed in 0.002020854 sec. 2026.03.19 00:59:41.259455 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:41.259550 [ 260 ] {d5b141fb-43ce-4dba-acf3-0251db2a5de8} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:59:41.259592 [ 260 ] {d5b141fb-43ce-4dba-acf3-0251db2a5de8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:59:41.259994 [ 260 ] {d5b141fb-43ce-4dba-acf3-0251db2a5de8} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:41.260031 [ 260 ] {d5b141fb-43ce-4dba-acf3-0251db2a5de8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:41.260329 [ 260 ] {d5b141fb-43ce-4dba-acf3-0251db2a5de8} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.19 00:59:41.260577 [ 260 ] {d5b141fb-43ce-4dba-acf3-0251db2a5de8} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:41.260708 [ 260 ] {d5b141fb-43ce-4dba-acf3-0251db2a5de8} executeQuery: Read 13 rows, 1001.00 B in 0.001175 sec., 11063.829787234043 rows/sec., 831.95 KiB/sec. 2026.03.19 00:59:41.260745 [ 260 ] {d5b141fb-43ce-4dba-acf3-0251db2a5de8} TCPHandler: Processed in 0.001340599 sec. 2026.03.19 00:59:41.260847 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:41.260940 [ 260 ] {9e3294e1-36f8-4a11-8b78-a4934f57c819} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:59:41.260981 [ 260 ] {9e3294e1-36f8-4a11-8b78-a4934f57c819} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:59:41.261395 [ 260 ] {9e3294e1-36f8-4a11-8b78-a4934f57c819} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:41.261432 [ 260 ] {9e3294e1-36f8-4a11-8b78-a4934f57c819} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:41.261741 [ 260 ] {9e3294e1-36f8-4a11-8b78-a4934f57c819} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.03.19 00:59:41.261957 [ 260 ] {9e3294e1-36f8-4a11-8b78-a4934f57c819} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:41.262084 [ 260 ] {9e3294e1-36f8-4a11-8b78-a4934f57c819} executeQuery: Read 77 rows, 6.16 KiB in 0.001162 sec., 66265.06024096385 rows/sec., 5.17 MiB/sec. 2026.03.19 00:59:41.262121 [ 260 ] {9e3294e1-36f8-4a11-8b78-a4934f57c819} TCPHandler: Processed in 0.001323549 sec. 2026.03.19 00:59:41.262231 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:41.262325 [ 260 ] {92afb81c-8abc-42b5-81c4-322a90eee4ac} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:59:41.262368 [ 260 ] {92afb81c-8abc-42b5-81c4-322a90eee4ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:59:41.262778 [ 260 ] {92afb81c-8abc-42b5-81c4-322a90eee4ac} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:41.262814 [ 260 ] {92afb81c-8abc-42b5-81c4-322a90eee4ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:41.263152 [ 260 ] {92afb81c-8abc-42b5-81c4-322a90eee4ac} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.03.19 00:59:41.263370 [ 260 ] {92afb81c-8abc-42b5-81c4-322a90eee4ac} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:41.263498 [ 260 ] {92afb81c-8abc-42b5-81c4-322a90eee4ac} executeQuery: Read 160 rows, 11.41 KiB in 0.001191 sec., 134340.8900083963 rows/sec., 9.36 MiB/sec. 2026.03.19 00:59:41.263535 [ 260 ] {92afb81c-8abc-42b5-81c4-322a90eee4ac} TCPHandler: Processed in 0.00135255 sec. 2026.03.19 00:59:41.263645 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:41.263751 [ 260 ] {6b4b3520-ba30-493d-9623-badf19f02048} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:59:41.263813 [ 260 ] {6b4b3520-ba30-493d-9623-badf19f02048} 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.03.19 00:59:41.264602 [ 260 ] {6b4b3520-ba30-493d-9623-badf19f02048} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:41.264639 [ 260 ] {6b4b3520-ba30-493d-9623-badf19f02048} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:41.265195 [ 260 ] {6b4b3520-ba30-493d-9623-badf19f02048} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.19 00:59:41.265428 [ 260 ] {6b4b3520-ba30-493d-9623-badf19f02048} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:41.265567 [ 260 ] {6b4b3520-ba30-493d-9623-badf19f02048} executeQuery: Read 13 rows, 23.85 KiB in 0.001836 sec., 7080.610021786492 rows/sec., 12.69 MiB/sec. 2026.03.19 00:59:41.265623 [ 260 ] {6b4b3520-ba30-493d-9623-badf19f02048} TCPHandler: Processed in 0.002028184 sec. 2026.03.19 00:59:41.265736 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:41.265833 [ 260 ] {9e94bd37-166f-48cb-bd00-25342a0af170} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:59:41.265877 [ 260 ] {9e94bd37-166f-48cb-bd00-25342a0af170} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:59:41.266245 [ 260 ] {9e94bd37-166f-48cb-bd00-25342a0af170} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:41.266282 [ 260 ] {9e94bd37-166f-48cb-bd00-25342a0af170} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:41.266600 [ 260 ] {9e94bd37-166f-48cb-bd00-25342a0af170} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.03.19 00:59:41.266839 [ 260 ] {9e94bd37-166f-48cb-bd00-25342a0af170} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:41.266968 [ 260 ] {9e94bd37-166f-48cb-bd00-25342a0af170} executeQuery: Read 60 rows, 4.14 KiB in 0.001157 sec., 51858.254105445114 rows/sec., 3.49 MiB/sec. 2026.03.19 00:59:41.267005 [ 260 ] {9e94bd37-166f-48cb-bd00-25342a0af170} TCPHandler: Processed in 0.001319419 sec. 2026.03.19 00:59:41.574400 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:41.574681 [ 260 ] {d5f0cdc5-af9c-4c60-8ab3-620733c92303} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.19 00:59:41.574789 [ 260 ] {d5f0cdc5-af9c-4c60-8ab3-620733c92303} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.19 00:59:41.575593 [ 260 ] {d5f0cdc5-af9c-4c60-8ab3-620733c92303} oximeter.fields_i16 (c97ae8e6-4b88-4382-a85b-3715ba41c5df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:41.575645 [ 260 ] {d5f0cdc5-af9c-4c60-8ab3-620733c92303} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:41.576028 [ 260 ] {d5f0cdc5-af9c-4c60-8ab3-620733c92303} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 00:59:41.576255 [ 260 ] {d5f0cdc5-af9c-4c60-8ab3-620733c92303} oximeter.fields_i16 (c97ae8e6-4b88-4382-a85b-3715ba41c5df): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:41.576414 [ 260 ] {d5f0cdc5-af9c-4c60-8ab3-620733c92303} executeQuery: Read 24 rows, 2.04 KiB in 0.00181 sec., 13259.668508287294 rows/sec., 1.10 MiB/sec. 2026.03.19 00:59:41.576452 [ 73 ] {} oximeter.fields_i16 (c97ae8e6-4b88-4382-a85b-3715ba41c5df) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.03.19 00:59:41.576465 [ 260 ] {d5f0cdc5-af9c-4c60-8ab3-620733c92303} TCPHandler: Processed in 0.0022553 sec. 2026.03.19 00:59:41.576565 [ 73 ] {} oximeter.fields_i16 (c97ae8e6-4b88-4382-a85b-3715ba41c5df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:41.576613 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:41.576655 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:41.576764 [ 190 ] {c97ae8e6-4b88-4382-a85b-3715ba41c5df::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.03.19 00:59:41.576770 [ 260 ] {fb2ae1f9-db55-454e-a563-af153c760a16} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 00:59:41.576871 [ 260 ] {fb2ae1f9-db55-454e-a563-af153c760a16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 00:59:41.576940 [ 190 ] {c97ae8e6-4b88-4382-a85b-3715ba41c5df::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:59:41.576986 [ 190 ] {c97ae8e6-4b88-4382-a85b-3715ba41c5df::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 24 rows starting from the beginning of the part 2026.03.19 00:59:41.577061 [ 190 ] {c97ae8e6-4b88-4382-a85b-3715ba41c5df::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2026.03.19 00:59:41.577115 [ 190 ] {c97ae8e6-4b88-4382-a85b-3715ba41c5df::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2026.03.19 00:59:41.577166 [ 190 ] {c97ae8e6-4b88-4382-a85b-3715ba41c5df::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part 2026.03.19 00:59:41.577217 [ 190 ] {c97ae8e6-4b88-4382-a85b-3715ba41c5df::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2026.03.19 00:59:41.577280 [ 260 ] {fb2ae1f9-db55-454e-a563-af153c760a16} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:41.577322 [ 260 ] {fb2ae1f9-db55-454e-a563-af153c760a16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:41.577649 [ 260 ] {fb2ae1f9-db55-454e-a563-af153c760a16} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.19 00:59:41.577885 [ 260 ] {fb2ae1f9-db55-454e-a563-af153c760a16} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:41.577993 [ 73 ] {} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 2026.03.19 00:59:41.578019 [ 260 ] {fb2ae1f9-db55-454e-a563-af153c760a16} executeQuery: Read 6 rows, 501.00 B in 0.001273 sec., 4713.275726630008 rows/sec., 384.33 KiB/sec. 2026.03.19 00:59:41.578020 [ 202 ] {c97ae8e6-4b88-4382-a85b-3715ba41c5df::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001317929 sec., 91051.94589389868 rows/sec., 7.90 MiB/sec. 2026.03.19 00:59:41.578063 [ 260 ] {fb2ae1f9-db55-454e-a563-af153c760a16} TCPHandler: Processed in 0.001460342 sec. 2026.03.19 00:59:41.578023 [ 73 ] {} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:41.578098 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 271 2026.03.19 00:59:41.578112 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:41.578183 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:41.578197 [ 187 ] {c97ae8e6-4b88-4382-a85b-3715ba41c5df::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.03.19 00:59:41.578200 [ 190 ] {5b0a4239-b0a5-4af2-8415-0844258d37cf::all_1_14_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full 2026.03.19 00:59:41.578282 [ 260 ] {0d020c23-c434-4740-b3ab-0d529570cf7c} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:59:41.578315 [ 190 ] {5b0a4239-b0a5-4af2-8415-0844258d37cf::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:59:41.578326 [ 260 ] {0d020c23-c434-4740-b3ab-0d529570cf7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:59:41.578348 [ 190 ] {5b0a4239-b0a5-4af2-8415-0844258d37cf::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part 2026.03.19 00:59:41.578399 [ 190 ] {5b0a4239-b0a5-4af2-8415-0844258d37cf::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 10 rows starting from the beginning of the part 2026.03.19 00:59:41.578439 [ 190 ] {5b0a4239-b0a5-4af2-8415-0844258d37cf::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.03.19 00:59:41.578478 [ 190 ] {5b0a4239-b0a5-4af2-8415-0844258d37cf::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part 2026.03.19 00:59:41.578513 [ 190 ] {5b0a4239-b0a5-4af2-8415-0844258d37cf::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part 2026.03.19 00:59:41.578534 [ 187 ] {c97ae8e6-4b88-4382-a85b-3715ba41c5df::all_1_9_2} oximeter.fields_i16 (c97ae8e6-4b88-4382-a85b-3715ba41c5df): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:41.578549 [ 190 ] {5b0a4239-b0a5-4af2-8415-0844258d37cf::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.03.19 00:59:41.578624 [ 187 ] {c97ae8e6-4b88-4382-a85b-3715ba41c5df::all_1_9_2} oximeter.fields_i16 (c97ae8e6-4b88-4382-a85b-3715ba41c5df) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.03.19 00:59:41.578734 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.03.19 00:59:41.579211 [ 202 ] {5b0a4239-b0a5-4af2-8415-0844258d37cf::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 52 rows, containing 5 columns (5 merged, 0 gathered) in 0.001040074 sec., 49996.44256081779 rows/sec., 4.17 MiB/sec. 2026.03.19 00:59:41.579327 [ 187 ] {5b0a4239-b0a5-4af2-8415-0844258d37cf::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.03.19 00:59:41.579573 [ 187 ] {5b0a4239-b0a5-4af2-8415-0844258d37cf::all_1_14_3} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:41.579635 [ 187 ] {5b0a4239-b0a5-4af2-8415-0844258d37cf::all_1_14_3} oximeter.fields_ipaddr (5b0a4239-b0a5-4af2-8415-0844258d37cf) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 2026.03.19 00:59:41.579718 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.03.19 00:59:41.580177 [ 260 ] {0d020c23-c434-4740-b3ab-0d529570cf7c} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:41.580212 [ 260 ] {0d020c23-c434-4740-b3ab-0d529570cf7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:41.580646 [ 260 ] {0d020c23-c434-4740-b3ab-0d529570cf7c} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.03.19 00:59:41.580859 [ 260 ] {0d020c23-c434-4740-b3ab-0d529570cf7c} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:41.580989 [ 260 ] {0d020c23-c434-4740-b3ab-0d529570cf7c} executeQuery: Read 2115 rows, 165.12 KiB in 0.002725 sec., 776146.7889908256 rows/sec., 59.18 MiB/sec. 2026.03.19 00:59:41.581027 [ 260 ] {0d020c23-c434-4740-b3ab-0d529570cf7c} TCPHandler: Processed in 0.002893343 sec. 2026.03.19 00:59:41.581137 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:41.581232 [ 260 ] {9c5cc799-3c2a-4e10-9996-1ac4b07b3c58} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:59:41.581272 [ 260 ] {9c5cc799-3c2a-4e10-9996-1ac4b07b3c58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:59:41.581701 [ 260 ] {9c5cc799-3c2a-4e10-9996-1ac4b07b3c58} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:41.581739 [ 260 ] {9c5cc799-3c2a-4e10-9996-1ac4b07b3c58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:41.582059 [ 260 ] {9c5cc799-3c2a-4e10-9996-1ac4b07b3c58} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.19 00:59:41.582272 [ 260 ] {9c5cc799-3c2a-4e10-9996-1ac4b07b3c58} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:41.582383 [ 73 ] {} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.19 00:59:41.582400 [ 260 ] {9c5cc799-3c2a-4e10-9996-1ac4b07b3c58} executeQuery: Read 55 rows, 4.16 KiB in 0.001187 sec., 46335.29907329402 rows/sec., 3.42 MiB/sec. 2026.03.19 00:59:41.582412 [ 73 ] {} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:41.582440 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:41.582445 [ 260 ] {9c5cc799-3c2a-4e10-9996-1ac4b07b3c58} TCPHandler: Processed in 0.0013571 sec. 2026.03.19 00:59:41.582522 [ 198 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.03.19 00:59:41.582564 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:41.582631 [ 198 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:59:41.582661 [ 260 ] {78a1e1d9-e258-45b5-bf29-ed05331190bc} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 00:59:41.582662 [ 198 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 80 rows starting from the beginning of the part 2026.03.19 00:59:41.582708 [ 260 ] {78a1e1d9-e258-45b5-bf29-ed05331190bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 00:59:41.582735 [ 198 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 28 rows starting from the beginning of the part 2026.03.19 00:59:41.582781 [ 198 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 23 rows starting from the beginning of the part 2026.03.19 00:59:41.582820 [ 198 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 28 rows starting from the beginning of the part 2026.03.19 00:59:41.582857 [ 198 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 13 rows starting from the beginning of the part 2026.03.19 00:59:41.582896 [ 198 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 55 rows starting from the beginning of the part 2026.03.19 00:59:41.583400 [ 260 ] {78a1e1d9-e258-45b5-bf29-ed05331190bc} oximeter.fields_u32 (07ee9360-dbdb-41f1-bf21-931c2f22f543): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:41.583441 [ 260 ] {78a1e1d9-e258-45b5-bf29-ed05331190bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:41.583649 [ 187 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 227 rows, containing 5 columns (5 merged, 0 gathered) in 0.001164256 sec., 194974.3011846192 rows/sec., 15.01 MiB/sec. 2026.03.19 00:59:41.583816 [ 260 ] {78a1e1d9-e258-45b5-bf29-ed05331190bc} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 00:59:41.583819 [ 202 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.19 00:59:41.584108 [ 260 ] {78a1e1d9-e258-45b5-bf29-ed05331190bc} oximeter.fields_u32 (07ee9360-dbdb-41f1-bf21-931c2f22f543): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:41.584211 [ 202 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_51_10} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:41.584226 [ 73 ] {} oximeter.fields_u32 (07ee9360-dbdb-41f1-bf21-931c2f22f543) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.03.19 00:59:41.584254 [ 260 ] {78a1e1d9-e258-45b5-bf29-ed05331190bc} executeQuery: Read 732 rows, 44.33 KiB in 0.00161 sec., 454658.38509316766 rows/sec., 26.89 MiB/sec. 2026.03.19 00:59:41.584259 [ 73 ] {} oximeter.fields_u32 (07ee9360-dbdb-41f1-bf21-931c2f22f543): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:41.584299 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:41.584300 [ 260 ] {78a1e1d9-e258-45b5-bf29-ed05331190bc} TCPHandler: Processed in 0.001784989 sec. 2026.03.19 00:59:41.584312 [ 202 ] {bfd1e764-396c-45e1-b7c4-265e400a2159::all_1_51_10} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.19 00:59:41.584381 [ 198 ] {07ee9360-dbdb-41f1-bf21-931c2f22f543::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.03.19 00:59:41.584420 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.03.19 00:59:41.584434 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:41.584468 [ 198 ] {07ee9360-dbdb-41f1-bf21-931c2f22f543::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:59:41.584495 [ 198 ] {07ee9360-dbdb-41f1-bf21-931c2f22f543::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 732 rows starting from the beginning of the part 2026.03.19 00:59:41.584532 [ 260 ] {f820c4d3-a4ab-49ff-b814-7e3ecfcbae16} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.19 00:59:41.584537 [ 198 ] {07ee9360-dbdb-41f1-bf21-931c2f22f543::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 732 rows starting from the beginning of the part 2026.03.19 00:59:41.584581 [ 260 ] {f820c4d3-a4ab-49ff-b814-7e3ecfcbae16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.19 00:59:41.584589 [ 198 ] {07ee9360-dbdb-41f1-bf21-931c2f22f543::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 732 rows starting from the beginning of the part 2026.03.19 00:59:41.584639 [ 198 ] {07ee9360-dbdb-41f1-bf21-931c2f22f543::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 732 rows starting from the beginning of the part 2026.03.19 00:59:41.584673 [ 198 ] {07ee9360-dbdb-41f1-bf21-931c2f22f543::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 732 rows starting from the beginning of the part 2026.03.19 00:59:41.584985 [ 260 ] {f820c4d3-a4ab-49ff-b814-7e3ecfcbae16} oximeter.fields_u64 (c95f3192-ba09-4763-b29d-c6e6af3f656f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:41.585025 [ 260 ] {f820c4d3-a4ab-49ff-b814-7e3ecfcbae16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:41.585326 [ 260 ] {f820c4d3-a4ab-49ff-b814-7e3ecfcbae16} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 00:59:41.585541 [ 260 ] {f820c4d3-a4ab-49ff-b814-7e3ecfcbae16} oximeter.fields_u64 (c95f3192-ba09-4763-b29d-c6e6af3f656f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:41.585641 [ 73 ] {} oximeter.fields_u64 (c95f3192-ba09-4763-b29d-c6e6af3f656f) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.03.19 00:59:41.585669 [ 260 ] {f820c4d3-a4ab-49ff-b814-7e3ecfcbae16} executeQuery: Read 1 rows, 72.00 B in 0.001155 sec., 865.8008658008658 rows/sec., 60.88 KiB/sec. 2026.03.19 00:59:41.585673 [ 73 ] {} oximeter.fields_u64 (c95f3192-ba09-4763-b29d-c6e6af3f656f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:41.585712 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:41.585714 [ 260 ] {f820c4d3-a4ab-49ff-b814-7e3ecfcbae16} TCPHandler: Processed in 0.001328649 sec. 2026.03.19 00:59:41.585802 [ 193 ] {c95f3192-ba09-4763-b29d-c6e6af3f656f::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.03.19 00:59:41.585833 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:41.585923 [ 193 ] {c95f3192-ba09-4763-b29d-c6e6af3f656f::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:59:41.585929 [ 260 ] {ea40d02c-5e5d-47f0-9fa6-2fd57a63a2e3} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.19 00:59:41.585963 [ 193 ] {c95f3192-ba09-4763-b29d-c6e6af3f656f::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 1 rows starting from the beginning of the part 2026.03.19 00:59:41.585983 [ 260 ] {ea40d02c-5e5d-47f0-9fa6-2fd57a63a2e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.19 00:59:41.586033 [ 193 ] {c95f3192-ba09-4763-b29d-c6e6af3f656f::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2026.03.19 00:59:41.586036 [ 198 ] {07ee9360-dbdb-41f1-bf21-931c2f22f543::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 3660 rows, containing 5 columns (5 merged, 0 gathered) in 0.001682608 sec., 2175194.697754914 rows/sec., 136.95 MiB/sec. 2026.03.19 00:59:41.586085 [ 193 ] {c95f3192-ba09-4763-b29d-c6e6af3f656f::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part 2026.03.19 00:59:41.586128 [ 193 ] {c95f3192-ba09-4763-b29d-c6e6af3f656f::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2026.03.19 00:59:41.586169 [ 193 ] {c95f3192-ba09-4763-b29d-c6e6af3f656f::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part 2026.03.19 00:59:41.586276 [ 201 ] {07ee9360-dbdb-41f1-bf21-931c2f22f543::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.03.19 00:59:41.586379 [ 260 ] {ea40d02c-5e5d-47f0-9fa6-2fd57a63a2e3} oximeter.fields_u8 (d2f01f0b-4d3a-4853-a9fa-9607d1b65676): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:41.586423 [ 260 ] {ea40d02c-5e5d-47f0-9fa6-2fd57a63a2e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:41.586641 [ 201 ] {07ee9360-dbdb-41f1-bf21-931c2f22f543::all_1_9_2} oximeter.fields_u32 (07ee9360-dbdb-41f1-bf21-931c2f22f543): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:41.586748 [ 201 ] {07ee9360-dbdb-41f1-bf21-931c2f22f543::all_1_9_2} oximeter.fields_u32 (07ee9360-dbdb-41f1-bf21-931c2f22f543) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.03.19 00:59:41.586828 [ 260 ] {ea40d02c-5e5d-47f0-9fa6-2fd57a63a2e3} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 00:59:41.586842 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.03.19 00:59:41.586955 [ 198 ] {c95f3192-ba09-4763-b29d-c6e6af3f656f::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 5 columns (5 merged, 0 gathered) in 0.001198126 sec., 4173.183788683326 rows/sec., 309.73 KiB/sec. 2026.03.19 00:59:41.587064 [ 193 ] {c95f3192-ba09-4763-b29d-c6e6af3f656f::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.03.19 00:59:41.587068 [ 260 ] {ea40d02c-5e5d-47f0-9fa6-2fd57a63a2e3} oximeter.fields_u8 (d2f01f0b-4d3a-4853-a9fa-9607d1b65676): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:41.587190 [ 73 ] {} oximeter.fields_u8 (d2f01f0b-4d3a-4853-a9fa-9607d1b65676) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.03.19 00:59:41.587221 [ 73 ] {} oximeter.fields_u8 (d2f01f0b-4d3a-4853-a9fa-9607d1b65676): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:41.587226 [ 260 ] {ea40d02c-5e5d-47f0-9fa6-2fd57a63a2e3} executeQuery: Read 12 rows, 960.00 B in 0.001314 sec., 9132.4200913242 rows/sec., 713.47 KiB/sec. 2026.03.19 00:59:41.587243 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:41.587279 [ 260 ] {ea40d02c-5e5d-47f0-9fa6-2fd57a63a2e3} TCPHandler: Processed in 0.001495053 sec. 2026.03.19 00:59:41.587335 [ 193 ] {c95f3192-ba09-4763-b29d-c6e6af3f656f::all_1_9_2} oximeter.fields_u64 (c95f3192-ba09-4763-b29d-c6e6af3f656f): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:41.587340 [ 199 ] {d2f01f0b-4d3a-4853-a9fa-9607d1b65676::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.03.19 00:59:41.587398 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:41.587409 [ 193 ] {c95f3192-ba09-4763-b29d-c6e6af3f656f::all_1_9_2} oximeter.fields_u64 (c95f3192-ba09-4763-b29d-c6e6af3f656f) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.03.19 00:59:41.587458 [ 199 ] {d2f01f0b-4d3a-4853-a9fa-9607d1b65676::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:59:41.587482 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.03.19 00:59:41.587494 [ 260 ] {46a69173-41a7-4e26-9b16-41b92e999d90} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:59:41.587496 [ 199 ] {d2f01f0b-4d3a-4853-a9fa-9607d1b65676::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 12 rows starting from the beginning of the part 2026.03.19 00:59:41.587539 [ 260 ] {46a69173-41a7-4e26-9b16-41b92e999d90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:59:41.587572 [ 199 ] {d2f01f0b-4d3a-4853-a9fa-9607d1b65676::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part 2026.03.19 00:59:41.587620 [ 199 ] {d2f01f0b-4d3a-4853-a9fa-9607d1b65676::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part 2026.03.19 00:59:41.587665 [ 199 ] {d2f01f0b-4d3a-4853-a9fa-9607d1b65676::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part 2026.03.19 00:59:41.587709 [ 199 ] {d2f01f0b-4d3a-4853-a9fa-9607d1b65676::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part 2026.03.19 00:59:41.588426 [ 189 ] {d2f01f0b-4d3a-4853-a9fa-9607d1b65676::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001124935 sec., 53336.41499286625 rows/sec., 4.27 MiB/sec. 2026.03.19 00:59:41.588440 [ 260 ] {46a69173-41a7-4e26-9b16-41b92e999d90} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:41.588483 [ 260 ] {46a69173-41a7-4e26-9b16-41b92e999d90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:41.588565 [ 198 ] {d2f01f0b-4d3a-4853-a9fa-9607d1b65676::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.03.19 00:59:41.588895 [ 260 ] {46a69173-41a7-4e26-9b16-41b92e999d90} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.03.19 00:59:41.588927 [ 198 ] {d2f01f0b-4d3a-4853-a9fa-9607d1b65676::all_1_9_2} oximeter.fields_u8 (d2f01f0b-4d3a-4853-a9fa-9607d1b65676): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:41.589014 [ 198 ] {d2f01f0b-4d3a-4853-a9fa-9607d1b65676::all_1_9_2} oximeter.fields_u8 (d2f01f0b-4d3a-4853-a9fa-9607d1b65676) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.03.19 00:59:41.589094 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.03.19 00:59:41.589138 [ 260 ] {46a69173-41a7-4e26-9b16-41b92e999d90} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:41.589275 [ 260 ] {46a69173-41a7-4e26-9b16-41b92e999d90} executeQuery: Read 1079 rows, 77.05 KiB in 0.001798 sec., 600111.234705228 rows/sec., 41.85 MiB/sec. 2026.03.19 00:59:41.589313 [ 260 ] {46a69173-41a7-4e26-9b16-41b92e999d90} TCPHandler: Processed in 0.001964684 sec. 2026.03.19 00:59:41.589422 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:41.589515 [ 260 ] {de0931b2-1267-4973-8292-a7e60fcaa16c} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:59:41.589558 [ 260 ] {de0931b2-1267-4973-8292-a7e60fcaa16c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:59:41.590283 [ 260 ] {de0931b2-1267-4973-8292-a7e60fcaa16c} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:41.590319 [ 260 ] {de0931b2-1267-4973-8292-a7e60fcaa16c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:41.590753 [ 260 ] {de0931b2-1267-4973-8292-a7e60fcaa16c} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.03.19 00:59:41.590970 [ 260 ] {de0931b2-1267-4973-8292-a7e60fcaa16c} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:41.591099 [ 260 ] {de0931b2-1267-4973-8292-a7e60fcaa16c} executeQuery: Read 1256 rows, 81.12 KiB in 0.001602 sec., 784019.975031211 rows/sec., 49.45 MiB/sec. 2026.03.19 00:59:41.591136 [ 260 ] {de0931b2-1267-4973-8292-a7e60fcaa16c} TCPHandler: Processed in 0.001763379 sec. 2026.03.19 00:59:41.591247 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:41.591340 [ 260 ] {b9c01c3a-7d9c-4e44-901c-b3c82c8280c4} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:59:41.591393 [ 260 ] {b9c01c3a-7d9c-4e44-901c-b3c82c8280c4} 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.03.19 00:59:41.592179 [ 260 ] {b9c01c3a-7d9c-4e44-901c-b3c82c8280c4} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:41.592215 [ 260 ] {b9c01c3a-7d9c-4e44-901c-b3c82c8280c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:41.592750 [ 260 ] {b9c01c3a-7d9c-4e44-901c-b3c82c8280c4} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.19 00:59:41.592995 [ 260 ] {b9c01c3a-7d9c-4e44-901c-b3c82c8280c4} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:41.593110 [ 69 ] {} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.19 00:59:41.593131 [ 260 ] {b9c01c3a-7d9c-4e44-901c-b3c82c8280c4} executeQuery: Read 37 rows, 67.89 KiB in 0.001809 sec., 20453.289110005528 rows/sec., 36.65 MiB/sec. 2026.03.19 00:59:41.593156 [ 69 ] {} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:41.593180 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:41.593193 [ 260 ] {b9c01c3a-7d9c-4e44-901c-b3c82c8280c4} TCPHandler: Processed in 0.001995524 sec. 2026.03.19 00:59:41.593260 [ 195 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.03.19 00:59:41.593311 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:41.593405 [ 260 ] {a796987f-5fa3-4886-b7c1-cd247c929faf} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:59:41.593447 [ 260 ] {a796987f-5fa3-4886-b7c1-cd247c929faf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:59:41.593463 [ 195 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:59:41.593520 [ 195 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 942 rows starting from the beginning of the part 2026.03.19 00:59:41.593642 [ 195 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 28 rows starting from the beginning of the part 2026.03.19 00:59:41.593757 [ 195 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 13 rows starting from the beginning of the part 2026.03.19 00:59:41.593758 [ 260 ] {a796987f-5fa3-4886-b7c1-cd247c929faf} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:41.593802 [ 260 ] {a796987f-5fa3-4886-b7c1-cd247c929faf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:41.593865 [ 195 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 28 rows starting from the beginning of the part 2026.03.19 00:59:41.593973 [ 195 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 13 rows starting from the beginning of the part 2026.03.19 00:59:41.594077 [ 195 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 37 rows starting from the beginning of the part 2026.03.19 00:59:41.594098 [ 260 ] {a796987f-5fa3-4886-b7c1-cd247c929faf} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.03.19 00:59:41.594325 [ 260 ] {a796987f-5fa3-4886-b7c1-cd247c929faf} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:41.594453 [ 260 ] {a796987f-5fa3-4886-b7c1-cd247c929faf} executeQuery: Read 12 rows, 848.00 B in 0.001067 sec., 11246.485473289596 rows/sec., 776.12 KiB/sec. 2026.03.19 00:59:41.594490 [ 260 ] {a796987f-5fa3-4886-b7c1-cd247c929faf} TCPHandler: Processed in 0.001228487 sec. 2026.03.19 00:59:41.596387 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:41.596430 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:41.601067 [ 198 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1061 rows, containing 19 columns (19 merged, 0 gathered) in 0.007843172 sec., 135276.90072332977 rows/sec., 242.41 MiB/sec. 2026.03.19 00:59:41.602216 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.19 00:59:41.602299 [ 189 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.19 00:59:41.602728 [ 189 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_51_10} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:41.602808 [ 189 ] {3d8cc7e8-1f82-4390-860e-9ec39f382df4::all_1_51_10} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.19 00:59:41.602933 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.41 MiB. 2026.03.19 00:59:41.603068 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:41.603362 [ 69 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.19 00:59:41.603401 [ 69 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:41.603417 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:41.603530 [ 188 ] {b8c8652d-7579-4eae-94e9-90637c55b388::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.03.19 00:59:41.607073 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 271 2026.03.19 00:59:41.607477 [ 188 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:59:41.609066 [ 188 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 234 rows starting from the beginning of the part 2026.03.19 00:59:41.614179 [ 188 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 7 rows starting from the beginning of the part 2026.03.19 00:59:41.619317 [ 188 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part 2026.03.19 00:59:41.624186 [ 188 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 7 rows starting from the beginning of the part 2026.03.19 00:59:41.628732 [ 188 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 8 rows starting from the beginning of the part 2026.03.19 00:59:41.632691 [ 188 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 7 rows starting from the beginning of the part 2026.03.19 00:59:41.688705 [ 200 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 271 rows, containing 679 columns (679 merged, 0 gathered) in 0.085237586 sec., 3179.3486033262366 rows/sec., 16.44 MiB/sec. 2026.03.19 00:59:41.691492 [ 194 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.19 00:59:41.693649 [ 194 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_36_7} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:41.693754 [ 194 ] {b8c8652d-7579-4eae-94e9-90637c55b388::all_1_36_7} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.19 00:59:41.696372 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.42 MiB. 2026.03.19 00:59:42.000184 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 289.82 MiB, peak 301.69 MiB, free memory in arenas 0.00 B, will set to 295.16 MiB (RSS), difference: 5.34 MiB 2026.03.19 00:59:46.256219 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:46.256498 [ 260 ] {8f57388c-b182-4ce1-a43b-eaec5141267e} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:59:46.256594 [ 260 ] {8f57388c-b182-4ce1-a43b-eaec5141267e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:59:46.257456 [ 260 ] {8f57388c-b182-4ce1-a43b-eaec5141267e} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:46.257503 [ 260 ] {8f57388c-b182-4ce1-a43b-eaec5141267e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:46.257910 [ 260 ] {8f57388c-b182-4ce1-a43b-eaec5141267e} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.03.19 00:59:46.258141 [ 260 ] {8f57388c-b182-4ce1-a43b-eaec5141267e} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:46.258275 [ 112 ] {} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.03.19 00:59:46.258296 [ 260 ] {8f57388c-b182-4ce1-a43b-eaec5141267e} executeQuery: Read 56 rows, 4.38 KiB in 0.001868 sec., 29978.586723768734 rows/sec., 2.29 MiB/sec. 2026.03.19 00:59:46.258343 [ 112 ] {} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:46.258357 [ 260 ] {8f57388c-b182-4ce1-a43b-eaec5141267e} TCPHandler: Processed in 0.002313191 sec. 2026.03.19 00:59:46.258369 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:46.258479 [ 192 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.03.19 00:59:46.258499 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:46.258598 [ 260 ] {9c9e7df9-a934-432c-8f6a-26f65a54d892} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:59:46.258598 [ 192 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:59:46.258641 [ 260 ] {9c9e7df9-a934-432c-8f6a-26f65a54d892} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:59:46.258653 [ 192 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2147 rows starting from the beginning of the part 2026.03.19 00:59:46.258732 [ 192 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 87 rows starting from the beginning of the part 2026.03.19 00:59:46.258785 [ 192 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 112 rows starting from the beginning of the part 2026.03.19 00:59:46.258834 [ 192 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 82 rows starting from the beginning of the part 2026.03.19 00:59:46.258880 [ 192 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 2115 rows starting from the beginning of the part 2026.03.19 00:59:46.258924 [ 192 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 56 rows starting from the beginning of the part 2026.03.19 00:59:46.259086 [ 260 ] {9c9e7df9-a934-432c-8f6a-26f65a54d892} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:46.259128 [ 260 ] {9c9e7df9-a934-432c-8f6a-26f65a54d892} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.03.19 00:59:46.259576 [ 260 ] {9c9e7df9-a934-432c-8f6a-26f65a54d892} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.03.19 00:59:46.259822 [ 260 ] {9c9e7df9-a934-432c-8f6a-26f65a54d892} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:46.259936 [ 112 ] {} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.03.19 00:59:46.259956 [ 260 ] {9c9e7df9-a934-432c-8f6a-26f65a54d892} executeQuery: Read 64 rows, 5.12 KiB in 0.001376 sec., 46511.62790697674 rows/sec., 3.63 MiB/sec. 2026.03.19 00:59:46.259967 [ 112 ] {} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:46.259998 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.03.19 00:59:46.260001 [ 260 ] {9c9e7df9-a934-432c-8f6a-26f65a54d892} TCPHandler: Processed in 0.001551875 sec. 2026.03.19 00:59:46.260099 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.03.19 00:59:46.260145 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:46.260240 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:59:46.260243 [ 260 ] {bbc3f80d-8544-432c-97d0-96dfe7d3f3f0} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:59:46.260278 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1122 rows starting from the beginning of the part 2026.03.19 00:59:46.260303 [ 260 ] {bbc3f80d-8544-432c-97d0-96dfe7d3f3f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:59:46.260345 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 87 rows starting from the beginning of the part 2026.03.19 00:59:46.260394 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 92 rows starting from the beginning of the part 2026.03.19 00:59:46.260432 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 77 rows starting from the beginning of the part 2026.03.19 00:59:46.260471 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1079 rows starting from the beginning of the part 2026.03.19 00:59:46.260509 [ 194 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 64 rows starting from the beginning of the part 2026.03.19 00:59:46.260515 [ 192 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 4599 rows, containing 5 columns (5 merged, 0 gathered) in 0.002086446 sec., 2204226.708958679 rows/sec., 177.67 MiB/sec. 2026.03.19 00:59:46.260703 [ 260 ] {bbc3f80d-8544-432c-97d0-96dfe7d3f3f0} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:46.260737 [ 192 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.03.19 00:59:46.260745 [ 260 ] {bbc3f80d-8544-432c-97d0-96dfe7d3f3f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.03.19 00:59:46.261004 [ 192 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_61_12} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:46.261081 [ 192 ] {f41db54d-1389-4b45-92e0-2583b9af7a9b::all_1_61_12} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.03.19 00:59:46.261152 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. 2026.03.19 00:59:46.261289 [ 260 ] {bbc3f80d-8544-432c-97d0-96dfe7d3f3f0} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.03.19 00:59:46.261507 [ 260 ] {bbc3f80d-8544-432c-97d0-96dfe7d3f3f0} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:46.261609 [ 112 ] {} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.03.19 00:59:46.261635 [ 260 ] {bbc3f80d-8544-432c-97d0-96dfe7d3f3f0} executeQuery: Read 128 rows, 9.13 KiB in 0.00141 sec., 90780.14184397164 rows/sec., 6.32 MiB/sec. 2026.03.19 00:59:46.261639 [ 112 ] {} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:46.261675 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.03.19 00:59:46.261679 [ 260 ] {bbc3f80d-8544-432c-97d0-96dfe7d3f3f0} TCPHandler: Processed in 0.001583375 sec. 2026.03.19 00:59:46.261741 [ 191 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.03.19 00:59:46.261755 [ 192 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 2521 rows, containing 5 columns (5 merged, 0 gathered) in 0.001707517 sec., 1476412.8263437494 rows/sec., 110.39 MiB/sec. 2026.03.19 00:59:46.261816 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:46.261860 [ 191 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:59:46.261896 [ 191 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_61_12} MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 18543 rows starting from the beginning of the part 2026.03.19 00:59:46.261913 [ 260 ] {85e4d684-73f1-4e6d-9929-68ddd0f4c670} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:59:46.261956 [ 260 ] {85e4d684-73f1-4e6d-9929-68ddd0f4c670} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:59:46.261966 [ 191 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 165 rows starting from the beginning of the part 2026.03.19 00:59:46.261995 [ 197 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.03.19 00:59:46.262020 [ 191 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part 2026.03.19 00:59:46.262080 [ 191 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part 2026.03.19 00:59:46.262128 [ 191 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1256 rows starting from the beginning of the part 2026.03.19 00:59:46.262177 [ 191 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 128 rows starting from the beginning of the part 2026.03.19 00:59:46.262300 [ 260 ] {85e4d684-73f1-4e6d-9929-68ddd0f4c670} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:46.262337 [ 260 ] {85e4d684-73f1-4e6d-9929-68ddd0f4c670} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.03.19 00:59:46.262384 [ 197 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_61_12} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:46.262474 [ 197 ] {b543fc0f-9e54-40b0-9fde-43f91962ff89::all_1_61_12} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.03.19 00:59:46.262590 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2026.03.19 00:59:46.262668 [ 260 ] {85e4d684-73f1-4e6d-9929-68ddd0f4c670} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.03.19 00:59:46.262881 [ 260 ] {85e4d684-73f1-4e6d-9929-68ddd0f4c670} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:46.262982 [ 112 ] {} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.03.19 00:59:46.263011 [ 260 ] {85e4d684-73f1-4e6d-9929-68ddd0f4c670} executeQuery: Read 48 rows, 3.31 KiB in 0.001116 sec., 43010.75268817204 rows/sec., 2.90 MiB/sec. 2026.03.19 00:59:46.263012 [ 112 ] {} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:46.263049 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.03.19 00:59:46.263053 [ 260 ] {85e4d684-73f1-4e6d-9929-68ddd0f4c670} TCPHandler: Processed in 0.001286048 sec. 2026.03.19 00:59:46.263117 [ 194 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.03.19 00:59:46.263210 [ 194 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 00:59:46.263234 [ 194 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2880 rows starting from the beginning of the part 2026.03.19 00:59:46.263275 [ 194 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part 2026.03.19 00:59:46.263307 [ 194 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part 2026.03.19 00:59:46.263336 [ 194 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part 2026.03.19 00:59:46.263364 [ 194 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 12 rows starting from the beginning of the part 2026.03.19 00:59:46.263393 [ 194 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 48 rows starting from the beginning of the part 2026.03.19 00:59:46.264717 [ 197 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3120 rows, containing 4 columns (4 merged, 0 gathered) in 0.001626305 sec., 1918459.329584549 rows/sec., 129.29 MiB/sec. 2026.03.19 00:59:46.265030 [ 192 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.03.19 00:59:46.265315 [ 192 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_61_12} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:46.265381 [ 192 ] {7c278ea1-8e5c-47cb-ae66-386a040fd2b6::all_1_61_12} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.03.19 00:59:46.265462 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.03.19 00:59:46.267856 [ 190 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 20412 rows, containing 5 columns (5 merged, 0 gathered) in 0.006145005 sec., 3321722.2768736556 rows/sec., 219.06 MiB/sec. 2026.03.19 00:59:46.268138 [ 191 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.03.19 00:59:46.268387 [ 191 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_61_12} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:46.268451 [ 191 ] {248ce558-7cb3-47b8-8064-5238b8ba9464::all_1_61_12} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.03.19 00:59:46.268515 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2026.03.19 00:59:47.000186 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 295.53 MiB, peak 302.77 MiB, free memory in arenas 0.00 B, will set to 297.54 MiB (RSS), difference: 2.01 MiB 2026.03.19 00:59:48.180400 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 17769 2026.03.19 00:59:48.180921 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:48.180969 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.03.19 00:59:48.181456 [ 245 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.19 00:59:48.181691 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:48.181849 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17769 2026.03.19 00:59:49.108110 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 279 2026.03.19 00:59:49.123423 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:49.123491 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.03.19 00:59:49.129191 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.19 00:59:49.129888 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:49.132570 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2026.03.19 00:59:50.720335 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 998 2026.03.19 00:59:50.722693 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:50.722731 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.03.19 00:59:50.723887 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.19 00:59:50.724142 [ 243 ] {} system.query_log (cc562510-12a4-4bfb-9cda-2d07e57381c0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:50.724399 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 998 2026.03.19 00:59:51.257448 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:51.257723 [ 260 ] {4b41296f-8943-4acc-8cc1-055ccbb2cc3f} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:59:51.257824 [ 260 ] {4b41296f-8943-4acc-8cc1-055ccbb2cc3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:59:51.258678 [ 260 ] {4b41296f-8943-4acc-8cc1-055ccbb2cc3f} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:51.258720 [ 260 ] {4b41296f-8943-4acc-8cc1-055ccbb2cc3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.03.19 00:59:51.259088 [ 260 ] {4b41296f-8943-4acc-8cc1-055ccbb2cc3f} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.03.19 00:59:51.259307 [ 260 ] {4b41296f-8943-4acc-8cc1-055ccbb2cc3f} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:51.259459 [ 260 ] {4b41296f-8943-4acc-8cc1-055ccbb2cc3f} executeQuery: Read 82 rows, 6.97 KiB in 0.00181 sec., 45303.867403314915 rows/sec., 3.76 MiB/sec. 2026.03.19 00:59:51.259500 [ 260 ] {4b41296f-8943-4acc-8cc1-055ccbb2cc3f} TCPHandler: Processed in 0.002229739 sec. 2026.03.19 00:59:51.259622 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:51.259714 [ 260 ] {c7adc7ac-d02f-4c36-975a-6df52912d477} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:59:51.259753 [ 260 ] {c7adc7ac-d02f-4c36-975a-6df52912d477} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:59:51.260153 [ 260 ] {c7adc7ac-d02f-4c36-975a-6df52912d477} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:51.260187 [ 260 ] {c7adc7ac-d02f-4c36-975a-6df52912d477} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.03.19 00:59:51.260474 [ 260 ] {c7adc7ac-d02f-4c36-975a-6df52912d477} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.19 00:59:51.260694 [ 260 ] {c7adc7ac-d02f-4c36-975a-6df52912d477} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:51.260821 [ 260 ] {c7adc7ac-d02f-4c36-975a-6df52912d477} executeQuery: Read 13 rows, 1001.00 B in 0.001126 sec., 11545.293072824155 rows/sec., 868.15 KiB/sec. 2026.03.19 00:59:51.260860 [ 260 ] {c7adc7ac-d02f-4c36-975a-6df52912d477} TCPHandler: Processed in 0.001292229 sec. 2026.03.19 00:59:51.260968 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:51.261059 [ 260 ] {c4785ed8-6a36-4172-bc75-9e107fa6df2c} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:59:51.261098 [ 260 ] {c4785ed8-6a36-4172-bc75-9e107fa6df2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:59:51.261512 [ 260 ] {c4785ed8-6a36-4172-bc75-9e107fa6df2c} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:51.261547 [ 260 ] {c4785ed8-6a36-4172-bc75-9e107fa6df2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.03.19 00:59:51.261830 [ 260 ] {c4785ed8-6a36-4172-bc75-9e107fa6df2c} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.03.19 00:59:51.262037 [ 260 ] {c4785ed8-6a36-4172-bc75-9e107fa6df2c} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:51.262164 [ 260 ] {c4785ed8-6a36-4172-bc75-9e107fa6df2c} executeQuery: Read 77 rows, 6.16 KiB in 0.001122 sec., 68627.45098039215 rows/sec., 5.36 MiB/sec. 2026.03.19 00:59:51.262200 [ 260 ] {c4785ed8-6a36-4172-bc75-9e107fa6df2c} TCPHandler: Processed in 0.001278718 sec. 2026.03.19 00:59:51.262309 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:51.262402 [ 260 ] {1db571a1-a11d-4d69-960e-fab35df01dd2} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:59:51.262447 [ 260 ] {1db571a1-a11d-4d69-960e-fab35df01dd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:59:51.262837 [ 260 ] {1db571a1-a11d-4d69-960e-fab35df01dd2} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:51.262899 [ 260 ] {1db571a1-a11d-4d69-960e-fab35df01dd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.03.19 00:59:51.263227 [ 260 ] {1db571a1-a11d-4d69-960e-fab35df01dd2} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.03.19 00:59:51.263428 [ 260 ] {1db571a1-a11d-4d69-960e-fab35df01dd2} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:51.263555 [ 260 ] {1db571a1-a11d-4d69-960e-fab35df01dd2} executeQuery: Read 160 rows, 11.41 KiB in 0.00117 sec., 136752.13675213675 rows/sec., 9.52 MiB/sec. 2026.03.19 00:59:51.263590 [ 260 ] {1db571a1-a11d-4d69-960e-fab35df01dd2} TCPHandler: Processed in 0.001327019 sec. 2026.03.19 00:59:51.263698 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:51.263788 [ 260 ] {3252ab49-c1b5-4def-9335-5082dcfd33cb} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:59:51.263841 [ 260 ] {3252ab49-c1b5-4def-9335-5082dcfd33cb} 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.03.19 00:59:51.264602 [ 260 ] {3252ab49-c1b5-4def-9335-5082dcfd33cb} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:51.264638 [ 260 ] {3252ab49-c1b5-4def-9335-5082dcfd33cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.03.19 00:59:51.265133 [ 260 ] {3252ab49-c1b5-4def-9335-5082dcfd33cb} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.19 00:59:51.265347 [ 260 ] {3252ab49-c1b5-4def-9335-5082dcfd33cb} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:51.265478 [ 260 ] {3252ab49-c1b5-4def-9335-5082dcfd33cb} executeQuery: Read 13 rows, 23.85 KiB in 0.001708 sec., 7611.241217798594 rows/sec., 13.64 MiB/sec. 2026.03.19 00:59:51.265529 [ 260 ] {3252ab49-c1b5-4def-9335-5082dcfd33cb} TCPHandler: Processed in 0.001877822 sec. 2026.03.19 00:59:51.265640 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:51.265731 [ 260 ] {01cae963-8f3a-4154-b96f-7f8be291d1e5} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:59:51.265772 [ 260 ] {01cae963-8f3a-4154-b96f-7f8be291d1e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:59:51.266091 [ 260 ] {01cae963-8f3a-4154-b96f-7f8be291d1e5} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:51.266126 [ 260 ] {01cae963-8f3a-4154-b96f-7f8be291d1e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.03.19 00:59:51.266423 [ 260 ] {01cae963-8f3a-4154-b96f-7f8be291d1e5} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.03.19 00:59:51.266624 [ 260 ] {01cae963-8f3a-4154-b96f-7f8be291d1e5} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:51.266749 [ 260 ] {01cae963-8f3a-4154-b96f-7f8be291d1e5} executeQuery: Read 60 rows, 4.14 KiB in 0.001036 sec., 57915.057915057914 rows/sec., 3.90 MiB/sec. 2026.03.19 00:59:51.266784 [ 260 ] {01cae963-8f3a-4154-b96f-7f8be291d1e5} TCPHandler: Processed in 0.001191686 sec. 2026.03.19 00:59:55.556173 [ 136 ] {} DNSResolver: Updating DNS cache 2026.03.19 00:59:55.556242 [ 136 ] {} DNSResolver: Updated DNS cache 2026.03.19 00:59:55.682874 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 18217 2026.03.19 00:59:55.683332 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:55.683365 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.03.19 00:59:55.683837 [ 245 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.19 00:59:55.684058 [ 245 ] {} system.asynchronous_metric_log (c4062d85-5db1-44cf-991b-11480bbd7783): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:55.684191 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18217 2026.03.19 00:59:56.258633 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:56.258919 [ 260 ] {29795cbc-fba5-4232-9fdc-65833a85f0db} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 00:59:56.259019 [ 260 ] {29795cbc-fba5-4232-9fdc-65833a85f0db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 00:59:56.259914 [ 260 ] {29795cbc-fba5-4232-9fdc-65833a85f0db} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:56.259962 [ 260 ] {29795cbc-fba5-4232-9fdc-65833a85f0db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.03.19 00:59:56.260380 [ 260 ] {29795cbc-fba5-4232-9fdc-65833a85f0db} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.03.19 00:59:56.260605 [ 260 ] {29795cbc-fba5-4232-9fdc-65833a85f0db} oximeter.fields_string (f41db54d-1389-4b45-92e0-2583b9af7a9b): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:56.260756 [ 260 ] {29795cbc-fba5-4232-9fdc-65833a85f0db} executeQuery: Read 112 rows, 9.67 KiB in 0.001912 sec., 58577.40585774058 rows/sec., 4.94 MiB/sec. 2026.03.19 00:59:56.260797 [ 260 ] {29795cbc-fba5-4232-9fdc-65833a85f0db} TCPHandler: Processed in 0.002346242 sec. 2026.03.19 00:59:56.260919 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:56.261022 [ 260 ] {6cc00d55-c387-4c81-abef-cebe61f8d78e} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 00:59:56.261061 [ 260 ] {6cc00d55-c387-4c81-abef-cebe61f8d78e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 00:59:56.261526 [ 260 ] {6cc00d55-c387-4c81-abef-cebe61f8d78e} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:56.261561 [ 260 ] {6cc00d55-c387-4c81-abef-cebe61f8d78e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.03.19 00:59:56.261848 [ 260 ] {6cc00d55-c387-4c81-abef-cebe61f8d78e} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.19 00:59:56.262051 [ 260 ] {6cc00d55-c387-4c81-abef-cebe61f8d78e} oximeter.fields_u16 (bfd1e764-396c-45e1-b7c4-265e400a2159): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:56.262176 [ 260 ] {6cc00d55-c387-4c81-abef-cebe61f8d78e} executeQuery: Read 28 rows, 2.11 KiB in 0.001173 sec., 23870.417732310314 rows/sec., 1.75 MiB/sec. 2026.03.19 00:59:56.262212 [ 260 ] {6cc00d55-c387-4c81-abef-cebe61f8d78e} TCPHandler: Processed in 0.00133993 sec. 2026.03.19 00:59:56.262350 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:56.262440 [ 260 ] {afec762d-704c-4920-8356-f5c356766e31} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 00:59:56.262478 [ 260 ] {afec762d-704c-4920-8356-f5c356766e31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 00:59:56.262900 [ 260 ] {afec762d-704c-4920-8356-f5c356766e31} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:56.262935 [ 260 ] {afec762d-704c-4920-8356-f5c356766e31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.03.19 00:59:56.263230 [ 260 ] {afec762d-704c-4920-8356-f5c356766e31} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.03.19 00:59:56.263433 [ 260 ] {afec762d-704c-4920-8356-f5c356766e31} oximeter.fields_uuid (b543fc0f-9e54-40b0-9fde-43f91962ff89): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:56.263555 [ 260 ] {afec762d-704c-4920-8356-f5c356766e31} executeQuery: Read 92 rows, 7.36 KiB in 0.001132 sec., 81272.0848056537 rows/sec., 6.35 MiB/sec. 2026.03.19 00:59:56.263591 [ 260 ] {afec762d-704c-4920-8356-f5c356766e31} TCPHandler: Processed in 0.001295378 sec. 2026.03.19 00:59:56.263702 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:56.263800 [ 260 ] {130b6a32-00da-4203-83c6-789c17d88eb3} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 00:59:56.263844 [ 260 ] {130b6a32-00da-4203-83c6-789c17d88eb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 00:59:56.264253 [ 260 ] {130b6a32-00da-4203-83c6-789c17d88eb3} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:56.264288 [ 260 ] {130b6a32-00da-4203-83c6-789c17d88eb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.03.19 00:59:56.264610 [ 260 ] {130b6a32-00da-4203-83c6-789c17d88eb3} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.03.19 00:59:56.264836 [ 260 ] {130b6a32-00da-4203-83c6-789c17d88eb3} oximeter.measurements_cumulativeu64 (248ce558-7cb3-47b8-8064-5238b8ba9464): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:56.264961 [ 260 ] {130b6a32-00da-4203-83c6-789c17d88eb3} executeQuery: Read 160 rows, 11.41 KiB in 0.001179 sec., 135708.22731128076 rows/sec., 9.45 MiB/sec. 2026.03.19 00:59:56.264997 [ 260 ] {130b6a32-00da-4203-83c6-789c17d88eb3} TCPHandler: Processed in 0.001341309 sec. 2026.03.19 00:59:56.265100 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:56.265197 [ 260 ] {c298183c-fa1b-4c39-baf9-5627610db302} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 00:59:56.265250 [ 260 ] {c298183c-fa1b-4c39-baf9-5627610db302} 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.03.19 00:59:56.266107 [ 260 ] {c298183c-fa1b-4c39-baf9-5627610db302} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:56.266144 [ 260 ] {c298183c-fa1b-4c39-baf9-5627610db302} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.03.19 00:59:56.266674 [ 260 ] {c298183c-fa1b-4c39-baf9-5627610db302} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.19 00:59:56.266894 [ 260 ] {c298183c-fa1b-4c39-baf9-5627610db302} oximeter.measurements_histogramu64 (3d8cc7e8-1f82-4390-860e-9ec39f382df4): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:56.267028 [ 260 ] {c298183c-fa1b-4c39-baf9-5627610db302} executeQuery: Read 28 rows, 51.38 KiB in 0.001848 sec., 15151.515151515152 rows/sec., 27.15 MiB/sec. 2026.03.19 00:59:56.267081 [ 260 ] {c298183c-fa1b-4c39-baf9-5627610db302} TCPHandler: Processed in 0.002027285 sec. 2026.03.19 00:59:56.267190 [ 260 ] {} TCP-Session: a021db33-8e5f-4b20-9af1-73ac2d206988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 00:59:56.267290 [ 260 ] {2305bb1b-433e-4264-84ef-c2ea3be45d41} executeQuery: (from [fd00:1122:3344:101::d]:61877) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 00:59:56.267331 [ 260 ] {2305bb1b-433e-4264-84ef-c2ea3be45d41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 00:59:56.267658 [ 260 ] {2305bb1b-433e-4264-84ef-c2ea3be45d41} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:56.267693 [ 260 ] {2305bb1b-433e-4264-84ef-c2ea3be45d41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.03.19 00:59:56.267992 [ 260 ] {2305bb1b-433e-4264-84ef-c2ea3be45d41} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.03.19 00:59:56.268193 [ 260 ] {2305bb1b-433e-4264-84ef-c2ea3be45d41} oximeter.measurements_u64 (7c278ea1-8e5c-47cb-ae66-386a040fd2b6): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:56.268320 [ 260 ] {2305bb1b-433e-4264-84ef-c2ea3be45d41} executeQuery: Read 60 rows, 4.14 KiB in 0.001056 sec., 56818.181818181816 rows/sec., 3.83 MiB/sec. 2026.03.19 00:59:56.268354 [ 260 ] {2305bb1b-433e-4264-84ef-c2ea3be45d41} TCPHandler: Processed in 0.001211656 sec. 2026.03.19 00:59:56.633625 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2026.03.19 00:59:56.649428 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 00:59:56.649479 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.03.19 00:59:56.655401 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.19 00:59:56.656140 [ 244 ] {} system.metric_log (b8c8652d-7579-4eae-94e9-90637c55b388): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 00:59:56.658823 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287